/third_party/skia/src/core/ |
H A D | SkTSearch.cpp | 16 size_t elemSize) in index_into_base() 22 size_t target_len, size_t elemSize) in SkStrSearch() 58 size_t elemSize) in SkStrSearch() 64 size_t len, size_t elemSize) in SkStrLCSearch() 74 size_t elemSize) in SkStrLCSearch() 81 SkAutoAsciiToLC::SkAutoAsciiToLC(const char str[], size_t len) in SkAutoAsciiToLC()
|
H A D | SkDescriptor.h | 20 static size_t ComputeOverhead(int entryCount) { in ComputeOverhead() 25 static std::unique_ptr<SkDescriptor> Alloc(size_t length); 30 void* operator new(size_t); 31 void* operator new(size_t, void* p) { return p; } in operator new() 34 void* addEntry(uint32_t tag, size_t length, const void* data = nullptr); 83 explicit SkAutoDescriptor(size_t size); 92 void reset(size_t size); 98 static constexpr size_t kStorageSize
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 14 size_t nlen, size_t mlen) in ossl_ccm_generic_setiv() 20 size_t alen) in ossl_ccm_generic_setaad() 26 int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen) in ossl_ccm_generic_gettag() 32 unsigned char *out, size_t len, in ossl_ccm_generic_auth_encrypt() 33 unsigned char *tag, size_t taglen) in ossl_ccm_generic_auth_encrypt() 49 unsigned char *out, size_t len, in ossl_ccm_generic_auth_decrypt() 50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt()
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | encode.h | 280 * @returns @c 0 if result does not fit @c size_t 282 BROTLI_ENC_API size_t BrotliEncoderMaxCompressedSize(size_t input_size); 313 int quality, int lgwin, BrotliEncoderMode mode, size_t input_size, 315 size_t* encoded_size, 381 BrotliEncoderState* state, BrotliEncoderOperation op, size_t* available_in, 382 const uint8_t** next_in, size_t* available_out, uint8_t** next_out, 383 size_t* total_out); 434 BrotliEncoderState* state, size_t* size);
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | utf8_util.c | 17 static size_t BrotliParseAsUTF8( in BrotliParseAsUTF8() 18 int* symbol, const uint8_t* input, size_t size) { in BrotliParseAsUTF8() 69 const uint8_t* data, const size_t pos, const size_t mask, in BrotliIsMostlyUTF8() 70 const size_t length, const double min_fraction) { in BrotliIsMostlyUTF8() 71 size_t size_utf8 = 0; in BrotliIsMostlyUTF8() 72 size_t i = 0; in BrotliIsMostlyUTF8() 75 size_t bytes_read = in BrotliIsMostlyUTF8()
|
/third_party/openssl/test/ |
H A D | rdrand_sanitytest.c | 20 size_t OPENSSL_ia32_rdrand_bytes(unsigned char *buf, size_t len); 21 size_t OPENSSL_ia32_rdseed_bytes(unsigned char *buf, size_t len); 23 static int sanity_check_bytes(size_t (*rng)(unsigned char *, size_t), in sanity_check_bytes() 32 size_t generated = 0; in sanity_check_bytes() 47 size_t j; in sanity_check_bytes()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | iochannel.h | 51 ssize_t pa_iochannel_write(pa_iochannel*io, const void*data, size_t l); 52 ssize_t pa_iochannel_read(pa_iochannel*io, void*data, size_t l); 58 ssize_t pa_iochannel_write_with_fds(pa_iochannel*io, const void*data, size_t l, int nfd, const int *fds); 59 ssize_t pa_iochannel_write_with_creds(pa_iochannel*io, const void*data, size_t l, const pa_creds *ucred); 60 ssize_t pa_iochannel_read_with_ancil_data(pa_iochannel*io, void*data, size_t l, pa_cmsg_ancil_data *ancil_data); 76 void pa_iochannel_socket_peer_to_string(pa_iochannel*io, char*s, size_t l); 79 int pa_iochannel_socket_set_rcvbuf(pa_iochannel*io, size_t l); 80 int pa_iochannel_socket_set_sndbuf(pa_iochannel*io, size_t l);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Recycler.h | 27 void PrintRecyclerStats(size_t Size, size_t Align, size_t FreeListSize); 33 template <class T, size_t Size = sizeof(T), size_t Align = alignof(T)> 105 template <class T, size_t Size, size_t Align> 107 size_t S = 0; in PrintStats()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/ |
H A D | test_util.cc | 56 std::size_t length; 86 TestZoneInfoSource(const char* data, std::size_t size) in TestZoneInfoSource() 89 std::size_t Read(void* ptr, std::size_t size) override { 90 const std::size_t len = std::min<std::size_t>(size, end_ - data_); 96 int Skip(std::size_t offset) override { 97 data_ += std::min<std::size_t>(offset, end_ - data_);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | pmksa_cache_auth.h | 21 size_t pmk_len; 27 size_t identity_len; 52 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 53 const u8 *kck, size_t kck_len, 57 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, 58 const u8 *kck, size_t kck_len, const u8 *aa, 74 int pmksa_cache_auth_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len); 77 char *buf, size_t len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | pmksa_cache_auth.h | 21 size_t pmk_len; 27 size_t identity_len; 52 const u8 *pmk, size_t pmk_len, const u8 *pmkid, 53 const u8 *kck, size_t kck_len, 57 pmksa_cache_auth_create_entry(const u8 *pmk, size_t pmk_len, const u8 *pmkid, 58 const u8 *kck, size_t kck_len, const u8 *aa, 74 int pmksa_cache_auth_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len); 77 char *buf, size_t len);
|
H A D | wpa_auth_ft.c | 40 size_t resp_ies_len); 47 size_t len; 69 static int wpa_ft_rrb_decrypt(const u8 *key, const size_t key_len, in wpa_ft_rrb_decrypt() 70 const u8 *enc, size_t enc_len, in wpa_ft_rrb_decrypt() 71 const u8 *auth, const size_t auth_len, in wpa_ft_rrb_decrypt() 73 u8 **plain, size_t *plain_size) in wpa_ft_rrb_decrypt() 76 size_t ad_len[3] = { ETH_ALEN, auth_len, sizeof(type) }; in wpa_ft_rrb_decrypt() 137 static int wpa_ft_rrb_get_tlv(const u8 *plain, size_t plain_len, in wpa_ft_rrb_get_tlv() 138 u16 type, size_t *tlv_len, const u8 **tlv_data) in wpa_ft_rrb_get_tlv() 141 size_t lef in wpa_ft_rrb_get_tlv() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 271 size_t drv_count; 448 size_t image_len; 462 size_t ssid_len; 539 size_t last_con_fail_realm_len; 552 size_t bssid_filter_count; 555 size_t disallow_aps_bssid_count; 557 size_t disallow_aps_ssid_count; 580 size_t sched_scan_plans_num; 586 size_t num_bss; 771 size_t ssid_le [all...] |
/third_party/curl/lib/ |
H A D | mime.c | 59 #define READ_ERROR ((size_t) -1) 60 #define STOP_FILLING ((size_t) -2) 62 static size_t mime_subparts_read(char *buffer, size_t size, size_t nitems, 66 static size_t encoder_nop_read(char *buffer, size_t size, bool ateof, 69 static size_t encoder_7bit_read(char *buffer, size_t size, bool ateof, 71 static size_t encoder_base64_rea [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.c | 175 size_t nconsumed) { in conn_call_deferred_consume() 219 size_t i; in conn_new() 333 size_t i; in nghttp3_conn_del() 378 const uint8_t *src, size_t srclen, in nghttp3_conn_read_stream() 381 size_t bidi_nproc; in nghttp3_conn_read_stream() 480 const uint8_t *src, size_t srclen, in conn_read_type() 539 const uint8_t *src, size_t srclen, in nghttp3_conn_read_uni() 566 assert((size_t)nread == srclen); in nghttp3_conn_read_uni() 571 srclen -= (size_t)nread; in nghttp3_conn_read_uni() 617 static int frame_fin(nghttp3_stream_read_state *rstate, size_t le [all...] |
H A D | nghttp3_stream.c | 94 size_t i, len = nghttp3_ringbuf_len(outq); in delete_outq() 108 size_t i, len = nghttp3_ringbuf_len(chunks); in delete_chunks() 122 size_t i, len = nghttp3_ringbuf_len(chunks); in delete_out_chunks() 141 size_t i, len = nghttp3_ringbuf_len(frq); in delete_frq() 181 const uint8_t *src, size_t srclen, int fin) { in nghttp3_read_varint() 182 size_t nread = 0; in nghttp3_read_varint() 183 size_t n; in nghttp3_read_varint() 184 size_t i; in nghttp3_read_varint() 232 size_t nlen = nghttp3_max(NGHTTP3_MIN_RBLEN, nghttp3_ringbuf_len(frq) * 2); in nghttp3_stream_frq_add() 311 size_t le in nghttp3_stream_write_stream_type() [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 50 size_t ilen) in mbedtls_ssl_set_client_transport_id() 109 size_t len) in ssl_parse_renegotiation_info() 183 size_t len) in ssl_parse_supported_groups_ext() 185 size_t list_size, our_size; in ssl_parse_supported_groups_ext() 248 size_t len) in ssl_parse_supported_point_formats() 250 size_t list_size; in ssl_parse_supported_point_formats() 253 if (len == 0 || (size_t) (buf[0] + 1) != len) { in ssl_parse_supported_point_formats() 292 size_t len) in ssl_parse_ecjpake_kkpp() 342 size_t len) in ssl_parse_max_fragment_length_ext() 361 size_t le in ssl_parse_cid_ext() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | paged-spaces.cc | 124 size_t added = 0; in RefillFreeList() 208 size_t PagedSpace::CommittedPhysicalMemory() const { in CommittedPhysicalMemory() 217 void PagedSpace::IncrementCommittedPhysicalMemory(size_t increment_value) { in IncrementCommittedPhysicalMemory() 219 size_t old_value = committed_physical_memory_.fetch_add( in IncrementCommittedPhysicalMemory() 225 void PagedSpace::DecrementCommittedPhysicalMemory(size_t decrement_value) { in DecrementCommittedPhysicalMemory() 227 size_t old_value = committed_physical_memory_.fetch_sub( in DecrementCommittedPhysicalMemory() 236 size_t size = 0; in VerifyCommittedPhysicalMemory() 261 size_t old_counter = marking_state->live_bytes(page); in RefineAllocatedBytesAfterSweeping() 262 size_t new_counter = page->allocated_bytes(); in RefineAllocatedBytesAfterSweeping() 278 size_t PagedSpac [all...] |
/third_party/backends/backend/ |
H A D | epson2-io.c | 46 e2_send(Epson_Scanner * s, void *buf, size_t buf_size, size_t reply_len, in e2_send() 88 size_t n; in e2_send() 98 size_t n; in e2_send() 130 (n = sanei_pio_read(s->fd, buf, (size_t) buf_size))) in e2_recv() 140 (size_t *) & n); in e2_recv() 175 e2_txrx(Epson_Scanner * s, unsigned char *txbuf, size_t txlen, in e2_txrx() 176 unsigned char *rxbuf, size_t rxlen) in e2_txrx() 179 size_t done; in e2_txrx() 203 e2_cmd_simple(Epson_Scanner * s, void *buf, size_t buf_siz [all...] |
/third_party/node/deps/cares/include/ |
H A D | ares_dns_record.h | 475 struct ares_addr *addr, size_t *out_len); 515 ares_dns_rr_get_keys(ares_dns_rec_type_t type, size_t *cnt); 627 CARES_EXTERN size_t ares_dns_record_query_cnt(const ares_dns_record_t *dnsrec); 639 const ares_dns_record_t *dnsrec, size_t idx, const char **name, 648 CARES_EXTERN size_t ares_dns_record_rr_cnt(const ares_dns_record_t *dnsrec, 679 size_t idx); 691 size_t idx); 806 size_t len); 821 size_t val_len); 894 size_t *le [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable.c | 43 size_t num_keys; 44 size_t num_collisions; 62 seed |= (unsigned int)((size_t)htable & 0xFFFFFFFF); in ares__htable_generate_seed() 63 seed |= (unsigned int)((size_t)&seed & 0xFFFFFFFF); in ares__htable_generate_seed() 138 const void **ares__htable_all_buckets(const ares__htable_t *htable, size_t *num) in ares__htable_all_buckets() 141 size_t cnt = 0; in ares__htable_all_buckets() 142 size_t i; in ares__htable_all_buckets() 193 size_t i; in ares__htable_expand() 195 size_t prealloc_llist_len = 0; in ares__htable_expand() 245 size_t id in ares__htable_expand() [all...] |
/third_party/libinput/src/ |
H A D | util-strings.h | 67 zalloc(size_t size) in zalloc() 219 size_t slen = strlen(str); in safe_atod() 223 for (size_t i = 0; i < slen; i++) { in safe_atod() 266 char **strv_from_string(const char *in, const char *separator, size_t *num_elements); 297 size_t *length) in double_array_from_string() 306 size_t nelem; in double_array_from_string() 312 for (size_t idx = 0; idx < nelem; idx++) { in double_array_from_string() 353 size_t npairs; in kv_double_from_string() 360 for (size_t idx = 0; idx < npairs; idx++) { in kv_double_from_string() 362 size_t nele in kv_double_from_string() [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.h | 260 size_t Entry32Count() const { return entry32_count_; } in Entry32Count() 261 size_t Entry64Count() const { return entry64_count_; } in Entry64Count() 271 bool ShouldEmitNow(Jump require_jump, size_t margin = 0) const; 273 size_t margin = 0); 283 void SetNextCheckIn(size_t instructions); 291 explicit BlockScope(Assembler* pool, size_t margin = 0); 301 static const size_t kMaxDistToPool32; 302 static const size_t kMaxDistToPool64; 304 static const size_t kApproxDistToPool32; 305 V8_EXPORT_PRIVATE static const size_t kApproxDistToPool6 [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | string-16.cc | 30 int64_t charactersToInteger(const UChar* characters, size_t length, in charactersToInteger() 34 for (size_t i = 0; i < length; ++i) { in charactersToInteger() 51 String16::String16(const UChar* characters, size_t size) in String16() 59 String16::String16(const char* characters, size_t size) { in String16() 61 for (size_t i = 0; i < size; ++i) m_impl[i] = characters[i]; in String16() 76 String16 String16::fromInteger(size_t number) { in fromInteger() 77 const size_t kBufferSize = 50; in fromInteger() 124 size_t start = 0; in stripWhiteSpace() 125 size_t end = length() - 1; in stripWhiteSpace() 154 void String16Builder::append(const UChar* characters, size_t lengt [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | page-memory.h | 27 MemoryRegion(Address base, size_t size) : base_(base), size_(size) { in MemoryRegion() 33 size_t size() const { return size_; } in size() 47 size_t size_ = 0; 97 static constexpr size_t kNumPageRegions = 10; 102 const PageMemory GetPageMemory(size_t index) const { in GetPageMemory() 124 void ChangeUsed(size_t index, bool value) { in ChangeUsed() 130 size_t GetIndex(ConstAddress address) const { in GetIndex() 131 return static_cast<size_t>(address - reserved_region().base()) >> in GetIndex() 141 LargePageMemoryRegion(PageAllocator&, FatalOutOfMemoryHandler&, size_t); 181 static constexpr size_t kNumPoolBucket [all...] |