Home
last modified time | relevance | path

Searched refs:POS (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/x86/math-emu/
Dreg_constant.c23 FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000);
25 FPU_REG const CONST_2 = MAKE_REG(POS, 1, 0x00000000, 0x80000000);
26 FPU_REG const CONST_HALF = MAKE_REG(POS, -1, 0x00000000, 0x80000000);
28 static FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b);
29 static FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29);
30 FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2);
31 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2);
32 FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2);
33 static FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84);
34 static FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7);
[all …]
/linux-6.1.9/include/linux/
Dfortify-string.h93 #define POS __pass_object_size(1) macro
136 char *strncpy(char * const POS p, const char *q, __kernel_size_t size) in strncpy()
148 char *strcat(char * const POS p, const char *q) in strcat()
160 __FORTIFY_INLINE __kernel_size_t strnlen(const char * const POS p, __kernel_size_t maxlen) in strnlen()
189 __kernel_size_t __fortify_strlen(const char * const POS p) in __fortify_strlen()
205 __FORTIFY_INLINE size_t strlcpy(char * const POS p, const char * const POS q, size_t size) in strlcpy()
232 __FORTIFY_INLINE ssize_t strscpy(char * const POS p, const char * const POS q, size_t size) in strscpy()
279 char *strncat(char * const POS p, const char * const POS q, __kernel_size_t count) in strncat()
590 char *strcpy(char * const POS p, const char * const POS q) in strcpy()
621 #undef POS
/linux-6.1.9/drivers/staging/sm750fb/
Dddk750_mode.h8 POS = 0, /* positive */ enumerator
Dsm750_hw.c286 (var->sync & FB_SYNC_HOR_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode()
288 (var->sync & FB_SYNC_VERT_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode()
290 (var->sync & FB_SYNC_COMP_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode()
/linux-6.1.9/scripts/gcc-plugins/
Dgcc-common.h131 #define PASS_INFO(NAME, REF, ID, POS) \ argument
136 .pos_op = POS, \
/linux-6.1.9/drivers/platform/surface/
DKconfig137 or the POS subsystem for device/screen posture changes.
141 keyboard and touchpad) on the Surface Pro 8 and Surface Pro X. The POS
Dsurface_aggregator_tabletsw.c514 { SSAM_SDEV(POS, 0x01, 0x00, 0x01), (unsigned long)&ssam_pos_sw_desc },
/linux-6.1.9/Documentation/driver-api/tty/
Dmoxa-smartio.rst38 POS-104UL,
/linux-6.1.9/drivers/usb/serial/
DKconfig371 tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver"
373 Say Y here if you want to use a USB POS Metrologic barcode scanner.