Home
last modified time | relevance | path

Searched defs:bytes (Results 26 - 50 of 1129) sorted by relevance

12345678910>>...46

/third_party/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp20 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *files, const UInt64 *bytes) in Open_SetTotal() argument
51 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *files, const UInt64 *bytes) in Open_SetCompleted() argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dserializable.cc23 explicit PreSerialized(std::vector<uint8_t> bytes) in PreSerialized() argument
36 std::unique_ptr<Serializable> Serializable::From(std::vector<uint8_t> bytes) { in From() argument
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dc32rtomb.c48 char bytes[MB_LEN_MAX]; in c32rtomb_0200() local
79 char bytes[MB_LEN_MAX]; c32rtomb_0300() local
150 char bytes[MB_LEN_MAX]; c32rtomb_0400() local
[all...]
/third_party/openssl/test/
H A Dcipherbytes_test.c30 const unsigned char bytes[] = {0x00}; in test_empty() local
104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
[all...]
/third_party/skia/src/core/
H A DSkRecord.cpp26 size_t bytes = fApproxBytesAllocated + sizeof(SkRecord); in bytesUsed() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkMemory.cpp22 void *allocateDeviceMemory(size_t bytes, size_t alignment) in allocateDeviceMemory() argument
38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Drand.h24 int (*bytes) (unsigned char *buf, int num); member
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dmetadata.h23 uint8_t* bytes; member
/third_party/skia/tests/
H A DPDFMetadataAttributeTest.cpp40 const uint8_t* bytes = data->bytes(); in DEF_TEST() local
H A DChecksumTest.cpp77 uint8_t bytes[256]; in DEF_TEST() local
[all...]
/third_party/toybox/toys/posix/
H A Dhead.c37 long i, len, lines=TT.n, bytes=TT.c; in do_head() local
H A Duuencode.c43 int j, x, bytes = i - (in-buf); in uuencode_main() local
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream_PackagePrivate.h41 const uint8_t *bytes; member
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzSKSL2Pipeline.cpp16 bool FuzzSKSL2Pipeline(sk_sp<SkData> bytes) { in FuzzSKSL2Pipeline() argument
64 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzSKSL2SPIRV.cpp13 bool FuzzSKSL2SPIRV(sk_sp<SkData> bytes) { in FuzzSKSL2SPIRV() argument
42 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzSkDescriptorDeserialize.cpp11 void FuzzSkDescriptorDeserialize(sk_sp<SkData> bytes) { in FuzzSkDescriptorDeserialize() argument
35 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzSKSL2Metal.cpp13 bool FuzzSKSL2Metal(sk_sp<SkData> bytes) { in FuzzSKSL2Metal() argument
34 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzSKSL2GLSL.cpp13 bool FuzzSKSL2GLSL(sk_sp<SkData> bytes) { in FuzzSKSL2GLSL() argument
34 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzSKP.cpp16 void FuzzSKP(sk_sp<SkData> bytes) { in FuzzSKP() argument
32 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzImageFilterDeserialize.cpp18 void FuzzImageFilterDeserialize(sk_sp<SkData> bytes) { in FuzzImageFilterDeserialize() argument
49 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzIncrementalImage.cpp12 bool FuzzIncrementalImageDecode(sk_sp<SkData> bytes) { in FuzzIncrementalImageDecode() argument
54 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
H A DFuzzAnimatedImage.cpp14 bool FuzzAnimatedImage(sk_sp<SkData> bytes) { in FuzzAnimatedImage() argument
44 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
/third_party/selinux/libselinux/src/
H A Dsha1.h39 uint8_t bytes [SHA1_HASH_SIZE]; member
/third_party/rust/crates/regex/tests/
H A Dmacros_str.rs7 macro_rules! bytes { ($text:expr) => { std::str::from_utf8($text.as_ref()).unwrap() } } macros
H A Dmacros_bytes.rs7 macro_rules! bytes { ($text:expr) => { $text } } macros

Completed in 6 milliseconds

12345678910>>...46