Home
last modified time | relevance | path

Searched defs:buf (Results 5701 - 5725 of 6847) sorted by relevance

1...<<221222223224225226227228229230>>...274

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h154 char buf[]; member
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c176 int pthread_getname_np(pthread_t thread, char *buf, size_t buflen) in pthread_getname_np() argument
/third_party/musl/src/internal/
H A Ddynlink.h168 char buf[]; member
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc674 std::array<uint8_t, 4_k> buf; in read_ocsp_chunk() local
1160 std::array<uint8_t, 65536> buf; in quic_ipc_read() local
/third_party/ninja/src/
H A Dutil.cc427 char buf[64 << 10]; local
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c138 char buf[32]; in read_file_uint64() local
161 char buf[512]; in read_sysfs_drm_device_file_uint64() local
194 char buf[256]; enumerate_sysfs_metrics() local
[all...]
H A Dintel_perf_query.c170 uint8_t buf[I915_PERF_OA_SAMPLE_SIZE * 10]; member
464 struct oa_sample_buf *buf; in get_free_sample_buf() local
616 struct oa_sample_buf *buf = get_free_sample_buf(perf_ctx); intel_perf_init_context() local
877 struct oa_sample_buf *buf = intel_perf_begin_query() local
984 intel_perf_read_oa_stream(struct intel_perf_context *perf_ctx, void* buf, size_t nbytes) intel_perf_read_oa_stream() argument
1010 struct oa_sample_buf *buf = get_free_sample_buf(perf_ctx); read_oa_samples_until() local
1207 struct oa_sample_buf *buf = drop_from_unaccumulated_query_list() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c213 debug_message_store(struct gl_debug_message *msg, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity, GLsizei len, const char *buf) debug_message_store() argument
620 debug_log_message(struct gl_debug_state *debug, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity, GLsizei len, const char *buf) debug_log_message() argument
903 log_msg_locked_and_unlock(struct gl_context *ctx, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity, GLint len, const char *buf) log_msg_locked_and_unlock() argument
943 _mesa_log_msg(struct gl_context *ctx, enum mesa_debug_source source, enum mesa_debug_type type, GLuint id, enum mesa_debug_severity severity, GLint len, const char *buf) _mesa_log_msg() argument
1036 validate_length(struct gl_context *ctx, const char *callerstr, GLsizei length, const GLchar *buf) validate_length() argument
1065 _mesa_DebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLint length, const GLchar *buf) _mesa_DebugMessageInsert() argument
[all...]
H A Dtexcompress_bptc_tmp.h71 uint8_t buf; member
H A Dtexgetimage.c712 GLubyte *buf = (GLubyte *) in _mesa_GetTexSubImage_sw() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h184 struct dxil_buffer buf; member
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp335 get_buffer_data(ComPtr<ID3D12Resource> res, void *buf, size_t size) get_buffer_data() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp65 char buf[2000]; in debugout() local
H A Drbt_pars.cpp399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument
1638 appendVariableDef(const UnicodeString& name, UnicodeString& buf, UErrorCode& status) appendVariableDef() argument
[all...]
H A Dtzfmt.cpp798 char16_t buf[ZONE_NAME_U16_MAX]; in format() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_qlog.c212 uint8_t buf[1024]; in ngtcp2_qlog_start() local
229 uint8_t buf[1] = {0}; in ngtcp2_qlog_end() local
929 uint8_t buf[1024]; ngtcp2_qlog_parameters_set_transport_params() local
1033 uint8_t buf[1024]; ngtcp2_qlog_metrics_updated() local
1072 uint8_t buf[256]; ngtcp2_qlog_pkt_lost() local
1100 ngtcp2_buf buf; ngtcp2_qlog_retry_pkt_received() local
1134 uint8_t buf[256]; ngtcp2_qlog_stateless_reset_pkt_received() local
1164 ngtcp2_buf buf; ngtcp2_qlog_version_negotiation_pkt_received() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c37 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd) { in nghttp2_frame_pack_frame_hd() argument
45 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf) { in nghttp2_frame_unpack_frame_hd() argument
307 nghttp2_buf *buf; frame_pack_headers_shared() local
365 nghttp2_buf *buf; nghttp2_frame_pack_headers() local
399 nghttp2_frame_pack_priority_spec(uint8_t *buf, const nghttp2_priority_spec *pri_spec) nghttp2_frame_pack_priority_spec() argument
434 nghttp2_buf *buf; nghttp2_frame_pack_priority() local
458 nghttp2_buf *buf; nghttp2_frame_pack_rst_stream() local
480 nghttp2_buf *buf; nghttp2_frame_pack_settings() local
500 nghttp2_frame_pack_settings_payload(uint8_t *buf, const nghttp2_settings_entry *iv, size_t niv) nghttp2_frame_pack_settings_payload() argument
559 nghttp2_buf *buf; nghttp2_frame_pack_push_promise() local
598 nghttp2_buf *buf; nghttp2_frame_pack_ping() local
621 nghttp2_buf *buf; nghttp2_frame_pack_goaway() local
693 nghttp2_buf *buf; nghttp2_frame_pack_window_update() local
717 nghttp2_buf *buf; nghttp2_frame_pack_altsvc() local
768 uint8_t *buf; nghttp2_frame_unpack_altsvc_payload2() local
790 nghttp2_buf *buf; nghttp2_frame_pack_origin() local
894 nghttp2_buf *buf; nghttp2_frame_pack_priority_update() local
1145 frame_set_pad(nghttp2_buf *buf, size_t padlen, int framehd_only) frame_set_pad() argument
1176 nghttp2_buf *buf; nghttp2_frame_add_pad() local
[all...]
H A Dnghttp2_hd.c811 static size_t encode_length(uint8_t *buf, size_t n, size_t prefix) { in encode_length() argument
1491 nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, size_t buflen, const nghttp2_nv *nv, size_t nvlen) nghttp2_hd_deflate_hd() argument
1687 hd_inflate_read_huff(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, const uint8_t *in, const uint8_t *last) hd_inflate_read_huff() argument
1724 hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, const uint8_t *in, const uint8_t *last) hd_inflate_read() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp402 char *buf = nullptr; in print() local
498 char* buf = nullptr; in printComments() local
626 char* buf = nullptr; string_write_xml() local
662 char* buf = nullptr; alias_write_xml() local
733 char buf[256] = {'0'}; intvector_write_xml() local
779 char buf[256] = {0}; int_write_xml() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c1055 nghttp3_buf *buf; in conn_process_blocked_stream_data() local
1534 nghttp3_buf buf; in conn_decode_headers() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c332 uint8_t buf[256]; in crypto_set_local_transport_params() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c423 int ngtcp2_crypto_set_local_transport_params(void *tls, const uint8_t *buf, in ngtcp2_crypto_set_local_transport_params() argument
492 uint8_t *buf; in set_additional_extensions() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c1212 struct vn_buffer *buf = vn_buffer_from_handle(dedicated_info->buffer); in vn_android_device_import_ahb() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1138 struct nv04_resource *buf in nv50_so_target_create() local
1349 struct pipe_shader_buffer *buf = &nv50->buffers[i]; nv50_bind_buffers_range() local
1403 struct nv04_resource *buf = nv04_resource(res); nv50_set_global_handle() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c636 UChar buf[80]; in TestRegexCAPI() local
832 UChar buf[80]; TestRegexCAPI() local
908 UChar buf[80]; TestRegexCAPI() local
1010 UChar buf[100]; TestRegexCAPI() local
1065 UChar buf[200]; TestRegexCAPI() local
1171 UChar buf[200]; TestRegexCAPI() local
1915 UChar buf[100]; TestUTextAPI() local
[all...]

Completed in 48 milliseconds

1...<<221222223224225226227228229230>>...274