Searched refs:x00 (Results 2551 - 2575 of 3188) sorted by relevance
1...<<101102103104105106107108109110>>...128
/third_party/python/Lib/ |
H A D | plistlib.py | 118 r"[\x00\x01\x02\x03\x04\x05\x06\x07\x08\x0b\x0c\x0e\x0f" 530 if token == 0x00: 750 self._fp.write(b'\x00')
|
/third_party/openssl/apps/ |
H A D | passwd.c | 37 static const char ascii_dollar[] = { 0x24, 0x00 };
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 443 data.push_back(deInt8(0x00)); // 0 in getInt8s()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 654 memset(pSupportedFormats, 0x00, supportedFormatCount * sizeof(VkVideoFormatPropertiesKHR));
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 663 if (coverage != 0x00) { in blitAntiH()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLDefines.h | 951 #define GR_GL_CLOSE_PATH 0x00
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 35 # define V_ASN1_UNIVERSAL 0x00
|
H A D | bio.h | 65 # define BIO_NOCLOSE 0x00
|
/third_party/openssl/providers/fips/ |
H A D | self_test_kats.c | 453 0x4a, 0xdd, 0xd2, 0x00, 0x12, 0x6d, 0x90, 0x69 in self_test_sign()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-avx2.asm | 350 vpshufd ymm0, ymm4, 0x00 ; ymm0=col0_4=(00 00 00 00 00 00 00 00 04 04 04 04 04 04 04 04)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctflt-sse2.asm | 133 shufps xmm0, xmm0, 0x00 ; xmm0=(00 00 00 00)
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_util.c | 364 #define CONTINUE_EXT_FUNC_CODE 0x00
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 460 *bm.getAddr8(x, y) = (v >> (x & 0x7)) & 0x1 ? 0xFF : 0x00; in to_image()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff1.cc | 872 cff->version.minor = 0x00; in _serialize_cff1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 210 if ((FirstByte & 0x80) == 0x00) in GetCompressedAnnotation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 173 opOK = 0x00,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 329 None = 0x00,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 624 {0x00, "root"} in ILCID_POSIX_SUBTABLE() 905 ILCID_POSIX_MAP(root), /* root 0x00 */
|
H A D | rbbiscan.cpp | 70 static const UChar kAny[] = {0x61, 0x6e, 0x79, 0x00}; // "any"
|
H A D | ucnv_lmb.cpp | 189 #define ULMBCS_GRP_EXCEPT 0x00
|
H A D | ucnvbocu.cpp | 153 * from external byte values 0x00..0x20 160 -1, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, -1, 178 * to external byte values 0x00..0x20.
|
/third_party/vixl/test/aarch32/traces/ |
H A D | assembler-cond-rd-sp-operand-imm8-add-t32.h | 38 0x00, 0xa8 // add al r0 sp 0x0
|
H A D | assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-movs-t32.h | 86 0x00, 0x41 // movs al r0 r0 ASR r0
|
H A D | assembler-cond-rd-operand-rn-mov-t32.h | 38 0x00, 0x46 // mov al r0 r0
|
/third_party/rust/crates/nom/src/bytes/ |
H A D | tests.rs | 633 let input = [0x42, 0x00]; in tag_fixed_size_array() 634 assert_eq!(test(&input), Ok((&b"\x00"[..], &b"\x42"[..]))); in tag_fixed_size_array() 635 assert_eq!(test2(&input), Ok((&b"\x00"[..], &b"\x42"[..]))); in tag_fixed_size_array()
|
Completed in 65 milliseconds
1...<<101102103104105106107108109110>>...128