/third_party/libuv/test/ |
H A D | test-tmpdir.c | 31 size_t len; in TEST_IMPL() 76 size_t lenx = sizeof tmpdirx; in TEST_IMPL()
|
/third_party/libsnd/ossfuzz/ |
H A D | standaloneengine.cc | 26 size_t buffer_len; in main() 41 size_t result; in main()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | OutBuffer.h | 57 void WriteBytes(const void *data, size_t size)
in WriteBytes() 59 for (size_t i = 0; i < size; i++)
in WriteBytes()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rtld.h | 103 const size_t *elf_sizes; /* sizes of corresponding in-memory ELF objects in bytes */ 118 size_t *nbytes);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_cache.h | 105 size_t ignore_count); 127 const uint16_t *options, size_t count);
|
/third_party/lzma/CPP/Common/ |
H A D | NewHandler.cpp | 16 void * my_new(size_t size)
33 void * my_Realloc(void *p, size_t newSize, size_t oldSize)
47 operator new(size_t size)
in operator new() 84 operator new[](size_t size)
147 operator new(size_t size)
in operator new() 227 operator new[](size_t size)
237 operator delete(void *p, size_t sz) throw();
243 operator delete(void *p, size_t sz) throw()
267 operator delete[](void *p, size_t s [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerIO.h | 21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0, 31 long *Epoch, size_t MaxSize, bool ExitOnError);
|
/third_party/json/include/nlohmann/detail/ |
H A D | value_t.hpp | 12 #include <cstddef> // size_t 93 const auto l_index = static_cast<std::size_t>(lhs); 94 const auto r_index = static_cast<std::size_t>(rhs);
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | module.h | 139 size_t count); 146 size_t count);
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.h | 94 void *drm_shim_mmap(struct shim_fd *shim_fd, size_t length, int prot, int flags, 97 int drm_shim_bo_init(struct shim_bo *bo, size_t size);
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_uuid.c | 31 size_t size) in intel_uuid_compute_device_id() 66 size_t size) in intel_uuid_compute_driver_id()
|
/third_party/node/src/ |
H A D | cleanup_queue.h | 28 inline size_t SelfSize() const override; 51 size_t operator()(const CleanupHookCallback& cb) const;
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | error_support.cc | 25 void ErrorSupport::SetIndex(size_t index) { in SetIndex() 35 for (size_t ii = 0; ii < stack_.size(); ++ii) { in AddError()
|
/third_party/node/test/addons/make-callback/ |
H A D | binding.cc | 15 for (size_t n = 2; n < static_cast<size_t>(args.Length()); n += 1) { in MakeCallback()
|
/third_party/musl/src/malloc/oldmalloc/ |
H A D | aligned_alloc.c | 9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_downstream_connection.h | 50 virtual int push_upload_data_chunk(const uint8_t *data, size_t datalen); 54 virtual int resume_read(IOCtrlReason reason, size_t consumed);
|
H A D | shrpx_api_downstream_connection.h | 74 virtual int push_upload_data_chunk(const uint8_t *data, size_t datalen); 78 virtual int resume_read(IOCtrlReason reason, size_t consumed);
|
H A D | shrpx_health_monitor_downstream_connection.cc | 67 const uint8_t *data, size_t datalen) { in push_upload_data_chunk() 91 size_t consumed) { in resume_read()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fgets.c | 10 size_t k; in fgets() 27 k = MIN(k, (size_t)n); in fgets()
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc()
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-free-performance.c | 16 size_t sizes[SIZE_ARR_SIZE] = { 171 size_t index = 0; in main()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | mbrtowc.c | 6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_rcbuf.c | 33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, in nghttp2_rcbuf_new() 54 size_t srclen, nghttp2_mem *mem) { in nghttp2_rcbuf_new2()
|
H A D | nghttp2_helper.h | 70 void nghttp2_downcase(uint8_t *s, size_t len); 120 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len);
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fgets.c | 10 size_t k; in fgets() 27 k = MIN(k, (size_t)n); in fgets()
|