/external/pthreadpool/bench/ |
D | throughput.cc | 6 static void compute_1d(void*, size_t) { in compute_1d() argument 29 static void compute_1d_tile_1d(void*, size_t, size_t) { in compute_1d_tile_1d() argument 52 static void compute_2d(void*, size_t, size_t) { in compute_2d() argument 75 static void compute_2d_tile_1d(void*, size_t, size_t, size_t) { in compute_2d_tile_1d() argument 99 static void compute_2d_tile_2d(void*, size_t, size_t, size_t, size_t) { in compute_2d_tile_2d() argument 123 static void compute_3d(void*, size_t, size_t, size_t) { in compute_3d() argument 146 static void compute_3d_tile_1d(void*, size_t, size_t, size_t, size_t) { in compute_3d_tile_1d() argument 170 static void compute_3d_tile_2d(void*, size_t, size_t, size_t, size_t, size_t) { in compute_3d_tile_2d() argument 194 static void compute_4d(void*, size_t, size_t, size_t, size_t) { in compute_4d() argument 217 static void compute_4d_tile_1d(void*, size_t, size_t, size_t, size_t, size_t) { in compute_4d_tile_1d() argument [all …]
|
D | latency.cc | 34 static void compute_1d_tile_1d(void*, size_t, size_t) { in compute_1d_tile_1d() argument 53 static void compute_2d(void*, size_t, size_t) { in compute_2d() argument 72 static void compute_2d_tile_2d(void*, size_t, size_t, size_t, size_t) { in compute_2d_tile_2d() argument
|
/external/perfetto/src/profiling/memory/ |
D | wrap_allocators.cc | 34 void* wrap_malloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_malloc() 42 void* (*fn)(size_t, size_t), in wrap_calloc() argument 52 void* (*fn)(size_t, size_t), in wrap_memalign() argument 62 int (*fn)(void**, size_t, size_t), in wrap_posix_memalign() argument 98 void* (*fn)(void*, size_t), in wrap_realloc() argument 109 void* wrap_pvalloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_pvalloc() 116 void* wrap_valloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_valloc() 124 void* (*fn)(void*, size_t, size_t), in wrap_reallocarray() argument
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-container-subscripting-2.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 13 - (void)setObject:(id)object forKeyedSubscript:(size_t)key; argument 42 - (id)objectAtIndexedSubscript:(size_t)index; argument 43 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/llvm-project/polly/lib/External/isl/ |
D | mp_get_memory_functions.c | 3 void mp_get_memory_functions( in mp_get_memory_functions() 4 void *(**alloc_func_ptr) (size_t), in mp_get_memory_functions() argument
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 543 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 545 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | objc-container-subscripting.m | 3 typedef unsigned int size_t; typedef 8 - (id)objectAtIndexedSubscript:(size_t)index; argument 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 15 - (id)objectAtIndexedSubscript:(size_t)index; argument 16 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
D | objc-container-subscripting-1.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/clang/test/CodeGenObjC/ |
D | objc-container-subscripting.m | 3 typedef unsigned int size_t; typedef 8 - (id)objectAtIndexedSubscript:(size_t)index; argument 9 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 15 - (id)objectAtIndexedSubscript:(size_t)index; argument 16 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
D | objc-container-subscripting-1.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/clang/test/Rewriter/ |
D | objc-modern-container-subscript.mm | 5 typedef unsigned long size_t; typedef 13 - (id)objectAtIndexedSubscript:(size_t)index; argument 14 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 20 - (id)objectAtIndexedSubscript:(size_t)index; argument 21 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/llvm-project/clang/test/Rewriter/ |
D | objc-modern-container-subscript.mm | 5 typedef unsigned long size_t; typedef 13 - (id)objectAtIndexedSubscript:(size_t)index; argument 14 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 20 - (id)objectAtIndexedSubscript:(size_t)index; argument 21 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 455 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSize() argument 457 [&](void* ptr, size_t) { in BM_ConstructFromSize() argument 472 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromSizeRef() argument 474 [&](void* ptr, size_t) { in BM_ConstructFromSizeRef() argument 489 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromRange() argument 491 [&](void* ptr, size_t) { in BM_ConstructFromRange() argument 506 [](InlVec<T>* vec, size_t) { vec->~VecT(); }, in BM_ConstructFromCopy() argument 508 [&](void* ptr, size_t) { in BM_ConstructFromCopy() argument 565 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() argument 567 [&](InlVec<T>* vec, size_t) { in BM_AssignSizeRef() argument [all …]
|
/external/clang/test/SemaObjC/ |
D | objc-container-subscripting-2.m | 3 typedef unsigned int size_t; typedef 7 - (id)objectAtIndexedSubscript:(size_t)index; argument 8 - (void)setObject:(id)object atIndexedSubscript:(size_t)index; argument 13 - (void)setObject:(id)object forKeyedSubscript:(size_t)key; argument
|
/external/pigweed/pw_fuzzer/public/pw_fuzzer/ |
D | fuzzed_data_provider.h | 43 FuzzedDataProvider(const uint8_t* /* data */, size_t /* size */) { in FuzzedDataProvider() argument 51 std::vector<T> ConsumeBytes(size_t /* num_bytes */) { in ConsumeBytes() argument 66 std::string ConsumeBytesAsString(size_t /* num_bytes */) { in ConsumeBytesAsString() argument 70 std::string ConsumeRandomLengthString(size_t /* max_length */) { in ConsumeRandomLengthString() argument 122 size_t ConsumeData(void* /* destination */, size_t /* num_bytes */) { in ConsumeData() argument
|
/external/rust/crates/quiche/src/ |
D | ffi.rs | 143 config: &mut Config, protos: *const u8, protos_len: size_t, in quiche_config_set_application_protos() 249 config: &mut Config, enabled: bool, recv_queue_len: size_t, in quiche_config_enable_dgram() 250 send_queue_len: size_t, in quiche_config_enable_dgram() 262 buf: *mut u8, buf_len: size_t, dcil: size_t, version: *mut u32, ty: *mut u8, in quiche_header_info() 263 scid: *mut u8, scid_len: *mut size_t, dcid: *mut u8, dcid_len: *mut size_t, in quiche_header_info() 264 token: *mut u8, token_len: *mut size_t, in quiche_header_info() 327 scid: *const u8, scid_len: size_t, odcid: *const u8, odcid_len: size_t, in quiche_accept() 347 server_name: *const c_char, scid: *const u8, scid_len: size_t, in quiche_connect() 367 scid: *const u8, scid_len: size_t, dcid: *const u8, dcid_len: size_t, in quiche_negotiate_version() 368 out: *mut u8, out_len: size_t, in quiche_negotiate_version() [all …]
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 319 pub unsafe fn mmap(addr: *mut c_void, length: size_t, prot: ProtFlags, flags: MapFlags, fd: RawFd, … in mmap() 339 old_size: size_t, in mremap() 340 new_size: size_t, in mremap() 369 pub unsafe fn madvise(addr: *mut c_void, length: size_t, advise: MmapAdvise) -> Result<()> { in madvise() 398 pub unsafe fn mprotect(addr: *mut c_void, length: size_t, prot: ProtFlags) -> Result<()> { in mprotect() 408 pub unsafe fn msync(addr: *mut c_void, length: size_t, flags: MsFlags) -> Result<()> { in msync()
|
/external/llvm-project/flang/runtime/ |
D | format.cpp | 19 const char *, std::size_t, std::size_t) { in Emit() 24 bool DefaultFormatControlCallbacks::Emit(const char16_t *, std::size_t) { in Emit() 29 bool DefaultFormatControlCallbacks::Emit(const char32_t *, std::size_t) { in Emit()
|
/external/rust/crates/quiche/src/h3/ |
D | ffi.rs | 126 name_len: size_t, in quiche_h3_event_for_each_header() 129 value_len: size_t, in quiche_h3_event_for_each_header() 183 headers: *const Header, headers_len: size_t, fin: bool, in quiche_h3_send_request() 197 headers: *const Header, headers_len: size_t, fin: bool, in quiche_h3_send_response() 211 headers: *const Header, headers_len: size_t, priority: *const c_char, in quiche_h3_send_response_with_priority() 233 body: *const u8, body_len: size_t, fin: bool, in quiche_h3_send_body() 251 out: *mut u8, out_len: size_t, in quiche_h3_recv_body() 269 data: *const u8, data_len: size_t, in quiche_h3_send_dgram() 287 flow_id_len: *mut usize, out: *mut u8, out_len: size_t, in quiche_h3_recv_dgram() 312 ptr: *const Header, len: size_t, in headers_from_ptr()
|
/external/llvm-project/libcxx/src/experimental/ |
D | memory_resource.cpp | 59 virtual void* do_allocate(size_t, size_t) { in do_allocate() argument 62 virtual void do_deallocate(void *, size_t, size_t) {} in do_deallocate() argument
|
/external/skqp/src/core/ |
D | SkReadBuffer.h | 242 SkReadBuffer(const void*, size_t) {} in SkReadBuffer() argument 269 const void* skip(size_t) { return nullptr; } in skip() argument 270 const void* skip(size_t, size_t) { return nullptr; } in skip() argument 272 template <typename T> const T* skipT(size_t) { return nullptr; } in skipT() argument 315 bool readPad32 (void*, size_t) { return false; } in readPad32() argument 316 bool readByteArray (void*, size_t) { return false; } in readByteArray() argument 317 bool readColorArray (SkColor*, size_t) { return false; } in readColorArray() argument 318 bool readColor4fArray(SkColor4f*, size_t) { return false; } in readColor4fArray() argument 319 bool readIntArray (int32_t*, size_t) { return false; } in readIntArray() argument 320 bool readPointArray (SkPoint*, size_t) { return false; } in readPointArray() argument [all …]
|