/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 139 #define SEARCH 0x100 /* Search IDAT compression options */
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 200 #define BITS_SPECIAL_MARKER 0x100 // something large enough (and a bit-mask)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 276 return isMemDisp12(BDLMem, RegKind) && inRange(Mem.Length.Imm, 1, 0x100); in isMemDisp12Len8()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1144 pub const IFF_PROMISC: ::c_int = 0x100; // receive all packets
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 603 CHECK(maxchar >= 0x100); in _PyUnicode_CheckConsistency() 730 if (ch < 0x100) in backslashreplace() 763 else if (ch >= 0x100) { in backslashreplace() 2386 return 0x100; in kind_maxchar_limit() 6639 if (ch < 0x100) { in PyUnicode_AsUnicodeEscapeString() 6899 if (ch < 0x100) { in PyUnicode_AsRawUnicodeEscapeString() 12927 else if (ch < 0x100) in unicode_repr()
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 746 /* skip first 256 (=0x100) bytes */ in load_fw() 747 if(lseek(file,0x100,SEEK_SET) != 0x100){ in load_fw()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 1780 vmovdqa $MASK,0x100-0x90(%rax) 2208 vmovdqa64 $S4,0x100(%rsp){%k2}
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 1780 vmovdqa $MASK,0x100-0x90(%rax) 2208 vmovdqa64 $S4,0x100(%rsp){%k2}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 589 return getSubclassDataFromInstruction() & 0x100; in isWeak() 593 setInstructionSubclassData((getSubclassDataFromInstruction() & ~0x100) | in setWeak()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 6159 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch() 6165 *class_uchardata++ = 0x100; in compile_branch() 6168 *class_uchardata++ = 0x100; in compile_branch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 4109 if (!(Val & 0x100)) imm *= -1; in DecodeT2Imm8S4() 4182 else if (!(Val & 0x100)) in DecodeT2Imm8() 4236 imm |= 0x100; in DecodeT2AddrModeImm8()
|
/third_party/elfutils/src/ |
H A D | strip.c | 58 #define OPT_REMOVE_COMMENT 0x100
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv2022.cpp | 1541 value -= 0x100; in _2022FromSJIS()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 2066 const uint32_t max_draw_count = 0x100; in cp_draw_indirect_multi()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 55 DEBUG_LIVE_INFO = 0x100,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 1423 RGP_FLUSH_INVAL_SMEM_L0 = 0x100,
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv2022.cpp | 1541 value -= 0x100; in _2022FromSJIS()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 831 st b128 wb g[$r0d+0x100] $r52q
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 1933 { "ISO-8859-1", 0, 0x7f, -1, -1, 0x100, 0x10ffff }, in TestUnicodeSet()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetISO2022.java | 1689 value -= 0x100; in _2022FromSJIS()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 1798 ((Bits & 0x100) << 2) | ((Bits & 0x600) >> 1) |
|
/third_party/mksh/ |
H A D | funcs.c | 505 po.ts[utf_wctomb(po.ts, c - 0x100)] = 0; in c_print()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 323 # define EVP_CIPH_NO_PADDING 0x100
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 33 #define CRL_SCORE_NOCRITICAL 0x100 /* No unhandled critical extensions */
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | rsaz-avx2.pl | 1631 lea -0x100(%rsp),%rsp
|