| /third_party/lzma/CPP/7zip/UI/Console/ |
| H A D | OpenCallbackConsole.cpp | 20 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 D | serializable.cc | 23 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 D | c32rtomb.c | 48 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 D | cipherbytes_test.c | 30 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 D | SkRecord.cpp | 26 size_t bytes = fApproxBytesAllocated + sizeof(SkRecord); in bytesUsed() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkMemory.cpp | 22 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 D | rand.h | 24 int (*bytes) (unsigned char *buf, int num); member
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | metadata.h | 23 uint8_t* bytes; member
|
| /third_party/skia/tests/ |
| H A D | PDFMetadataAttributeTest.cpp | 40 const uint8_t* bytes = data->bytes(); in DEF_TEST() local
|
| H A D | ChecksumTest.cpp | 77 uint8_t bytes[256]; in DEF_TEST() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | head.c | 37 long i, len, lines=TT.n, bytes=TT.c; in do_head() local
|
| H A D | uuencode.c | 43 int j, x, bytes = i - (in-buf); in uuencode_main() local
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBCodedInputStream_PackagePrivate.h | 41 const uint8_t *bytes; member
|
| /third_party/skia/fuzz/oss_fuzz/ |
| H A D | FuzzSKSL2Pipeline.cpp | 16 bool FuzzSKSL2Pipeline(sk_sp<SkData> bytes) { in FuzzSKSL2Pipeline() argument 64 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzSKSL2SPIRV.cpp | 13 bool FuzzSKSL2SPIRV(sk_sp<SkData> bytes) { in FuzzSKSL2SPIRV() argument 42 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzSkDescriptorDeserialize.cpp | 11 void FuzzSkDescriptorDeserialize(sk_sp<SkData> bytes) { in FuzzSkDescriptorDeserialize() argument 35 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzSKSL2Metal.cpp | 13 bool FuzzSKSL2Metal(sk_sp<SkData> bytes) { in FuzzSKSL2Metal() argument 34 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzSKSL2GLSL.cpp | 13 bool FuzzSKSL2GLSL(sk_sp<SkData> bytes) { in FuzzSKSL2GLSL() argument 34 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzSKP.cpp | 16 void FuzzSKP(sk_sp<SkData> bytes) { in FuzzSKP() argument 32 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzImageFilterDeserialize.cpp | 18 void FuzzImageFilterDeserialize(sk_sp<SkData> bytes) { in FuzzImageFilterDeserialize() argument 49 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzIncrementalImage.cpp | 12 bool FuzzIncrementalImageDecode(sk_sp<SkData> bytes) { in FuzzIncrementalImageDecode() argument 54 auto bytes = SkData::MakeWithoutCopy(data, size); in LLVMFuzzerTestOneInput() local
|
| H A D | FuzzAnimatedImage.cpp | 14 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 D | sha1.h | 39 uint8_t bytes [SHA1_HASH_SIZE]; member
|
| /third_party/rust/crates/regex/tests/ |
| H A D | macros_str.rs | 7 macro_rules! bytes { ($text:expr) => { std::str::from_utf8($text.as_ref()).unwrap() } } macros
|
| H A D | macros_bytes.rs | 7 macro_rules! bytes { ($text:expr) => { $text } } macros
|