Home
last modified time | relevance | path

Searched defs:bytes (Results 76 - 100 of 3441) sorted by relevance

12345678910>>...138

/third_party/skia/fuzz/oss_fuzz/
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
/third_party/rust/crates/nom/src/bits/
H A Dmod.rs86 pub fn bytes<I, O, E1, E2, P>(mut parser: P) -> impl FnMut((I, usize)) -> IResult<(I, usize), O, E2> in bytes() functions
[all...]
/third_party/skia/bench/
H A DMemsetBench.cpp15 explicit MemsetBench(size_t bytes) in MemsetBench() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller_utils.cpp38 uint64_t bytes = sum.first; in CalculateAverageSpeed() local
H A Dheap_region_allocator.h37 void IncreaseAnnoMemoryUsage(size_t bytes) in IncreaseAnnoMemoryUsage() argument
45 void DecreaseAnnoMemoryUsage(size_t bytes) in DecreaseAnnoMemoryUsage() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dtype_converter_tests.cpp79 uint64_t bytes = left_part_bytes * 1024 + right_part_bytes; in HWTEST() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_writer.cpp48 bool FileWriter::WriteBytes(const std::vector<uint8_t> &bytes) in WriteBytes() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dtype_converter_tests.cpp83 uint64_t bytes = leftPartBytes * 1024U + rightPartBytes; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dfinal_field_native_test.cpp104 const char *bytes = env->GetStringUTFChars(str, nullptr); in TEST_F() local
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp37 std::vector<unsigned char> bytes; in ConvertToLittleEndian() local
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs180 let mut bytes = value_type.as_bytes(); variables
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Drpc_channel.h56 virtual void HandleDataReceived(int session, const unsigned char *bytes, int length) in HandleDataReceived() argument
/base/telephony/core_service/services/sim/src/
H A Dplmn_file.cpp19 PlmnFile::PlmnFile(unsigned char *bytes, int offset) in PlmnFile() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h45 static inline size_t kbasep_serialize_bytes(char *buffer, size_t pos, const void *bytes, size_t len) in kbasep_serialize_bytes() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tl_serialize.h44 kbasep_serialize_bytes( char *buffer, size_t pos, const void *bytes, size_t len) kbasep_serialize_bytes() argument

Completed in 5 milliseconds

12345678910>>...138