/third_party/openssl/crypto/modes/ |
H A D | cbc128.c | 19 typedef size_t size_t_aX __attribute((__aligned__(1))); 21 typedef size_t size_t_aX; 25 size_t len, const void *key, in CRYPTO_cbc128_encrypt() 28 size_t n; in CRYPTO_cbc128_encrypt() 36 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) { in CRYPTO_cbc128_encrypt() 48 for (n = 0; n < 16; n += sizeof(size_t)) in CRYPTO_cbc128_encrypt() 77 size_t le in CRYPTO_cbc128_decrypt() [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils.h | 19 template <size_t Dimension, typename Type> 34 template <size_t Dimension, typename Type> 53 constexpr size_t size() const { return Dimension; } in size() 60 Type &operator[](size_t i) { return mData[i]; } in operator []() 61 const Type &operator[](size_t i) const { return mData[i]; } in operator []() 93 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 99 template <size_t CurrentIndex, typename OtherType, typename... Args> 104 template <size_t CurrentIndex> 107 template <size_t Dimension [all...] |
H A D | FastVector.h | 23 template <class T, size_t N, class Storage = std::array<T, N>> 97 void ensure_capacity(size_t capacity); 106 template <class T, size_t N, class StorageN, size_t M, class StorageM> 112 template <class T, size_t N, class StorageN, size_t M, class StorageM> 118 template <class T, size_t N, class Storage> 124 template <class T, size_t N, class Storage> 128 template <class T, size_t N, class Storage> 136 template <class T, size_t [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.h | 37 const u8 *seq, size_t seq_len, 38 const u8 *key, size_t key_len, enum key_flag key_flag); 42 size_t len); 46 size_t *msg_len, void **data_pos); 49 const u8 *pmk, size_t pmk_len, u32 pmk_lifetime, 59 size_t ies_len); 61 const u8 *ies, size_t ies_len); 69 int initiator, const u8 *buf, size_t len); 73 size_t supp_rates_len, 77 size_t he_capab_le [all...] |
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 24 size_t param_value_size, in clGetPlatformInfo() 26 size_t *param_value_size_ret) in clGetPlatformInfo() 44 size_t param_value_size, in clGetDeviceInfo() 46 size_t *param_value_size_ret) in clGetDeviceInfo() 57 size_t cb, in clCreateContext() 71 size_t cb, in clCreateContextFromType() 92 size_t param_value_size, in clGetContextInfo() 94 size_t *param_value_size_ret) in clGetContextInfo() 112 size_t param_value_size, in clGetCommandQueueInfo() 114 size_t *param_value_size_re in clGetCommandQueueInfo() [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_stubs.cpp | 50 size_t param_value_size, in GetPlatformInfo() 52 size_t *param_value_size_ret) in GetPlatformInfo() 70 size_t param_value_size, in GetDeviceInfo() 72 size_t *param_value_size_ret) in GetDeviceInfo() 135 size_t cb, in CreateContext() 148 size_t cb, in CreateContextFromType() 175 size_t param_value_size, in GetContextInfo() 177 size_t *param_value_size_ret) in GetContextInfo() 218 size_t param_value_size, in GetCommandQueueInfo() 220 size_t *param_value_size_re in GetCommandQueueInfo() [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.c | 37 size_t data_len; /*!< total size of data in buffer */ 41 size_t alloc_buf_len; /*!< Size of allocated data buffer */ 43 size_t offset; /*!< Current working offset in buffer */ 44 size_t tag_offset; /*!< Tagged offset in buffer. Uses 100 ares__buf_t *ares__buf_create_const(const unsigned char *data, size_t data_len) in ares__buf_create_const() 143 size_t prefix_size; in ares__buf_reclaim() 144 size_t data_size; in ares__buf_reclaim() 184 size_t needed_size) in ares__buf_ensure_space() 186 size_t remaining_size; in ares__buf_ensure_space() 187 size_t alloc_siz in ares__buf_ensure_space() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_stdlib.h | 41 typedef unsigned int size_t; typedef 54 * @param dest_max [IN] type #size_t, Size of the destination buffer.CNcomment:目的缓冲区大小。CNend 65 extern errno_t strcpy_s(char *dest, size_t dest_max, const char *src); 77 * @param dest_max [IN] type #size_t, Size of the destination buffer.CNcomment:目的缓冲区大小。CNend 79 * @param count [IN] type #size_t, Number of characters copied from the source buffer. 90 extern errno_t strncpy_s(char *dest, size_t dest_max, const char *src, size_t count); 102 * @param dest_max [IN] type #size_t, Size of the destination buffer.CNcomment:目的缓冲区大小。CNend 113 extern errno_t strcat_s(char *dest, size_t dest_max, const char *src); 125 * @param dest_max [IN] type #size_t, Siz [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | pk_internal.h | 45 size_t (*get_bitlen)( const void * ); 52 const unsigned char *hash, size_t hash_len, 53 const unsigned char *sig, size_t sig_len ); 57 const unsigned char *hash, size_t hash_len, 58 unsigned char *sig, size_t *sig_len, 59 int (*f_rng)(void *, unsigned char *, size_t), 65 const unsigned char *hash, size_t hash_len, 66 const unsigned char *sig, size_t sig_len, 71 const unsigned char *hash, size_t hash_len, 72 unsigned char *sig, size_t *sig_le [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto_cipher.h | 33 size_t *key_bits, mbedtls_cipher_mode_t *mode, 50 psa_algorithm_t alg, psa_key_type_t key_type, size_t key_bits, 81 const uint8_t *key_buffer, size_t key_buffer_size, 111 const uint8_t *key_buffer, size_t key_buffer_size, 138 const uint8_t *iv, size_t iv_length); 163 const uint8_t *input, size_t input_length, 164 uint8_t *output, size_t output_size, size_t *output_length); 194 uint8_t *output, size_t output_size, size_t *output_lengt [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | globals.h | 20 constexpr size_t kKB = 1024; 21 constexpr size_t kMB = kKB * 1024; 22 constexpr size_t kGB = kMB * 1024; 35 constexpr size_t kAllocationGranularity = 8; 37 constexpr size_t kAllocationGranularity = 4; 39 constexpr size_t kAllocationMask = kAllocationGranularity - 1; 41 constexpr size_t kPageSizeLog2 = 17; 42 constexpr size_t kPageSize = 1 << kPageSizeLog2; 43 constexpr size_t kPageOffsetMask = kPageSize - 1; 44 constexpr size_t kPageBaseMas [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ie.h | 16 size_t wpa_ie_len; 18 size_t rsn_ie_len; 21 size_t gtk_len; 23 size_t mac_addr_len; 26 size_t igtk_len; 29 size_t mdie_len; 31 size_t ftie_len; 35 size_t lnkid_len; 37 size_t ext_capab_len; 39 size_t supp_rates_le [all...] |
/third_party/littlefs/runners/ |
H A D | test_runner.c | 30 size_t size, in mappend() 31 size_t *count, in mappend() 32 size_t *capacity) { in mappend() 34 size_t count_ = *count; in mappend() 35 size_t capacity_ = *capacity; in mappend() 83 size_t i = 0; in leb16_parse() 122 size_t cycle_count, 126 size_t cycle_count; 132 size_t define_count; 134 size_t cycle_coun [all...] |
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | unistd.h | 39 char* __getcwd_chk(char*, size_t, size_t) ; 41 ssize_t __pread_chk(int, void*, size_t, off_t, size_t); 42 ssize_t __pread_real(int, void*, size_t, off_t) __DIAGNOSE_RENAME(pread); 44 ssize_t __pwrite_chk(int, const void*, size_t, off_t, size_t); 45 ssize_t __pwrite_real(int, const void*, size_t, off_t) __DIAGNOSE_RENAME(pwrite); 47 ssize_t __read_chk(int, void*, size_t, size_t); [all...] |
H A D | stdio.h | 35 size_t __fread_chk(void*, size_t, size_t, FILE*, size_t); 36 size_t __fwrite_chk(const void*, size_t, size_t, FILE*, size_t); 37 char* __fgets_chk(char*, int, FILE*, size_t); 40 size_t frea [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_vec.c | 32 ngtcp2_vec *ngtcp2_vec_init(ngtcp2_vec *vec, const uint8_t *base, size_t len) { in ngtcp2_vec_init() 38 int ngtcp2_vec_new(ngtcp2_vec **pvec, const uint8_t *data, size_t datalen, in ngtcp2_vec_new() 40 size_t len; in ngtcp2_vec_new() 64 uint64_t ngtcp2_vec_len(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len() 65 size_t i; in ngtcp2_vec_len() 66 size_t res = 0; in ngtcp2_vec_len() 75 int64_t ngtcp2_vec_len_varint(const ngtcp2_vec *vec, size_t n) { in ngtcp2_vec_len_varint() 77 size_t len; in ngtcp2_vec_len_varint() 78 size_t i; in ngtcp2_vec_len_varint() 92 ngtcp2_ssize ngtcp2_vec_split(ngtcp2_vec *src, size_t *psrccn [all...] |
/third_party/musl/include/fortify/linux/ |
H A D | unistd.h | 39 char* __getcwd_chk(char*, size_t, size_t) ; 41 ssize_t __pread_chk(int, void*, size_t, off_t, size_t); 42 ssize_t __pread_real(int, void*, size_t, off_t) __DIAGNOSE_RENAME(pread); 44 ssize_t __pwrite_chk(int, const void*, size_t, off_t, size_t); 45 ssize_t __pwrite_real(int, const void*, size_t, off_t) __DIAGNOSE_RENAME(pwrite); 47 ssize_t __read_chk(int, void*, size_t, size_t); [all...] |
H A D | stdio.h | 35 size_t __fread_chk(void*, size_t, size_t, FILE*, size_t); 36 size_t __fwrite_chk(const void*, size_t, size_t, FILE*, size_t); 37 char* __fgets_chk(char*, int, FILE*, size_t); 40 size_t frea [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_transport.h | 24 static inline size_t 27 size_t size = 0; in vn_sizeof_VkCommandStreamDescriptionMESA() 44 static inline size_t 47 size_t size = 0; in vn_sizeof_VkCommandStreamDependencyMESA() 62 static inline size_t 69 static inline size_t 72 size_t size = 0; in vn_sizeof_VkRingCreateInfoMESA_self() 89 static inline size_t 92 size_t size = 0; in vn_sizeof_VkRingCreateInfoMESA() 137 static inline size_t [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Allocator.h | 51 void *Allocate(size_t Size, size_t Alignment) { in Allocate() 53 static_assert(static_cast<void *(AllocatorBase::*)(size_t, size_t)>( in Allocate() 55 static_cast<void *(DerivedT::*)(size_t, size_t)>( in Allocate() 58 "core Allocate(size_t, size_t) overload!"); in Allocate() 65 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() 67 static_assert(static_cast<void (AllocatorBase::*)(const void *, size_t)>( in Deallocate() [all...] |
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
H A D | wgsl_mutator.cc | 31 std::vector<size_t> FindDelimiterIndices(const std::string& delimiter, in FindDelimiterIndices() 33 std::vector<size_t> result; in FindDelimiterIndices() 34 for (size_t pos = wgsl_code.find(delimiter, 0); pos != std::string::npos; in FindDelimiterIndices() 42 std::vector<std::pair<size_t, size_t>> GetIdentifiers( in GetIdentifiers() 44 std::vector<std::pair<size_t, size_t>> result; in GetIdentifiers() 69 std::vector<std::pair<size_t, size_t>> GetIntLiterals(const std::string& s) { in GetIntLiterals() 70 std::vector<std::pair<size_t, size_ in GetIntLiterals() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 502 int (*ssl_read) (SSL *s, void *buf, size_t len, size_t *readbytes); 503 int (*ssl_peek) (SSL *s, void *buf, size_t len, size_t *readbytes); 504 int (*ssl_write) (SSL *s, const void *buf, size_t len, size_t *written); 509 unsigned char *buf, size_t len, int peek, 510 size_t *readbytes); 511 int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, size_t len, 512 size_t *writte [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 44 static BROTLI_INLINE void GetBlockLengthPrefixCode(uint32_t len, size_t* code, in GetBlockLengthPrefixCode() 52 size_t last_type; 53 size_t second_last_type; 61 static BROTLI_INLINE size_t NextBlockTypeCode( in NextBlockTypeCode() 63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() 73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() 74 size_t* numbits, uint64_t* nibblesbits) { in BrotliEncodeMlen() 75 size_t lg = (length == 1) ? 1 : Log2FloorNonZero((uint32_t)(length - 1)) + 1; in BrotliEncodeMlen() 76 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() 86 const Command* cmd, size_t* storage_i in StoreCommandExtra() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 44 static BROTLI_INLINE void GetBlockLengthPrefixCode(uint32_t len, size_t* code, in GetBlockLengthPrefixCode() 52 size_t last_type; 53 size_t second_last_type; 61 static BROTLI_INLINE size_t NextBlockTypeCode( in NextBlockTypeCode() 63 size_t type_code = (type == calculator->last_type + 1) ? 1u : in NextBlockTypeCode() 73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() 74 size_t* numbits, uint64_t* nibblesbits) { in BrotliEncodeMlen() 75 size_t lg = (length == 1) ? 1 : Log2FloorNonZero((uint32_t)(length - 1)) + 1; in BrotliEncodeMlen() 76 size_t mnibbles = (lg < 16 ? 16 : (lg + 3)) / 4; in BrotliEncodeMlen() 86 const Command* cmd, size_t* storage_i in StoreCommandExtra() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_flat.h | 40 static constexpr size_t kFlatOverhead = offsetof(CordRep, storage); 41 static constexpr size_t kMinFlatSize = 32; 42 static constexpr size_t kMaxFlatSize = 4096; 43 static constexpr size_t kMaxFlatLength = kMaxFlatSize - kFlatOverhead; 44 static constexpr size_t kMinFlatLength = kMinFlatSize - kFlatOverhead; 46 constexpr uint8_t AllocatedSizeToTagUnchecked(size_t size) { in AllocatedSizeToTagUnchecked() 55 constexpr size_t DivUp(size_t n, size_t m) { return (n + m - 1) / m; } in DivUp() 56 constexpr size_t RoundU in DivUp() [all...] |