Home
last modified time | relevance | path

Searched refs:size_t (Results 9951 - 9975 of 46578) sorted by relevance

1...<<391392393394395396397398399400>>...1864

/third_party/glslang/glslang/Include/
H A DCommon.h103 void* operator new(size_t s) { return (A).allocate(s); } \
104 void* operator new(size_t, void *_Where) { return (_Where); } \
107 void* operator new[](size_t s) { return (A).allocate(s); } \
108 void* operator new[](size_t, void *_Where) { return (_Where); } \
126 std::size_t operator()(const glslang::TString& s) const in operator ()()
131 size_t _Count = s.size(); in operator ()()
133 for (size_t _Next = 0; _Next < _Count; ++_Next) in operator ()()
/third_party/alsa-utils/alsactl/
H A Dutils.c36 int file_map(const char *filename, char **buf, size_t *bufsize) in file_map()
63 void file_unmap(void *buf, size_t bufsize) in file_unmap()
68 size_t line_width(const char *buf, size_t bufsize, size_t pos) in line_width()
71 size_t count; in line_width()
295 size_t flen; in cleanup_filename_filter()
/third_party/backends/backend/
H A Dteco1.h276 size_t num_gamma_color; /* number of value per color */
307 size_t buffer_size; /* size of the buffer */
335 size_t bytes_left; /* number of bytes left to give to the backend */
337 size_t real_bytes_left; /* number of bytes left the scanner will return. */
340 size_t image_size; /* allocated size of image */
341 size_t image_begin; /* first significant byte in image */
342 size_t image_end; /* first free byte in image */
H A Dteco2.h361 size_t buffer_size; /* size of the buffer */
389 size_t bytes_left; /* number of bytes left to give to the backend */
391 size_t real_bytes_left; /* number of bytes left the scanner will return. */
394 size_t image_size; /* allocated size of image */
395 size_t image_begin; /* first significant byte in image */
396 size_t image_end; /* first free byte in image */
400 size_t bytes_per_raster; /* bytes per raster. In B&W and Gray,
H A Dteco3.h310 size_t buffer_size; /* size of the buffer */
337 size_t bytes_left; /* number of bytes left to give to the backend */
339 size_t real_bytes_left; /* number of bytes left the scanner will return. */
340 size_t bytes_per_raster; /* bytes per raster. In B&W and Gray,
347 size_t image_size; /* allocated size of image */
348 size_t image_begin; /* first significant byte in image */
349 size_t image_end; /* first free byte in image */
/third_party/backends/backend/genesys/
H A Dutilities.h103 std::size_t line_count, std::size_t elements_per_line, in compute_array_percentile_approx()
118 std::size_t select_elem = std::min(static_cast<std::size_t>(line_count * percentile), in compute_array_percentile_approx()
123 for (std::size_t ix = 0; ix < elements_per_line; ++ix) { in compute_array_percentile_approx()
124 for (std::size_t iy = 0; iy < line_count; ++iy) { in compute_array_percentile_approx()
249 for (std::size_t i = 0; i < formatted_str.size(); ++i) { in format_indent_braced_list()
/third_party/bounds_checking_function/src/
H A Dmemset_s.c431 SECUREC_INLINE errno_t SecMemsetError(void *dest, size_t destMax, int c) in SecMemsetError()
469 errno_t memset_s(void *dest, size_t destMax, int c, size_t count) in memset_s()
487 errno_t memset_sOptAsm(void *dest, size_t destMax, int c, size_t count) in memset_sOptAsm()
500 errno_t memset_sOptTc(void *dest, size_t destMax, int c, size_t count) in memset_sOptTc()
/third_party/curl/lib/
H A Dcurl_addrinfo.c116 size_t ss_size; in Curl_getaddrinfo_ex()
128 size_t namelen = ai->ai_canonname ? strlen(ai->ai_canonname) + 1 : 0; in Curl_getaddrinfo_ex()
145 if((size_t)ai->ai_addrlen < ss_size) in Curl_getaddrinfo_ex()
276 size_t ss_size; in Curl_he2ai()
277 size_t namelen = strlen(he->h_name) + 1; /* include null-terminator */ in Curl_he2ai()
384 size_t addrsize; in Curl_ip2addr()
472 size_t path_len; in Curl_unix2addr()
/third_party/gn/src/gn/
H A Dtokenizer.cc103 size_t token_begin = cur_; in Run()
107 size_t token_end = cur_; in Run()
159 size_t Tokenizer::ByteOffsetOfNthLine(std::string_view buf, int n) { in ByteOffsetOfNthLine()
166 size_t cur_byte = 0; in ByteOffsetOfNthLine()
175 return static_cast<size_t>(-1); in ByteOffsetOfNthLine()
179 bool Tokenizer::IsNewline(std::string_view buffer, size_t offset) { in IsNewline()
339 bool Tokenizer::AtStartOfLine(size_t location) const {
/third_party/libuv/src/win/
H A Dthread.c128 size_t stack_size; in uv_thread_create_ex()
129 size_t pagesize; in uv_thread_create_ex()
136 pagesize = (size_t)sysinfo.dwPageSize; in uv_thread_create_ex()
186 size_t mask_size) { in uv_thread_setaffinity()
197 if (mask_size < (size_t)cpumasksize) in uv_thread_setaffinity()
228 size_t mask_size) { in uv_thread_getaffinity()
238 if (mask_size < (size_t)cpumasksize) in uv_thread_getaffinity()
/third_party/mbedtls/library/
H A Dpsa_crypto_hash.c264 size_t input_length) in mbedtls_psa_hash_update()
343 size_t hash_size, in mbedtls_psa_hash_finish()
344 size_t *hash_length) in mbedtls_psa_hash_finish()
348 size_t actual_hash_length = PSA_HASH_LENGTH(operation->alg); in mbedtls_psa_hash_finish()
436 size_t input_length, in mbedtls_psa_hash_compute()
438 size_t hash_size, in mbedtls_psa_hash_compute()
439 size_t *hash_length) in mbedtls_psa_hash_compute()
H A Dconstant_time_impl.h426 static inline size_t mbedtls_ct_size_if(mbedtls_ct_condition_t condition, in mbedtls_ct_size_if()
427 size_t if1, in mbedtls_ct_size_if()
428 size_t if0) in mbedtls_ct_size_if()
430 return (size_t) mbedtls_ct_if(condition, (mbedtls_ct_uint_t) if1, (mbedtls_ct_uint_t) if0); in mbedtls_ct_size_if()
461 static inline size_t mbedtls_ct_size_if_else_0(mbedtls_ct_condition_t condition, size_t if1) in mbedtls_ct_size_if_else_0()
463 return (size_t) (condition & if1); in mbedtls_ct_size_if_else_0()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_helper.cpp158 size_t written;
159 size_t bufsize;
179 void take(char *&out_buffer, size_t &out_size) in take()
190 void write_impl(const char *ptr, size_t size) override
206 void pwrite_impl(const char *ptr, size_t size, uint64_t offset) override
208 assert(offset == (size_t)offset && offset + size >= offset && offset + size <= written);
250 char **pelf_buffer, size_t *pelf_size) in ac_compile_module_to_elf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c214 size_t amt;
240 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx()
249 size_t md_srv_len = 7, md_test_len = 7; in myss_rx()
273 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx()
294 size_t md_test_len = 7; in myss_state()
383 myss_headers_dump(void *userobj, const uint8_t *buf, size_t len, int done) in myss_headers_dump()
399 size_t size; in app_system_state_nf()
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c147 size_t n = strlen(fi->name); in lws_fi_add()
194 do_inherit(lws_fi_ctx_t *fic_dest, lws_fi_t *pfi, size_t trim) in do_inherit()
204 fi.pattern = lws_malloc((size_t)((fi.count >> 3) + 1), __func__); in do_inherit()
208 (size_t)((fi.count >> 3) + 1)); in do_inherit()
218 size_t sl = 0, vl = 0; in lws_fi_inherit_copy()
229 size_t nl = strlen(pv->fi.name); in lws_fi_inherit_copy()
340 size_t n; in lws_fi_deserialize()
/third_party/musl/porting/linux/user/src/time/
H A Dstrftime.c73 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1()
285 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) in __strftime_l()
287 size_t l, k; in __strftime_l()
337 size_t d; in __strftime_l()
365 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/src/time/
H A Dstrftime.c46 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1()
235 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) in __strftime_l()
237 size_t l, k; in __strftime_l()
278 size_t d; in __strftime_l()
301 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1()
215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) in __strftime_l()
217 size_t l, k; in __strftime_l()
253 size_t d; in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1()
215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) in __strftime_l()
217 size_t l, k; in __strftime_l()
253 size_t d; in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrftime.c45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, int pad) in __strftime_fmt_1()
215 size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc) in __strftime_l()
217 size_t l, k; in __strftime_l()
253 size_t d; in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/third_party/musl/src/internal/
H A Dpthread_impl.h51 size_t map_size;
53 size_t stack_size;
54 size_t guard_size;
111 #define __SU (sizeof(size_t)/sizeof(int))
171 #define tls_mod_off_t size_t
201 extern hidden volatile size_t __pthread_tsd_size;
208 hidden void __unmapself(void *, size_t);
/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h40 size_t avail_in;
47 size_t avail_in;
90 static BROTLI_INLINE size_t BrotliGetRemainingBytes(BrotliBitReader* br) { in BrotliGetRemainingBytes()
91 static const size_t kCap = (size_t)1 << BROTLI_LARGE_MAX_WBITS; in BrotliGetRemainingBytes()
99 BrotliBitReader* const br, size_t num) { in BrotliCheckInputAmount()
335 BrotliBitReader* br, size_t num) { in BrotliCopyBytes()
/third_party/mesa3d/src/util/
H A Du_debug_memory.c73 size_t size;
125 size_t size) in debug_malloc()
213 size_t count, size_t size ) in debug_calloc()
223 void *old_ptr, size_t old_size, size_t new_size ) in debug_realloc()
301 size_t total_size = 0; in debug_memory_end()
/third_party/libfuse/example/
H A Dnotify_store_retrieve.c83 static size_t file_size;
175 size_t size;
181 size_t oldsize = b->size; in dirbuf_add()
192 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited()
193 off_t off, size_t maxsize) { in reply_buf_limited()
201 static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_readdir()
237 static void tfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_read()
H A Dnotify_inval_inode.c84 static size_t file_size;
172 size_t size;
178 size_t oldsize = b->size; in dirbuf_add()
189 static int reply_buf_limited(fuse_req_t req, const char *buf, size_t bufsize, in reply_buf_limited()
190 off_t off, size_t maxsize) { in reply_buf_limited()
198 static void tfs_readdir(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_readdir()
234 static void tfs_read(fuse_req_t req, fuse_ino_t ino, size_t size, in tfs_read()

Completed in 27 milliseconds

1...<<391392393394395396397398399400>>...1864