/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | copyvertex.inc.h | 13 size_t inputComponentCount, 14 size_t outputComponentCount, 16 inline void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) in CopyNativeVertexData() 18 const size_t attribSize = sizeof(T) * inputComponentCount; in CopyNativeVertexData() 28 for (size_t i = 0; i < count; i++) in CopyNativeVertexData() 39 const size_t lastNonAlphaOutputComponent = std::min<size_t>(outputComponentCount, 3); in CopyNativeVertexData() 41 for (size_t i = 0; i < count; i++) in CopyNativeVertexData() 51 size_t numComponent in CopyNativeVertexData() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, 23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n, 25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len, 26 size_t num_elem, const u8 *addr[], 27 const size_t *len, u8 *mac); 28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 29 const u8 *addr[], const size_t *len, 31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, 36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_le [all...] |
H A D | crypto.h | 32 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac); 42 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac); 53 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, 68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, 69 size_t xlen); 79 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *le [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, 23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n, 25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len, 26 size_t num_elem, const u8 *addr[], 27 const size_t *len, u8 *mac); 28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 29 const u8 *addr[], const size_t *len, 31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, 36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_le [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_quic.h | 42 std::size_t operator()(const ngtcp2_cid &cid) const noexcept { 53 return static_cast<size_t>(h); 66 constexpr size_t SHRPX_QUIC_SCIDLEN = 20; 67 constexpr size_t SHRPX_QUIC_SERVER_IDLEN = 4; 69 constexpr size_t SHRPX_QUIC_CID_PREFIXLEN = 8; 70 constexpr size_t SHRPX_QUIC_CID_PREFIX_OFFSET = 1; 71 constexpr size_t SHRPX_QUIC_DECRYPTED_DCIDLEN = 16; 72 constexpr size_t SHRPX_QUIC_CID_ENCRYPTION_KEYLEN = 16; 73 constexpr size_t SHRPX_QUIC_MAX_UDP_PAYLOAD_SIZE = 1472; 74 constexpr size_t SHRPX_QUIC_CONN_CLOSE_PKTLE [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.h | 65 ares__buf_t *ares__buf_create_const(const unsigned char *data, size_t data_len); 83 size_t data_len); 124 ares_status_t ares__buf_append_num_dec(ares__buf_t *buf, size_t num, 125 size_t len); 134 ares_status_t ares__buf_append_num_hex(ares__buf_t *buf, size_t num, 135 size_t len); 150 ares_status_t ares__buf_set_length(ares__buf_t *buf, size_t len); 164 unsigned char *ares__buf_append_start(ares__buf_t *buf, size_t *len); 174 void ares__buf_append_finish(ares__buf_t *buf, size_t len); 184 size_t le [all...] |
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | rand.h | 41 size_t rand_acquire_entropy_from_tsc(RAND_POOL *pool); 42 size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool); 45 size_t rand_drbg_get_entropy(RAND_DRBG *drbg, 47 int entropy, size_t min_len, size_t max_len, 50 unsigned char *out, size_t outlen); 51 size_t rand_drbg_get_nonce(RAND_DRBG *drbg, 53 int entropy, size_t min_len, size_t max_len); 55 unsigned char *out, size_t outle [all...] |
/third_party/mbedtls/tests/include/test/drivers/ |
H A D | key_management.h | 22 size_t forced_output_length; 58 size_t mbedtls_test_opaque_size_function( 60 const size_t key_bits); 71 const uint8_t *wrapped_key, size_t wrapped_key_length, uint8_t *key_buffer, 72 size_t key_buffer_size, size_t *key_buffer_length); 76 uint8_t *key, size_t key_size, size_t *key_length); 80 uint8_t *key, size_t key_size, size_t *key_lengt [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_hwcnt_types.h | 114 size_t inst_cnt; 115 size_t hdr_cnt; 116 size_t ctr_cnt; 129 size_t blk_cnt; 142 size_t grp_cnt; 173 size_t inst_cnt; 174 size_t hdr_cnt; 175 size_t ctr_cnt; 176 size_t enable_map_index; 177 size_t enable_map_strid [all...] |
/third_party/mbedtls/include/psa/ |
H A D | crypto_se_driver.h | 108 const size_t MBEDTLS_PRIVATE(persistent_data_size); 202 size_t input_length); 222 size_t mac_size, 223 size_t *p_mac_length); 243 size_t mac_length); 273 size_t input_length, 277 size_t mac_size, 278 size_t *p_mac_length); 302 size_t input_length, 306 size_t mac_lengt [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pkt.h | 188 size_t datacnt; 213 size_t num_blks; 222 size_t len; 236 size_t reasonlen; 309 size_t datacnt; 333 size_t datacnt; 379 size_t pktlen; 382 size_t dgramlen; 401 size_t pktlen, size_t dgramle [all...] |
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 13 T(size_t) in f() 31 {size_t(*p)(const char*restrict,size_t,mbstate_t*restrict) = mbrlen;} in f() 32 {size_t(*p)(wchar_t*restrict,const char*restrict,size_t,mbstate_t*restrict) = mbrtowc;} in f() 34 {size_t(*p)(wchar_t*restrict,const char**restrict,size_t,mbstate_t*restrict) = mbsrtowcs;} in f() 37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f() 42 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,va_list) = vswprintf;} in f() 46 {size_t(* in f() [all...] |
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 35 size_t param_value_size, 37 size_t* param_value_size_ret); 55 size_t param_value_size, 57 size_t* param_value_size_ret); 66 void (CL_CALLBACK* pfn_notify)(const char* errinfo, const void* private_info, size_t cb, void* user_data), 76 void (CL_CALLBACK* pfn_notify)(const char* errinfo, const void* private_info, size_t cb, void* user_data), 98 size_t param_value_size, 100 size_t* param_value_size_ret); 120 size_t param_value_size, 122 size_t* param_value_size_re [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.h | 25 size_t param_value_size, 27 size_t *param_value_size_ret); 35 size_t param_value_size, 37 size_t *param_value_size_ret); 43 size_t cb, 52 size_t cb, 60 size_t param_value_size, 62 size_t *param_value_size_ret); 67 size_t param_value_size, 69 size_t *param_value_size_re [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 29 ASSERT(static_cast<size_t>(x) < sizeof(BitsT) * 8); in Bit() 31 return (static_cast<BitsT>(1) << static_cast<size_t>(x)); in Bit() 38 if (static_cast<size_t>(x) == 0) in BitMask() 42 return ((Bit<BitsT>(static_cast<ParamT>(static_cast<size_t>(x) - 1)) - 1) << 1) | 1; in BitMask() 45 template <size_t N, typename BitsT, typename ParamT = std::size_t> 81 void resetLaterBit(std::size_t index) in resetLaterBit() 87 void setLaterBit(std::size_t index) in setLaterBit() 100 std::size_t getNextBit(); 103 std::size_t mCurrentBi [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 25 void *memcpy (void *__restrict, const void *__restrict, size_t); 26 void *memmove (void *, const void *, size_t); 27 void *memset (void *, int, size_t); 28 int memcmp (const void *, const void *, size_t); 29 void *memchr (const void *, int, size_t); 32 char *strncpy (char *__restrict, const char *__restrict, size_t); 35 char *strncat (char *__restrict, const char *__restrict, size_t); 38 int strncmp (const char *, const char *, size_t); 41 size_t strxfrm (char *__restrict, const char *__restrict, size_t); [all...] |
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 27 void *memcpy (void *__restrict, const void *__restrict, size_t); 28 void *memmove (void *, const void *, size_t); 29 void *memset (void *, int, size_t); 30 int memcmp (const void *, const void *, size_t); 31 void *memchr (const void *, int, size_t); 34 char *strncpy (char *__restrict, const char *__restrict, size_t); 37 char *strncat (char *__restrict, const char *__restrict, size_t); 40 int strncmp (const char *, const char *, size_t); 43 size_t strxfrm (char *__restrict, const char *__restrict, size_t); [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 81 static constexpr size_t kMaxCapacity = 6; 151 size_t index; 152 size_t n; 191 size_t extra = 0); 193 size_t extra = 0); 200 CordRep* SubTree(size_t offset, size_t n); 203 char GetCharacter(size_t offset) const; 214 bool IsFlat(size_t offset, size_t [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { in Hash() 49 uint64_t v, int offset, size_t shift) { in HashBytesAtOffset() 72 static size_t BuildAndStoreLiteralPrefixCode(MemoryManager* m, in BuildAndStoreLiteralPrefixCode() 74 const size_t input_size, in BuildAndStoreLiteralPrefixCode() 77 size_t* storage_ix, in BuildAndStoreLiteralPrefixCode() 80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() 81 size_t i; in BuildAndStoreLiteralPrefixCode() 95 static const size_t kSampleRate = 29; in BuildAndStoreLiteralPrefixCode() 116 size_t literal_ratio = 0; in BuildAndStoreLiteralPrefixCode() 128 uint8_t depth[128], uint16_t bits[128], size_t* storage_i in BuildAndStoreCommandPrefixCode() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { in Hash() 49 uint64_t v, int offset, size_t shift) { in HashBytesAtOffset() 72 static size_t BuildAndStoreLiteralPrefixCode(MemoryManager* m, in BuildAndStoreLiteralPrefixCode() 74 const size_t input_size, in BuildAndStoreLiteralPrefixCode() 77 size_t* storage_ix, in BuildAndStoreLiteralPrefixCode() 80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() 81 size_t i; in BuildAndStoreLiteralPrefixCode() 95 static const size_t kSampleRate = 29; in BuildAndStoreLiteralPrefixCode() 116 size_t literal_ratio = 0; in BuildAndStoreLiteralPrefixCode() 128 uint8_t depth[128], uint16_t bits[128], size_t* storage_i in BuildAndStoreCommandPrefixCode() [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | record.h | 21 size_t default_len; 23 size_t len; 25 size_t offset; 27 size_t left; 43 size_t length; 49 size_t orig_len; 52 size_t off; 87 size_t packet_length; 140 size_t numrpipes; 142 size_t numwpipe [all...] |
H A D | tls_pad.c | 24 static int ssl3_cbc_copy_mac(size_t *reclen, 25 size_t origreclen, 29 size_t block_size, 30 size_t mac_size, 31 size_t good, 34 int ssl3_cbc_remove_padding_and_mac(size_t *reclen, 35 size_t origreclen, 39 size_t block_size, size_t mac_size, 42 int tls1_cbc_remove_padding_and_mac(size_t *recle [all...] |
/third_party/openssl/ssl/record/ |
H A D | record.h | 21 size_t default_len; 23 size_t len; 25 size_t offset; 27 size_t left; 43 size_t length; 49 size_t orig_len; 52 size_t off; 87 size_t packet_length; 140 size_t numrpipes; 142 size_t numwpipe [all...] |
H A D | tls_pad.c | 24 static int ssl3_cbc_copy_mac(size_t *reclen, 25 size_t origreclen, 29 size_t block_size, 30 size_t mac_size, 31 size_t good, 34 int ssl3_cbc_remove_padding_and_mac(size_t *reclen, 35 size_t origreclen, 39 size_t block_size, size_t mac_size, 42 int tls1_cbc_remove_padding_and_mac(size_t *recle [all...] |
/third_party/node/src/ |
H A D | string_search.h | 21 Vector(T* data, size_t length, bool isForward) in Vector() 31 size_t length() const { return length_; } in length() 38 T& operator[](size_t index) const { in operator []() 45 size_t length_; 99 size_t pattern_length = pattern_.length(); in StringSearch() 112 size_t Search(Vector subject, size_t index) { in Search() 143 typedef size_t (StringSearch::*SearchFunction)(Vector, size_t); 144 size_t SingleCharSearc [all...] |