Home
last modified time | relevance | path

Searched defs:next_node (Results 1 – 14 of 14) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_router.cc86 auto next_node = find_next_node(node, pattern[i]); in add_route() local
173 auto next_node = find_next_node(node, *p); in match_complete() local
253 auto next_node = find_next_node(node, *p); in match_partial() local
359 auto next_node = find_next_node(node, *p); in match_prefix() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm_info.c46 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly() local
176 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error() local
/third_party/mesa3d/src/intel/common/
Dintel_disasm.c89 struct exec_node *next_node = exec_node_get_next(&group->link); in intel_disassemble() local
/third_party/spirv-tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/mesa3d/src/compiler/nir/
Dnir_validate.c1344 nir_cf_node *next_node = nir_cf_node_next(&if_stmt->cf_node); in validate_if() local
1377 nir_cf_node *next_node = nir_cf_node_next(&loop->cf_node); in validate_loop() local
Dnir.c2080 nir_cf_node *next_node = nir_cf_node_next(&block->cf_node); in nir_block_get_following_if() local
2097 nir_cf_node *next_node = nir_cf_node_next(&block->cf_node); in nir_block_get_following_loop() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc192 int next_node = 0; in TEST() local
/third_party/ffmpeg/libavformat/
Dnutdec.c1243 Syncpoint *sp, *next_node[2] = { &nopts_sp, &nopts_sp }; in read_seek() local
Dnutenc.c595 Syncpoint *next_node[2] = { NULL }; in write_index() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord.cc1977 const CordRep* next_node = nullptr; in MemoryUsageAux() local
/third_party/python/Modules/
D_zoneinfo.c2303 StrongCacheNode *next_node; in strong_cache_free() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h50549 struct assoc_array_ptr *next_node; member