Home
last modified time | relevance | path

Searched refs:size_t (Results 2751 - 2775 of 43158) sorted by relevance

1...<<111112113114115116117118119120>>...1727

/third_party/skia/src/core/
H A DSkMipmap.h23 typedef SkDiscardableMemory* (*SkDiscardableFactoryProc)(size_t bytes);
77 static bool Deserialize(SkMipmapBuilder*, const void* data, size_t size);
89 SkMipmap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipmap()
90 SkMipmap(size_t size, SkDiscardableMemory* dm) : INHERITED(size, dm) {} in SkMipmap()
92 static size_t AllocLevelsSize(int levelCount, size_t pixelSize);
H A DSkWriter32.cpp13 size_t size = SkMatrixPriv::WriteToMemory(matrix, nullptr); in writeMatrix()
18 void SkWriter32::writeString(const char str[], size_t len) { in writeString()
35 size_t SkWriter32::WriteStringSize(const char* str, size_t len) { in WriteStringSize()
40 const size_t lenBytes = 4; // we use 4 bytes to record the length in WriteStringSize()
45 void SkWriter32::growToAtLeast(size_t size) { in growToAtLeast()
/third_party/skia/src/gpu/d3d/
H A DGrD3DBuffer.h20 static sk_sp<GrD3DBuffer> Make(GrD3DGpu*, size_t size, GrGpuBufferType, GrAccessPattern);
32 GrD3DBuffer(GrD3DGpu*, size_t size, GrGpuBufferType, GrAccessPattern, gr_cp<ID3D12Resource>,
45 bool onUpdateData(const void* src, size_t srcSizeInBytes) override;
47 void internalMap(size_t size);
48 void internalUnmap(size_t size);
60 size_t fStagingOffset = 0;
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm_hw.c14 int ossl_gcm_setiv(PROV_GCM_CTX *ctx, const unsigned char *iv, size_t ivlen) in ossl_gcm_setiv()
21 size_t aad_len) in ossl_gcm_aad_update()
27 size_t len, unsigned char *out) in ossl_gcm_cipher_update()
51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot()
52 const unsigned char *in, size_t in_len, in ossl_gcm_one_shot()
53 unsigned char *out, unsigned char *tag, size_t tag_len) in ossl_gcm_one_shot()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcamellia.h58 size_t length, const CAMELLIA_KEY *key,
61 size_t length, const CAMELLIA_KEY *key,
64 size_t length, const CAMELLIA_KEY *key,
67 size_t length, const CAMELLIA_KEY *key,
70 size_t length, const CAMELLIA_KEY *key,
73 size_t length, const CAMELLIA_KEY *key,
H A Dasync.h40 int ASYNC_init_thread(size_t max_size, size_t init_size);
54 size_t *numfds);
56 size_t *numaddfds, OSSL_ASYNC_FD *delfd,
57 size_t *numdelfds);
64 int (*func)(void *), void *args, size_t size);
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc30 const PagedByteArray* paged_byte_array, size_t cache_size) in CachedPagedByteArray()
33 void CachedPagedByteArray::getPage(size_t page_index, in getPage()
38 size_t cache_index; in getPage()
67 bool CachedPagedByteArray::getFromCache(size_t page_index, in getFromCache()
68 size_t* cache_index) const { in getFromCache()
69 for (size_t i = 0; i < cached_pages_.size(); ++i) { in getFromCache()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_bitmanip.cpp24 const size_t buf_size = 8; \
26 for (size_t i = 0; i < buf_size; ++i) { \
30 for (size_t i = 0; i < buf_size; ++i) { \
45 const size_t buf_size = 8; \
47 for (size_t i = 0; i < buf_size; ++i) { \
51 for (size_t i = 0; i < buf_size; ++i) { \
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden.h36 static constexpr size_t kStateBytes = RandenTraits::kStateBytes;
37 static constexpr size_t kCapacityBytes = RandenTraits::kCapacityBytes;
38 static constexpr size_t kSeedBytes = RandenTraits::kSeedBytes;
46 template <typename T, size_t N>
68 template <typename S, size_t M, typename T, size_t N>
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dresize_uninitialized.h37 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize()
46 static void Resize(string_type* s, size_t new_size) { in Resize()
66 inline void STLStringResizeUninitialized(string_type* s, size_t new_size) { in STLStringResizeUninitialized()
74 void STLStringReserveAmortized(string_type* s, size_t new_size) { in STLStringReserveAmortized()
75 const size_t cap = s->capacity(); in STLStringReserveAmortized()
87 void STLStringResizeUninitializedAmortized(string_type* s, size_t new_size) { in STLStringResizeUninitializedAmortized()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.hpp69 size_t bufferSize,
70 size_t offset,
71 size_t size,
87 const size_t m_bufferSize;
88 const size_t m_offset;
89 const size_t m_size;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf()
30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
33 size_t pos, plen; in sha1_t_prf()
35 size_t label_len = os_strlen(label); in sha1_t_prf()
38 size_t len[5]; in sha1_t_prf()
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector()
32 size_t _len[6], i; in hmac_sha1_vector()
104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector()
32 size_t _len[6], i; in hmac_sha256_vector()
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
101 size_t data_len, u8 *mac) in hmac_sha256()
H A Dsha384.c26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha384_vector()
32 size_t _len[6], i; in hmac_sha384_vector()
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
101 size_t data_len, u8 *mac) in hmac_sha384()
H A Dsha512.c26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha512_vector()
32 size_t _len[6], i; in hmac_sha512_vector()
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
101 size_t data_len, u8 *mac) in hmac_sha512()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus()
16 const char *label, const u8 *seed, size_t seed_len, in peap_prfplus()
17 u8 *buf, size_t buf_len) in peap_prfplus()
20 size_t pos, plen; in peap_prfplus()
22 size_t label_len = os_strlen(label); in peap_prfplus()
25 size_t len[5]; in peap_prfplus()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.h29 size_t i_nonce_len;
31 size_t r_nonce_len;
38 size_t IDi_len;
41 size_t IDr_len;
45 size_t shared_secret_len;
48 size_t key_pad_len;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbitfield.c17 size_t max_bits;
21 struct bitfield * bitfield_alloc(size_t max_bits) in bitfield_alloc()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
78 size_t i; in bitfield_get_first_zero()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dgas.h13 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size);
16 u16 comeback_delay, size_t size);
19 u16 comeback_delay, size_t size);
20 struct wpabuf * gas_anqp_build_initial_req(u8 dialog_token, size_t size);
22 u16 comeback_delay, size_t size);
29 u16 comeback_delay, size_t size);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf()
30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) in sha1_t_prf()
33 size_t pos, plen; in sha1_t_prf()
35 size_t label_len = os_strlen(label); in sha1_t_prf()
38 size_t len[5]; in sha1_t_prf()
H A Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector()
32 size_t _len[6], i; in hmac_sha1_vector()
104 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
H A Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector()
32 size_t _len[11], i; in hmac_sha256_vector()
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
101 size_t data_len, u8 *mac) in hmac_sha256()
H A Dsha384.c26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha384_vector()
32 size_t _len[11], i; in hmac_sha384_vector()
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
101 size_t data_len, u8 *mac) in hmac_sha384()
H A Dsha512.c26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha512_vector()
32 size_t _len[11], i; in hmac_sha512_vector()
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
101 size_t data_len, u8 *mac) in hmac_sha512()

Completed in 12 milliseconds

1...<<111112113114115116117118119120>>...1727