Home
last modified time | relevance | path

Searched defs:bytes (Results 1 - 25 of 1129) sorted by relevance

12345678910>>...46

/third_party/json/docs/examples/
H A Dbyte_container_with_subtype__set_subtype.cpp11 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
H A Dbyte_container_with_subtype__clear_subtype.cpp11 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
H A Dbyte_container_with_subtype__subtype.cpp9 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
H A Dbyte_container_with_subtype__has_subtype.cpp9 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
H A Dbyte_container_with_subtype__byte_container_with_subtype.cpp14 std::vector<std::uint8_t> bytes = {{0xca, 0xfe, 0xba, 0xbe}}; in main() local
/third_party/skia/src/ports/
H A DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { in Create() argument
/third_party/rust/crates/rustix/tests/io/
H A Deventfd.rs19 let mut bytes = [0_u8; size_of::<u64>()]; in test_eventfd() variables
/third_party/rust/crates/rustix/examples/
H A Dhello.rs12 let mut bytes = message.as_bytes(); in main() variables
/third_party/curl/lib/
H A Dcurl_des.c51 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 Dunit-byte_container_with_subtype.cpp48 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 DPDBSymbolCustom.cpp20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() argument
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.cpp16 GrBagOfBytes::GrBagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in GrBagOfBytes() argument
[all...]
/third_party/cups-filters/cupsfilters/
H A Dcheck.c30 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 Dtest_float.c44 { 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 Dasm_fill.c42 asm_fill (AsmScn_t *asmscn, void *bytes, size_t len) in asm_fill() argument
/third_party/alsa-utils/alsactl/
H A Dinit_sysdeps.c24 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 Dtelnet-buffer.py37 bytes = tn.read_some() variable
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmemory.cc14 void NoSanitizeMemset(void* address, char c, size_t bytes) { in NoSanitizeMemset() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkMemory.hpp36 T *allocateHostmemory(size_t bytes, const VkAllocationCallbacks *pAllocator) in allocateHostmemory() argument
/third_party/skia/modules/skottie/fuzz/
H A DFuzzSkottieJSON.cpp14 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 DFuzzSVG.cpp16 void FuzzSVG(sk_sp<SkData> bytes) { in FuzzSVG() argument
42 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzImage.cpp14 bool FuzzImageDecode(sk_sp<SkData> bytes) { in FuzzImageDecode() argument
36 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzJSON.cpp12 void FuzzJSON(sk_sp<SkData> bytes) { in FuzzJSON() argument
21 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzRegionDeserialize.cpp14 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 Davpacket.c31 int ret = 0, bytes; in setup_side_data_entry() local

Completed in 10 milliseconds

12345678910>>...46