Home
last modified time | relevance | path

Searched refs:size_t (Results 251 - 275 of 37352) sorted by relevance

1...<<11121314151617181920>>...1495

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dhuf_decompress.c87 static size_t fn##_default( \
88 void* dst, size_t dstSize, \
89 const void* cSrc, size_t cSrcSize, \
95 static BMI2_TARGET_ATTRIBUTE size_t fn##_bmi2( \
96 void* dst, size_t dstSize, \
97 const void* cSrc, size_t cSrcSize, \
103 static size_t fn(void* dst, size_t dstSize, void const* cSrc, \
104 size_t cSrcSize, HUF_DTable const* DTable, int bmi2) \
115 static size_t f
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h459 size_t len;
569 size_t namelen;
573 size_t valuelen;
809 size_t length;
939 nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length,
971 size_t padlen;
1043 size_t padlen;
1055 size_t nvlen;
1123 size_t niv;
1144 size_t padle
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_key.h12 int ieee802_1x_cak_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1,
13 const u8 *mac2, u8 *cak, size_t cak_bytes);
14 int ieee802_1x_ckn_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1,
16 size_t sid_bytes, u8 *ckn);
17 int ieee802_1x_kek_aes_cmac(const u8 *cak, size_t cak_bytes, const u8 *ckn,
18 size_t ckn_bytes, u8 *kek, size_t kek_bytes);
19 int ieee802_1x_ick_aes_cmac(const u8 *cak, size_t cak_bytes, const u8 *ckn,
20 size_t ckn_bytes, u8 *ick, size_t ick_byte
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_key.h12 int ieee802_1x_cak_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1,
13 const u8 *mac2, u8 *cak, size_t cak_bytes);
14 int ieee802_1x_ckn_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1,
16 size_t sid_bytes, u8 *ckn);
17 int ieee802_1x_kek_aes_cmac(const u8 *cak, size_t cak_bytes, const u8 *ckn,
18 size_t ckn_bytes, u8 *kek, size_t kek_bytes);
19 int ieee802_1x_ick_aes_cmac(const u8 *cak, size_t cak_bytes, const u8 *ckn,
20 size_t ckn_bytes, u8 *ick, size_t ick_byte
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h19 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...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.h37 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...]
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
H A Dstdio.h35 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...]
H A Dunistd.h39 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...]
/third_party/musl/porting/linux/user/include/fortify/
H A Dstdio.h35 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...]
H A Dunistd.h39 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...]
/third_party/musl/include/fortify/linux/
H A Dstdio.h35 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...]
H A Dunistd.h39 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...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_flat.h40 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...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_vec.c32 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...]
/kernel/linux/linux-6.6/include/linux/
H A Ddma-map-ops.h26 void *(*alloc)(struct device *dev, size_t size,
29 void (*free)(struct device *dev, size_t size, void *vaddr,
31 struct page *(*alloc_pages)(struct device *dev, size_t size,
34 void (*free_pages)(struct device *dev, size_t size, struct page *vaddr,
36 struct sg_table *(*alloc_noncontiguous)(struct device *dev, size_t size,
39 void (*free_noncontiguous)(struct device *dev, size_t size,
42 void *, dma_addr_t, size_t, unsigned long attrs);
45 void *cpu_addr, dma_addr_t dma_addr, size_t size,
49 unsigned long offset, size_t size,
52 size_t siz
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dbitstream.h71 size_t bitContainer;
78 ZSTD_STATIC size_t BIT_initCStream(BIT_CStream_t *bitC, void *dstBuffer, size_t dstCapacity);
79 ZSTD_STATIC void BIT_addBits(BIT_CStream_t *bitC, size_t value, unsigned nbBits);
81 ZSTD_STATIC size_t BIT_closeCStream(BIT_CStream_t *bitC);
88 * Local register is size_t, hence 64-bits on 64-bits systems, or 32-bits on 32-bits systems.
104 size_t bitContainer;
118 ZSTD_STATIC size_t BIT_initDStream(BIT_DStream_t *bitD, const void *srcBuffer, size_t srcSize);
119 ZSTD_STATIC size_t BIT_readBit
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__buf.c37 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...]
H A Dares_math.c60 size_t ares__round_up_pow2(size_t n) in ares__round_up_pow2()
62 if (sizeof(size_t) > 4) { in ares__round_up_pow2()
63 return (size_t)ares__round_up_pow2_u64((ares_int64_t)n); in ares__round_up_pow2()
66 return (size_t)ares__round_up_pow2_u32((unsigned int)n); in ares__round_up_pow2()
69 size_t ares__log2(size_t n) in ares__log2()
82 if (sizeof(size_t) == 4) { in ares__log2()
90 size_t ares__pow(size_t
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerInternal.h47 size_t BlockCoverage;
48 size_t CallerCalleeCoverage;
50 size_t CounterBitmapBits;
62 void RereadOutputCorpus(size_t MaxSize);
64 size_t secondsSinceProcessStartUp() { in secondsSinceProcessStartUp()
72 static_cast<size_t>(Options.MaxTotalTimeSec); in TimedOut()
75 size_t execPerSec() { in execPerSec()
76 size_t Seconds = secondsSinceProcessStartUp(); in execPerSec()
80 size_t getTotalNumberOfRuns() { return TotalNumberOfRuns; } in getTotalNumberOfRuns()
86 void ExecuteCallback(const uint8_t *Data, size_t Siz
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h161 size_t mask;
162 size_t first;
163 size_t len;
203 size_t hd_table_bufsize;
205 size_t hd_table_bufsize_max;
224 size_t deflate_hd_table_bufsize_max;
226 size_t min_hd_table_bufsize_max;
243 size_t left;
245 size_t index;
248 size_t settings_hd_table_bufsize_ma
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h161 size_t mask;
162 size_t first;
163 size_t len;
203 size_t hd_table_bufsize;
205 size_t hd_table_bufsize_max;
224 size_t deflate_hd_table_bufsize_max;
226 size_t min_hd_table_bufsize_max;
243 size_t left;
245 size_t index;
248 size_t settings_hd_table_bufsize_ma
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h84 virtual void Append(const char* bytes, size_t n) = 0;
119 virtual size_t Available() const = 0;
134 virtual void Skip(size_t n) = 0;
142 virtual void CopyTo(ByteSink* sink, size_t n);
166 virtual void Append(const char* data, size_t n) override;
193 CheckedArrayByteSink(char* outbuf, size_t capacity);
194 virtual void Append(const char* bytes, size_t n) override;
197 size_t NumberOfBytesWritten() const { return size_; } in NumberOfBytesWritten()
205 const size_t capacity_;
206 size_t size
[all...]
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp24 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 Dcl_stubs.cpp50 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...]
/kernel/linux/linux-6.6/lib/zstd/
H A Dzstd_decompress_module.c21 unsigned int zstd_is_error(size_t code) in zstd_is_error()
27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code()
33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
41 size_t zstd_dctx_workspace_bound(void) in zstd_dctx_workspace_bound()
47 zstd_dctx *zstd_init_dctx(void *workspace, size_t workspace_size) in zstd_init_dctx()
55 size_t zstd_decompress_dctx(zstd_dctx *dctx, void *dst, size_t dst_capacity, in zstd_decompress_dctx()
56 const void *src, size_t src_size) in zstd_decompress_dctx()
62 size_t zstd_dstream_workspace_bound(size_t max_window_siz
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...1495