/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...] |
H A D | js-context-specialization.cc | 20 Reduction JSContextSpecialization::Reduce(Node* node) { in Reduce() argument 36 Reduction JSContextSpecialization::ReduceParameter(Node* node) { in ReduceParameter() argument 50 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSLoadContext() argument 69 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSStoreContext() argument 90 IsContextParameter(Node* node) IsContextParameter() argument 101 GetSpecializationContext( JSHeapBroker* broker, Node* node, size_t* distance, Maybe<OuterContext> maybe_outer) GetSpecializationContext() argument 136 ReduceJSLoadContext(Node* node) ReduceJSLoadContext() argument 198 ReduceJSStoreContext(Node* node) ReduceJSStoreContext() argument 227 GetModuleContext(JSHeapBroker* broker, Node* node, Maybe<OuterContext> maybe_context) GetModuleContext() argument 272 ReduceJSGetImportMeta(Node* node) ReduceJSGetImportMeta() argument [all...] |
H A D | node-observer.h | 70 virtual Observation OnNodeCreated(const Node* node) { in OnNodeCreated() argument 74 virtual Observation OnNodeChanged(const char* reducer_name, const Node* node, in OnNodeChanged() argument [all...] |
H A D | state-values-utils.h | 37 Node* node; member 86 Node* node; member 122 StateValuesAccess(Node* node) StateValuesAccess() argument [all...] |
H A D | control-equivalence.cc | 29 void ControlEquivalence::VisitPre(Node* node) { in VisitPre() argument 34 void ControlEquivalence::VisitMid(Node* node, DFSDirection direction) { in VisitMid() argument 61 VisitPost(Node* node, Node* parent_node, DFSDirection direction) VisitPost() argument 95 Node* node = entry.node; RunUndirectedDFS() local 165 DetermineParticipationEnqueue(ZoneQueue<Node*>& queue, Node* node) DetermineParticipationEnqueue() argument 178 Node* node = queue.front(); DetermineParticipation() local 188 DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir) DFSPush() argument 199 DFSPop(DFSStack& stack, Node* node) DFSPop() argument [all...] |
H A D | decompression-optimizer.cc | 16 bool IsMachineLoad(Node* const node) { in IsMachineLoad() argument 23 bool IsTaggedMachineLoad(Node* const node) { in IsTaggedMachineLoad() argument 28 bool IsHeapConstant(Node* const node) { in IsHeapConstant() argument 32 bool IsTaggedPhi(Node* const node) { in IsTaggedPhi() argument 39 CanBeCompressed(Node* const node) CanBeCompressed() argument 58 Node* const node = to_visit_.front(); MarkNodes() local 64 MarkNodeInputs(Node* node) MarkNodeInputs() argument 155 MaybeMarkAndQueueForRevisit(Node* const node, State state) MaybeMarkAndQueueForRevisit() argument 172 ChangeHeapConstant(Node* const node) ChangeHeapConstant() argument 178 ChangePhi(Node* const node) ChangePhi() argument 193 ChangeLoad(Node* const node) ChangeLoad() argument [all...] |
H A D | escape-analysis-reducer.h | 66 Insert(Node* node) Insert() argument [all...] |
H A D | node-properties.h | 32 static int FirstValueIndex(const Node* node) { return 0; } in FirstValueIndex() argument 33 static int FirstContextIndex(Node* node) { return PastValueIndex(node); } in FirstContextIndex() argument 34 static int FirstFrameStateIndex(Node* node) { return PastContextIndex(node); } in FirstFrameStateIndex() argument 35 static int FirstEffectIndex(Node* node) { return PastFrameStateIndex(node); } in FirstEffectIndex() argument 36 FirstControlIndex(Node* node) FirstControlIndex() argument 38 PastValueIndex(Node* node) PastValueIndex() argument 42 PastContextIndex(Node* node) PastContextIndex() argument 47 PastFrameStateIndex(Node* node) PastFrameStateIndex() argument 52 PastEffectIndex(Node* node) PastEffectIndex() argument 56 PastControlIndex(Node* node) PastControlIndex() argument 63 GetValueInput(Node* node, int index) GetValueInput() argument 69 GetValueInput(const Node* node, int index) GetValueInput() argument 75 GetContextInput(Node* node) GetContextInput() argument 80 GetFrameStateInput(Node* node) GetFrameStateInput() argument 85 GetEffectInput(Node* node, int index = 0) GetEffectInput() argument 91 GetControlInput(Node* node, int index = 0) GetControlInput() argument 109 IsCommon(Node* node) IsCommon() argument 112 IsControl(Node* node) IsControl() argument 115 IsConstant(Node* node) IsConstant() argument 118 IsPhi(Node* node) IsPhi() argument 133 IsValueIdentity(Node* node, Node** out_value) IsValueIdentity() argument 258 IsTyped(const Node* node) IsTyped() argument 259 GetType(const Node* node) GetType() argument 264 SetType(Node* node, Type type) SetType() argument 268 RemoveType(Node* node) RemoveType() 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...] |
/third_party/node/deps/v8/src/execution/ |
H A D | futex-emulation.h | 80 explicit ResetWaitingOnScopeExit(FutexWaitListNode* node) : node_(node) {} in ResetWaitingOnScopeExit() argument
|