| /third_party/ninja/src/ |
| H A D | deps_log.cc | 60 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() argument 66 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps() argument [all...] |
| H A D | missing_deps.cc | 56 Node* node = state_->GetNode(*i, slash_bits); in ProcessDepfileDeps() local 66 void MissingDependencyPrinter::OnMissingDep(Node* node, const std::string& path, in OnMissingDep() argument 78 void MissingDependencyScanner::ProcessNode(Node* node) { in ProcessNode() argument 109 ProcessNodeDeps(Node* node, Node** dep_nodes, int dep_nodes_count) ProcessNodeDeps() argument [all...] |
| H A D | dyndep_parser.cc | 122 Node* node = state_->LookupNode(path); in ParseEdge() local
|
| H A D | state.cc | 97 Node* node = LookupNode(path); in GetNode() local 130 Node* node = GetNode(path, slash_bits); in AddIn() local 137 Node* node = GetNode(path, slash_bits); AddOut() local 148 Node* node = GetNode(path, slash_bits); AddValidation() local 155 Node* node = LookupNode(path); AddDefault() local 198 Node* node = i->second; Dump() local [all...] |
| /third_party/node/deps/cares/src/tools/ |
| H A D | ahost.c | 239 struct ares_addrinfo_node *node = NULL; in ai_callback() local [all...] |
| /third_party/nghttp2/tests/ |
| H A D | nghttp2_pq_test.c | 124 } node; typedef [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_event_thread.c | 65 ares__llist_node_t *node; in ares_event_update_find() local 208 ares__llist_node_t *node; in ares_event_process_updates() local 286 ares__llist_node_t *node; in ares_event_thread_destroy_int() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_function.c | 99 struct rb_node node; member 112 func_compare_to_name_and_overload(const struct rb_node *node, const void *data) in func_compare_to_name_and_overload() argument 145 const struct rb_node *node = rb_tree_search(mod->functions, &descr, in dxil_get_function() local 155 const struct func_rb_node *node = func_rb_node(rhs); in func_compare_name() local
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_save_draw.c | 98 playback_copy_to_current(struct gl_context *ctx, const struct vbo_save_vertex_list *node) playback_copy_to_current() argument 136 bind_vertex_list(struct gl_context *ctx, const struct vbo_save_vertex_list *node) bind_vertex_list() argument 163 const struct vbo_save_vertex_list *node = vbo_save_playback_vertex_list_loopback() local 188 vbo_save_playback_vertex_list_gallium(struct gl_context *ctx, const struct vbo_save_vertex_list *node, bool copy_to_current) vbo_save_playback_vertex_list_gallium() argument 301 const struct vbo_save_vertex_list *node = vbo_save_playback_vertex_list() local [all...] |
| H A D | vbo_save_loopback.c | 148 _vbo_loopback_vertex_list(struct gl_context *ctx, const struct vbo_save_vertex_list* node, fi_type *buffer) _vbo_loopback_vertex_list() argument
|
| H A D | vbo_save.h | 105 _vbo_save_get_stride(const struct vbo_save_vertex_list *node) in _vbo_save_get_stride() argument
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | rle.c | 303 int32_t node = 0; in rleStringToByteArray() local
|
| /third_party/mesa3d/src/util/ |
| H A D | rb_tree.c | 80 rb_node_minimum(struct rb_node *node) in rb_node_minimum() argument 88 rb_node_maximum(struct rb_node *node) in rb_node_maximum() argument 155 rb_tree_insert_at(struct rb_tree *T, struct rb_node *parent, struct rb_node *node, bool insert_left) rb_tree_insert_at() argument 344 rb_node_next(struct rb_node *node) rb_node_next() argument 366 rb_node_prev(struct rb_node *node) rb_node_prev() argument [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_helper_invocations.c | 212 unsigned node = bi_get_node(I->src[s]); in bi_helper_block_update() local
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | rle.c | 303 int32_t node = 0; in rleStringToByteArray() local
|
| /third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
| H A D | migrate_pages02.c | 47 static void print_mem_stats(pid_t pid, int node) in print_mem_stats() argument 69 static int migrate_to_node(pid_t pid, int node) in migrate_to_node() argument 107 int node; addr_on_node() local 121 int node; check_addr_on_node() local [all...] |
| H A D | migrate_pages01.c | 215 int node, ret; in setup() local
|
| /third_party/ltp/testcases/kernel/syscalls/move_pages/ |
| H A D | move_pages_support.c | 150 int alloc_pages_on_node(void **pages, unsigned int num, int node) in alloc_pages_on_node() argument 249 verify_pages_on_node(void **pages, int *status, unsigned int num, int node) verify_pages_on_node() argument 270 alloc_shared_pages_on_node(void **pages, unsigned int num, int node) alloc_shared_pages_on_node() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/get_mempolicy/ |
| H A D | get_mempolicy01.c | 37 static struct tst_nodemap *node; variable
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | int64-lowering.h | 87 Node* node; global() member [all...] |
| H A D | simplified-operator-reducer.cc | 49 Reduction SimplifiedOperatorReducer::Reduce(Node* node) { in Reduce() argument 275 Change(Node* node, const Operator* op, Node* a) Change() argument [all...] |
| H A D | simplified-lowering-verifier.cc | 25 void SimplifiedLoweringVerifier::CheckType(Node* node, const Type& type) { in CheckType() argument 42 void SimplifiedLoweringVerifier::CheckAndSet(Node* node, const Type& type, in CheckAndSet() argument 99 VisitNode(Node* node, OperationTyper& op_typer) VisitNode() argument [all...] |
| H A D | simplified-lowering.h | 62 ChangeOp(Node* node, const Operator* new_op) ChangeOp() argument [all...] |
| H A D | js-call-reducer.h | 71 void RevisitForGraphAssembler(Node* node) { Revisit(node); } in RevisitForGraphAssembler() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-scheduler.cc | 15 AddNode( ScheduleGraphNode* node) AddNode() argument 69 AddSuccessor( ScheduleGraphNode* node) AddSuccessor() argument [all...] |