/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-nodes.h | 298 set_on_success(RegExpNode* node) set_on_success() argument 589 GuardedAlternative(RegExpNode* node) GuardedAlternative() argument 592 RegExpNode* node() { return node_; } node() function in v8::internal::GuardedAlternative 593 set_node(RegExpNode* node) set_node() argument 612 AddAlternative(GuardedAlternative node) AddAlternative() argument 741 AddAlternative(GuardedAlternative node) AddAlternative() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 217 AddNode(std::unique_ptr<T> node) AddNode() argument 1256 IsInstanceOf(AstNode* node) IsInstanceOf() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | gpir.h | 198 gpir_node node; member 208 gpir_node node; member 218 gpir_node node; global() member 228 gpir_node node; global() member 383 gpir_node node; global() member 456 gpir_node_is_root(gpir_node *node) gpir_node_is_root() argument 461 gpir_node_is_leaf(gpir_node *node) gpir_node_is_leaf() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_net.c | 110 coap_free_node(coap_queue_t *node) { in coap_free_node() argument 123 coap_free_node(coap_queue_t *node) { in coap_free_node() argument 166 coap_insert_node(coap_queue_t **queue, coap_queue_t *node) { in coap_insert_node() argument 203 coap_delete_node(coap_queue_t *node) coap_delete_node() argument 233 coap_queue_t *node; coap_new_node() local 804 coap_send_pdu(coap_session_t *session, coap_pdu_t *pdu, coap_queue_t *node) coap_send_pdu() argument 914 coap_wait_ack(coap_context_t *context, coap_session_t *session, coap_queue_t *node) coap_wait_ack() argument 1599 coap_queue_t *node = coap_new_node(); coap_send_internal() local 1617 coap_retransmit(coap_context_t *context, coap_queue_t *node) coap_retransmit() argument 2248 coap_remove_from_queue(coap_queue_t **queue, coap_session_t *session, coap_mid_t id, coap_queue_t **node) coap_remove_from_queue() argument 3264 coap_queue_t *node = coap_new_node(); handle_request() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 183 void PropagatePrecisionIfApplicable(TIntermTyped *node, TPrecision precision) in PropagatePrecisionIfApplicable() argument 521 TIntermDeclaration(const TIntermDeclaration &node) TIntermDeclaration() argument 1163 TIntermAggregate(const TIntermAggregate &node) TIntermAggregate() argument 1186 TIntermSwizzle(const TIntermSwizzle &node) TIntermSwizzle() argument 1195 TIntermBinary(const TIntermBinary &node) TIntermBinary() argument 1204 TIntermUnary(const TIntermUnary &node) TIntermUnary() argument 1214 TIntermTernary(const TIntermTernary &node) TIntermTernary() argument 1548 TIntermBinary *node = new TIntermBinary(EOpComma, left, right); CreateComma() local 1562 TIntermGlobalQualifierDeclaration( const TIntermGlobalQualifierDeclaration &node) TIntermGlobalQualifierDeclaration() argument 1602 TIntermLoop(const TIntermLoop &node) TIntermLoop() argument 1621 TIntermIfElse(const TIntermIfElse &node) TIntermIfElse() argument 1634 TIntermSwitch(const TIntermSwitch &node) TIntermSwitch() argument [all...] |
H A D | IntermNode.h | 327 TIntermExpression(const TIntermExpression &node) = default; global() member in sh::TIntermExpression [all...] |
H A D | OutputHLSL.cpp | 55 bool IsDeclarationWrittenOut(TIntermDeclaration *node) in IsDeclarationWrittenOut() argument 65 bool IsInStd140UniformBlock(TIntermTyped *node) in IsInStd140UniformBlock() argument 89 const TInterfaceBlock *GetInterfaceBlockOfUniformBlockNearestIndexOperator(TIntermTyped *node) in GetInterfaceBlockOfUniformBlockNearestIndexOperator() argument 142 bool IsAtomicFunctionForSharedVariableDirectAssign(const TIntermBinary &node) in IsAtomicFunctionForSharedVariableDirectAssign() argument 203 needStructMapping(TIntermTyped *node) needStructMapping() argument 1154 visitSymbol(TIntermSymbol *node) visitSymbol() argument 1427 visitSwizzle(Visit visit, TIntermSwizzle *node) visitSwizzle() argument 1438 visitBinary(Visit visit, TIntermBinary *node) visitBinary() argument 1863 visitUnary(Visit visit, TIntermUnary *node) visitUnary() argument 2064 samplerNamePrefixFromStruct(TIntermTyped *node) samplerNamePrefixFromStruct() argument 2099 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument 2173 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument 2256 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument 2324 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument 2331 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument 2371 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument 2708 writeIfElse(TInfoSinkBase &out, TIntermIfElse *node) writeIfElse() argument 2767 visitIfElse(Visit visit, TIntermIfElse *node) visitIfElse() argument 2784 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument 2798 visitCase(Visit visit, TIntermCase *node) visitCase() argument 2814 visitConstantUnion(TIntermConstantUnion *node) visitConstantUnion() argument 2820 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument 2908 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument 2968 handleExcessiveLoop(TInfoSinkBase &out, TIntermLoop *node) handleExcessiveLoop() argument 3313 outputConstructor(TInfoSinkBase &out, Visit visit, TIntermAggregate *node) outputConstructor() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteCubeMapSamplersAs2DArray.cpp | 273 void declareSampler2DArray(const TVariable *samplerCubeVar, TIntermDeclaration *node) in declareSampler2DArray() argument 756 bool convertBuiltinFunction(TIntermAggregate *node) in convertBuiltinFunction() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 73 bool IsInCorrectFormForGCDTest(SENode* node) { in IsInCorrectFormForGCDTest() argument 90 std::vector<SERecurrentNode*> GetAllTopLevelRecurrences(SENode* node) { in GetAllTopLevelRecurrences() argument 108 GetAllTopLevelConstants(SENode* node) GetAllTopLevelConstants() argument 1521 auto node = scalar_evolution_.CreateConstant(distance_entry.distance); DeltaTest() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 73 bool IsInCorrectFormForGCDTest(SENode* node) { in IsInCorrectFormForGCDTest() argument 90 std::vector<SERecurrentNode*> GetAllTopLevelRecurrences(SENode* node) { in GetAllTopLevelRecurrences() argument 108 GetAllTopLevelConstants(SENode* node) GetAllTopLevelConstants() argument 1521 auto node = scalar_evolution_.CreateConstant(distance_entry.distance); DeltaTest() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 736 const Node* const node = &NODE(n, best_node); in TrellisQuantizeBlock() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { in handleMatch() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 313 void *node; in MHD_ip_limit_add() local
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 297 static void remove_node(const OffsetEdge* node, OffsetEdge** head) { in remove_node() argument 985 IsRed(const ActiveEdge* node) IsRed() argument 989 SingleRotation(ActiveEdge* node, int dir) SingleRotation() argument 1001 DoubleRotation(ActiveEdge* node, int dir) DoubleRotation() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 440 HuffmanTree* node = tree; in BrotliBuildAndStoreHuffmanTreeFast() local [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
H A D | ceval.h | 806 void ceval_delete_node(ceval_node * node) { in ceval_delete_node() argument 874 ceval_node node; in ceval_make_tree() local 964 ceval_print_node(const ceval_node * node, int indent) ceval_print_node() argument 994 ceval_evaluate_tree_(const ceval_node * node) ceval_evaluate_tree_() argument 1038 ceval_evaluate_tree(const void * node) ceval_evaluate_tree() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 2444 FT_ListNode node = NULL; in ft_open_face_internal() local 2840 FT_ListNode node; in FT_EXPORT_DEF() local 2885 FT_ListNode node = NULL; FT_EXPORT_DEF() local 2949 FT_ListNode node; FT_EXPORT_DEF() local 4470 FT_ListNode node = NULL; ft_add_renderer() local 4516 FT_ListNode node; ft_remove_renderer() local 4564 FT_ListNode node; FT_EXPORT_DEF() local 4702 FT_ListNode node = NULL; FT_BASE_DEF() local [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 1384 tt_size_reset_iterator( FT_ListNode node, in tt_size_reset_iterator() argument 3239 tt_cvt_ready_iterator( FT_ListNode node, in tt_cvt_ready_iterator() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 1026 const TiXmlAttribute* node = attributeSet.Find( name ); QueryValueAttribute() local 1039 const TiXmlAttribute* node = attributeSet.Find( name ); QueryValueAttribute() local 1714 TiXmlNode* node; global() member in TiXmlHandle [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_read_image.cpp | 476 LZWExpanderNode *node = &fTable [0]; in InitTable() local 508 LZWExpanderNode *node = &fTable [nextCode]; in AddTable() local 709 const LZWExpanderNode &node in Expand() local 745 const LZWExpanderNode &node = fTable [code]; Expand() local 763 const LZWExpanderNode &node = fTable [code]; Expand() local [all...] |
/third_party/python/Python/ |
H A D | hamt.c | 381 PyHamtNode_Array *node = (PyHamtNode_Array*)obj; _hamt_node_array_validate() local 525 PyHamtNode_Bitmap *node; hamt_node_bitmap_new() local 565 hamt_node_bitmap_count(PyHamtNode_Bitmap *node) hamt_node_bitmap_count() argument 571 hamt_node_bitmap_clone(PyHamtNode_Bitmap *node) hamt_node_bitmap_clone() argument 1183 hamt_node_bitmap_dump(PyHamtNode_Bitmap *node, _PyUnicodeWriter *writer, int level) hamt_node_bitmap_dump() argument 1264 PyHamtNode_Collision *node; hamt_node_collision_new() local 1428 hamt_node_collision_count(PyHamtNode_Collision *node) hamt_node_collision_count() argument 1473 PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *) hamt_node_collision_without() local 1591 hamt_node_collision_dump(PyHamtNode_Collision *node, _PyUnicodeWriter *writer, int level) hamt_node_collision_dump() argument 1636 PyHamtNode_Array *node = PyObject_GC_New( hamt_node_array_new() local 1653 hamt_node_array_clone(PyHamtNode_Array *node) hamt_node_array_clone() argument 1689 PyHamtNode *node = self->a_array[idx]; hamt_node_array_assoc() local 1767 PyHamtNode *node = self->a_array[idx]; hamt_node_array_without() local 1850 PyHamtNode *node = self->a_array[i]; hamt_node_array_without() local 1927 PyHamtNode *node; hamt_node_array_find() local 1973 hamt_node_array_dump(PyHamtNode_Array *node, _PyUnicodeWriter *writer, int level) hamt_node_array_dump() argument 2021 hamt_node_assoc(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject *val, int* added_leaf) hamt_node_assoc() argument 2055 hamt_node_without(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyHamtNode **new_node) hamt_node_without() argument 2082 hamt_node_find(PyHamtNode *node, uint32_t shift, int32_t hash, PyObject *key, PyObject **val) hamt_node_find() argument 2120 hamt_node_dump(PyHamtNode *node, _PyUnicodeWriter *writer, int level) hamt_node_dump() argument 2173 PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)(iter->i_nodes[level]); hamt_iterator_bitmap_next() local 2210 PyHamtNode_Collision *node = (PyHamtNode_Collision *)(iter->i_nodes[level]); hamt_iterator_collision_next() local 2234 PyHamtNode_Array *node = (PyHamtNode_Array *)(iter->i_nodes[level]); hamt_iterator_array_next() local [all...] |
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 2271 StrongCacheNode *node = PyMem_Malloc(sizeof(StrongCacheNode)); in strong_cache_node_new() local 2289 strong_cache_node_free(StrongCacheNode *node) in strong_cache_node_free() argument 2306 StrongCacheNode *node = root; strong_cache_free() local 2322 remove_from_strong_cache(StrongCacheNode *node) remove_from_strong_cache() argument 2350 const StrongCacheNode *node = root; find_in_strong_cache() local 2377 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); eject_from_strong_cache() local 2395 move_strong_cache_node_to_front(StrongCacheNode **root, StrongCacheNode *node) move_strong_cache_node_to_front() argument 2430 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); zone_from_strong_cache() local 2459 StrongCacheNode *node = new_node->next; update_strong_cache() local [all...] |
H A D | gcmodule.c | 248 gc_list_append(PyGC_Head *node, PyGC_Head *list) in gc_list_append() argument 263 gc_list_remove(PyGC_Head *node) in gc_list_remove() argument 279 gc_list_move(PyGC_Head *node, PyGC_Head *list) gc_list_move() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 1893 auto node = t.extract(k0); in TEST() local 1931 auto node = t.extract(1); TEST() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 102 static inline bool IsRootBalanced(CordRep* node) { in IsRootBalanced() argument 122 static inline CordRep* VerifyTree(CordRep* node) { in VerifyTree() argument 855 RemovePrefixFrom(CordRep* node, size_t n) RemovePrefixFrom() argument 896 RemoveSuffixFrom(CordRep* node, size_t n) RemoveSuffixFrom() argument 990 CordRep* node; // nullptr means concat last 2 results. global() member 995 NewSubRange(CordRep* node, size_t pos, size_t n) NewSubRange() argument 1090 CordRep* node = pending.back(); Build() local 1132 AppendNode(CordRep* node, CordRep* sum) AppendNode() argument 1136 PrependNode(CordRep* node, CordRep* sum) PrependNode() argument 1140 AddNode(CordRep* node) AddNode() argument 1185 CheckNode(CordRep* node) CheckNode() argument 1205 Rebalance(CordRep* node) Rebalance() argument 1264 CordRep* node = tree(); FindFlatStartPiece() local 1490 CordRep* node = stack_of_right_children.back(); AdvanceStack() local 1587 CordRep* node = nullptr; AdvanceAndReadBytes() local 1670 CordRep* node = nullptr; AdvanceBytesSlowPath() local 1912 ReportError(CordRep* root, CordRep* node) ReportError() argument 1914 buf << "Error at node " << node << " in:"; ReportError() local 1924 CordRep* node = worklist.back(); VerifyNode() local 1995 const CordRepBtree* node = cur_node->btree(); MemoryUsageAux() local [all...] |