Home
last modified time | relevance | path

Searched refs:size_t (Results 1826 - 1850 of 45860) sorted by relevance

1...<<71727374757677787980>>...1835

/kernel/linux/linux-5.10/include/sound/
H A Dpcm_oss.h35 size_t period_bytes; /* requested period size */
36 size_t period_frames; /* period frames for poll */
37 size_t period_ptr; /* actual write pointer to period */
39 size_t buffer_bytes; /* requested buffer size */
40 size_t bytes; /* total # bytes processed */
41 size_t mmap_bytes;
43 size_t buffer_used; /* used length from period buffer */
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.h23 const void *value, size_t size, int flags);
26 const void *value, size_t size, int flags,
27 const char *prefix, size_t prefixlen);
30 void *value, size_t size);
33 void *value, size_t size,
34 const char *prefix, size_t prefixlen);
36 ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size);
/kernel/linux/linux-6.6/include/linux/
H A Dverification.h48 extern int verify_pkcs7_signature(const void *data, size_t len,
49 const void *raw_pkcs7, size_t pkcs7_len,
53 const void *data, size_t len,
54 size_t asn1hdrlen),
56 extern int verify_pkcs7_message_sig(const void *data, size_t len,
62 size_t len,
63 size_t asn1hdrlen),
/kernel/linux/linux-6.6/include/sound/
H A Dpcm_oss.h35 size_t period_bytes; /* requested period size */
36 size_t period_frames; /* period frames for poll */
37 size_t period_ptr; /* actual write pointer to period */
39 size_t buffer_bytes; /* requested buffer size */
40 size_t bytes; /* total # bytes processed */
41 size_t mmap_bytes;
43 size_t buffer_used; /* used length from period buffer */
/third_party/ffmpeg/libavfilter/
H A Dframequeue.h63 size_t allocated;
69 size_t tail;
74 size_t queued;
141 AVFrame *ff_framequeue_peek(FFFrameQueue *fq, size_t idx);
146 static inline size_t ff_framequeue_queued_frames(const FFFrameQueue *fq) in ff_framequeue_queued_frames()
164 static inline void ff_framequeue_update_peeked(FFFrameQueue *fq, size_t idx) in ff_framequeue_update_peeked()
176 void ff_framequeue_skip_samples(FFFrameQueue *fq, size_t samples, AVRational time_base);
/third_party/mbedtls/include/mbedtls/
H A Dpem.h66 size_t MBEDTLS_PRIVATE(buflen); /*!< length of the buffer */
107 size_t pwdlen, size_t *use_len);
121 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
164 const unsigned char *der_data, size_t der_len,
165 unsigned char *buf, size_t buf_len, size_t *olen);
H A Dcmac.h68 size_t MBEDTLS_PRIVATE(unprocessed_len);
106 const unsigned char *key, size_t keybits);
131 const unsigned char *input, size_t ilen);
198 const unsigned char *key, size_t keylen,
199 const unsigned char *input, size_t ilen,
220 int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_len,
221 const unsigned char *input, size_t in_len,
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcsnlen.c29 size_t want = 6; in wcsnlen_0100()
30 size_t result = wcsnlen(wc, 6); in wcsnlen_0100()
44 size_t result = wcsnlen(wc, 0); in wcsnlen_0200()
58 size_t want = 3; in wcsnlen_0300()
59 size_t result = wcsnlen(wc, 3); in wcsnlen_0300()
74 size_t want = 6; in wcsnlen_0400()
75 size_t result = wcsnlen(wc, 7); in wcsnlen_0400()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.h43 StreamingIndexBuffer(size_t initialSize);
46 void *map(size_t requiredSpace, size_t *offset);
48 void reserveSpace(size_t requiredSpace, GLenum type);
54 size_t mBufferSize;
55 size_t mWritePosition;
66 static std::size_t typeSize(GLenum type);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DStringTableBuilder.h28 DenseMap<CachedHashStringRef, size_t> StringIndexMap;
29 size_t Size = 0;
44 size_t add(CachedHashStringRef S);
45 size_t add(StringRef S) { return add(CachedHashStringRef(S)); } in add()
57 size_t getOffset(CachedHashStringRef S) const;
58 size_t getOffset(StringRef S) const { in getOffset()
62 size_t getSize() const { return Size; } in getSize()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dctrl_iface_ap.h13 char *buf, size_t buflen);
15 char *buf, size_t buflen);
17 char *buf, size_t buflen);
24 char *buf, size_t buflen);
28 size_t buflen);
33 size_t len);
37 const u8 *addr, char *buf, size_t len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dctrl_iface_ap.h13 char *buf, size_t buflen);
15 char *buf, size_t buflen);
17 char *buf, size_t buflen);
24 char *buf, size_t buflen);
28 size_t buflen);
33 size_t len);
37 const u8 *addr, char *buf, size_t len);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp25 constexpr size_t EFING_SIZE = 3;
26 constexpr size_t HINTING_SIZE = 4;
27 constexpr size_t MAX_SIZE = 5000;
28 constexpr size_t TEXTENCODING_SIZE = 4;
32 bool FontFuzzTest001(const uint8_t* data, size_t size) in FontFuzzTest001()
50 bool FontFuzzTest002(const uint8_t* data, size_t size) in FontFuzzTest002()
96 bool FontFuzzTest003(const uint8_t* data, size_t size) in FontFuzzTest003()
116 bool FontFuzzTest004(const uint8_t* data, size_t size) in FontFuzzTest004()
129 for (size_t i = 0; i < count; i++) { in FontFuzzTest004()
133 for (size_t in FontFuzzTest004()
[all...]
/foundation/communication/netmanager_base/test/fuzztest/netstatsclient_fuzzer/
H A Dnet_stats_client_fuzzer.cpp35 size_t g_baseFuzzSize = 0;
36 size_t g_baseFuzzPos;
37 constexpr size_t STR_LEN = 10;
43 size_t netStatsSize = sizeof(object); in NetStatsGetData()
112 void CheckParamVaild(MessageParcel &dataParcel, const uint8_t *data, size_t size) in CheckParamVaild()
128 void RegisterNetStatsCallbackFuzzTest(const uint8_t *data, size_t size) in RegisterNetStatsCallbackFuzzTest()
148 void UnregisterNetStatsCallbackFuzzTest(const uint8_t *data, size_t size) in UnregisterNetStatsCallbackFuzzTest()
168 __attribute__((no_sanitize("cfi"))) void GetIfaceRxBytesFuzzTest(const uint8_t *data, size_t size) in GetIfaceRxBytesFuzzTest()
178 void GetIfaceTxBytesFuzzTest(const uint8_t *data, size_t size) in GetIfaceTxBytesFuzzTest()
188 void GetUidRxBytesFuzzTest(const uint8_t *data, size_t siz
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp41 void GetProfileTypeFuzzTest(const uint8_t* data, size_t size) in GetProfileTypeFuzzTest()
50 void StartsWithFuzzTest(const uint8_t* data, size_t size) in StartsWithFuzzTest()
60 void GetDeviceIdByDBKeyFuzzTest(const uint8_t* data, size_t size) in GetDeviceIdByDBKeyFuzzTest()
69 void GetCharKeyByDBKeyFuzzTest(const uint8_t* data, size_t size) in GetCharKeyByDBKeyFuzzTest()
78 void SplitStringFuzzTest(const uint8_t* data, size_t size) in SplitStringFuzzTest()
91 void IsKeyValidFuzzTest(const uint8_t* data, size_t size) in IsKeyValidFuzzTest()
100 void GenerateDeviceProfileKeyFuzzTest(const uint8_t* data, size_t size) in GenerateDeviceProfileKeyFuzzTest()
109 void GenerateServiceProfileKeyFuzzTest(const uint8_t* data, size_t size) in GenerateServiceProfileKeyFuzzTest()
119 void GenerateCharProfileKeyFuzzTest(const uint8_t* data, size_t size) in GenerateCharProfileKeyFuzzTest()
130 void TrustDeviceProfileToEntriesFuzzTest(const uint8_t* data, size_t siz
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf.h38 LIBBPF_API int libbpf_set_memlock_rlim(size_t memlock_bytes);
41 size_t sz; /* size of this struct for forward/backward compatibility */
65 size_t sz; /* size of this struct for forward/backward compatibility */
105 size_t :0; member
111 const struct bpf_insn *insns, size_t insn_cnt,
121 size_t sz; /* size of this struct for forward/backward compatibility */
133 size_t :0; member
137 LIBBPF_API int bpf_btf_load(const void *btf_data, size_t btf_size,
156 size_t sz; /* size of this struct for forward/backward compatibility */
288 size_t s
293 size_t :0; global() member
307 size_t :0; global() member
331 size_t :0; global() member
341 size_t :0; global() member
419 size_t :0; global() member
467 size_t :0; global() member
567 size_t :0; global() member
[all...]
/third_party/libbpf/src/
H A Dbpf.h38 int libbpf_set_memlock_rlim(size_t memlock_bytes);
41 size_t sz; /* size of this struct for forward/backward compatibility */
65 size_t sz; /* size of this struct for forward/backward compatibility */
105 size_t :0; member
111 const struct bpf_insn *insns, size_t insn_cnt,
121 size_t sz; /* size of this struct for forward/backward compatibility */
133 size_t :0; member
137 LIBBPF_API int bpf_btf_load(const void *btf_data, size_t btf_size,
156 size_t sz; /* size of this struct for forward/backward compatibility */
288 size_t s
293 size_t :0; global() member
307 size_t :0; global() member
331 size_t :0; global() member
341 size_t :0; global() member
424 size_t :0; global() member
472 size_t :0; global() member
572 size_t :0; global() member
[all...]
/third_party/mbedtls/library/
H A Dx509_create.c28 size_t name_len; /* Length of 'name', without trailing 0 byte. */
101 static const x509_attr_descriptor_t *x509_attr_descr_from_name(const char *name, size_t name_len) in x509_attr_descr_from_name()
141 size_t *data_len) in parse_attribute_value_string()
172 *data_len = (size_t) (d - data); in parse_attribute_value_string()
203 size_t len, in parse_attribute_value_hex_der_encoded()
205 size_t data_size, in parse_attribute_value_hex_der_encoded()
206 size_t *data_len, in parse_attribute_value_hex_der_encoded()
215 size_t const der_length = len / 2; in parse_attribute_value_hex_der_encoded()
234 for (size_t i = 0; i < der_length; i++) { in parse_attribute_value_hex_der_encoded()
259 for (size_t in parse_attribute_value_hex_der_encoded()
[all...]
/third_party/node/src/
H A Dblob_serializer_deserializer-inl.h110 size_t count = static_cast<size_t>(ReadArithmetic<size_t>()); in ReadVector()
133 size_t length = ReadArithmetic<size_t>(); in ReadString()
155 void BlobDeserializer<Impl>::ReadArithmetic(T* out, size_t count) { in ReadArithmetic()
163 size_t size = sizeof(T) * count; in ReadArithmetic()
177 std::vector<Number> BlobDeserializer<Impl>::ReadArithmeticVector(size_t count) { in ReadArithmeticVector()
188 std::vector<T> BlobDeserializer<Impl>::ReadNonArithmeticVector(size_t count) { in ReadNonArithmeticVector()
195 for (size_t in ReadNonArithmeticVector()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_buf.c40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2()
54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
56 size_t cap; in nghttp2_buf_reserve()
84 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len) { in nghttp2_buf_wrap_init()
91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new()
116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, in nghttp2_bufs_init()
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
122 size_t max_chunk, size_t offse in nghttp2_bufs_init2()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c40 int nghttp2_buf_init2(nghttp2_buf *buf, size_t initial, nghttp2_mem *mem) { in nghttp2_buf_init2()
54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
56 size_t cap; in nghttp2_buf_reserve()
84 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len) { in nghttp2_buf_wrap_init()
91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new()
116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk, in nghttp2_bufs_init()
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
122 size_t max_chunk, size_t offse in nghttp2_bufs_init2()
[all...]
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.cc76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages()
77 size_t alignment, in AllocatePages()
88 void VirtualAddressSpace::FreePages(Address address, size_t size) { in FreePages()
95 bool VirtualAddressSpace::SetPagePermissions(Address address, size_t size, in SetPagePermissions()
104 bool VirtualAddressSpace::AllocateGuardRegion(Address address, size_t size) { in AllocateGuardRegion()
117 void VirtualAddressSpace::FreeGuardRegion(Address address, size_t size) { in FreeGuardRegion()
129 Address hint, size_t size, PagePermissions permissions, in AllocateSharedPages()
140 void VirtualAddressSpace::FreeSharedPages(Address address, size_t size) { in FreeSharedPages()
148 Address hint, size_t size, size_t alignmen in AllocateSubspace()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc30 void AddTotal(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddTotal()
34 void AddCurrent(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddCurrent()
39 void AddOther(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddOther()
57 Handle<JSObject> NewResult(size_t estimat
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsskdf.c59 size_t secret_len;
61 size_t info_len;
63 size_t salt_len;
64 size_t out_len; /* optional KMAC parameter */
95 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
96 const unsigned char *info, size_t info_len, in SSKDF_hash_kdm()
98 unsigned char *derived_key, size_t derived_key_len) in SSKDF_hash_kdm()
101 size_t counter, out_len, len = derived_key_len; in SSKDF_hash_kdm()
115 out_len = (size_t)hlen; in SSKDF_hash_kdm()
160 size_t custom_le in kmac_init()
[all...]
/third_party/openssl/providers/implementations/kdfs/
H A Dsskdf.c59 size_t secret_len;
61 size_t info_len;
63 size_t salt_len;
64 size_t out_len; /* optional KMAC parameter */
95 const unsigned char *z, size_t z_len, in SSKDF_hash_kdm()
96 const unsigned char *info, size_t info_len, in SSKDF_hash_kdm()
98 unsigned char *derived_key, size_t derived_key_len) in SSKDF_hash_kdm()
101 size_t counter, out_len, len = derived_key_len; in SSKDF_hash_kdm()
115 out_len = (size_t)hlen; in SSKDF_hash_kdm()
160 size_t custom_le in kmac_init()
[all...]

Completed in 16 milliseconds

1...<<71727374757677787980>>...1835