Home
last modified time | relevance | path

Searched refs:size_t (Results 3076 - 3100 of 23229) sorted by relevance

1...<<121122123124125126127128129130>>...930

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.h53 size_t count;
63 size_t terminate_on_error;
85 const u8 *ie, size_t ie_len, int ssi_signal);
137 size_t len;
244 size_t num_probereq_cb;
246 void (*public_action_cb)(void *ctx, const u8 *buf, size_t len,
249 void (*public_action_cb2)(void *ctx, const u8 *buf, size_t len,
253 int (*vendor_action_cb)(void *ctx, const u8 *buf, size_t len,
274 size_t psk_len);
338 size_t last_gtk_le
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c134 #define SECUREC_MALLOC(x) malloc((size_t)(x))
192 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist);
223 int vsnprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, va_list arglist) in vsnprintfp_s()
228 (count > (SECUREC_STRING_MAX_LEN - 1) && count != (size_t)(-1))) { in vsnprintfp_s()
245 if (retVal == SECUREC_PRINTF_TRUNCATE && count == (size_t)-1) { in vsnprintfp_s()
267 int snprintfp_s(char *strDest, size_t destMax, size_t count, int priv, const char *format, ...) in snprintfp_s()
287 static inline int SecVsnprintfPImpl(char *string, size_t count, int priv, const char *format, va_list arglist) in SecVsnprintfPImpl()
/base/account/os_account/test/fuzztest/iamaccount/getcredentialinfo_fuzzer/
H A Dgetcredentialinfo_fuzzer.cpp92 bool GetCredentialInfoFuzzTest(const uint8_t* data, size_t size) in GetCredentialInfoFuzzTest()
105 bool StartDomainAuthFuzzTest(const uint8_t* data, size_t size) in StartDomainAuthFuzzTest()
117 bool PrepareRemoteAuthFuzzTest(const uint8_t* data, size_t size) in PrepareRemoteAuthFuzzTest()
129 bool GetEnrolledIdFuzzTest(const uint8_t* data, size_t size) in GetEnrolledIdFuzzTest()
142 bool RegisterPINInputerTest(const uint8_t* data, size_t size) in RegisterPINInputerTest()
153 bool OpenSessionFuzzTest(const uint8_t* data, size_t size) in OpenSessionFuzzTest()
166 bool CloseSessionFuzzTest(const uint8_t* data, size_t size) in CloseSessionFuzzTest()
178 bool CancelFuzzTest(const uint8_t* data, size_t size) in CancelFuzzTest()
192 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp64 HcfResult ConstructCorrectSm2CipherTextXSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextXSpec()
82 HcfResult ConstructCorrectSm2CipherTextYSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextYSpec()
100 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextSpec()
118 static void TestHcfGenCipherTextBySpec(const uint8_t* data, size_t size) in TestHcfGenCipherTextBySpec()
143 static void TestHcfGenCipherTextByXSpec(const uint8_t* data, size_t size) in TestHcfGenCipherTextByXSpec()
168 static void TestHcfGenCipherTextByYSpec(const uint8_t* data, size_t size) in TestHcfGenCipherTextByYSpec()
193 static void TestHcfGetCipherTextSpec(const uint8_t* data, size_t size) in TestHcfGetCipherTextSpec()
216 bool HcfSm2CreateFuzzTest(const uint8_t* data, size_t size) in HcfSm2CreateFuzzTest()
241 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/
H A Dcdmasmsmessage_fuzzer.cpp43 void CreateMessageTest(const uint8_t *data, size_t size) in CreateMessageTest()
92 void TestAnalysisP2pMsg(const uint8_t *data, size_t size) in TestAnalysisP2pMsg()
113 void TestAnalysisDeliverMwi(const uint8_t *data, size_t size) in TestAnalysisDeliverMwi()
125 void TestAnalysisDeliverMsg(const uint8_t *data, size_t size) in TestAnalysisDeliverMsg()
138 void TestAnalsisUserData(const uint8_t *data, size_t size) in TestAnalsisUserData()
155 void TestAnalysisCbMsg(const uint8_t *data, size_t size) in TestAnalysisCbMsg()
165 void TestAnalsisHeader(const uint8_t *data, size_t size) in TestAnalsisHeader()
173 void DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) in DoSomethingInterestingWithMyAPI()
192 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/base/telephony/sms_mms/test/fuzztest/createsmsmessage_fuzzer/
H A Dcreatesmsmessage_fuzzer.cpp44 void GetDefaultSmsSlotId(const uint8_t *data, size_t size) in GetDefaultSmsSlotId()
59 void OnGetDefaultSmsSimId(const uint8_t *data, size_t size) in OnGetDefaultSmsSimId()
74 void SetDefaultSmsSlotId(const uint8_t *data, size_t size) in SetDefaultSmsSlotId()
91 void CreateSmsMessage(const uint8_t *data, size_t size) in CreateSmsMessage()
105 void CreateCbMessage(const uint8_t *data, size_t size) in CreateCbMessage()
114 void SendMms(const uint8_t *data, size_t size) in SendMms()
140 void DownloadMms(const uint8_t *data, size_t size) in DownloadMms()
166 void DoCreateMessageMyAPI(const uint8_t *data, size_t size) in DoCreateMessageMyAPI()
183 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H A DUpdaterStartUpdaterProc_fuzzer.cpp49 static int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest()
61 size_t fileLen = stream->GetFileLength(); in BuildFileDigest()
69 size_t buffSize = 4096; in BuildFileDigest()
81 size_t offset = 0; in BuildFileDigest()
82 size_t readLen = 0; in BuildFileDigest()
124 for (size_t i = 0; i < fstabFile.size(); i++) { in CreatePackageZip()
147 for (size_t i = 0; i < fstabFile.size(); i++) { in CreatePackageZip()
176 void FuzzStartUpdaterProc(const uint8_t* data, size_t size) in FuzzStartUpdaterProc()
202 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/third_party/gn/src/base/
H A Denvironment.cc112 size_t ParseEnvLine(const NativeEnvironmentString::value_type* input, in ParseEnvLine()
115 size_t cur = 0; in ParseEnvLine()
156 size_t cur_env = 0; in AlterEnvironment()
160 size_t line_length = ParseEnvLine(line, &key); in AlterEnvironment()
194 std::vector<size_t> result_indices; // Line indices into value_storage. in AlterEnvironment()
199 for (size_t i = 0; env[i]; i++) { in AlterEnvironment()
200 size_t line_length = ParseEnvLine(env[i], &key); in AlterEnvironment()
222 size_t pointer_count_required = in AlterEnvironment()
234 for (size_t i = 0; i < result_indices.size(); i++) in AlterEnvironment()
/third_party/backends/backend/
H A Dsnapscan.h373 size_t phys_buf_sz; /* physical buffer size */
374 size_t buf_sz; /* effective buffer size */
375 size_t expected_read_bytes; /* expected amount of data in a single read */
376 size_t read_bytes; /* amount of actual data read */
377 size_t bytes_remaining; /* remaining bytes expected from scanner */
378 size_t actual_res; /* actual resolution */
379 size_t lines; /* number of scan lines */
380 size_t bytes_per_line; /* bytes per scan line */
381 size_t pixels_per_line; /* pixels per scan line */
/third_party/curl/docs/examples/
H A Dhttp2-upload.c54 size_t bytes_read; /* count up */
60 void dump(const char *text, int num, unsigned char *ptr, size_t size, in dump()
63 size_t i; in dump()
64 size_t c; in dump()
109 char *data, size_t size, in my_trace()
163 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback()
166 size_t retcode = fread(ptr, size, nmemb, i->in); in read_callback()
/third_party/libbpf/src/
H A Dhashmap.c66 size_t bkt; in hashmap__clear()
85 size_t hashmap__size(const struct hashmap *map) in hashmap__size()
90 size_t hashmap__capacity(const struct hashmap *map) in hashmap__capacity()
105 size_t new_cap_bits, new_cap; in hashmap_grow()
106 size_t h, bkt; in hashmap_grow()
131 const long key, size_t hash, in hashmap_find_entry()
159 size_t h; in hashmap_insert()
209 size_t h; in hashmap_find()
224 size_t h; in hashmap_delete()
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp76 static SRes MyRead(ISeqInStreamPtr pp, void *data, size_t *size) throw() in MyRead()
88 static size_t MyWrite(ISeqOutStreamPtr pp, const void *data, size_t size) throw() in MyWrite()
121 static SRes InStreamWrap_Read(ISeekInStreamPtr pp, void *data, size_t *size) throw() in InStreamWrap_Read()
172 Lim = Cur = Buf = (Byte *)::MidAlloc((size_t)size); in Alloc()
184 Processed += (size_t)(Cur - Buf); in ReadByteFromNewBlock()
226 BufBase = (Byte *)::MidAlloc((size_t)size);
265 bool CByteOutBufWrap::Alloc(size_t size) throw() in Alloc()
280 const size_t size = (size_t)(Cu in Flush()
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h37 size_t _size;
42 bool ReAlloc_KeepData(size_t newSize, size_t keepSize) in ReAlloc_KeepData()
60 size_t Size() const { return _size; } in Size()
102 size_t _pos;
130 file.Data.ReAlloc_KeepData((size_t)file.Size, (size_t)file.Size); in CloseMemFile()
144 size_t GetMemStreamWrittenSize() const { return _pos; } in GetMemStreamWrittenSize()
159 size_t GetPos() const { return _pos; } in GetPos()
/third_party/mbedtls/library/
H A Dbignum_mod_raw.c45 size_t input_length, in mbedtls_mpi_mod_raw_read()
80 size_t output_length, in mbedtls_mpi_mod_raw_write()
126 const size_t T_limbs = BITS_TO_LIMBS(N->bits) * 2; in mbedtls_mpi_mod_raw_mul()
148 size_t mbedtls_mpi_mod_raw_inv_prime_working_limbs(size_t AN_limbs) in mbedtls_mpi_mod_raw_inv_prime_working_limbs()
160 size_t AN_limbs, in mbedtls_mpi_mod_raw_inv_prime()
221 int (*f_rng)(void *, unsigned char *, size_t), in mbedtls_mpi_mod_raw_random()
235 const size_t t_limbs = mbedtls_mpi_core_montmul_working_limbs(N->limbs); in mbedtls_mpi_mod_raw_to_mont_rep()
251 const size_t t_limbs = mbedtls_mpi_core_montmul_working_limbs(N->limbs); in mbedtls_mpi_mod_raw_from_mont_rep()
/third_party/node/src/
H A Djsvm_node_api.h96 size_t location_len,
98 size_t message_len);
115 size_t argc,
121 size_t length,
127 size_t length,
134 size_t length,
144 size_t* length);
207 size_t max_queue_size,
208 size_t initial_thread_count,
H A Dnode_api.h115 size_t location_len,
117 size_t message_len);
132 size_t argc,
138 size_t length,
142 size_t length,
148 size_t length,
158 size_t* length);
220 size_t max_queue_size,
221 size_t initial_thread_count,
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h156 int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict);
157 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
158 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
159 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
162 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
224 int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *);
225 int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
228 int pthread_getname_np(pthread_t, char *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h156 int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict);
157 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
158 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
159 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
162 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
224 int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *);
225 int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
228 int pthread_getname_np(pthread_t, char *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h156 int pthread_attr_getguardsize(const pthread_attr_t *__restrict, size_t *__restrict);
157 int pthread_attr_setguardsize(pthread_attr_t *, size_t);
158 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
159 int pthread_attr_setstacksize(pthread_attr_t *, size_t);
162 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
224 int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *);
225 int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *);
228 int pthread_getname_np(pthread_t, char *, size_t);
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c122 void nghttp2_downcase(uint8_t *s, size_t len) { in nghttp2_downcase()
123 size_t i; in nghttp2_downcase()
414 int nghttp2_check_header_name(const uint8_t *name, size_t len) { in nghttp2_check_header_name()
502 int nghttp2_check_header_value(const uint8_t *value, size_t len) { in nghttp2_check_header_value()
512 int nghttp2_check_header_value_rfc9113(const uint8_t *value, size_t len) { in nghttp2_check_header_value_rfc9113()
593 int nghttp2_check_method(const uint8_t *value, size_t len) { in nghttp2_check_method()
674 int nghttp2_check_path(const uint8_t *value, size_t len) { in nghttp2_check_path()
752 int nghttp2_check_authority(const uint8_t *value, size_t len) { in nghttp2_check_authority()
762 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem()
/third_party/node/deps/brotli/c/enc/
H A Dcommand.h32 static BROTLI_INLINE uint16_t GetInsertLengthCode(size_t insertlen) { in GetInsertLengthCode()
49 static BROTLI_INLINE uint16_t GetCopyLengthCode(size_t copylen) { in GetCopyLengthCode()
83 static BROTLI_INLINE void GetLengthCode(size_t insertlen, size_t copylen, in GetLengthCode()
121 const BrotliDistanceParams* dist, size_t insertlen, in InitCommand()
122 size_t copylen, int copylen_code_delta, size_t distance_code) { in InitCommand()
134 insertlen, (size_t)((int)copylen + copylen_code_delta), in InitCommand()
138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) { in InitInsertCommand()
/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp130 size_t &pos, in appendUtf8()
131 size_t chars) { in appendUtf8()
133 for(size_t i=0;i<chars;i++) { in appendUtf8()
149 size_t i = 0; in appendUtf8()
151 for(size_t t = 0; t<i; t++) { in appendUtf8()
164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8()
165 size_t pos = origpos + 3; in fixu8()
208 bool fixAt(std::string &linestr, size_t pos) { in fixAt()
209 size_t origpo in fixAt()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c122 void nghttp2_downcase(uint8_t *s, size_t len) { in nghttp2_downcase()
123 size_t i; in nghttp2_downcase()
412 int nghttp2_check_header_name(const uint8_t *name, size_t len) { in nghttp2_check_header_name()
500 int nghttp2_check_header_value(const uint8_t *value, size_t len) { in nghttp2_check_header_value()
510 int nghttp2_check_header_value_rfc9113(const uint8_t *value, size_t len) { in nghttp2_check_header_value_rfc9113()
591 int nghttp2_check_method(const uint8_t *value, size_t len) { in nghttp2_check_method()
672 int nghttp2_check_path(const uint8_t *value, size_t len) { in nghttp2_check_path()
750 int nghttp2_check_authority(const uint8_t *value, size_t len) { in nghttp2_check_authority()
760 uint8_t *nghttp2_cpymem(uint8_t *dest, const void *src, size_t len) { in nghttp2_cpymem()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h85 size_t left;
226 size_t outq_idx;
287 const uint8_t *src, size_t srclen, int fin);
297 nghttp3_vec *vec, size_t veccnt);
314 size_t nvlen);
328 int nghttp3_stream_ensure_chunk(nghttp3_stream *stream, size_t need);
334 int nghttp3_stream_add_outq_offset(nghttp3_stream *stream, size_t n);
359 size_t srclen);
361 size_t nghttp3_stream_get_buffered_datalen(nghttp3_stream *stream);
/third_party/icu/icu4c/source/tools/escapesrc/
H A Descapesrc.cpp130 size_t &pos, in appendUtf8()
131 size_t chars) { in appendUtf8()
133 for(size_t i=0;i<chars;i++) { in appendUtf8()
149 size_t i = 0; in appendUtf8()
151 for(size_t t = 0; t<i; t++) { in appendUtf8()
164 bool fixu8(std::string &linestr, size_t origpos, size_t &endpos) { in fixu8()
165 size_t pos = origpos + 3; in fixu8()
208 bool fixAt(std::string &linestr, size_t pos) { in fixAt()
209 size_t origpo in fixAt()
[all...]

Completed in 19 milliseconds

1...<<121122123124125126127128129130>>...930