/third_party/json/docs/examples/ |
H A D | byte_container_with_subtype__set_subtype.cpp | 11 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
|
H A D | byte_container_with_subtype__clear_subtype.cpp | 11 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
|
H A D | byte_container_with_subtype__subtype.cpp | 9 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
|
H A D | byte_container_with_subtype__has_subtype.cpp | 9 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
|
H A D | byte_container_with_subtype__byte_container_with_subtype.cpp | 14 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
|
/third_party/skia/src/ports/ |
H A D | SkDiscardableMemory_none.cpp | 12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() argument
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | eventfd.rs | 19 let mut bytes = [0_u8; size_of::<u64>()]; in test_eventfd() variables
|
/third_party/rust/crates/rustix/examples/ |
H A D | hello.rs | 12 let mut bytes = message.as_bytes(); in main() variables
|
/third_party/curl/lib/ |
H A D | curl_des.c | 51 void Curl_des_set_odd_parity(unsigned char *bytes, size_t len) in Curl_des_set_odd_parity() argument
|
/third_party/json/tests/src/ |
H A D | unit-byte_container_with_subtype.cpp | 48 std::vector<std::uint8_t> bytes = {{0xCA, 0xFE, 0xBA, 0xBE}}; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCustom.cpp | 20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() argument
|
/third_party/skia/src/gpu/ |
H A D | GrSubRunAllocator.cpp | 16 GrBagOfBytes::GrBagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in GrBagOfBytes() argument [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | check.c | 30 cupsCheckBytes(const unsigned char *bytes, /* I - Bytes to check */ in cupsCheckBytes() argument 70 cupsCheckValue(const unsigned char *bytes, int length, const unsigned char value) cupsCheckValue() argument [all...] |
/third_party/libsnd/src/ |
H A D | test_float.c | 44 { unsigned char bytes [4] ; in test_float_convert() local 81 { unsigned char bytes [8] ; in test_double_convert() local [all...] |
/third_party/elfutils/libasm/ |
H A D | asm_fill.c | 42 asm_fill (AsmScn_t *asmscn, void *bytes, size_t len) in asm_fill() argument
|
/third_party/alsa-utils/alsactl/ |
H A D | init_sysdeps.c | 24 size_t bytes = 0; in strlcpy() local 43 size_t bytes = 0; in strlcat() local [all...] |
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
H A D | telnet-buffer.py | 37 bytes = tn.read_some() variable
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | memory.cc | 14 void NoSanitizeMemset(void* address, char c, size_t bytes) { in NoSanitizeMemset() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkMemory.hpp | 36 T *allocateHostmemory(size_t bytes, const VkAllocationCallbacks *pAllocator) in allocateHostmemory() argument
|
/third_party/skia/modules/skottie/fuzz/ |
H A D | FuzzSkottieJSON.cpp | 14 void FuzzSkottieJSON(sk_sp<SkData> bytes) { in FuzzSkottieJSON() argument 26 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzSVG.cpp | 16 void FuzzSVG(sk_sp<SkData> bytes) { in FuzzSVG() argument 42 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
H A D | FuzzImage.cpp | 14 bool FuzzImageDecode(sk_sp<SkData> bytes) { in FuzzImageDecode() argument 36 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
H A D | FuzzJSON.cpp | 12 void FuzzJSON(sk_sp<SkData> bytes) { in FuzzJSON() argument 21 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
H A D | FuzzRegionDeserialize.cpp | 14 bool FuzzRegionDeserialize(sk_sp<SkData> bytes) { in FuzzRegionDeserialize() argument 43 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | avpacket.c | 31 int ret = 0, bytes; in setup_side_data_entry() local
|