/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 71 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol() local 139 TIntermTyped *node = addBinaryMath(op, left, right, loc); in addBinaryMath() local 154 TIntermTyped *node = addBinaryMath(op, left, right, loc); addBinaryMath() local 171 TIntermTyped *node = addBinaryMath(EOpDiv, left, size, loc); addBinaryMath() local 234 TIntermBinary* node = new TIntermBinary(op); addBinaryNode() local 248 TIntermBinary* node = addBinaryNode(op, left, right, loc); addBinaryNode() local 258 TIntermUnary* node = new TIntermUnary(op); addUnaryNode() local 271 TIntermUnary* node = addUnaryNode(op, child, loc); addUnaryNode() local 323 TIntermBinary* node = addBinaryNode(op, left, right, loc); addAssign() local 440 TIntermUnary* node = addUnaryNode(op, child, loc); addUnaryMath() local 485 TIntermTyped* node = setAggregateOperator(childNode, op, returnType, loc); addBuiltInFunctionCall() local 501 setAggregateOperator(TIntermNode* node, TOperator op, const TType& type, const TSourceLoc& loc) setAggregateOperator() argument 1013 addConversion(TOperator op, const TType& type, TIntermTyped* node) addConversion() argument 1195 addUniShapeConversion(TOperator op, const TType& type, TIntermTyped* node) addUniShapeConversion() argument 1340 addShapeConversion(const TType& type, TIntermTyped* node) addShapeConversion() argument 2359 makeAggregate(TIntermNode* node) makeAggregate() argument 2371 makeAggregate(TIntermNode* node, const TSourceLoc& loc) makeAggregate() argument 2408 TIntermSelection* node = new TIntermSelection(cond, nodePair.node1, nodePair.node2); addSelection() local 2518 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType()); addSelection() local 2543 TIntermConstantUnion* node = new TIntermConstantUnion(unionArray, t); addConstantUnion() local 2675 TIntermAggregate* node = new TIntermAggregate(EOpSequence); addSwizzle() local 2702 traverseLValueBase(const TIntermTyped* node, bool swizzleOkay, bool bufferReferenceOk, std::function<bool(const TIntermNode&)> proc) traverseLValueBase() argument 2743 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst); addLoop() local 2752 addForLoop(TIntermNode* body, TIntermNode* initializer, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TIntermLoop*& node) addForLoop() argument 2781 TIntermBranch* node = new TIntermBranch(branchOp, expression); addBranch() local 2888 TIntermSymbol* node = addSymbol(*variable); addSymbolLinkageNode() local 3233 promote(TIntermOperator* node) promote() argument 3253 promoteUnary(TIntermUnary& node) promoteUnary() argument 3320 promoteBinary(TIntermBinary& node) promoteBinary() argument 3748 promoteAggregate(TIntermAggregate& node) promoteAggregate() argument [all...] |
/third_party/cJSON/ |
H A D | cJSON.c | 255 cJSON* node = (cJSON*)hooks->allocate(sizeof(cJSON)); in cJSON_New_Item() local
|
/third_party/curl/lib/ |
H A D | multi.c | 3153 struct time_node *node = NULL; global() local 3560 struct time_node *node; global() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 218 GNameSearchHandler::handleMatch(int32_t matchLength, const CharacterNode *node, UErrorCode &status) { in handleMatch() argument
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 661 coap_optlist_t *node; in cmdline_content_type() local 691 coap_optlist_t *node; in cmdline_hop_limit() local
|
/third_party/libcoap/src/ |
H A D | coap_session.c | 781 coap_session_delay_pdu(coap_session_t *session, coap_pdu_t *pdu, coap_queue_t *node) coap_session_delay_pdu() argument [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 668 bool CensorNode_CheckPath2(const NWildcard::CCensorNode &node, const CReadArcItem &item, bool &include)
in CensorNode_CheckPath2() argument 713 bool CensorNode_CheckPath(const NWildcard::CCensorNode &node, const CReadArcItem &item)
in CensorNode_CheckPath() argument
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.c | 773 FrameDataNode *node = last ? last->nxt : tag->v2_head; in findNode() local 784 appendNode(id3tag_spec * tag, FrameDataNode * node) in appendNode() argument 836 isSameDescriptor(FrameDataNode const *node, char const *dsc) isSameDescriptor() argument 851 isSameDescriptorUcs2(FrameDataNode const *node, unsigned short const *dsc) isSameDescriptorUcs2() argument 870 FrameDataNode *node = findNode(&gfc->tag_spec, frame_id, 0); id3v2_add_ucs2() local 907 FrameDataNode *node = findNode(&gfc->tag_spec, frame_id, 0); id3v2_add_latin1() local 1323 sizeOfNode(FrameDataNode const *node) sizeOfNode() argument 1349 sizeOfCommentNode(FrameDataNode const *node) sizeOfCommentNode() argument 1379 sizeOfWxxxNode(FrameDataNode const *node) sizeOfWxxxNode() argument 1456 set_frame_comment(unsigned char *frame, FrameDataNode const *node) set_frame_comment() argument 1493 set_frame_custom2(unsigned char *frame, FrameDataNode const *node) set_frame_custom2() argument 1526 set_frame_wxxx(unsigned char *frame, FrameDataNode const *node) set_frame_wxxx() argument 1715 FrameDataNode *node; lame_get_id3v2_tag() local 1772 FrameDataNode *node; lame_get_id3v2_tag() local [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_wayland.c | 1826 char *node; in default_dmabuf_feedback_main_device() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 52 struct rb_node node; member [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 1429 compute_delay(struct dag_node *node, void *state) in compute_delay() argument 1461 mark_instruction_scheduled(const struct v3d_device_info *devinfo, struct dag *dag, uint32_t time, struct schedule_node *node) mark_instruction_scheduled() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 1916 exec_node *node = parameters->get_head_raw(); in emit_inline_record_constructor() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 622 bool Shader::process_cf_node(nir_cf_node *node) in process_cf_node() argument 725 process_loop(nir_loop *node) process_loop() argument [all...] |
/third_party/node/src/ |
H A D | cares_wrap.cc | 56 namespace node { namespace [all...] |
H A D | env.cc | 31 namespace node { namespace
|
H A D | env-inl.h | 44 namespace node { namespace
|
H A D | env.h | 63 namespace node { namespace
|
H A D | node_api.cc | 741 namespace node { global() namespace [all...] |
H A D | node_file.cc | 50 namespace node { namespace
|
H A D | node_http2.h | 23 namespace node { namespace
|
H A D | node_messaging.cc | 41 namespace node { namespace
|
H A D | node_options.h | 18 namespace node { namespace
|
H A D | node_wasi.cc | 13 namespace node { namespace
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 24 namespace node { namespace
|
H A D | crypto_tls.cc | 36 namespace node { namespace
|