/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 38 size_t param_value_size, in clGetPlatformInfo() 40 size_t *param_value_size_ret) in clGetPlatformInfo() 85 size_t param_value_size, in clGetDeviceInfo() 87 size_t *param_value_size_ret) in clGetDeviceInfo() 110 size_t cb, in clCreateContext() 144 size_t cb, in clCreateContextFromType() 194 size_t param_value_size, in clGetContextInfo() 196 size_t *param_value_size_ret) in clGetContextInfo() 234 size_t param_value_size, in clGetCommandQueueInfo() 236 size_t *param_value_size_re in clGetCommandQueueInfo() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem_pool.c | 42 static size_t kbase_mem_pool_capacity(struct kbase_mem_pool *pool)
in kbase_mem_pool_capacity() 77 static void kbase_mem_pool_add_list_locked(struct kbase_mem_pool *pool, struct list_head *page_list, size_t nr_pages)
in kbase_mem_pool_add_list_locked() 87 static void kbase_mem_pool_add_list(struct kbase_mem_pool *pool, struct list_head *page_list, size_t nr_pages)
in kbase_mem_pool_add_list() 195 static size_t kbase_mem_pool_shrink_locked(struct kbase_mem_pool *pool, size_t nr_to_shrink)
in kbase_mem_pool_shrink_locked() 198 size_t i;
in kbase_mem_pool_shrink_locked() 210 static size_t kbase_mem_pool_shrink(struct kbase_mem_pool *pool, size_t nr_to_shrink)
in kbase_mem_pool_shrink() 212 size_t nr_freed;
in kbase_mem_pool_shrink() 221 int kbase_mem_pool_grow(struct kbase_mem_pool *pool, size_t nr_to_gro [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_mem_pool.c | 47 static size_t kbase_mem_pool_capacity(struct kbase_mem_pool *pool) in kbase_mem_pool_capacity() 84 struct list_head *page_list, size_t nr_pages) in kbase_mem_pool_add_list_locked() 95 struct list_head *page_list, size_t nr_pages) in kbase_mem_pool_add_list() 207 static size_t kbase_mem_pool_shrink_locked(struct kbase_mem_pool *pool, in kbase_mem_pool_shrink_locked() 208 size_t nr_to_shrink) in kbase_mem_pool_shrink_locked() 211 size_t i; in kbase_mem_pool_shrink_locked() 223 static size_t kbase_mem_pool_shrink(struct kbase_mem_pool *pool, in kbase_mem_pool_shrink() 224 size_t nr_to_shrink) in kbase_mem_pool_shrink() 226 size_t nr_freed; in kbase_mem_pool_shrink() 236 size_t nr_to_gro in kbase_mem_pool_grow() [all...] |
/third_party/mbedtls/library/ |
H A D | pem.c | 48 size_t iv_len) in pem_get_iv() 50 size_t i, j, k; in pem_get_iv() 75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() 77 const unsigned char *pwd, size_t pwdlen) in pem_pbkdf1() 82 size_t use_len; in pem_pbkdf1() 154 unsigned char *buf, size_t buflen, in pem_des_decrypt() 155 const unsigned char *pwd, size_t pwdlen) in pem_des_decrypt() 184 unsigned char *buf, size_t buflen, in pem_des3_decrypt() 185 const unsigned char *pwd, size_t pwdlen) in pem_des3_decrypt() 216 unsigned char *buf, size_t bufle in pem_aes_decrypt() [all...] |
/third_party/mbedtls/include/psa/ |
H A D | crypto_extra.h | 215 size_t MBEDTLS_PRIVATE(volatile_slots); 218 size_t MBEDTLS_PRIVATE(persistent_slots); 221 size_t MBEDTLS_PRIVATE(external_slots); 224 size_t MBEDTLS_PRIVATE(half_filled_slots); 226 size_t MBEDTLS_PRIVATE(cache_slots); 228 size_t MBEDTLS_PRIVATE(empty_slots); 230 size_t MBEDTLS_PRIVATE(locked_slots); 316 size_t seed_size); 465 uint8_t *output, size_t output_size, size_t *output_lengt [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | stats-collector.h | 107 size_t epoch = -1; 111 size_t marked_bytes = 0; 112 size_t object_size_before_sweep_bytes = -1; 113 size_t memory_size_before_sweep_bytes = -1; 192 void* operator new(size_t, void*) = delete; 193 void* operator new(size_t) = delete; member in cppgc::internal::final::InternalScope 234 virtual void AllocatedObjectSizeIncreased(size_t) {} in AllocatedObjectSizeIncreased() 235 virtual void AllocatedObjectSizeDecreased(size_t) {} in AllocatedObjectSizeDecreased() 241 virtual void ResetAllocatedObjectSize(size_t) {} in ResetAllocatedObjectSize() 247 virtual void AllocatedSizeIncreased(size_t) {} in AllocatedSizeIncreased() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 37 typedef size_t size_type; 63 /*implicit*/ ArrayRef(const T *data, size_t length) in ArrayRef() 84 template <size_t N> 89 template <size_t N> 141 size_t size() const { return Length; } in size() 171 ArrayRef<T> slice(size_t N, size_t M) const { in slice() 177 ArrayRef<T> slice(size_t N) const { return slice(N, size() - N); } in slice() 180 ArrayRef<T> drop_front(size_t N = 1) const { in drop_front() 186 ArrayRef<T> drop_back(size_t [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 37 size_t pageSize(); 46 template <size_t SIZE, size_t ALIGNMENT> 72 size_t size = 0; // The size of the allocation in bytes. 73 size_t alignment = 0; // The minimum alignment of the allocation. 99 MARL_NO_EXPORT inline Deleter(Allocator* allocator, size_t count); 105 size_t count = 0; 142 inline unique_ptr<T> make_unique_n(size_t n, ARGS&&... args); 157 Allocator::Deleter::Deleter(Allocator* allocator, size_t count) in Deleter() 205 Allocator::unique_ptr<T> Allocator::make_unique_n(size_t [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | ms_funcs.c | 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() 26 u8 *ucs2_buffer, size_t ucs2_buffer_size, in utf8_to_ucs2() 27 size_t *ucs2_string_size) in utf8_to_ucs2() 29 size_t i, j; in utf8_to_ucs2() 82 const u8 *username, size_t username_len, u8 *challenge) in challenge_hash() 86 size_t len[3]; in challenge_hash() 109 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() 113 size_t len, max_len; in nt_password_hash() 133 size_t len = 16; in hash_nt_password_hash() 172 const u8 *username, size_t username_le in generate_nt_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | ms_funcs.c | 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2() 26 u8 *ucs2_buffer, size_t ucs2_buffer_size, in utf8_to_ucs2() 27 size_t *ucs2_string_size) in utf8_to_ucs2() 29 size_t i, j; in utf8_to_ucs2() 82 const u8 *username, size_t username_len, u8 *challenge) in challenge_hash() 86 size_t len[3]; in challenge_hash() 109 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash() 113 size_t len, max_len; in nt_password_hash() 133 size_t len = 16; in hash_nt_password_hash() 172 const u8 *username, size_t username_le in generate_nt_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.h | 49 size_t ssid_len; 54 size_t key_len; 57 size_t cred_attr_len; 129 size_t pin_len; 269 const u8 *psk, size_t psk_len); 311 size_t dev_pw_len); 383 size_t extra_cred_len; 424 size_t multi_ap_backhaul_ssid_len; 439 size_t multi_ap_backhaul_network_key_len; 533 size_t manufacturer_le [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 112 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() 120 static int32_t lookup_token(const uint8_t *name, size_t namelen) { in lookup_token() 519 size_t i; in name_hash() 593 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 595 size_t size; in hd_ringbuf_init() 609 size_t idx) { in hd_ringbuf_get() 614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 616 size_t i; in hd_ringbuf_reserve() 617 size_t size; in hd_ringbuf_reserve() 640 size_t in hd_ringbuf_free() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 112 static int memeq(const void *s1, const void *s2, size_t n) { in memeq() 120 static int32_t lookup_token(const uint8_t *name, size_t namelen) { in lookup_token() 519 size_t i; in name_hash() 593 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 595 size_t size; in hd_ringbuf_init() 609 size_t idx) { in hd_ringbuf_get() 614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 616 size_t i; in hd_ringbuf_reserve() 617 size_t size; in hd_ringbuf_reserve() 640 size_t in hd_ringbuf_free() [all...] |
/third_party/lz4/programs/ |
H A D | lz4io.c | 136 size_t blockSize; 205 size_t LZ4IO_setBlockSizeID(LZ4IO_prefs_t* const prefs, unsigned bsid) in LZ4IO_setBlockSizeID() 207 static const size_t blockSizeTable[] = { 64 KB, 256 KB, 1 MB, 4 MB }; in LZ4IO_setBlockSizeID() 216 size_t LZ4IO_setBlockSize(LZ4IO_prefs_t* const prefs, size_t blockSize) in LZ4IO_setBlockSize() 218 static const size_t minBlockSize = 32; in LZ4IO_setBlockSize() 219 static const size_t maxBlockSize = 4 MB; in LZ4IO_setBlockSize() 439 out_buff = (char*)malloc((size_t)outBuffSize + 4); in LZ4IO_compressFilename_Legacy() 452 size_t const inSize = fread(in_buff, (size_t) in LZ4IO_compressFilename_Legacy() [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_fast.c | 33 size_t const hash0 = ZSTD_hashPtr(ip, hBits, mls); in ZSTD_fillHashTable() 39 size_t const hash = ZSTD_hashPtr(ip + p, hBits, mls); in ZSTD_fillHashTable() 92 FORCE_INLINE_TEMPLATE size_t 95 void const* src, size_t srcSize, in ZSTD_compressBlock_fast_noDict_generic() 102 size_t const stepSize = hasStep ? (cParams->targetLength + !(cParams->targetLength) + 1) : 2; in ZSTD_compressBlock_fast_noDict_generic() 105 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_noDict_generic() 122 size_t hash0; /* hash for ip0 */ in ZSTD_compressBlock_fast_noDict_generic() 123 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() 129 size_t mLength; in ZSTD_compressBlock_fast_noDict_generic() 135 size_t ste in ZSTD_compressBlock_fast_noDict_generic() [all...] |
/third_party/curl/lib/ |
H A D | mqtt.c | 118 char *buf, size_t len) in mqtt_send() 126 Curl_debug(data, CURLINFO_HEADER_OUT, buf, (size_t)n); in mqtt_send() 127 if(len != (size_t)n) { in mqtt_send() 128 size_t nsend = len - n; in mqtt_send() 154 static int mqtt_encode_len(char *buf, size_t len) in mqtt_encode_len() 171 static int add_passwd(const char *passwd, const size_t plen, in add_passwd() 172 char *pkt, const size_t start, int remain_pos) in add_passwd() 175 const size_t conn_flags_pos = remain_pos + 8; in add_passwd() 190 static int add_user(const char *username, const size_t ulen, in add_user() 191 unsigned char *pkt, const size_t star in add_user() [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.cc | 77 extern "C" int madvise(caddr_t, size_t, int); 79 extern int madvise(caddr_t, size_t, int); 171 void* Allocate(void* hint, size_t size, OS::MemoryPermission access, in Allocate() 280 size_t OS::AllocatePageSize() { in AllocatePageSize() 284 static size_t page_size = static_cast<size_t>(sysconf(_SC_PAGESIZE)); in AllocatePageSize() 290 size_t OS::CommitPageSize() { in CommitPageSize() 399 void* OS::Allocate(void* hint, size_t size, size_t alignment, in Allocate() 401 size_t page_siz in Allocate() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 347 size_t ie_len; 348 size_t beacon_ie_len; 360 size_t num; 392 size_t ssid_len; 409 size_t num_ssids; 419 size_t extra_ies_len; 444 size_t ssid_len; 450 size_t num_filter_ssids; 637 size_t ssid_len; 640 size_t ie_le [all...] |
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 17 size_t pos; 18 size_t size; 21 static void seqbuf_init(struct seqbuf *seqbuf, void *buf, size_t size) in seqbuf_init() 28 static size_t seqbuf_avail(struct seqbuf *seqbuf) in seqbuf_avail() 33 static size_t seqbuf_status(struct seqbuf *seqbuf) in seqbuf_status() 43 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read() 80 size_t root_len; in get_filename() 173 char *data, size_t sz_data, uint32_t *nbytes) in mrq_debug_read() 236 uint8_t *data, size_t sz_data) in mrq_debug_write() 254 size_t remainin in mrq_debug_write() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 43 size_t kbits, size_t blkbits, size_t ivbits) in ossl_cipher_generic_get_params() 125 size_t keylen; in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END() 189 const unsigned char *key, size_t keylen, in cipher_generic_init_internal() 190 const unsigned char *iv, size_t ivlen, in cipher_generic_init_internal() 229 size_t keylen, const unsigned char *iv, in ossl_cipher_generic_einit() 230 size_t ivlen, const OSSL_PARAM params[]) in ossl_cipher_generic_einit() 237 size_t keylen, const unsigned char *iv, in ossl_cipher_generic_dinit() 238 size_t ivle in ossl_cipher_generic_dinit() [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 43 size_t kbits, size_t blkbits, size_t ivbits) in ossl_cipher_generic_get_params() 125 size_t keylen; in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END() 186 const unsigned char *key, size_t keylen, in cipher_generic_init_internal() 187 const unsigned char *iv, size_t ivlen, in cipher_generic_init_internal() 225 size_t keylen, const unsigned char *iv, in ossl_cipher_generic_einit() 226 size_t ivlen, const OSSL_PARAM params[]) in ossl_cipher_generic_einit() 233 size_t keylen, const unsigned char *iv, in ossl_cipher_generic_dinit() 234 size_t ivle in ossl_cipher_generic_dinit() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae_pk.c | 115 static char d_check_char(const char *str, size_t len) in d_check_char() 117 size_t i; in d_check_char() 145 size_t i, pw_len = os_strlen(pw); in sae_pk_valid_password() 196 static char * add_char(const char *start, char *pos, u8 idx, size_t *bits) in add_char() 213 char * sae_pk_base32_encode(const u8 *src, size_t len_bits) in sae_pk_base32_encode() 216 size_t olen, extra_pad, i; in sae_pk_base32_encode() 219 size_t len = (len_bits + 7) / 8; in sae_pk_base32_encode() 220 size_t left = len_bits; in sae_pk_base32_encode() 250 u8 * sae_pk_base32_decode(const char *src, size_t len, size_t *out_le [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 241 void RemovePrefix(size_t n); 242 void RemoveSuffix(size_t n); 249 Cord Subcord(size_t pos, size_t new_size) const; 266 size_t size() const; 279 size_t EstimatedMemoryUsage() const; 394 void RemoveChunkPrefix(size_t n); 395 Cord AdvanceAndReadBytes(size_t n); 396 void AdvanceBytes(size_t n); 403 void AdvanceBytesBtree(size_t [all...] |
/applications/standard/contacts_data/ability/common/utils/src/ |
H A D | sql_analyzer.cpp | 57 bool SqlAnalyzer::CharCheck(char &ch, std::string sql, std::size_t &pos) in CharCheck() 61 std::size_t found = sql.find(']', pos); in CharCheck() 69 std::size_t found = sql.find('\n', pos); in CharCheck() 77 std::size_t found = sql.find("*/", pos); in CharCheck() 90 bool SqlAnalyzer::StrCheck(char &ch, std::size_t strlen, std::string sql, std::size_t &pos) in StrCheck() 95 std::size_t found = sql.find(ch, pos); in StrCheck() 113 std::size_t pos = 0; in FindIllegalWords() 114 std::size_t strlen = sql.length(); in FindIllegalWords() 118 std::size_t star in FindIllegalWords() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debugfs_helper.c | 49 static int set_attr_from_string(char *const buf, void *const array, size_t const nelems, in set_attr_from_string() 52 size_t index, err = 0; in set_attr_from_string() 57 size_t len; in set_attr_from_string() 94 int kbase_debugfs_helper_set_attr_from_string(const char *const buf, void *const array, size_t const nelems, in kbase_debugfs_helper_set_attr_from_string() 110 ssize_t kbase_debugfs_helper_get_attr_to_string(char *const buf, size_t const size, void *const array, in kbase_debugfs_helper_get_attr_to_string() 111 size_t const nelems, kbase_debugfs_helper_get_attr_fn const get_attr_fn) in kbase_debugfs_helper_get_attr_to_string() 114 size_t index; in kbase_debugfs_helper_get_attr_to_string() 129 int kbase_debugfs_helper_seq_write(struct file *const file, const char __user *const ubuf, size_t const count, in kbase_debugfs_helper_seq_write() 130 size_t const nelems, kbase_debugfs_helper_set_attr_fn const set_attr_fn) in kbase_debugfs_helper_seq_write() 162 int kbase_debugfs_helper_seq_read(struct seq_file *const sfile, size_t cons [all...] |