/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_context.c | 88 nv30_invalidate_resource_storage(struct nouveau_context *nv, in nv30_invalidate_resource_storage() argument
|
H A D | nv30_fragprog.c | 38 struct nouveau_context *nv = &nv30->base; in nv30_fragprog_upload() local
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 14 nghttp2_nv nv; in fuzz_make_nv() local 30 static void fuzz_free_nv(nghttp2_nv *nv) { in fuzz_free_nv() argument [all...] |
/third_party/nghttp2/src/ |
H A D | comp_helper.c | 43 const nghttp2_nv *nv = nghttp2_hd_deflate_get_table_entry(deflater, i); in dump_deflate_header_table() local 75 const nghttp2_nv *nv = nghttp2_hd_inflate_get_table_entry(inflater, i); in dump_inflate_header_table() local [all...] |
H A D | inflatehd.cc | 97 nghttp2_nv nv; in inflate_hd() local
|
H A D | deflatehd.cc | 262 auto &nv = nva.back(); in perform_from_http1text() local [all...] |
H A D | http2.cc | 314 bool non_empty_value(const HeaderRefs::value_type *nv) { in non_empty_value() argument 593 void dump_nv(FILE *out, const char **nv) { in dump_nv() argument [all...] |
H A D | app_helper.cc | 152 void print_nv(nghttp2_nv *nv) { in print_nv() argument 393 nghttp2_nv nv = {const_cast<uint8_t *>(name), const_cast<uint8_t *>(value), in verbose_on_header_callback() local
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 172 nghttp2_nv nv; in inflate_header_block() local
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-crypto.c | 193 static uint8_t nv[AES_CHUNK_SIZE]; in pa_raop_aes_encrypt() local
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
H A D | minimal-secure-streams.c | 487 lws_ss_metadata_t *nv = pol->metadata, *last = NULL; in main() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_context.h | 79 nouveau_scratch_done(struct nouveau_context *nv) in nouveau_scratch_done() argument 106 nouveau_context_update_frame_stats(struct nouveau_context *nv) in nouveau_context_update_frame_stats() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | atomic.h | 166 int nv = (int) atomic_add_int_nv(&a->value, i); in pa_atomic_add() local 172 int nv = (int) atomic_add_int_nv(&a->value, -i); in pa_atomic_sub() local 178 int nv = (int) atomic_inc_uint_nv(&a->value); in pa_atomic_inc() local 184 int nv = (int) atomic_dec_uint_nv(&a->value); in pa_atomic_dec() local
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_http.c | 324 http_create_response(struct Proxy* proxy, char **nv) http_create_response() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | argo.c | 471 int nv, v, code = codes & 3; in decode_mad1_24() local
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 104 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 565 const nghttp2_nv *nv = &nva[i]; nghttp2_http_record_request_method() local [all...] |
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 195 nghttp2_nv nv = MAKE_NV(":path", "/"); in test_nghttp2_hd_inflate_indexed() local 236 nghttp2_nv nv[] = {/* Huffman */ in test_nghttp2_hd_inflate_indname_noinc() local 276 nghttp2_nv nv = MAKE_NV("user-agent", "nghttp2"); in test_nghttp2_hd_inflate_indname_inc() local 315 nghttp2_nv nv; test_nghttp2_hd_inflate_indname_inc_eviction() local 365 nghttp2_nv nv[] = {/* Expecting huffman for both */ test_nghttp2_hd_inflate_newname_noinc() local 407 nghttp2_nv nv = MAKE_NV("x-rel", "nghttp2"); test_nghttp2_hd_inflate_newname_inc() local 443 nghttp2_nv nv; test_nghttp2_hd_inflate_clearall_inc() local 663 nghttp2_nv nv; test_nghttp2_hd_ringbuf_reserve() local [all...] |
H A D | nghttp2_frame_test.c | 38 nghttp2_nv nv; in make_nv() local 633 nghttp2_nv nv[] = {MAKE_NV("alpha", "bravo"), MAKE_NV("charlie", "delta")}; in test_nghttp2_nv_array_copy() local [all...] |
H A D | failmalloc_test.c | 130 nghttp2_nv nv[] = {MAKE_NV(":host", "example.org"), in run_nghttp2_session_send() local 279 nghttp2_nv nv[] = { in run_nghttp2_session_recv() local 399 nghttp2_nv nv[] = {MAKE_NV(":host", "example.org"), run_nghttp2_frame_pack_headers() local [all...] |
H A D | nghttp2_test_helper.c | 113 int nvnameeq(const char *a, nghttp2_nv *nv) { in nvnameeq() argument 117 int nvvalueeq(const char *a, nghttp2_nv *nv) { in nvvalueeq() argument 136 void add_out(nva_out *out, nghttp2_nv *nv, nghttp2_mem *mem) { in add_out() argument 161 nghttp2_nv nv; inflate_hd() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() argument 104 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() argument 236 http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, int trailer) http_response_on_header() argument 350 nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) nghttp2_http_on_header() argument 565 const nghttp2_nv *nv = &nva[i]; nghttp2_http_record_request_method() local [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 137 Node *nv, *nw; in build() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_transfer.c | 275 nv50_sifc_linear_u8(struct nouveau_context *nv, in nv50_sifc_linear_u8() argument 329 nv50_m2mf_copy_linear(struct nouveau_context *nv, in nv50_m2mf_copy_linear() argument 500 nv50_cb_bo_push(struct nouveau_context *nv, in nv50_cb_bo_push() argument 527 nv50_cb_push(struct nouveau_context *nv, in nv50_cb_push() argument [all...] |
/third_party/curl/src/ |
H A D | tool_setopt.c | 275 const struct NameValue *nv = NULL; in tool_setopt_enum() local 316 const struct NameValueUnsigned *nv = NULL; in tool_setopt_bitmask() local 573 const struct NameValue *nv = NULL; tool_setopt() local [all...] |
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 81 check_pseudo_header(nghttp3_http_state *http, const nghttp3_qpack_nv *nv, uint32_t flag) check_pseudo_header() argument 824 http_request_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int trailers, int connect_protocol) http_request_on_header() argument 955 http_response_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int trailers) http_response_on_header() argument 1299 nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, int request, int trailers, int connect_protocol) nghttp3_http_on_header() argument 1456 const nghttp3_nv *nv; nghttp3_http_record_request_method() local [all...] |