Home
last modified time | relevance | path

Searched defs:nv (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h123 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state) argument
124 #define set_nvol_flag(nv, flag) set_bit(NV_##flag, (nv)->state) argument
125 #define clear_nvol_flag(nv, flag) clear_bit(NV_##flag, (nv)->state) argument
127 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly) argument
128 #define NVolSetReadOnly(nv) set_nvol_flag(nv, ReadOnly) argument
129 #define NVolClearReadOnly(nv) clear_nvol_flag(nv, ReadOnly) argument
131 #define NVolCaseSensitive(nv) test_nvol_flag(nv, CaseSensitive) argument
132 #define NVolSetCaseSensitive(nv) set_nvol_flag(nv, CaseSensitive) argument
133 #define NVolClearCaseSensitive(nv) clear_nvol_flag(nv, CaseSensitive) argument
135 #define NVolLogFileEmpty(nv) test_nvol_flag(nv, LogFileEmpty) argument
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c157 nouveau_transfer_staging(struct nouveau_context *nv, in nouveau_transfer_staging()
187 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) in nouveau_transfer_read()
208 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, in nouveau_transfer_write()
244 nouveau_buffer_sync(struct nouveau_context *nv, in nouveau_buffer_sync()
301 nouveau_buffer_transfer_del(struct nouveau_context *nv, in nouveau_buffer_transfer_del()
319 nouveau_buffer_cache(struct nouveau_context *nv, struct nv04_resource *buf) in nouveau_buffer_cache()
398 struct nouveau_context *nv = nouveau_context(pipe); in nouveau_buffer_transfer_map() local
555 struct nouveau_context *nv = nouveau_context(pipe); in nouveau_buffer_transfer_unmap() local
589 nouveau_copy_buffer(struct nouveau_context *nv, in nouveau_copy_buffer()
627 nouveau_resource_map_offset(struct nouveau_context *nv, in nouveau_resource_map_offset()
[all …]
Dnouveau_context.h79 nouveau_scratch_done(struct nouveau_context *nv) in nouveau_scratch_done()
106 nouveau_context_update_frame_stats(struct nouveau_context *nv) in nouveau_context_update_frame_stats()
/third_party/nghttp2/lib/
Dnghttp2_hd.c487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
516 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash()
549 const nghttp2_nv *nv, int32_t token, in hd_map_find()
786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header()
1033 const nghttp2_nv *nv, int indexing_mode) { in emit_indname_block()
1074 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1101 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1172 static search_result search_static_table(const nghttp2_nv *nv, int32_t token, in search_static_table()
1197 const nghttp2_nv *nv, int32_t token, in search_hd_table()
1308 nghttp2_hd_nv nv = {(nghttp2_rcbuf *)&ent->name, in nghttp2_hd_table_get() local
[all …]
Dnghttp2_http.c77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
104 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
236 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
351 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header()
565 const nghttp2_nv *nv = &nva[i]; in nghttp2_http_record_request_method() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
516 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash()
549 const nghttp2_nv *nv, int32_t token, in hd_map_find()
786 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header()
1033 const nghttp2_nv *nv, int indexing_mode) { in emit_indname_block()
1074 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1101 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1172 static search_result search_static_table(const nghttp2_nv *nv, int32_t token, in search_static_table()
1197 const nghttp2_nv *nv, int32_t token, in search_hd_table()
1308 nghttp2_hd_nv nv = {(nghttp2_rcbuf *)&ent->name, in nghttp2_hd_table_get() local
[all …]
Dnghttp2_http.c77 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
104 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
236 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
351 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header()
565 const nghttp2_nv *nv = &nva[i]; in nghttp2_http_record_request_method() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.c792 const nghttp3_nv *nv, int32_t token, in encoder_qpack_map_find()
1291 const nghttp3_nv *nv, int32_t token) { in qpack_encoder_decide_indexing_mode()
1381 const nghttp3_nv *nv, uint64_t min_cnt) { in qpack_encoder_can_index_nv()
1418 const nghttp3_nv *nv, uint64_t base, in nghttp3_qpack_encoder_encode_nv()
1583 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token, in nghttp3_qpack_lookup_stable()
1613 nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, in nghttp3_qpack_encoder_lookup_dtable()
1803 const nghttp3_nv *nv) { in qpack_encoder_write_indexed_name()
1849 const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_static_indexed_name()
1861 uint64_t base, const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_dynamic_indexed_name()
1894 size_t prefix, const nghttp3_nv *nv) { in qpack_encoder_write_literal()
[all …]
Dnghttp3_http.c82 const nghttp3_qpack_nv *nv, uint32_t flag) { in check_pseudo_header()
825 nghttp3_qpack_nv *nv, int trailers, in http_request_on_header()
956 nghttp3_qpack_nv *nv, int trailers) { in http_response_on_header()
1299 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, in nghttp3_http_on_header()
1456 const nghttp3_nv *nv; in nghttp3_http_record_request_method() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c199 nvc0_m2mf_push_linear(struct nouveau_context *nv, in nvc0_m2mf_push_linear()
241 nve4_p2mf_push_linear(struct nouveau_context *nv, in nve4_p2mf_push_linear()
281 nvc0_m2mf_copy_linear(struct nouveau_context *nv, in nvc0_m2mf_copy_linear()
319 nve4_m2mf_copy_linear(struct nouveau_context *nv, in nve4_m2mf_copy_linear()
539 nvc0_cb_push(struct nouveau_context *nv, in nvc0_cb_push()
576 nvc0_cb_bo_push(struct nouveau_context *nv, in nvc0_cb_bo_push()
/third_party/nghttp2/tests/
Dnghttp2_hd_test.c195 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; in test_nghttp2_hd_inflate_indname_inc_eviction() local
365 nghttp2_nv nv[] = {/* Expecting huffman for both */ in test_nghttp2_hd_inflate_newname_noinc() local
407 nghttp2_nv nv = MAKE_NV("x-rel", "nghttp2"); in test_nghttp2_hd_inflate_newname_inc() local
443 nghttp2_nv nv; in test_nghttp2_hd_inflate_clearall_inc() local
663 nghttp2_nv nv; in test_nghttp2_hd_ringbuf_reserve() local
Dnghttp2_test_helper.c113 int nvnameeq(const char *a, nghttp2_nv *nv) { in nvnameeq()
117 int nvvalueeq(const char *a, nghttp2_nv *nv) { in nvvalueeq()
136 void add_out(nva_out *out, nghttp2_nv *nv, nghttp2_mem *mem) { in add_out()
161 nghttp2_nv nv; in inflate_hd() local
Dfailmalloc_test.c130 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"), in run_nghttp2_frame_pack_headers() local
/third_party/nghttp2/src/
Dcomp_helper.c43 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
Ddeflatehd.cc262 auto &nv = nva.back(); in perform_from_http1text() local
294 for (auto &nv : nva) { in perform_from_http1text() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c275 nv50_sifc_linear_u8(struct nouveau_context *nv, in nv50_sifc_linear_u8()
329 nv50_m2mf_copy_linear(struct nouveau_context *nv, in nv50_m2mf_copy_linear()
500 nv50_cb_bo_push(struct nouveau_context *nv, in nv50_cb_bo_push()
527 nv50_cb_push(struct nouveau_context *nv, in nv50_cb_push()
/third_party/nghttp2/fuzz/
Dfuzz_frames.cc14 nghttp2_nv nv; in fuzz_make_nv() local
30 static void fuzz_free_nv(nghttp2_nv *nv) { in fuzz_free_nv()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DCacheTest.java29 CacheValue<Object> nv = CacheValue.getInstance(null); in testNullCacheValue() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCacheTest.java26 CacheValue<Object> nv = CacheValue.getInstance(null); in testNullCacheValue() local
/third_party/skia/samplecode/
DSamplePatch.cpp78 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet()
107 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw()
187 static void drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in drawpatches()
240 const int nv = 10; in onDrawContent() local
/third_party/nghttp2/examples/
Ddeflate.c172 nghttp2_nv nv; in inflate_header_block() local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_notls.c172 static void check_gzip(struct Request *req, char **nv) in check_gzip()
308 char **nv; in on_ctrl_send_callback() local
336 char **nv; in on_ctrl_recv_callback() local
550 const char *nv[15]; in submit_request() local
Dtest_request_response.c175 static void check_gzip(struct Request *req, char **nv) in check_gzip()
293 char **nv; in on_ctrl_send_callback() local
321 char **nv; in on_ctrl_recv_callback() local
586 const char *nv[15]; in submit_request() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c88 nv30_invalidate_resource_storage(struct nouveau_context *nv, in nv30_invalidate_resource_storage()
Dnv30_fragprog.c38 struct nouveau_context *nv = &nv30->base; in nv30_fragprog_upload() local

1234