/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Math.cpp | 24 uint64_t FNV_1a(const unsigned char *data, int size) in FNV_1a() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Buffer.hpp | 43 vk::DeviceSize size; member in Buffer
|
/third_party/openssl/fuzz/ |
H A D | driver.c | 41 size_t size = read(0, buf, BUF_SIZE); in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
H A D | spvtools_dis_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | metadata.h | 24 size_t size; member
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uscanf.cpp | 74 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1; in u_vfscanf() local
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | animdecoder_fuzzer.cc | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/ |
H A D | DelayLine.h | 26 DelayLine(std::size_t size): N(size), mArr(N, 0) { } in DelayLine() argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
H A D | AAssetDataSource.h | 38 AAssetDataSource(std::unique_ptr<float[]> data, size_t size, in AAssetDataSource() argument
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom_embedded_factory.cpp | 10 struct SkEmbeddedResource { const uint8_t* data; size_t size; }; member
|
H A D | SkMemory_mozalloc.cpp | 29 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw() argument 33 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags() argument
|
/third_party/skia/tests/ |
H A D | CodecPriv.h | 22 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() argument
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | PlacementAllocated.h | 25 void* operator new(size_t size, void* ptr) { in operator new() argument
|
H A D | ityp_stack_vec.h | 34 stack_vec(Index size) : Base() { in stack_vec() argument 96 Index size() const { in size() function in ityp::stack_vec [all...] |
H A D | ityp_array.h | 85 constexpr Index size() const { in size() function in ityp::array
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | HeapD3D12.cpp | 18 Heap::Heap(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size) in Heap() argument
|
H A D | StagingBufferD3D12.cpp | 24 StagingBuffer::StagingBuffer(size_t size, Device* device) in StagingBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireDeserializeAllocator.cpp | 28 void* WireDeserializeAllocator::GetSpace(size_t size) { in GetSpace() argument
|
H A D | ChunkedCommandHandler.cpp | 26 HandleCommands(const volatile char* commands, size_t size) HandleCommands() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | bit_cost.h | 21 ShannonEntropy( const uint32_t* population, size_t size, size_t* total) ShannonEntropy() argument 44 BitsEntropy( const uint32_t* population, size_t size) BitsEntropy() argument
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrdrivr.c | 107 FT_Size size = face->root.size; in FT_CALLBACK_DEF() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | failing-alloc.c | 39 void* hb_malloc_impl (size_t size) in hb_malloc_impl() argument 44 void* hb_calloc_impl (size_t nmemb, size_t size) in hb_calloc_impl() argument 49 void* hb_realloc_impl (void *ptr, size_t size) in hb_realloc_impl() argument
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_break_iterator_fuzzer.cc | 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | icu_break_iterator_utf32_fuzzer.cc | 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | icu_converter_fuzzer.cc | 22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|