/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_constant.c | 23 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); 41 FPU_REG const CONST_Z = MAKE_REG(POS, EXP_UNDER, 0x0, 0x0); [all …]
|
/openbmc/linux/include/linux/ |
H A D | fortify-string.h | 108 #define POS __pass_dynamic_object_size(1) macro 113 #define POS __pass_object_size(1) macro 157 char *strncpy(char * const POS p, const char *q, __kernel_size_t size) in strncpy() 221 __kernel_size_t __fortify_strlen(const char * const POS p) in __fortify_strlen() 255 __FORTIFY_INLINE size_t strlcpy(char * const POS p, const char * const POS q, size_t size) in strlcpy() 306 __FORTIFY_INLINE ssize_t strscpy(char * const POS p, const char * const POS q, size_t size) in strscpy() 388 size_t strlcat(char * const POS p, const char * const POS q, size_t avail) in strlcat() 442 char *strcat(char * const POS p, const char *q) in strcat() 472 char *strncat(char * const POS p, const char * const POS q, __kernel_size_t count) in strncat() 798 char *strcpy(char * const POS p, const char * const POS q) in strcpy() [all …]
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | ddk750_mode.h | 8 POS = 0, /* positive */ enumerator
|
H A D | sm750_hw.c | 285 (var->sync & FB_SYNC_HOR_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode() 287 (var->sync & FB_SYNC_VERT_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode() 289 (var->sync & FB_SYNC_COMP_HIGH_ACT) ? POS : NEG; in hw_sm750_crtc_setMode()
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 131 #define PASS_INFO(NAME, REF, ID, POS) \ argument 136 .pos_op = POS, \
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 350 #define fGET10BIT(COE, VAL, POS) \ argument 352 COE = (sextract32(VAL, 24 + 2 * POS, 2) << 8) | \ 353 extract32(VAL, POS * 8, 8); \
|
/openbmc/linux/drivers/platform/surface/ |
H A D | Kconfig | 137 or the POS subsystem for device/screen posture changes. 141 keyboard and touchpad) on the Surface Pro 8 and Surface Pro X. The POS
|
H A D | surface_aggregator_tabletsw.c | 626 { SSAM_SDEV(POS, SAM, 0x00, 0x01), (unsigned long)&ssam_pos_sw_desc },
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | moxa-smartio.rst | 38 POS-104UL,
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 59 COE = (((((fGETUBYTE(3,VAL) >> (2 * POS)) & 3) << 8) | fGETUBYTE(POS,VAL)) << 6);
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Kconfig | 371 tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" 373 Say Y here if you want to use a USB POS Metrologic barcode scanner.
|
/openbmc/intel-ipmi-oem/ |
H A D | ipmi-allowlist.conf | 211 0x30:0x31:0xff7f //<Intel General Application>:<Get AIC Slot FRU ID SLOT POS Records>
|
/openbmc/linux/Documentation/crypto/ |
H A D | userspace-if.rst | 390 The passed in key_serial_t must have the KEY_(POS|USR|GRP|OTH)_SEARCH
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 43121 +#define POS(x, y) src[(x) + stride * (y)] 44159 + AV_WN4P(&POS(j, i), a); 44165 + POS(0, 0) = (left[0] + 2 * dc + top[0] + 2) >> 2; 44167 + POS(x, 0) = (top[x] + 3 * dc + 2) >> 2; 44169 + POS(0, y) = (left[y] + 3 * dc + 2) >> 2; 44233 + AV_WN4P(&POS(j, i), a); 44318 + POS(x , y) = ((32 - fact) * ref[x + idx + 1] + 44329 + AV_WN4P(&POS(x, y), AV_RN4P(&ref[x + idx + 1])); 44353 + POS(x, y) = ((32 - fact) * ref[y + idx + 1] + 44358 + POS(x, y) = ref[y + idx + 1]; [all …]
|