/third_party/mbedtls/tests/include/test/ |
H A D | psa_exercise_key.h | 136 const unsigned char *input1, size_t input1_length, 137 const unsigned char *input2, size_t input2_length, 138 size_t capacity, int key_destroyable); 200 psa_key_type_t type, size_t bits, 201 const uint8_t *exported, size_t exported_length);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_dtls_internal.h | 197 size_t data_len); 248 size_t data_len); 265 size_t data_len); 342 size_t data_len 357 size_t data_len
|
/third_party/libcoap/src/ |
H A D | coap_asn1.c | 18 size_t 20 size_t len = 0; in asn1_len() 23 size_t octets = (**ptr) & 0x7f; in asn1_len() 65 get_asn1_tag(coap_asn1_tag_t ltag, const uint8_t *ptr, size_t tlen, in get_asn1_tag() 71 size_t len = asn1_len(&acp); in get_asn1_tag()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-errortype.cpp | 39 static constexpr size_t JERRY_SCRIPT_MEM_SIZE = 50 * 1024 * 1024; 40 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() 43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() 66 for (size_t idx = 0; idx < sizeof (errors) / sizeof (errors[0]); idx++) in HWTEST_F() 87 for (size_t idx = 0; idx < sizeof (test_values) / sizeof (test_values[0]); idx++) in HWTEST_F()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-misc.c | 62 size_t 63 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() 70 return (size_t)read(context->fd_random, (char *)buf, len); in lws_get_random() 98 size_t len) in lws_plat_write_cert() 109 return (size_t)n != len; in lws_plat_write_cert()
|
/third_party/ltp/include/ |
H A D | time64_variants.h | 46 int (*mqt_send)(mqd_t mqdes, const char *msg_ptr, size_t msg_len, 48 ssize_t (*mqt_receive)(mqd_t mqdes, char *msg_ptr, size_t msg_len, 51 const sigset_t *sigmask, size_t sigsetsize); 53 int (*semop)(int semid, struct sembuf *sops, size_t nsops); 54 int (*semtimedop)(int semid, struct sembuf *sops, size_t nsops, void *timeout);
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_shader.c | 48 size_t rogue_shader_instr_count_type(const struct rogue_shader *shader, in rogue_shader_instr_count_type() 51 size_t count = 0U; in rogue_shader_instr_count_type() 113 size_t rogue_acquire_drc(struct rogue_shader *shader) in rogue_acquire_drc() 115 size_t drc; in rogue_acquire_drc() 127 void rogue_release_drc(struct rogue_shader *shader, size_t drc) in rogue_release_drc()
|
/third_party/node/deps/v8/src/zone/ |
H A D | accounting-allocator.h | 35 Segment* AllocateSegment(size_t bytes, bool supports_compression); 41 size_t GetCurrentMemoryUsage() const { in GetCurrentMemoryUsage() 45 size_t GetMaxMemoryUsage() const { in GetMaxMemoryUsage() 70 std::atomic<size_t> current_memory_usage_{0}; 71 std::atomic<size_t> max_memory_usage_{0};
|
/third_party/node/src/ |
H A D | stream_pipe.h | 47 size_t wanted_data_ = 0; 49 void ProcessData(size_t nread, std::unique_ptr<v8::BackingStore> bs); 53 uv_buf_t OnStreamAlloc(size_t suggested_size) override; 60 uv_buf_t OnStreamAlloc(size_t suggested_size) override; 64 void OnStreamWantsWrite(size_t suggested_size) override;
|
/third_party/musl/src/stdio/ |
H A D | vswprintf.c | 10 size_t l; 13 static size_t sw_write(FILE *f, const unsigned char *s, size_t l) in sw_write() 15 size_t l0 = l; in sw_write() 38 int vswprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, va_list ap) in vswprintf()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vsnprintf.c | 10 size_t n; 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() 18 size_t k = MIN(c->n, f->wpos - f->wbase); in sn_write() 36 int vsnprintf(char *restrict s, size_t n, const char *restrict fmt, va_list ap) in vsnprintf()
|
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 36 static size_t deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, in deflate_data() 37 size_t inlen) { in deflate_data() 68 size_t inlen = sizeof(in); in test_nghttp2_gzip_inflate() 69 size_t inproclen, outproclen; in test_nghttp2_gzip_inflate()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vsnprintf.c | 10 size_t n; 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() 18 size_t k = MIN(c->n, f->wpos - f->wbase); in sn_write() 36 int vsnprintf(char *restrict s, size_t n, const char *restrict fmt, va_list ap) in vsnprintf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vsnprintf.c | 10 size_t n; 15 static size_t sn_write(FILE *f, const unsigned char *s, size_t l) in sn_write() 18 size_t k = MIN(c->n, f->wpos - f->wbase); in sn_write() 36 int vsnprintf(char *restrict s, size_t n, const char *restrict fmt, va_list ap) in vsnprintf()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | memory.h | 32 size_t perm_allocated; 33 size_t new_allocated; 34 size_t new_freed; 43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n); 83 size_t _new_size = (C == 0) ? (R) : C; \
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_parse_txt_reply.c | 32 static int ares__parse_txt_reply(const unsigned char *abuf, size_t alen, in ares__parse_txt_reply() 40 size_t i; in ares__parse_txt_reply() 58 size_t ptr_len; in ares__parse_txt_reply() 126 return ares__parse_txt_reply(abuf, (size_t)alen, ARES_FALSE, in ares_parse_txt_reply() 136 return ares__parse_txt_reply(abuf, (size_t)alen, ARES_TRUE, (void **)txt_out); in ares_parse_txt_reply_ext()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_crypto.h | 103 size_t secretlen, 105 const uint8_t *iv, size_t ivlen, 112 int ngtcp2_crypto_km_nocopy_new(ngtcp2_crypto_km **pckm, size_t secretlen, 113 size_t ivlen, const ngtcp2_mem *mem); 127 void ngtcp2_crypto_create_nonce(uint8_t *dest, const uint8_t *iv, size_t ivlen,
|
H A D | ngtcp2_conv.h | 74 uint64_t ngtcp2_get_varint(size_t *plen, const uint8_t *p); 80 int64_t ngtcp2_get_pkt_num(const uint8_t *p, size_t pkt_numlen); 135 uint8_t *ngtcp2_put_pkt_num(uint8_t *p, int64_t pkt_num, size_t len); 141 size_t ngtcp2_get_varint_len(const uint8_t *p); 147 size_t ngtcp2_put_varint_len(uint64_t n);
|
/third_party/ltp/testcases/kernel/syscalls/stat/ |
H A D | stat02.c | 29 size_t bytes_to_write; 30 size_t decrement; 38 void verify(const char *fname, size_t bytes, size_t decrement) in verify() 42 size_t bytes_written = 0; in verify()
|
/third_party/lwip/src/core/ |
H A D | def.c | 105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr() 108 size_t tokenlen = strlen(token); in lwip_strnstr() 163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp() 199 lwip_itoa(char *result, size_t bufsize, int number) in lwip_itoa() 238 memmove(res, tmp, (size_t)((result + bufsize) - tmp)); in lwip_itoa()
|
/third_party/lz4/ossfuzz/ |
H A D | fuzz_data_producer.c | 5 size_t size; 8 FUZZ_dataProducer_t* FUZZ_dataProducer_create(const uint8_t* data, size_t size) { in FUZZ_dataProducer_create() 22 const size_t size = producer->size; in FUZZ_dataProducer_retrieve32() 46 size_t const seed = FUZZ_dataProducer_retrieve32(producer); in FUZZ_dataProducer_range32() 75 size_t FUZZ_dataProducer_remainingBytes(FUZZ_dataProducer_t *producer){ in FUZZ_dataProducer_remainingBytes()
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.h | 91 size_t TotalMarkedBytes(); 102 size_t marked_bytes = 0; 111 size_t GetMaxConcurrency(size_t worker_count); 118 std::atomic<size_t> total_marked_bytes_{0};
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-stats-common.h | 29 #define SIZE_ALIGN (8 * sizeof(size_t)) 32 #define OVERHEAD (sizeof(size_t) + LIST_OVERHEAD) 34 static size_t sizes[SIZES_COUNT] = { 54 size_t alloc_size; 63 for (size_t i = 0; i < SIZES_COUNT; i++) { in get_total_from_test_sizes()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 44 /* Have to include stdlib.h in order to ensure that size_t is defined. */ 105 size_t re_nsub; 106 size_t re_erroffset; 162 PCRE2POSIX_EXP_DECL int PCRE2_CALL_CONVENTION pcre2_regexec(const regex_t *, const char *, size_t, 164 PCRE2POSIX_EXP_DECL size_t PCRE2_CALL_CONVENTION pcre2_regerror(int, const regex_t *, char *, size_t);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.h | 27 size_t count, 30 size_t count, 33 size_t count, 38 size_t index, 67 size_t outputPitch,
|