/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 650 ; unsigned lpMask = ((unsigned)0x100 << p->prop.lp) - ((unsigned)0x100 >> lc);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.cpp | 39 #define FA_SRC_NEG 0x100 689 emitFormA(0x100, FA_RRR | FA_RIR | FA_RCR, EMPTY, __(0), EMPTY); in emitFLO()
|
/third_party/musl/include/ |
H A D | elf.h | 662 #define NT_PPC_VMX 0x100 2346 #define EF_ARM_OLD_ABI 0x100
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1215 pub const RTLD_GLOBAL: ::c_int = 0x100; 1253 pub const TIOCM_DSR: ::c_int = 0x100;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1528 pub const NFSMNT_NQNFS: ::c_int = 0x100; // Use Nqnfs protocol 1583 pub const IFF_PROMISC: ::c_int = 0x100; // receive all packets
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 77 B_AUDIO_RECORDING = 0x100, 629 pub const B_BAD_THREAD_ID: status_t = B_OS_ERROR_BASE + 0x100;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Attributes.cpp | 151 assert(A <= 0x100 && "Alignment too large."); in getWithStackAlignment() 1536 assert(*Align <= 0x100 && "Alignment too large."); in addStackAlignmentAttr()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationbuilder.cpp | 1439 t = rootElements.getTertiaryBoundary() - 0x100; in makeTailoredCEs() 1482 s = rootElements.getSecondaryBoundary() - 0x100; in makeTailoredCEs()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 1478 int fill = ( ras.outline.flags & FT_OUTLINE_EVEN_ODD_FILL ) ? 0x100 in gray_sweep() 1528 int fill = ( ras.outline.flags & FT_OUTLINE_EVEN_ODD_FILL ) ? 0x100 in gray_sweep_direct()
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 252 kDataTypeS = 0x100, 260 const int kDataTypeTypeMask = 0x100;
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3136 pub const TIOCM_DSR: ::c_int = 0x100; 3713 pub const MSG_EOF: ::c_int = 0x100; 3733 pub const IFF_PROMISC: ::c_int = 0x100; // receive all packets 4052 pub const RTLD_FIRST: ::c_int = 0x100; 4402 pub const RTF_CLONING: ::c_int = 0x100; 4571 pub const IPC_R: ::c_int = 0x100; 4724 pub const VM_PAGE_QUERY_PAGE_CS_VALIDATED: i32 = 0x100;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 1348 * with the new one (using 0x100 temporarily) in TestCloseOver() 1378 t.closeOver(0x100); in TestCloseOver() 1396 t.closeOver(0x100); in TestCloseOver() 2925 SPAN_CONTAINED =0x100,
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 438 #define LOGICAL_IMM_CHECK (sljit_ins)0x100 948 if (argw <= 0xff && argw >= -0x100) in emit_op_mem() 952 if (argw <= 0xfff0ff && ((argw + 0x100) & 0xfff) <= 0x1ff) { in emit_op_mem()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1223 if (op == 12) op = stbtt__buf_get8(b) | 0x100; in stbtt__dict_get() 1402 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); in stbtt_InitFont_internal() 1403 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); in stbtt_InitFont_internal() 1404 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff); in stbtt_InitFont_internal()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 1030 JapaneseDigit = 0x100, 1137 NetCommon = 0x100, 2458 pub const USB_CAM_MIRROR: i32 = 0x100; 2588 pub const UTILITY_MSGDIALOG_DEFAULT_NO: i32 = 0x100;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 154 DEVSTAT_TYPE_PASS = 0x100, 2327 pub const PL_FLAG_BORN: ::c_int = 0x100; 2465 pub const IFF_PROMISC: ::c_int = 0x100; 3032 pub const AT_EACCESS: ::c_int = 0x100;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 1223 if (op == 12) op = stbtt__buf_get8(b) | 0x100; in stbtt__dict_get() 1402 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); in stbtt_InitFont_internal() 1403 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); in stbtt_InitFont_internal() 1404 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff); in stbtt_InitFont_internal()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 227 runTestASCIIBasedConverter("iso-8859-1", 0x100); in Test88591Converter() 2799 CharBuffer us = CharBuffer.allocate(0x100); in TestCharsetUTF7() 2800 ByteBuffer bs = ByteBuffer.allocate(0x100); in TestCharsetUTF7() 3253 CharBuffer us = CharBuffer.allocate(0x100); in TestCharsetISCII() 3254 ByteBuffer bs = ByteBuffer.allocate(0x100); in TestCharsetISCII() 3255 ByteBuffer bsr = ByteBuffer.allocate(0x100); in TestCharsetISCII()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 772 #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ 2722 #define EF_ARM_OLD_ABI 0x100
|
/third_party/backends/backend/ |
H A D | plustek-pp_motor.c | 1853 0x77, 0x100 ); in motorP96SetupRunTable() 1891 0x77, 0x100 ); in motorP96SetupRunTable()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 648 # define EXFLAG_SET 0x100 689 # define XKU_ANYEKU 0x100
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509v3.h | 648 # define EXFLAG_SET 0x100 689 # define XKU_ANYEKU 0x100
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | x509v3.h | 648 # define EXFLAG_SET 0x100 689 # define XKU_ANYEKU 0x100
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509v3.h | 648 # define EXFLAG_SET 0x100 689 # define XKU_ANYEKU 0x100
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509v3.h | 648 # define EXFLAG_SET 0x100 689 # define XKU_ANYEKU 0x100
|