Home
last modified time | relevance | path

Searched defs:buf (Results 4451 - 4475 of 6737) sorted by relevance

1...<<171172173174175176177178179180>>...270

/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-client.c1077 lws_sspc_change_handlers(struct lws_sspc_handle *h, lws_ss_state_return_t (*rx)(void *userobj, const uint8_t *buf, size_t len, int flags), lws_ss_state_return_t (*tx)(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags), lws_ss_state_return_t (*state)(void *userobj, void *h_src , lws_ss_constate_t state, lws_ss_tx_ordinal_t ack)) lws_sspc_change_handlers() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c243 myss_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in myss_rx() argument
275 myss_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, in myss_tx() argument
393 myss_headers_dump(void *userobj, const uint8_t *buf, size_t len, int done) in myss_headers_dump() argument
525 char buf[192]; in my_metric_report() local
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c157 unsigned int *buf; in create_checkerboard_pattern() local
323 g2d_move_test(struct exynos_device *dev, struct exynos_bo *tmp, struct exynos_bo *buf, enum e_g2d_buf_type type) g2d_move_test() argument
/third_party/libdrm/tests/util/
H A Dpattern.c814 char buf[64]; in make_pwetty() local
/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.c135 exif_mnote_data_huawei_save_data (ExifMnoteData *ne, unsigned char *buf, in exif_mnote_data_huawei_save_data() argument
197 exif_mnote_data_huawei_save(ExifMnoteData *ne, unsigned char **buf, unsigned int *buf_size) exif_mnote_data_huawei_save() argument
240 exif_mnote_data_huawei_load_data(ExifMnoteData *ne, const unsigned char *buf, unsigned int buf_size, unsigned int* cur_ifd_data_offset, const unsigned int order_offset, unsigned int load_times) exif_mnote_data_huawei_load_data() argument
371 exif_mnote_data_huawei_load(ExifMnoteData *ne, const unsigned char *buf, unsigned int buf_size) exif_mnote_data_huawei_load() argument
[all...]
/third_party/libinput/tools/
H A Dshared.c685 sprintf_event_codes(char *buf, size_t sz, struct quirks *quirks, enum quirk q) in sprintf_event_codes() argument
712 sprintf_input_props(char *buf, size_t sz, struct quirks *quirks, enum quirk q) in sprintf_input_props() argument
743 char buf[256]; in tools_list_device_quirks() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc368 char buf[UTFmax]; in push_back() local
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c112 char buf[4]; in test_sockets_allfunctions_basic_domain() local
[all...]
/third_party/lz4/examples/
H A DframeCompress.c32 static void safe_fwrite(void* buf, size_t eltSize, size_t nbElt, FILE* f) in safe_fwrite() argument
/third_party/lzma/C/
H A D7zDec.c134 Byte *buf = outBuffer; in SzDecodePpmd() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c121 occlusion_counter_result(struct fd_acc_query *aq, void *buf, in occlusion_counter_result() argument
129 occlusion_predicate_result(struct fd_acc_query *aq, void *buf, in occlusion_predicate_result() argument
229 time_elapsed_accumulate_result(struct fd_acc_query *aq, void *buf, in time_elapsed_accumulate_result() argument
237 timestamp_accumulate_result(struct fd_acc_query *aq, void *buf, in timestamp_accumulate_result() argument
380 primitives_generated_result(struct fd_acc_query *aq, void *buf, in primitives_generated_result() argument
435 primitives_emitted_result(struct fd_acc_query *aq, void *buf, union pipe_query_result *result) primitives_emitted_result() argument
553 perfcntr_accumulate_result(struct fd_acc_query *aq, void *buf, union pipe_query_result *result) perfcntr_accumulate_result() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c140 static char buf[128]; in iris_get_name() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c35 struct si_resource *buf; member
67 si_cp_release_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, unsigned event, unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, struct si_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) si_cp_release_mem() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c338 char buf[BUF_SIZE]; in intel_measure_frame_transition() local
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c162 fenced_buffer(struct pb_buffer *buf) in fenced_buffer() argument
648 fenced_buffer_destroy(void *winsys, struct pb_buffer *buf) in fenced_buffer_destroy() argument
664 fenced_buffer_map(struct pb_buffer *buf, in fenced_buffer_map() argument
719 fenced_buffer_unmap(struct pb_buffer *buf) in fenced_buffer_unmap() argument
740 fenced_buffer_validate(struct pb_buffer *buf, in fenced_buffer_validate() argument
812 fenced_buffer_fence(struct pb_buffer *buf, struct pipe_fence_handle *fence) fenced_buffer_fence() argument
849 fenced_buffer_get_base_buffer(struct pb_buffer *buf, struct pb_buffer **base_buf, pb_size *offset) fenced_buffer_get_base_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c47 static char buf[1024]; in util_stream_writef() local
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dstring_ext.c835 char buf[SIZE_10]; in test_memset_0020() local
869 char buf[SIZE_10]; in test_strlen_0010() local
/third_party/mksh/
H A Dshf.c198 shf_sopen(char *buf, ssize_ argument
367 unsigned char *buf = shf->buf; shf_emptybuf() local
455 shf_read(char *buf, ssize_t bsize, struct shf *shf) shf_read() argument
491 shf_getse(char *buf, ssize_t bsize, struct shf *shf) shf_getse() argument
658 shf_write(const char *buf, ssize_t nbytes, struct shf *shf) shf_write() argument
743 shf_snprintf(char *buf, ssize_t bsize, const char *fmt, ...) shf_snprintf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp36 static char *writemask_to_swizzle(int writemask, char *buf) in writemask_to_swizzle() argument
224 char buf[6]; in do_print() local
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_vsnprint_f_p.c43 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0010() local
57 char *buf = NULL; in vsnprintfp_s_0020() local
70 char buf[MAX_LOG_LEN] = {0}; in vsnprintfp_s_0030() local
84 char buf[MAX_LOG_LE in vsnprintfp_s_0040() local
98 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0050() local
112 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0060() local
126 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0070() local
140 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0080() local
153 char buf[2] = {0}; vsnprintfp_s_0090() local
166 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0100() local
180 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0110() local
194 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0120() local
208 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0130() local
221 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0140() local
235 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0150() local
249 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0160() local
263 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0170() local
276 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0180() local
290 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0190() local
304 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0200() local
318 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0210() local
332 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0220() local
346 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0230() local
360 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0240() local
374 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0250() local
388 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0260() local
401 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0270() local
415 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0280() local
429 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0290() local
443 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0300() local
457 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0310() local
471 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0320() local
485 char buf[2] = {0}; vsnprintfp_s_0330() local
499 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0340() local
513 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0350() local
526 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0360() local
540 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0370() local
553 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0380() local
567 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0390() local
581 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0400() local
595 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0410() local
609 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0420() local
623 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0430() local
637 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0440() local
651 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0450() local
664 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0460() local
677 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0470() local
690 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0480() local
703 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0490() local
718 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0500() local
732 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0510() local
745 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0520() local
758 char buf[MAX_LOG_LEN] = {0}; vsnprintfp_s_0530() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c67 char buf[1024]; in log_message() local
/third_party/node/deps/openssl/openssl/apps/
H A Ds_time.c117 char buf[1024 * 8]; in s_time_main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_strex.c38 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() argument
48 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() argument
138 static int do_buf(unsigned char *buf, int buflen, in do_buf() argument
234 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, in do_hex_dump() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c361 } buf; in BN_nist_mod_192() local
497 } buf; in BN_nist_mod_224() local
669 } buf; BN_nist_mod_256() local
906 } buf; BN_nist_mod_384() local
[all...]
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c185 unsigned char buf[INTEGRITY_BUF_SIZE]; in verify_integrity() local

Completed in 27 milliseconds

1...<<171172173174175176177178179180>>...270