Home
last modified time | relevance | path

Searched refs:size_t (Results 701 - 725 of 38627) sorted by relevance

1...<<21222324252627282930>>...1546

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DIndexRangeCache.h30 size_t offset,
31 size_t count,
35 size_t offset,
36 size_t count,
40 void invalidateRange(size_t offset, size_t size);
47 IndexRangeKey(DrawElementsType type, size_t offset, size_t count, bool primitiveRestart);
52 size_t offset;
53 size_t coun
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc126 for (size_t i = 0; i < 3; ++i) { in NominalClockRate()
127 const size_t pos_prefix = brand_string.find(prefixes[i]); in NominalClockRate()
129 const size_t pos_space = brand_string.rfind(' ', pos_prefix - 1); in NominalClockRate()
342 void CountingSort(T* values, size_t num_values) { in CountingSort()
346 for (size_t i = 0; i < num_values; ++i) { in CountingSort()
373 size_t MinRange(const T* const ABSL_RANDOM_INTERNAL_RESTRICT sorted, in MinRange()
374 const size_t idx_begin, const size_t half_count) { in MinRange()
376 size_t min_idx = 0; in MinRange()
378 for (size_t id in MinRange()
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_icd.h50 size_t param_value_size, void *param_value,
51 size_t *param_value_size_ret) CL_API_SUFFIX__VERSION_1_0;
59 cl_device_id device, cl_device_info param_name, size_t param_value_size,
60 void *param_value, size_t *param_value_size_ret) CL_API_SUFFIX__VERSION_1_0;
87 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
92 void(CL_CALLBACK *pfn_notify)(const char *, const void *, size_t, void *),
102 cl_context context, cl_context_info param_name, size_t param_value_size,
103 void *param_value, size_t *param_value_size_ret) CL_API_SUFFIX__VERSION_1_0;
133 size_t param_value_size, void *param_value,
134 size_t *param_value_size_re
[all...]
/third_party/gn/src/base/strings/
H A Dutf_offset_string_conversions.cc18 OffsetAdjuster::Adjustment::Adjustment(size_t original_offset, in Adjustment()
19 size_t original_length, in Adjustment()
20 size_t output_length) in Adjustment()
27 std::vector<size_t>* offsets_for_adjustment, in AdjustOffsets()
28 size_t limit) { in AdjustOffsets()
30 for (std::vector<size_t>::iterator i(offsets_for_adjustment->begin()); in AdjustOffsets()
37 size_t* offset, in AdjustOffset()
38 size_t limit) { in AdjustOffset()
62 std::vector<size_t>* offsets_for_unadjustment) { in UnadjustOffsets()
65 for (std::vector<size_t> in UnadjustOffsets()
[all...]
/third_party/gn/src/gn/
H A Descape.cc18 constexpr size_t kStackStringBufferSize = 1024;
20 constexpr size_t kMaxEscapedCharsPerChar = 2;
22 constexpr size_t kMaxEscapedCharsPerChar = 3;
45 size_t EscapeStringToString_Space(std::string_view str, in EscapeStringToString_Space()
49 size_t i = 0; in EscapeStringToString_Space()
61 explicit StackOrHeapBuffer(size_t buf_size) { in StackOrHeapBuffer()
79 size_t EscapeStringToString_Ninja(std::string_view str, in EscapeStringToString_Ninja()
83 size_t i = 0; in EscapeStringToString_Ninja()
96 size_t EscapeStringToString_CompilationDatabase(std::string_view str, in EscapeStringToString_CompilationDatabase()
100 size_t in EscapeStringToString_CompilationDatabase()
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dbignum.h273 int mbedtls_mpi_grow(mbedtls_mpi *X, size_t nblimbs);
290 int mbedtls_mpi_shrink(mbedtls_mpi *X, size_t nblimbs);
396 int mbedtls_mpi_get_bit(const mbedtls_mpi *X, size_t pos);
413 int mbedtls_mpi_set_bit(mbedtls_mpi *X, size_t pos, unsigned char val);
427 size_t mbedtls_mpi_lsb(const mbedtls_mpi *X);
441 size_t mbedtls_mpi_bitlen(const mbedtls_mpi *X);
456 size_t mbedtls_mpi_size(const mbedtls_mpi *X);
493 char *buf, size_t buflen, size_t *olen);
551 size_t bufle
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_rand.c53 size_t i;
54 size_t j;
63 return (unsigned int)((size_t)addr & 0xFFFFFFFF); in ares_u32_from_ptr()
68 size_t key_len) in ares_rc4_generate_key()
70 size_t i; in ares_rc4_generate_key()
71 size_t len = 0; in ares_rc4_generate_key()
107 size_t i; in ares_rc4_init()
108 size_t j; in ares_rc4_init()
128 size_t len) in ares_rc4_prng()
131 size_t in ares_rc4_prng()
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dmetablock_inc.h16 size_t alphabet_size_; in FN()
18 size_t min_block_size_; in FN()
25 size_t num_blocks_; in FN()
28 size_t* histograms_size_; /* not owned */ in FN()
32 size_t target_block_size_; in FN()
34 size_t block_size_; in FN()
36 size_t curr_histogram_ix_; in FN()
38 size_t last_histogram_ix_[2]; in FN()
42 size_t merge_last_count_; in FN()
46 MemoryManager* m, FN(BlockSplitter)* self, size_t alphabet_siz in InitBlockSplitter()
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dcfb128.c15 typedef size_t size_t_aX __attribute((__aligned__(1)));
17 typedef size_t size_t_aX;
26 size_t len, const void *key, in CRYPTO_cfb128_encrypt()
31 size_t l = 0; in CRYPTO_cfb128_encrypt()
42 if (16 % sizeof(size_t) == 0) { /* always true actually */ in CRYPTO_cfb128_encrypt()
50 if (((size_t)in | (size_t)out | (size_t)ivec) % in CRYPTO_cfb128_encrypt()
51 sizeof(size_t) != 0) in CRYPTO_cfb128_encrypt()
56 for (; n < 16; n += sizeof(size_t)) { in CRYPTO_cfb128_encrypt()
[all...]
H A Dwrap128.c48 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv, in CRYPTO_128_wrap()
50 const unsigned char *in, size_t inlen, in CRYPTO_128_wrap()
54 size_t i, j, t; in CRYPTO_128_wrap()
99 static size_t crypto_128_unwrap_raw(void *key, unsigned char *iv, in crypto_128_unwrap_raw()
101 const unsigned char *in, size_t inlen, in crypto_128_unwrap_raw()
105 size_t i, j, t; in crypto_128_unwrap_raw()
150 size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv, in CRYPTO_128_unwrap()
152 size_t inlen, block128_f block) in CRYPTO_128_unwrap()
154 size_t ret; in CRYPTO_128_unwrap()
183 size_t CRYPTO_128_wrap_pa
[all...]
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_pool.c23 size_t min_len, size_t max_len) in ossl_rand_pool_new()
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()
65 RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len, in ossl_rand_pool_attach()
66 size_t entropy) in ossl_rand_pool_attach()
126 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy()
134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length()
180 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool) in ossl_rand_pool_entropy_available()
196 size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool) in ossl_rand_pool_entropy_needed()
205 static int rand_pool_grow(RAND_POOL *pool, size_t le
[all...]
/third_party/openssl/crypto/modes/
H A Dcfb128.c15 typedef size_t size_t_aX __attribute((__aligned__(1)));
17 typedef size_t size_t_aX;
26 size_t len, const void *key, in CRYPTO_cfb128_encrypt()
31 size_t l = 0; in CRYPTO_cfb128_encrypt()
42 if (16 % sizeof(size_t) == 0) { /* always true actually */ in CRYPTO_cfb128_encrypt()
50 if (((size_t)in | (size_t)out | (size_t)ivec) % in CRYPTO_cfb128_encrypt()
51 sizeof(size_t) != 0) in CRYPTO_cfb128_encrypt()
56 for (; n < 16; n += sizeof(size_t)) { in CRYPTO_cfb128_encrypt()
[all...]
H A Dwrap128.c48 size_t CRYPTO_128_wrap(void *key, const unsigned char *iv, in CRYPTO_128_wrap()
50 const unsigned char *in, size_t inlen, in CRYPTO_128_wrap()
54 size_t i, j, t; in CRYPTO_128_wrap()
99 static size_t crypto_128_unwrap_raw(void *key, unsigned char *iv, in crypto_128_unwrap_raw()
101 const unsigned char *in, size_t inlen, in crypto_128_unwrap_raw()
105 size_t i, j, t; in crypto_128_unwrap_raw()
150 size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv, in CRYPTO_128_unwrap()
152 size_t inlen, block128_f block) in CRYPTO_128_unwrap()
154 size_t ret; in CRYPTO_128_unwrap()
183 size_t CRYPTO_128_wrap_pa
[all...]
/third_party/openssl/crypto/rand/
H A Drand_pool.c23 size_t min_len, size_t max_len) in ossl_rand_pool_new()
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()
65 RAND_POOL *ossl_rand_pool_attach(const unsigned char *buffer, size_t len, in ossl_rand_pool_attach()
66 size_t entropy) in ossl_rand_pool_attach()
126 size_t ossl_rand_pool_entropy(RAND_POOL *pool) in ossl_rand_pool_entropy()
134 size_t ossl_rand_pool_length(RAND_POOL *pool) in ossl_rand_pool_length()
180 size_t ossl_rand_pool_entropy_available(RAND_POOL *pool) in ossl_rand_pool_entropy_available()
196 size_t ossl_rand_pool_entropy_needed(RAND_POOL *pool) in ossl_rand_pool_entropy_needed()
205 static int rand_pool_grow(RAND_POOL *pool, size_t le
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock_inc.h16 size_t alphabet_size_; in FN()
18 size_t min_block_size_; in FN()
25 size_t num_blocks_; in FN()
28 size_t* histograms_size_; /* not owned */ in FN()
32 size_t target_block_size_; in FN()
34 size_t block_size_; in FN()
36 size_t curr_histogram_ix_; in FN()
38 size_t last_histogram_ix_[2]; in FN()
42 size_t merge_last_count_; in FN()
46 MemoryManager* m, FN(BlockSplitter)* self, size_t alphabet_siz in InitBlockSplitter()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp29 const size_t kPageSize = sysconf(_SC_PAGESIZE);
30 inline size_t pageSize() { in pageSize()
33 inline void* allocatePages(size_t count) { in allocatePages()
42 inline void freePages(void* ptr, size_t count) { in freePages()
61 const size_t kPageSize = sysconf(_SC_PAGESIZE);
62 inline size_t pageSize() { in pageSize()
65 inline void* allocatePages(size_t count) { in allocatePages()
80 inline void freePages(void* ptr, size_t count) { in freePages()
99 inline size_t pageSize() { in pageSize()
107 inline void* allocatePages(size_t coun in pageSize()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.h33 typedef std::unordered_map<size_t, std::string> originalNamesMap;
34 typedef std::unordered_map<std::string, size_t> samplerBindingMap;
35 typedef std::unordered_map<std::string, size_t> textureBindingMap;
36 typedef std::unordered_map<std::string, size_t> userUniformBufferBindingMap;
37 typedef std::pair<size_t, size_t> uboBindingInfo;
40 size_t bindIndex = 0;
41 size_t arraySize = 0;
56 void addOriginalName(const size_t id, const std::string &name) in addOriginalName()
60 void addSamplerBinding(const std::string &name, size_t samplerBindin in addOriginalName()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_types.c33 size_t grp; in kbase_hwcnt_metadata_create()
34 size_t enable_map_count; /* Number of u64 bitfields (inc padding) */ in kbase_hwcnt_metadata_create()
35 size_t dump_buf_count; /* Number of u64 values (inc padding) */ in kbase_hwcnt_metadata_create()
36 size_t avail_mask_bits; /* Number of availability mask bits */ in kbase_hwcnt_metadata_create()
38 size_t size; in kbase_hwcnt_metadata_create()
39 size_t offset; in kbase_hwcnt_metadata_create()
84 size_t blk; in kbase_hwcnt_metadata_create()
90 size_t group_enable_map_count = 0; in kbase_hwcnt_metadata_create()
91 size_t group_dump_buffer_count = 0; in kbase_hwcnt_metadata_create()
92 size_t group_avail_mask_bit in kbase_hwcnt_metadata_create()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_types.c44 size_t grp; in kbase_hwcnt_metadata_create()
45 size_t enable_map_count; /* Number of u64 bitfields (inc padding) */ in kbase_hwcnt_metadata_create()
46 size_t dump_buf_count; /* Number of u32 values (inc padding) */ in kbase_hwcnt_metadata_create()
47 size_t avail_mask_bits; /* Number of availability mask bits */ in kbase_hwcnt_metadata_create()
49 size_t size; in kbase_hwcnt_metadata_create()
50 size_t offset; in kbase_hwcnt_metadata_create()
97 size_t blk; in kbase_hwcnt_metadata_create()
102 size_t group_enable_map_count = 0; in kbase_hwcnt_metadata_create()
103 size_t group_dump_buffer_count = 0; in kbase_hwcnt_metadata_create()
104 size_t group_avail_mask_bit in kbase_hwcnt_metadata_create()
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_parser.c115 struct pkcs7_message *pkcs7_parse_message(const void *data, size_t datalen) in pkcs7_parse_message()
186 const void **_data, size_t *_data_len, in pkcs7_get_content_data()
187 size_t *_headerlen) in pkcs7_get_content_data()
204 int pkcs7_note_OID(void *context, size_t hdrlen, in pkcs7_note_OID()
206 const void *value, size_t vlen) in pkcs7_note_OID()
223 int pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, in pkcs7_sig_note_digest_algo()
225 const void *value, size_t vlen) in pkcs7_sig_note_digest_algo()
261 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, in pkcs7_sig_note_pkey_algo()
263 const void *value, size_t vlen) in pkcs7_sig_note_pkey_algo()
290 int pkcs7_check_content_type(void *context, size_t hdrle
[all...]
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpkcs7_parser.c115 struct pkcs7_message *pkcs7_parse_message(const void *data, size_t datalen) in pkcs7_parse_message()
186 const void **_data, size_t *_data_len, in pkcs7_get_content_data()
187 size_t *_headerlen) in pkcs7_get_content_data()
204 int pkcs7_note_OID(void *context, size_t hdrlen, in pkcs7_note_OID()
206 const void *value, size_t vlen) in pkcs7_note_OID()
223 int pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, in pkcs7_sig_note_digest_algo()
225 const void *value, size_t vlen) in pkcs7_sig_note_digest_algo()
270 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, in pkcs7_sig_note_pkey_algo()
272 const void *value, size_t vlen) in pkcs7_sig_note_pkey_algo()
308 int pkcs7_check_content_type(void *context, size_t hdrle
[all...]
/kernel/linux/linux-6.6/lib/
H A Dstring.c39 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
91 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
107 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy()
109 size_t ret = strlen(src); in strlcpy()
112 size_t len = (ret >= size) ? size - 1 : ret; in strlcpy()
122 ssize_t strscpy(char *dest, const char *src, size_t count) in strscpy()
125 size_t max = count; in strscpy()
137 size_t limit = PAGE_SIZE - ((long)src & (PAGE_SIZE - 1)); in strscpy()
230 char *strncat(char *dest, const char *src, size_t coun
[all...]
/third_party/elfutils/libelf/
H A DlibelfP.h221 size_t index; /* Index of this section. */
243 size_t zdata_size; /* If zdata_base != NULL, the size of data. */
244 size_t zdata_align; /* If zdata_base != NULL, the addralign. */
302 size_t maximum_size;
390 size_t ar_sym_num; /* Number of entries in `ar_sym'. */
393 size_t long_names_len; /* Length of the long name table. */
410 typedef void (*xfct_t) (void *, const void *, size_t, int);
419 extern const size_t __libelf_type_sizes[ELFCLASSNUM - 1][ELF_T_NUM]
448 int64_t offset, size_t maxsize,
471 size_t shnu
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_rsa.c60 psa_key_type_t type, const uint8_t *data, size_t data_length, in mbedtls_psa_rsa_load_representation()
64 size_t bits; in mbedtls_psa_rsa_load_representation()
111 const uint8_t *data, size_t data_length, in mbedtls_psa_rsa_import_key()
112 uint8_t *key_buffer, size_t key_buffer_size, in mbedtls_psa_rsa_import_key()
113 size_t *key_buffer_length, size_t *bits) in mbedtls_psa_rsa_import_key()
154 size_t data_size, in mbedtls_psa_rsa_export_key()
155 size_t *data_length) in mbedtls_psa_rsa_export_key()
178 if (2 * (size_t) ret <= data_size) { in mbedtls_psa_rsa_export_key()
181 } else if ((size_t) re in mbedtls_psa_rsa_export_key()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc24 Zone* zone, size_t start_index, size_t capacity, OperandSize operand_size) in ConstantArraySlice()
42 size_t ConstantArrayBuilder::ConstantArraySlice::Allocate( in Allocate()
43 ConstantArrayBuilder::Entry entry, size_t count) { in Allocate()
45 size_t index = constants_.size(); in Allocate()
47 for (size_t i = 0; i < count; ++i) { in Allocate()
54 size_t index) { in At()
61 size_t index) const { in At()
116 size_t i = start_index(); in CheckAllElementsAreUnique()
126 STATIC_CONST_MEMBER_DEFINITION const size_t ConstantArrayBuilde
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...1546