/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | process-heap-statistics.h | 20 static size_t TotalAllocatedObjectSize() { in TotalAllocatedObjectSize() 23 static size_t TotalAllocatedSpace() { in TotalAllocatedSpace()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | process-heap-statistics.h | 20 static size_t TotalAllocatedObjectSize() { in TotalAllocatedObjectSize() 23 static size_t TotalAllocatedSpace() { in TotalAllocatedSpace()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | object-size-trait.cc | 15 size_t BaseObjectSizeTrait::GetObjectSizeForGarbageCollected( in GetObjectSizeForGarbageCollected() 22 size_t BaseObjectSizeTrait::GetObjectSizeForGarbageCollectedMixin( in GetObjectSizeForGarbageCollectedMixin()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | magic.h | 28 demo_cmdbuf(uint64_t *buf, size_t size, 43 demo_mem_map(void *map, size_t size, unsigned *handles,
|
/third_party/musl/libc-test/src/functionalext/supplement/hook/hook_gtest/ |
H A D | hook_memtrace_test.cpp | 5 constexpr size_t MEMORY_SIZE = 100; 7 extern "C" void memtrace(void* addr, size_t size, const char* tag, bool is_using);
|
/third_party/musl/libc-test/src/functionalext/supplement/malloc/ |
H A D | malloc_usable_size.c | 33 size_t ret = malloc_usable_size(p); in malloc_usable_size_0100() 45 size_t ret = malloc_usable_size(NULL); in malloc_usable_size_0200()
|
/third_party/mesa3d/src/util/ |
H A D | strndup.h | 29 #include <stdlib.h> // size_t 37 strndup(const char *str, size_t max) in strndup() 39 size_t n; in strndup()
|
H A D | memstream.h | 49 size_t *sizep; 55 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_nir.h | 37 uint32_t vk_spirv_version(const uint32_t *spirv_data, size_t spirv_size_B); 41 const uint32_t *spirv_data, size_t spirv_size_B,
|
/third_party/musl/fuzztest/atoi_fuzzer/ |
H A D | atoi_fuzzer.cpp | 25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() 33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/third_party/musl/include/ |
H A D | wordexp.h | 22 size_t we_wordc; 24 size_t we_offs;
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_uio.c | 6 T(size_t) in f() 11 F(size_t,iov_len) in f()
|
/third_party/musl/libc-test/src/common/ |
H A D | path.c | 6 char *t_pathrel(char *buf, size_t n, char *argv0, char *p) in t_pathrel() 15 if ((size_t)k >= n) in t_pathrel()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.h | 21 (const unsigned char *in, unsigned char *out, size_t len, 35 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_xts(size_t keybits);
|
H A D | cipher_aria_gcm_hw.c | 17 size_t keylen) in aria_gcm_initkey() 34 const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits) in ossl_prov_aria_hw_gcm()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ebcdic.h | 33 void *ebcdic2ascii(void *dest, const void *srce, size_t count); 34 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | curve448_local.h | 16 const uint8_t *context, size_t context_len, const char *propq); 21 const uint8_t *context, size_t context_len,
|
/third_party/rust/crates/libc/src/windows/gnu/ |
H A D | mod.rs | 11 pub fn strncasecmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strncasecmp() 15 pub fn wmemchr(cx: *const ::wchar_t, c: ::wchar_t, n: ::size_t) -> *mut ::wchar_t; in wmemchr()
|
/third_party/rust/crates/libc/src/windows/msvc/ |
H A D | mod.rs | 12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() 18 count: ::size_t, in memccpy()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memchunk.h | 33 size_t index, length; 41 pa_memchunk* pa_memchunk_make_writable(pa_memchunk *c, size_t min);
|
H A D | memtrap.h | 40 pa_memtrap* pa_memtrap_add(const void *start, size_t size); 41 pa_memtrap *pa_memtrap_update(pa_memtrap *m, const void *start, size_t size);
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | curve448_local.h | 16 const uint8_t *context, size_t context_len, const char *propq); 21 const uint8_t *context, size_t context_len,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSpirVAsm.hpp | 38 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion); 41 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog, const SpirvValidatorOptions&);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | egl_utils.h | 29 size_t forwardAttribsCount); 31 template <size_t N>
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | hash_utils_unittest.cpp | 26 size_t aHash = ComputeGenericHash(a.c_str(), a.size()); in TEST() 27 size_t bHash = ComputeGenericHash(b.c_str(), b.size()); in TEST()
|