/third_party/python/Modules/_ctypes/libffi_osx/ |
H A D | ffi.c | 108 struct_on_stack( int size) struct_on_stack() argument [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | misc_tm.h | 44 void *speex_alloc (int size) in speex_alloc() argument 57 void *speex_alloc_scratch (int size) in speex_alloc_scratch() argument 70 void *speex_realloc (void *ptr, int size) in speex_realloc() argument
|
/third_party/pulseaudio/src/pulse/ |
H A D | xmalloc.c | 58 void* pa_xmalloc(size_t size) { in pa_xmalloc() argument 69 void* pa_xmalloc0(size_t size) { in pa_xmalloc0() argument 80 void *pa_xrealloc(void *ptr, size_t size) { in pa_xrealloc() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 175 size_t size() const { in size() function in llvm::gsym::LineTable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InjectedSourceStream.h | 33 uint32_t size() const { return InjectedSourceTable.size(); } in size() function in llvm::pdb::InjectedSourceStream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PredIteratorCache.h | 65 size_t size(BasicBlock *BB) const { return GetNumPreds(BB); } in size() function in llvm::PredIteratorCache
|
H A D | ValueSymbolTable.h | 81 inline unsigned size() const { return unsigned(vmap.size()); } in size() function in llvm::ValueSymbolTable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
H A D | RemarkParser.h | 74 size_t size() const { return Offsets.size(); } in size() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | RecyclingAllocator.h | 62 inline void *operator new(size_t size, in operator new() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Trace.h | 66 size_type size() const { return Records.size(); } in size() function in llvm::xray::Trace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 64 unsigned size() const { return ValuePtrs.size(); } in size() function in llvm::BitcodeReaderValueList
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_stacksave.c | 23 uint32_t test_basic_vla(uint32_t size, uint32_t start, uint32_t inc) { in test_basic_vla() argument 37 uint32_t test_vla_in_loop(uint32_t size, uint32_t start, uint32_t inc) { in test_vla_in_loop() argument 53 uint32_t test_two_vlas_in_loops(uint32_t size, uint32_t start, uint32_t inc) { in test_two_vlas_in_loops() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | LinuxMallocProfiling.cpp | 36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() argument 50 void *operator new(size_t size) { in operator new() argument 55 void *operator new[](size_t size) { in operator new[]() argument 60 extern "C" void *malloc(size_t size) { in malloc() argument
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | data_builder.h | 41 explicit DataBuilder(const uint8_t* data, size_t size) in DataBuilder() argument
|
H A D | tint_ast_clone_fuzzer.cc | 51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument 52 std::string str(reinterpret_cast<const char*>(data), size); in LLVMFuzzerTestOneInput() local
|
H A D | tint_reader_writer_fuzzer.h | 37 int Run(const uint8_t* data, size_t size) { in Run() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | array.cc | 28 std::string SizeExprToString(const Expression* size, in SizeExprToString() argument
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform_test.cc | 87 auto* size = arr->As<ast::Array>()->count->As<ast::IntLiteralExpression>(); in TEST_F() local 107 auto* size = arr->As<ast::Array>()->count->As<ast::IntLiteralExpression>(); in TEST_F() local
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | slide_hash_neon.h | 55 const size_t size = hash_size * sizeof(head[0]); in neon_slide_hash() local
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 24 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | streaming_inflate_fuzzer.cc | 22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
/third_party/skia/third_party/skcms/ |
H A D | skcms_internal.h | 27 uint32_t size; member
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 63 SkISize size; member
|
/third_party/skia/tools/viewer/ |
H A D | SkRiveSlide.cpp | 31 const auto& size = ab->getSize(); in load() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstrmap.h | 25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap() argument
|