Symbol: POS
arch/x86/math-emu/reg_constant.c
23
FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
25
FPU_REG const CONST_2 = MAKE_REG(POS, 1, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
26
FPU_REG const CONST_HALF = MAKE_REG(POS, -1, 0x00000000, 0x80000000);
arch/x86/math-emu/reg_constant.c
28
static FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b);
arch/x86/math-emu/reg_constant.c
29
static FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29);
arch/x86/math-emu/reg_constant.c
30
FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
31
FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
32
FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2);
arch/x86/math-emu/reg_constant.c
33
static FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84);
arch/x86/math-emu/reg_constant.c
34
static FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7);
arch/x86/math-emu/reg_constant.c
41
FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0);
arch/x86/math-emu/reg_constant.c
51
FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
drivers/platform/surface/surface_aggregator_tabletsw.c
626
{ SSAM_SDEV(POS, SAM, 0x00, 0x01), (unsigned long)&ssam_pos_sw_desc },
drivers/staging/sm750fb/sm750_hw.c
283
(var->sync & FB_SYNC_HOR_HIGH_ACT) ? POS : NEG;
drivers/staging/sm750fb/sm750_hw.c
285
(var->sync & FB_SYNC_VERT_HIGH_ACT) ? POS : NEG;
drivers/staging/sm750fb/sm750_hw.c
287
(var->sync & FB_SYNC_COMP_HIGH_ACT) ? POS : NEG;
include/linux/fortify-string.h
195
char *strncpy(char * const POS p, const char *q, __kernel_size_t size)
include/linux/fortify-string.h
217
__FORTIFY_INLINE __kernel_size_t strnlen(const char * const POS p, __kernel_size_t maxlen)
include/linux/fortify-string.h
259
__kernel_size_t __fortify_strlen(const char * const POS p)
include/linux/fortify-string.h
275
__FORTIFY_INLINE ssize_t sized_strscpy(char * const POS p, const char * const POS q, size_t size)
include/linux/fortify-string.h
357
size_t strlcat(char * const POS p, const char * const POS q, size_t avail)
include/linux/fortify-string.h
411
char *strcat(char * const POS p, const char *q)
include/linux/fortify-string.h
442
char *strncat(char * const POS p, const char * const POS q, __kernel_size_t count)
include/linux/fortify-string.h
783
char *strcpy(char * const POS p, const char * const POS q)
scripts/gcc-plugins/gcc-common.h
150
#define PASS_INFO(NAME, REF, ID, POS) \
scripts/gcc-plugins/gcc-common.h
155
.pos_op = POS, \