/third_party/libwebsockets/lib/core-net/ |
H A D | adopt.c | 571 adopt_socket_readbuf(struct lws *wsi, const char *readbuf, size_t len) in adopt_socket_readbuf() 928 const char *readbuf, size_t len) in lws_adopt_socket_readbuf() 937 const char *readbuf, size_t len) in lws_adopt_socket_vhost_readbuf()
|
/third_party/libcoap/src/ |
H A D | coap_address.c | 289 const uint8_t *host, size_t host_len) { in coap_address_set_unix_domain() 291 size_t i; in coap_address_set_unix_domain() 292 size_t ofs = 0; in coap_address_set_unix_domain()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 947 size_t processed;
in My_CopyFile() 948 const ssize_t num2 = outFile.write_full(buf, (size_t)num, processed);
in My_CopyFile() 949 if (num2 != num || processed != (size_t)num)
in My_CopyFile()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | standalone.cpp | 340 size_t size; in load_text_file() 341 size_t total_read = 0; in load_text_file() 355 size_t bytes = fread(text + total_read, in load_text_file()
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 805 lws_ws_frame_rest_is_payload(struct lws *wsi, uint8_t **buf, size_t len) in lws_ws_frame_rest_is_payload() 963 lwsl_hexdump_info(pmdrx.eb_out.token, (size_t)pmdrx.eb_out.len); in lws_ws_frame_rest_is_payload() 990 lws_parse_ws(struct lws *wsi, unsigned char **buf, size_t len) in lws_parse_ws()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 64 enum nir_spirv_debug_level level, size_t spirv_offset, in debug_function() 293 state->args.emplace_back(binary::argument::global, sizeof(size_t), 455 const size_t num_words = binary->num_bytes / 4;
|
/third_party/node/src/ |
H A D | node_serdes.cc | 93 const size_t length_; 211 std::pair<uint8_t*, size_t> ret = ctx->serializer_.Release(); in ReleaseBuffer() 437 size_t length = length_arg.FromJust(); in ReadRawBytes()
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 43 constexpr size_t kMaxAlpnLen = 255; 251 size_t len, in EnableTrace() 444 size_t size = i2d_SSL_SESSION(session, nullptr); in OnNewSession()
|
/third_party/ninja/src/ |
H A D | graph.cc | 391 std::string MakePathList(const Node* const* span, size_t size, char sep) const;
471 const size_t size, const char sep) const {
in MakePathList() 764 (size_t)count, 0);
in PreallocateSpace()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() 168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() 171 size_t i; in quote_char()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | types.h | 296 static inline size_t BoundariesSize(); 474 friend size_t hash_value(Type type); 536 inline size_t hash_value(Type type) { return type.payload_; } in hash_value()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 292 size_t size); 488 size_t size); 521 size_t stack_size_;
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 29 size_t Scavenger::PromotionList::Local::LocalPushSegmentSize() const { in LocalPushSegmentSize() 69 size_t Scavenger::PromotionList::Size() const { in Size() 245 SLOW_DCHECK(static_cast<size_t>(object_size) <= in EvacuateObjectDefault()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 328 size_t size); 582 size_t size); 617 size_t stack_size_;
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 119 size_t start_index); 388 size_t size = stack_.size(); in StackPush() 389 for (size_t i = 0; i < size; ++i) { in StackPush() 480 Handle<Object> last_key, size_t start_index) { in ConstructCircularStructureErrorMessage() 485 size_t index = start_index; in ConstructCircularStructureErrorMessage() 486 const size_t stack_size = stack_.size(); in ConstructCircularStructureErrorMessage() 491 const size_t prefix_end = in ConstructCircularStructureErrorMessage()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.h | 149 void NewEvent(const char* name, void* object, size_t size); 159 size_t function_name_length = 0, bool is_one_byte = true); 463 size_t code_size;
|
/third_party/node/deps/v8/src/torque/ |
H A D | cc-generator.cc | 113 size_t slot_count = LoweredSlotCount(type); in ProcessArgumentsCommon() 136 for (std::size_t i = 0; i < lowered.size(); ++i) { in EmitInstruction() 219 for (std::size_t i = 0; i < lowered.size(); ++i) { in EmitInstruction()
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 139 size_t len = sizeof (has_vu); in check_os_altivec_support() 154 size_t len = sizeof(hwcap); in check_os_altivec_support() 628 size_t len = sizeof(ncpu); in util_cpu_detect_once()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dgst.c | 519 size_t i, e = 0, length = strlen(file), newline_count = 0, mem_len = 0; in newline_escape_filename() 551 size_t len = BUFSIZE; in do_fp() 582 size_t tmplen; in do_fp()
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 616 size_t eksize = 0; /* size of decrypted symmetric encryption key */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 653 size_t failure; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() 665 failure |= ~constant_time_eq_s(eksize, (size_t)cikeysize); in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 148 size_t namelen); 163 size_t namelen); 249 EVP_PKEY_Q_keygen(NULL, NULL, "RSA", (size_t)(0 + (bits)))
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 203 size_t path_data_n = 0, i; in file_open() 353 size_t der_len = 0; in file_set_ctx_params() 578 size_t len = strlen(ctx->_.dir.search_name); in file_name_check()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_vfy.c | 44 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64() 48 size_t size, padsize; in t_fromb64() 138 size_t leadz = 0; in t_tob64()
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property.c | 83 size_t cache_nelem; 91 size_t nelem; 717 size_t len; in ossl_method_store_cache_set()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-http.c | 167 pa_memblockq_drop(c->output_memblockq, (size_t) r); in do_write() 540 size_t l; in handle_listen_prefix() 583 l = (size_t) (pa_bytes_per_second(&ss)*RECORD_BUFFER_SECONDS); in handle_listen_prefix()
|