Home
last modified time | relevance | path

Searched refs:size_t (Results 1326 - 1350 of 19935) sorted by relevance

1...<<51525354555657585960>>...798

/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c75 const unsigned char *sec, size_t slen,
76 const unsigned char *seed, size_t seed_len,
77 unsigned char *out, size_t olen);
92 size_t seclen;
95 size_t seedlen;
136 static int kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_prf_derive()
205 size_t sz = 0; in kdf_tls1_prf_set_ctx_params()
288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash()
289 const unsigned char *seed, size_t seed_len, in tls1_prf_P_hash()
290 unsigned char *out, size_t ole in tls1_prf_P_hash()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c85 static size_t get_size_t_ctx_param(EVP_MAC_CTX *ctx, const char *name) in get_size_t_ctx_param()
87 size_t sz = 0; in get_size_t_ctx_param()
108 size_t EVP_MAC_CTX_get_mac_size(EVP_MAC_CTX *ctx) in EVP_MAC_CTX_get_mac_size()
113 size_t EVP_MAC_CTX_get_block_size(EVP_MAC_CTX *ctx) in EVP_MAC_CTX_get_block_size()
118 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, in EVP_MAC_init()
124 int EVP_MAC_update(EVP_MAC_CTX *ctx, const unsigned char *data, size_t datalen) in EVP_MAC_update()
130 unsigned char *out, size_t *outl, size_t outsize) in evp_mac_final()
132 size_t l; in evp_mac_final()
135 size_t macsiz in evp_mac_final()
[all...]
/third_party/openssl/crypto/evp/
H A Dmac_lib.c85 static size_t get_size_t_ctx_param(EVP_MAC_CTX *ctx, const char *name) in get_size_t_ctx_param()
87 size_t sz = 0; in get_size_t_ctx_param()
108 size_t EVP_MAC_CTX_get_mac_size(EVP_MAC_CTX *ctx) in EVP_MAC_CTX_get_mac_size()
113 size_t EVP_MAC_CTX_get_block_size(EVP_MAC_CTX *ctx) in EVP_MAC_CTX_get_block_size()
118 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, in EVP_MAC_init()
124 int EVP_MAC_update(EVP_MAC_CTX *ctx, const unsigned char *data, size_t datalen) in EVP_MAC_update()
130 unsigned char *out, size_t *outl, size_t outsize) in evp_mac_final()
132 size_t l; in evp_mac_final()
135 size_t macsiz in evp_mac_final()
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c75 const unsigned char *sec, size_t slen,
76 const unsigned char *seed, size_t seed_len,
77 unsigned char *out, size_t olen);
92 size_t seclen;
95 size_t seedlen;
136 static int kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_prf_derive()
205 size_t sz = 0; in kdf_tls1_prf_set_ctx_params()
288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash()
289 const unsigned char *seed, size_t seed_len, in tls1_prf_P_hash()
290 unsigned char *out, size_t ole in tls1_prf_P_hash()
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpnmdec.c34 size_t data_size;
47 static const size_t kMinPNMHeaderSize = 3;
49 static size_t ReadLine(const uint8_t* const data, size_t off, size_t data_size, in ReadLine()
50 char out[MAX_LINE_SIZE + 1], size_t* const out_size) { in ReadLine()
51 size_t i = 0; in ReadLine()
67 static size_t FlagError(const char flag[]) { in FlagError()
73 static size_t ReadPAMFields(PNMInfo* const info, size_t of
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DNativeFormatting.cpp21 template<typename T, std::size_t N>
52 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl()
59 size_t Len = 0; in write_unsigned_impl()
66 for (size_t I = Len; I < MinDigits; ++I) in write_unsigned_impl()
78 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned()
89 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed()
104 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer()
109 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer()
114 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer()
119 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigit
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DNativeFormatting.cpp20 template<typename T, std::size_t N>
51 static void write_unsigned_impl(raw_ostream &S, T N, size_t MinDigits, in write_unsigned_impl()
58 size_t Len = 0; in write_unsigned_impl()
65 for (size_t I = Len; I < MinDigits; ++I) in write_unsigned_impl()
77 static void write_unsigned(raw_ostream &S, T N, size_t MinDigits, in write_unsigned()
88 static void write_signed(raw_ostream &S, T N, size_t MinDigits, in write_signed()
103 void llvm::write_integer(raw_ostream &S, unsigned int N, size_t MinDigits, in write_integer()
108 void llvm::write_integer(raw_ostream &S, int N, size_t MinDigits, in write_integer()
113 void llvm::write_integer(raw_ostream &S, unsigned long N, size_t MinDigits, in write_integer()
118 void llvm::write_integer(raw_ostream &S, long N, size_t MinDigit
[all...]
/third_party/python/Python/
H A Dhashtable.c106 static size_t
107 round_size(size_t s) in round_size()
109 size_t i; in round_size()
119 size_t
122 size_t size = sizeof(_Py_hashtable_t); in _Py_hashtable_size()
135 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_generic()
157 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_get_entry_ptr()
177 size_t index = key_hash & (ht->nbuckets - 1); in _Py_hashtable_steal()
241 size_t index = entry->key_hash & (ht->nbuckets - 1); in _Py_hashtable_set()
265 for (size_t h in _Py_hashtable_foreach()
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp35 void shape(const char* utf8, size_t utf8Bytes,
41 void shape(const char* utf8, size_t utf8Bytes,
49 void shape(const char* utf8, size_t utf8Bytes,
54 const Feature*, size_t featureSize,
63 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
87 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape()
92 const Feature*, size_t, in shape()
156 bool setUTF8(const char* utf8, size_t size) { in setUTF8()
171 fUtf16ToUtf8Indices = std::vector<size_t>(utf16Size + 1); in setUTF8()
183 size_t mapInde
[all...]
H A DSkShaper_primitive.cpp23 void shape(const char* utf8, size_t utf8Bytes,
33 void shape(const char* utf8, size_t utf8Bytes,
41 void shape(const char* utf8, size_t utf8Bytes,
46 const Feature*, size_t featureSize,
83 static size_t linebreak(const char text[], const char stop[], in linebreak()
90 size_t* trailing) in linebreak()
146 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
178 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape()
183 const Feature*, size_t, in shape()
193 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Byte
[all...]
/third_party/curl/lib/vtls/
H A Dhostcheck.c49 static bool pmatch(const char *hostname, size_t hostlen, in pmatch()
50 const char *pattern, size_t patternlen) in pmatch()
82 size_t hostlen, in hostmatch()
84 size_t patternlen) in hostmatch()
115 size_t skiphost = hostname_label_end - hostname; in hostmatch()
116 size_t skiplen = pattern_label_end - pattern; in hostmatch()
127 bool Curl_cert_hostcheck(const char *match, size_t matchlen, in Curl_cert_hostcheck()
128 const char *hostname, size_t hostlen) in Curl_cert_hostcheck()
/third_party/backends/backend/
H A Dsnapscan-usb.h55 static SANE_Status snapscani_usb_cmd(int fd, const void *src, size_t src_size,
56 void *dst, size_t * dst_size);
89 size_t src_size;
94 static int enqueue_bq(int fd,const void *src, size_t src_size);
98 static SANE_Status atomic_usb_cmd(int fd, const void *src, size_t src_size,
99 void *dst, size_t * dst_size);
100 static SANE_Status usb_cmd(int fd, const void *src, size_t src_size,
101 void *dst, size_t * dst_size);
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp53 static size_t icuMemUsage = 0;
58 my_alloc(const void *context, size_t size) { in my_alloc()
59 size_t *p = (size_t *)malloc(size + sizeof(size_t)); in my_alloc()
72 const size_t *p = (const size_t *)mem - 1; in my_free()
80 my_realloc(const void *context, void *mem, size_t size) { in my_realloc()
/third_party/libunwind/libunwind/tests/
H A DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc()
43 static void * (*func)(size_t, size_t); in calloc()
49 extern void *__libc_calloc(size_t, size_t); in calloc()
66 malloc(size_t s) in malloc()
68 static void * (*func)(size_t); in malloc()
/third_party/musl/src/string/
H A Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 size_t strlcpy(char *d, const char *s, size_t n) in strlcpy()
14 size_t *wd; in strlcpy()
18 typedef size_t __attribute__((__may_alias__)) word; in strlcpy()
24 for (; n>=sizeof(size_t) && !HASZERO(*ws); in strlcpy()
25 n-=sizeof(size_t), ws++, wd++) *wd = *ws; in strlcpy()
/third_party/nghttp2/lib/
H A Dnghttp2_mem.c27 static void *default_malloc(size_t size, void *mem_user_data) { in default_malloc()
39 static void *default_calloc(size_t nmemb, size_t size, void *mem_user_data) { in default_calloc()
45 static void *default_realloc(void *ptr, size_t size, void *mem_user_data) { in default_realloc()
56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc()
68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc()
72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1)
7 #define ONES ((size_t)-1/UCHAR_MAX)
11 size_t strlcpy(char *d, const char *s, size_t n) in strlcpy()
14 size_t *wd; in strlcpy()
18 typedef size_t __attribute__((__may_alias__)) word; in strlcpy()
24 for (; n>=sizeof(size_t) && !HASZERO(*ws); in strlcpy()
25 n-=sizeof(size_t), ws++, wd++) *wd = *ws; in strlcpy()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfwrite.c4 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) in __fwritex()
6 size_t i=0; in __fwritex()
16 size_t n = f->write(f, s, i); in __fwritex()
28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite()
30 size_t k, l = size*nmemb; in fwrite()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfwrite.c4 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) in __fwritex()
6 size_t i=0; in __fwritex()
16 size_t n = f->write(f, s, i); in __fwritex()
28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite()
30 size_t k, l = size*nmemb; in fwrite()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfwrite.c4 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) in __fwritex()
6 size_t i=0; in __fwritex()
16 size_t n = f->write(f, s, i); in __fwritex()
28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite()
30 size_t k, l = size*nmemb; in fwrite()
/third_party/musl/src/stdio/
H A Dfwrite.c7 size_t __fwritex(const unsigned char *restrict s, size_t l, FILE *restrict f) in __fwritex()
9 size_t i=0; in __fwritex()
19 size_t n = f->write(f, s, i); in __fwritex()
31 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite()
36 size_t k, l = size*nmemb; in fwrite()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_mem.c27 static void *default_malloc(size_t size, void *mem_user_data) { in default_malloc()
39 static void *default_calloc(size_t nmemb, size_t size, void *mem_user_data) { in default_calloc()
45 static void *default_realloc(void *ptr, size_t size, void *mem_user_data) { in default_realloc()
56 void *nghttp2_mem_malloc(nghttp2_mem *mem, size_t size) { in nghttp2_mem_malloc()
68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc()
72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc()
/third_party/node/deps/v8/src/base/platform/
H A Dwrappers.h27 inline void* Malloc(size_t size) { return malloc(size); } in Malloc()
29 inline void* Realloc(void* memory, size_t size) { in Realloc()
35 inline void* Calloc(size_t count, size_t size) { return calloc(count, size); } in Calloc()
47 inline void* Malloc(size_t size) { return SbMemoryAllocate(size); }
49 inline void* Realloc(void* memory, size_t size) {
55 inline void* Calloc(size_t count, size_t size) {
/third_party/node/deps/v8/src/heap/
H A Dbase-space.h39 void AccountCommitted(size_t bytes) { in AccountCommitted()
47 void AccountUncommitted(size_t bytes) { in AccountUncommitted()
54 virtual size_t CommittedMemory() const { return committed_; } in CommittedMemory()
56 virtual size_t MaximumCommittedMemory() const { return max_committed_; } in MaximumCommittedMemory()
59 virtual size_t CommittedPhysicalMemory() const = 0;
62 virtual size_t Size() const = 0;
75 std::atomic<size_t> committed_;
76 size_t max_committed_;
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.h21 inline static Filler& CreateAt(void* memory, size_t size);
24 explicit Filler(size_t size) : HeapObjectHeader(size, kFreeListGCInfoIndex) {} in Filler()
31 size_t size;
43 Block Allocate(size_t);
57 size_t Size() const;
67 bool IsConsistent(size_t) const;
72 size_t biggest_free_list_index_ = 0;
76 Filler& Filler::CreateAt(void* memory, size_t size) { in CreateAt()

Completed in 11 milliseconds

1...<<51525354555657585960>>...798