/third_party/ltp/lib/ |
H A D | tst_bool_expr.c | 47 static int new_tok(struct tst_expr_tok **last, const char *tok, size_t tok_len) in new_tok() 66 size_t i, j; in tokenize() 105 size_t j; in tst_bool_expr_print()
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
H A D | minimal-mqtt-client-multi.c | 107 size_t pos; 197 void *user, void *in, size_t len) in callback_mqtt() 202 size_t chunk; in callback_mqtt()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-ssl.c | 45 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() 118 lwsl_hexdump_notice(buf, (size_t)n); in lws_ssl_capable_read() 163 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_write()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/ |
H A D | main.c | 21 size_t size; in test_just_l1() 106 size_t size; in test_just_l1_limits() 176 size_t size; in test_nsc1()
|
/third_party/ltp/metadata/ |
H A D | data_storage.h | 78 size_t size = sizeof(struct data_node_string) + strlen(string) + 1; in data_node_string() 107 size_t size = sizeof(struct data_node_hash) in data_node_hash() 123 size_t size = sizeof(struct data_node_array) + in data_node_array()
|
/third_party/node/src/crypto/ |
H A D | crypto_cipher.h | 63 UpdateResult Update(const char* data, size_t len, 101 unsigned char* out, size_t* outlen, 102 const unsigned char* in, size_t inlen);
|
H A D | crypto_tls.h | 87 size_t count, 167 uv_buf_t OnStreamAlloc(size_t size) override; 262 size_t write_size_ = 0;
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | global.cc | 10 auto get_export_global(wasm::ownvec<wasm::Extern>& exports, size_t i) -> wasm::Global* { 18 auto get_export_func(const wasm::ownvec<wasm::Extern>& exports, size_t i) -> const wasm::Func* { 111 size_t i = 0; in run()
|
H A D | table.cc | 20 auto get_export_table(wasm::ownvec<wasm::Extern>& exports, size_t i) -> wasm::Table* { 28 auto get_export_func(const wasm::ownvec<wasm::Extern>& exports, size_t i) -> const wasm::Func* { 112 size_t i = 0; in run()
|
/third_party/node/test/node-api/test_async/ |
H A D | test_async.c | 61 size_t argc = 3; in Test() 128 size_t argc = 1; in TestCancel() 186 size_t argc = 1; in DoRepeatedWork()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core.cc | 53 size_t count) { in GetMandatoryFieldMask() 55 for (size_t i = 0; i < count; ++i) { in GetMandatoryFieldMask() 64 size_t field_count) in DeserializerDescriptor()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 204 static volatile size_t dummy = 0; 237 size_t size, guard; in __pthread_create() 258 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 204 static volatile size_t dummy = 0; 237 size_t size, guard; in __pthread_create() 258 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_wcs.cpp | 47 uprv_memcpy(newBuffer, *pBuffer, (size_t)length*size); in u_growAnyBufferFromStatic() 205 uprv_memcpy(dest, intTarget, (size_t)count*sizeof(wchar_t)); in _strToWCS() 400 uprv_memcpy(pWStack, pSrc, (size_t)nulLen*sizeof(wchar_t)); in _strFromWCS()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | localpointer.h | 71 static void* U_EXPORT2 operator new(size_t) = delete; member in LocalPointerBase 72 static void* U_EXPORT2 operator new[](size_t) = delete; member in LocalPointerBase 74 static void* U_EXPORT2 operator new(size_t, void*) = delete;
|
/third_party/libfuse/util/ |
H A D | mount.fuse.c | 65 static void *xrealloc(void *oldptr, size_t size) in xrealloc() 77 size_t optlen = strlen(opt); in add_arg() 78 size_t cmdlen = *cmdp ? strlen(*cmdp) : 0; in add_arg()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
H A D | ppoll01.c | 160 size_t sigsetsize LTP_ATTRIBUTE_UNUSED) in libc_ppoll() 166 const sigset_t *sigmask, size_t sigsetsize) in sys_ppoll() 172 const sigset_t *sigmask, size_t sigsetsize) in sys_ppoll_time64()
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_x86.c | 172 size_t size) in kvm_find_free_descriptor() 175 size_t i; in kvm_find_free_descriptor() 194 size_t tabsize, void *stack_base) in kvm_create_stack_descriptor()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 264 lws_genaes_destroy(struct lws_genaes_ctx *ctx, unsigned char *tag, size_t tlen) in lws_genaes_destroy() 317 const uint8_t *in, size_t len, uint8_t *out, in lws_genaes_crypt() 319 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt()
|
/third_party/lz4/lib/ |
H A D | lz4.h | 43 #include <stddef.h> /* size_t */ 709 LZ4LIB_API LZ4_stream_t* LZ4_initStream (void* buffer, size_t size); 720 size_t extDictSize; 721 size_t prefixSize;
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler.cc | 133 void* operator new(std::size_t count); 147 void* ExternalAssemblerBufferImpl::operator new(std::size_t count) { in operator new() 285 DCHECK_LT(static_cast<size_t>(code_target_index), code_targets_.size()); in GetCodeTarget()
|
/third_party/node/deps/v8/src/base/ |
H A D | bits.h | 192 // Same for size_t integers. 193 inline size_t RoundUpToPowerOfTwo(size_t value) { 194 if (sizeof(size_t) == sizeof(uint64_t)) {
|
/third_party/node/deps/v8/src/heap/ |
H A D | spaces-inl.h | 46 size_t amount) { in IncrementExternalBackingStoreBytes() 52 size_t amount) { in DecrementExternalBackingStoreBytes() 59 size_t amount) { in MoveExternalBackingStoreBytes()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 138 void Log::MessageBuilder::AppendString(const char* str, size_t length, in AppendString() 142 for (size_t i = 0; i < length; i++) { in AppendString() 148 for (size_t i = 0; i + 1 < length; i += 2) { in AppendString()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_mem.c | 87 size_t sz; in BIO_new_mem_buf() 93 sz = (len < 0) ? strlen(buf) : (size_t)len; in BIO_new_mem_buf() 200 ret = (outl >= 0 && (size_t)outl > bm->length) ? (int)bm->length : outl; in mem_read()
|