Home
last modified time | relevance | path

Searched refs:size_t (Results 17951 - 17975 of 51200) sorted by relevance

1...<<711712713714715716717718719720>>...2048

/third_party/libuv/test/
H A Dtest-tmpdir.c31 size_t len; in TEST_IMPL()
76 size_t lenx = sizeof tmpdirx; in TEST_IMPL()
/third_party/libsnd/ossfuzz/
H A Dstandaloneengine.cc26 size_t buffer_len; in main()
41 size_t result; in main()
/third_party/lzma/CPP/7zip/Common/
H A DOutBuffer.h57 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 Dac_rtld.h103 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 Dcoap_cache.h105 size_t ignore_count);
127 const uint16_t *options, size_t count);
/third_party/lzma/CPP/Common/
H A DNewHandler.cpp16 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 DFuzzerIO.h21 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 Dvalue_t.hpp12 #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 Dmodule.h139 size_t count);
146 size_t count);
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.h94 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 Dintel_uuid.c31 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 Dcleanup_queue.h28 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 Derror_support.cc25 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 Dbinding.cc15 for (size_t n = 2; n < static_cast<size_t>(args.Length()); n += 1) { in MakeCallback()
/third_party/musl/src/malloc/oldmalloc/
H A Daligned_alloc.c9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc()
/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.h50 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 Dshrpx_api_downstream_connection.h74 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 Dshrpx_health_monitor_downstream_connection.cc67 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 Dfgets.c10 size_t k; in fgets()
27 k = MIN(k, (size_t)n); in fgets()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dmbrtowc.c6 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 Dmalloc-free-performance.c16 size_t sizes[SIZE_ARR_SIZE] = {
171 size_t index = 0; in main()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dmbrtowc.c6 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 Dnghttp2_rcbuf.c33 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 Dnghttp2_helper.h70 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 Dfgets.c10 size_t k; in fgets()
27 k = MIN(k, (size_t)n); in fgets()

Completed in 26 milliseconds

1...<<711712713714715716717718719720>>...2048