Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dddk750_mode.h8 POS = 0, /* positive */ enumerator
H A Dsm750_hw.c285 ? POS : NEG; in hw_sm750_crtc_setMode()
287 ? POS : NEG; in hw_sm750_crtc_setMode()
289 ? POS : NEG; in hw_sm750_crtc_setMode()
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h185 #define PASS_INFO(NAME, REF, ID, POS) \ argument
190 .pos_op = POS, \
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js3POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js3POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-…
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Drtl.h2950 #define EXTRACT_ARGS_IN_RANGE(SIZE, POS, RANGE) \
2951 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \
2953 - (unsigned HOST_WIDE_INT)(POS)))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drtl.h2950 #define EXTRACT_ARGS_IN_RANGE(SIZE, POS, RANGE) \
2951 (IN_RANGE ((POS), 0, (unsigned HOST_WIDE_INT) (RANGE) - 1) \
2953 - (unsigned HOST_WIDE_INT)(POS)))
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dmoxa-smartio.rst53 POS-104UL,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info9554 'BTEST(I,POS)' returns logical '.TRUE.' if the bit at POS in I is
9564 'RESULT = BTEST(I, POS)'
9568 POS The type shall be 'INTEGER'.
9586 'BTEST(I,POS)' 'INTEGER 'LOGICAL' Fortran 95 and
9587 I,POS' later
9588 'BBTEST(I,POS)''INTEGER(1) 'LOGICAL(1)' GNU extension
9589 I,POS'
9590 'BITEST(I,POS)''INTEGER(2) 'LOGICAL(2)' GNU extension
9591 I,POS'
9592 'BJTEST(I,POS)''INTEGER(4) 'LOGICAL(4)' GNU extension
[all …]
H A Dgccint.info9066 'maybe_in_range_p (VALUE, POS, SIZE)'
9067 Return true if VALUE _might_ be in the range described by POS and
9071 'known_in_range_p (VALUE, POS, SIZE)'
9072 Return true if VALUE is known to be in the range described by POS
9075 'endpoint_representable_p (POS, SIZE)'
9076 Return true if the range described by POS and SIZE is open-ended or
9077 if the endpoint (POS + SIZE) is representable in the same type as
9078 POS and SIZE. The function returns false if adding SIZE to POS
18237 '(sign_extract:M LOC SIZE POS)'
18240 is SIZE bits wide and starts at bit POS. The compilation option
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info9554 'BTEST(I,POS)' returns logical '.TRUE.' if the bit at POS in I is
9564 'RESULT = BTEST(I, POS)'
9568 POS The type shall be 'INTEGER'.
9586 'BTEST(I,POS)' 'INTEGER 'LOGICAL' Fortran 95 and
9587 I,POS' later
9588 'BBTEST(I,POS)''INTEGER(1) 'LOGICAL(1)' GNU extension
9589 I,POS'
9590 'BITEST(I,POS)''INTEGER(2) 'LOGICAL(2)' GNU extension
9591 I,POS'
9592 'BJTEST(I,POS)''INTEGER(4) 'LOGICAL(4)' GNU extension
[all …]
H A Dgccint.info9066 'maybe_in_range_p (VALUE, POS, SIZE)'
9067 Return true if VALUE _might_ be in the range described by POS and
9071 'known_in_range_p (VALUE, POS, SIZE)'
9072 Return true if VALUE is known to be in the range described by POS
9075 'endpoint_representable_p (POS, SIZE)'
9076 Return true if the range described by POS and SIZE is open-ended or
9077 if the endpoint (POS + SIZE) is representable in the same type as
9078 POS and SIZE. The function returns false if adding SIZE to POS
18237 '(sign_extract:M LOC SIZE POS)'
18240 is SIZE bits wide and starts at bit POS. The compilation option
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-66208 -- Function: void seekdir (DIR *DIRSTREAM, long int POS)
6214 stream DIRSTREAM to POS. The value POS must be the result of a
H A Dlibc.info-1316358 ‘void seekdir (DIR *DIRSTREAM, long int POS)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-66208 -- Function: void seekdir (DIR *DIRSTREAM, long int POS)
6214 stream DIRSTREAM to POS. The value POS must be the result of a
H A Dlibc.info-1316358 ‘void seekdir (DIR *DIRSTREAM, long int POS)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDEUC-KR.gz1<code_set_name> EUC-KR 2<comment_char> % 3<escape_char> / 4< ...
HDJOHAB.gz1<code_set_name> JOHAB 2<comment_char> % 3<escape_char> / 4<mb_cur_min> ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDEUC-KR.gz1<code_set_name> EUC-KR 2<comment_char> % 3<escape_char> / 4< ...
HDCP949.gz1<code_set_name> CP949 2<comment_char> % 3<escape_char> / 4<mb_cur_max> ...
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dtranslit_hangul10257 <UD3FF> "<U314D><U3157><U3145>" % HANGUL SYLLABLE POS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dtranslit_hangul10257 <UD3FF> "<U314D><U3157><U3145>" % HANGUL SYLLABLE POS

12