/third_party/curl/lib/ |
H A D | headers.c | 42 size_t index, in copy_header_external() 43 size_t amount, in copy_header_external() 63 size_t nameindex, in curl_easy_header() 71 size_t match = 0; in curl_easy_header() 72 size_t amount = 0; in curl_easy_header() 136 size_t amount = 0; in curl_easy_nextheader() 137 size_t index = 0; in curl_easy_nextheader() 187 static CURLcode namevalue(char *header, size_t hlen, unsigned int type, in namevalue() 223 size_t vlen) /* length of the incoming header */ in unfold_value() 227 size_t ole in unfold_value() [all...] |
/third_party/lzma/CPP/Common/ |
H A D | StringConvert.cpp | 248 const size_t limit = ((size_t)src.Len() + 1) * 2;
250 const size_t len = mbstowcs(d, src, limit);
251 if (len != (size_t)-1)
274 const size_t limit = ((size_t)src.Len() + 1) * 2;
in MultiByteToUnicodeString2() 276 const size_t len = mbstowcs(d, src, limit);
in MultiByteToUnicodeString2() 277 if (len != (size_t)-1)
in MultiByteToUnicodeString2() 283 for (size_t i = 0;; i++)
in MultiByteToUnicodeString2() 301 for (size_t in MultiByteToUnicodeString2() [all...] |
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 16 static size_t ext_len; 20 size_t *amount) in _alloc_file() 23 size_t s; in _alloc_file() 43 s = (size_t)m; in _alloc_file() 85 const uint8_t *paychunk, size_t paychunk_len) in pay_cb() 106 size_t ks_len, kid_len = 0; in main() 176 kid_len = (size_t)lws_hex_to_byte_array(p, ktmp, sizeof(ktmp)); in main() 181 ext_len = (size_t)lws_hex_to_byte_array(p, extra, sizeof(extra)); in main() 183 if (ext_len == (size_t)-1ll) in main() 228 size_t in main() [all...] |
/third_party/node/src/ |
H A D | aliased_buffer-inl.h | 11 typedef size_t AliasedBufferIndex; 15 v8::Isolate* isolate, const size_t count, const AliasedBufferIndex* index) in AliasedBufferBase() 23 const size_t size_in_bytes = in AliasedBufferBase() 38 const size_t byte_offset, in AliasedBufferBase() 39 const size_t count, in AliasedBufferBase() 147 inline void AliasedBufferBase<NativeT, V8T>::SetValue(const size_t index, in SetValue() 156 const size_t index) const { in GetValue() 164 AliasedBufferBase<NativeT, V8T>::operator[](size_t index) { in operator []() 170 NativeT AliasedBufferBase<NativeT, V8T>::operator[](size_t index) const { in operator []() 175 size_t AliasedBufferBas [all...] |
/third_party/musl/src/malloc/mallocng/ |
H A D | meta.h | 44 size_t pagesize; 50 size_t avail_meta_count, avail_meta_area_count, meta_alloc_shift; 54 size_t usage_by_class[48]; 174 static inline size_t get_nominal_size(const unsigned char *p, const unsigned char *end) in get_nominal_size() 176 size_t reserved = p[-3] >> 5; in get_nominal_size() 190 static inline size_t get_stride(const struct meta *g) in get_stride() 199 static inline void set_size(unsigned char *p, unsigned char *end, size_t n) in set_size() 211 static inline void *enframe(struct meta *g, int idx, size_t n, int ctr) in enframe() 213 size_t stride = get_stride(g); in enframe() 214 size_t slac in enframe() [all...] |
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | meta.h | 44 size_t pagesize; 50 size_t avail_meta_count, avail_meta_area_count, meta_alloc_shift; 54 size_t usage_by_class[48]; 174 static inline size_t get_nominal_size(const unsigned char *p, const unsigned char *end) in get_nominal_size() 176 size_t reserved = p[-3] >> 5; in get_nominal_size() 190 static inline size_t get_stride(const struct meta *g) in get_stride() 199 static inline void set_size(unsigned char *p, unsigned char *end, size_t n) in set_size() 211 static inline void *enframe(struct meta *g, int idx, size_t n, int ctr) in enframe() 213 size_t stride = get_stride(g); in enframe() 214 size_t slac in enframe() [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares_search.c | 46 size_t ndomains; 49 size_t next_domain; /* next search domain to try */ 51 size_t timeouts; /* number of timeouts we saw for this request */ 58 unsigned char *abuf, size_t alen); 68 size_t ndots; in ares_search_int() 179 squery->timeouts += (size_t)timeouts; in search_callback() 184 end_squery(squery, (ares_status_t)status, abuf, (size_t)alen); in search_callback() 232 unsigned char *abuf, size_t alen) in end_squery() 244 size_t nlen = ares_strlen(name); in ares__cat_domain() 245 size_t dle in ares__cat_domain() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.c | 56 size_t total_committed_size = 0; in vn_cs_encoder_sanity_check() 77 size_t offset, in vn_cs_encoder_add_buffer() 79 size_t size) in vn_cs_encoder_add_buffer() 101 const size_t written_size = enc->cur - cur_buf->base; in vn_cs_encoder_commit_buffer() 138 const size_t used = cur_buf->offset + cur_buf->committed_size; in vn_cs_encoder_gc_buffers() 151 size_t min_size) in vn_cs_encoder_init() 192 static size_t 193 next_buffer_size(size_t cur_size, size_t min_size, size_t nee [all...] |
/third_party/lzma/C/ |
H A D | 7zCrc.c | 16 UInt32 Z7_FASTCALL CrcUpdateT1_BeT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
17 UInt32 Z7_FASTCALL CrcUpdateT1_BeT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
21 UInt32 Z7_FASTCALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
22 UInt32 Z7_FASTCALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
45 UInt32 Z7_FASTCALL CrcUpdate(UInt32 v, const void *data, size_t size)
in CrcUpdate() 50 UInt32 Z7_FASTCALL CrcCalc(const void *data, size_t size)
in CrcCalc() 59 UInt32 Z7_FASTCALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table);
60 UInt32 Z7_FASTCALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table)
in CrcUpdateT1() 172 UInt32 Z7_FASTCALL CrcUpdateT0_32(UInt32 v, const void *data, size_t size, const UInt32 *table);
174 UInt32 Z7_FASTCALL CrcUpdateT0_32(UInt32 v, const void *data, size_t siz [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | elements.h | 62 virtual size_t NumberOfElements(JSObject holder) = 0; 140 virtual size_t GetCapacity(JSObject holder, FixedArrayBase backing_store) = 0; 143 Handle<JSObject> receiver, Handle<Object> obj_value, size_t start, 144 size_t end) = 0; 149 Handle<Object> value, size_t start, 150 size_t length) = 0; 156 Handle<Object> value, size_t start, 157 size_t length) = 0; 161 size_t start) = 0; 170 Handle<JSObject> destination, size_t lengt [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 36 const unsigned char *key, size_t key_len, 37 const unsigned char *xcghash, size_t xcghash_len, 38 const unsigned char *session_id, size_t session_id_len, 39 char type, unsigned char *okey, size_t okey_len); 45 size_t key_len; 47 size_t xcghash_len; 50 size_t session_id_len; 90 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, in sshkdf_set_membuf() 99 static int kdf_sshkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_sshkdf_derive() 228 const unsigned char *key, size_t key_le in SSHKDF() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 190 PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t); 191 PCRE2POSIX_EXP_DEFN size_t PCRE2_CALL_CONVENTION 192 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) 214 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 217 regexec(const regex_t *preg, const char *string, size_t nmatch, 229 PCRE2POSIX_EXP_DEFN size_t PCRE2_CALL_CONVENTION 231 size_t errbuf_size) in pcre2_regerror() 325 preg->re_nsub = (size_t)re_nsub; in pcre2_regcomp() 327 preg->re_erroffset = (size_t)( in pcre2_regcomp() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | blocklayout.h | 66 constexpr size_t ComponentAlignment(size_t numComponents) in ComponentAlignment() 85 BlockMemberInfo encodeArrayOfPreEncodedStructs(size_t size, 88 size_t getCurrentOffset() const; 89 size_t getShaderVariableSize(const ShaderVariable &structVar, bool isRowMajor); 95 static constexpr size_t kBytesPerComponent = 4u; 98 static size_t GetBlockRegister(const BlockMemberInfo &info); 99 static size_t GetBlockRegisterElement(const BlockMemberInfo &info); 102 void align(size_t baseAlignment); 115 size_t mCurrentOffse [all...] |
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.h | 166 size_t stopCount; 220 void run(size_t x, size_t y, size_t w, size_t h) const; 223 std::function<void(size_t, size_t, size_t, size_t)> compile() const; 263 using StartPipelineFn = void(*)(size_t,size_ [all...] |
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 36 const unsigned char *key, size_t key_len, 37 const unsigned char *xcghash, size_t xcghash_len, 38 const unsigned char *session_id, size_t session_id_len, 39 char type, unsigned char *okey, size_t okey_len); 45 size_t key_len; 47 size_t xcghash_len; 50 size_t session_id_len; 90 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, in sshkdf_set_membuf() 99 static int kdf_sshkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_sshkdf_derive() 228 const unsigned char *key, size_t key_le in SSHKDF() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_benchmark.cc | 76 size_t operator()(const T& value) { in operator ()() 87 absl::Cord FlatCord(size_t size) { in FlatCord() 93 absl::Cord FragmentedCord(size_t size) { in FragmentedCord() 94 const size_t orig_size = size; in FragmentedCord() 96 size_t chunk_size = std::max<size_t>(1, size / 10); in FragmentedCord() 119 size_t Codegen##hash##name(const decltype(__VA_ARGS__)& arg); \ 120 size_t Codegen##hash##name(const decltype(__VA_ARGS__)& arg) { \ 198 static constexpr size_t kEntropySize = 16 << 10; 216 T Get(size_t [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sake_common.c | 21 size_t i; in eap_sake_parse_add_attr() 160 int eap_sake_parse_attributes(const u8 *buf, size_t len, in eap_sake_parse_attributes() 209 static int eap_sake_kdf(const u8 *key, size_t key_len, const char *label, in eap_sake_kdf() 210 const u8 *data, size_t data_len, in eap_sake_kdf() 211 const u8 *data2, size_t data2_len, in eap_sake_kdf() 212 u8 *buf, size_t buf_len) in eap_sake_kdf() 215 size_t pos, plen; in eap_sake_kdf() 217 size_t label_len = os_strlen(label) + 1; in eap_sake_kdf() 219 size_t len[4]; in eap_sake_kdf() 330 const u8 *serverid, size_t serverid_le in eap_sake_compute_mic() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_sake_common.c | 21 size_t i; in eap_sake_parse_add_attr() 160 int eap_sake_parse_attributes(const u8 *buf, size_t len, in eap_sake_parse_attributes() 209 static int eap_sake_kdf(const u8 *key, size_t key_len, const char *label, in eap_sake_kdf() 210 const u8 *data, size_t data_len, in eap_sake_kdf() 211 const u8 *data2, size_t data2_len, in eap_sake_kdf() 212 u8 *buf, size_t buf_len) in eap_sake_kdf() 215 size_t pos, plen; in eap_sake_kdf() 217 size_t label_len = os_strlen(label) + 1; in eap_sake_kdf() 219 size_t len[4]; in eap_sake_kdf() 330 const u8 *serverid, size_t serverid_le in eap_sake_compute_mic() [all...] |
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 31 pub type size_t = ::uintptr_t; types 36 pub type sighandler_t = ::size_t; 194 pub iov_len: ::size_t, 267 pub threadAttrStacksize : ::size_t, 269 pub threadAttrGuardsize : ::size_t, 290 pub ss_size : ::size_t, 376 pub ai_addrlen : ::size_t, 1102 pub fn setvbuf(stream: *mut FILE, buffer: *mut c_char, mode: c_int, size: size_t) -> c_int; in setvbuf() 1112 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, strea in ungetc() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-esound.c | 90 size_t write_data_alloc, write_data_index, write_data_length; 92 size_t read_data_alloc, read_data_length; 104 size_t memblock_index; 141 size_t data_length; 142 int (*proc)(connection *c, esd_proto_t request, const void *data, size_t length); 146 static int sink_input_pop_cb(pa_sink_input *i, size_t length, pa_memchunk *chunk); 147 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes); 148 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes); 156 static int esd_proto_connect(connection *c, esd_proto_t request, const void *data, size_t length); 157 static int esd_proto_stream_play(connection *c, esd_proto_t request, const void *data, size_t lengt [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCheck.cpp | 116 Optional<size_t> LineNumber, const SourceMgr &SM) { in parseNumericVariableDefinition() 149 StringRef Name, bool IsPseudo, Optional<size_t> LineNumber, in parseNumericVariableUse() 172 Optional<size_t> DefLineNumber = NumericVariable->getDefLineNumber(); in parseNumericVariableUse() 183 StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, in parseNumericOperand() 218 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseBinop() 260 bool IsLegacyLineExpr, Optional<size_t> LineNumber, in parseNumericSubstitutionBlock() 266 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() 366 size_t End = PatternStr.find("}}"); in parsePattern() 402 size_t End = FindRegexVarEnd(UnparsedPatternStr, SM); in parsePattern() 425 size_t SubstInsertId in parsePattern() [all...] |
/third_party/python/Python/ |
H A D | fileutils.c | 47 static const size_t DECODE_ERROR = ((size_t)-1); 48 static const size_t INCOMPLETE_CHARACTER = (size_t)-2; 105 static size_t 129 static size_t 130 _Py_mbstowcs(wchar_t *dest, const char *src, size_t n) in _Py_mbstowcs() 132 size_t count = mbstowcs(dest, src, n); in _Py_mbstowcs() 134 for (size_t i=0; i < count; i++) { in _Py_mbstowcs() 146 static size_t [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 232 size_t buflen ); 264 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen ); 310 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, 325 int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix, 501 size_t usage_len ); 661 const char *oid, size_t oid_len, 663 const unsigned char *val, size_t val_len ); 754 int mbedtls_x509write_crt_der( mbedtls_x509write_cert *ctx, unsigned char *buf, size_t size, 755 int (*f_rng)(void *, unsigned char *, size_t), 775 int mbedtls_x509write_crt_pem( mbedtls_x509write_cert *ctx, unsigned char *buf, size_t siz [all...] |
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_ETC.c | 42 ssize_t getline(char **ppLine, size_t *pLen, FILE *pStream) in getline() 45 size_t const chunk = 512; in getline() 47 size_t defaultBufferSize = chunk + 1; in getline() 48 size_t retSize = 0; in getline() 69 size_t i; in getline() 70 size_t j = 0; in getline() 71 size_t readByte = 0; in getline() 131 OMX_S32 Rockchip_OSAL_Strncpy(OMX_PTR dest, OMX_PTR src, size_t num) in Rockchip_OSAL_Strncpy() 141 OMX_S32 Rockchip_OSAL_Strncmp(OMX_PTR str1, OMX_PTR str2, size_t num) in Rockchip_OSAL_Strncmp() 151 OMX_S32 Rockchip_OSAL_Strncat(OMX_PTR dest, OMX_PTR src, size_t nu [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | writeback.h | 91 size_t wb_bytes; /* bytes written by current wb */ 92 size_t wb_lcand_bytes; /* bytes written by last candidate */ 93 size_t wb_tcand_bytes; /* bytes written by this candidate */ 220 size_t bytes); 325 struct page *page, size_t bytes) in wbc_account_cgroup_owner() 366 void *buffer, size_t *lenp, loff_t *ppos); 368 void *buffer, size_t *lenp, loff_t *ppos); 370 void *buffer, size_t *lenp, loff_t *ppos); 372 void *buffer, size_t *lenp, loff_t *ppos); 374 void *buffer, size_t *len [all...] |