| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | volume.h | 123 #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/ |
| D | nouveau_buffer.c | 157 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 …]
|
| D | nouveau_context.h | 79 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/node/deps/nghttp2/lib/ |
| D | nghttp2_http.c | 85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 333 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header() 515 const nghttp2_nv *nv = &nva[i]; in nghttp2_http_record_request_method() local
|
| D | nghttp2_hd.c | 482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init() 511 static uint32_t name_hash(const nghttp2_nv *nv) { in name_hash() 544 const nghttp2_nv *nv, int32_t token, in hd_map_find() 781 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header() 1028 const nghttp2_nv *nv, int indexing_mode) { in emit_indname_block() 1069 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block() 1096 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental() 1167 static search_result search_static_table(const nghttp2_nv *nv, int32_t token, in search_static_table() 1192 const nghttp2_nv *nv, int32_t token, in search_hd_table() 1302 nghttp2_hd_nv nv = {(nghttp2_rcbuf *)&ent->name, in nghttp2_hd_table_get() local [all …]
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_hd.c | 487 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 …]
|
| D | nghttp2_http.c | 76 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 103 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 235 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 350 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header() 564 const nghttp2_nv *nv = &nva[i]; in nghttp2_http_record_request_method() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_transfer.c | 199 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/ |
| 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; 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
|
| D | nghttp2_test_helper.c | 114 int nvnameeq(const char *a, nghttp2_nv *nv) { in nvnameeq() 118 int nvvalueeq(const char *a, nghttp2_nv *nv) { in nvvalueeq() 137 void add_out(nva_out *out, nghttp2_nv *nv, nghttp2_mem *mem) { in add_out() 162 nghttp2_nv nv; in inflate_hd() local
|
| 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"), in run_nghttp2_frame_pack_headers() local
|
| /third_party/nghttp2/src/ |
| 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
|
| D | deflatehd.cc | 262 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/ |
| D | nv50_transfer.c | 275 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/ |
| 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()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/ |
| D | CacheTest.java | 26 CacheValue<Object> nv = CacheValue.getInstance(null); in testNullCacheValue() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/ |
| D | CacheTest.java | 29 CacheValue<Object> nv = CacheValue.getInstance(null); in testNullCacheValue() local
|
| /third_party/ejdb/src/jbi/ |
| D | jbi_pk_scanner.c | 17 JBL_NODE nv = jqvp->vnode->child; in jbi_pk_scanner() local
|
| /third_party/node/deps/cares/src/tools/ |
| D | adig.c | 60 struct nv { struct 65 static const struct nv flags[] = { argument
|
| /third_party/flutter/skia/samplecode/ |
| D | SamplePatch.cpp | 78 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/skia/samplecode/ |
| D | SamplePatch.cpp | 78 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/ |
| D | deflate.c | 172 nghttp2_nv nv; in inflate_header_block() local
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| D | test_notls.c | 172 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
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_context.c | 88 nv30_invalidate_resource_storage(struct nouveau_context *nv, in nv30_invalidate_resource_storage()
|
| D | nv30_fragprog.c | 38 struct nouveau_context *nv = &nv30->base; in nv30_fragprog_upload() local
|