Home
last modified time | relevance | path

Searched refs:x00 (Results 2551 - 2575 of 3188) sorted by relevance

1...<<101102103104105106107108109110>>...128

/third_party/python/Lib/
H A Dplistlib.py118 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 Dpasswd.c37 static const char ascii_dollar[] = { 0x24, 0x00 };
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.cpp443 data.push_back(deInt8(0x00)); // 0 in getInt8s()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp654 memset(pSupportedFormats, 0x00, supportedFormatCount * sizeof(VkVideoFormatPropertiesKHR));
/third_party/skia/src/core/
H A DSkVMBlitter.cpp663 if (coverage != 0x00) { in blitAntiH()
/third_party/skia/src/gpu/gl/
H A DGrGLDefines.h951 #define GR_GL_CLOSE_PATH 0x00
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h35 # define V_ASN1_UNIVERSAL 0x00
H A Dbio.h65 # define BIO_NOCLOSE 0x00
/third_party/openssl/providers/fips/
H A Dself_test_kats.c453 0x4a, 0xdd, 0xd2, 0x00, 0x12, 0x6d, 0x90, 0x69 in self_test_sign()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-avx2.asm350 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 Djidctflt-sse2.asm133 shufps xmm0, xmm0, 0x00 ; xmm0=(00 00 00 00)
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c364 #define CONTINUE_EXT_FUNC_CODE 0x00
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp460 *bm.getAddr8(x, y) = (v >> (x & 0x7)) & 0x1 ? 0xFF : 0x00; in to_image()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff1.cc872 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 DSymbolRecord.h210 if ((FirstByte & 0x80) == 0x00) in GetCompressedAnnotation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h173 opOK = 0x00,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h329 None = 0x00,
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp624 {0x00, "root"} in ILCID_POSIX_SUBTABLE()
905 ILCID_POSIX_MAP(root), /* root 0x00 */
H A Drbbiscan.cpp70 static const UChar kAny[] = {0x61, 0x6e, 0x79, 0x00}; // "any"
H A Ducnv_lmb.cpp189 #define ULMBCS_GRP_EXCEPT 0x00
H A Ducnvbocu.cpp153 * 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 Dassembler-cond-rd-sp-operand-imm8-add-t32.h38 0x00, 0xa8 // add al r0 sp 0x0
H A Dassembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-movs-t32.h86 0x00, 0x41 // movs al r0 r0 ASR r0
H A Dassembler-cond-rd-operand-rn-mov-t32.h38 0x00, 0x46 // mov al r0 r0
/third_party/rust/crates/nom/src/bytes/
H A Dtests.rs633 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