Searched defs:node (Results 151 - 175 of 854) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/postconf/
H A Dpostconf_lookup.c104 pcf_lookup_parameter_value(int mode, const char *name, PCF_MASTER_ENT *local_scope, PCF_PARAM_NODE *node) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxlink.c123 xlinkIsLink (xmlDocPtr doc, xmlNodePtr node) { argument
[all...]
/macosx-10.10/sudo-73/src/
H A Dalias.c86 struct rbnode *node; local
189 struct rbnode *node; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnodeshimmer.c80 gn_get_node (G* g, Tcl_Obj* node, Tcl_Interp* interp, Tcl_Obj* graph) argument
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dshimmer.c80 tn_get_node (TPtr t, Tcl_Obj* node, Tcl_Interp* interp, Tcl_Obj* tree) argument
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ipx.c82 ipxaddr_string(u_int32_t net, const u_char *node) argument
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtexnfo-upd.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-otz.el[all...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A Dadmin.c59 static ODNodeRef node; variable
255 principal_opflags(int argc, char **argv, void (^op)(ODNodeRef node, ODRecordRef record, CFStringRef flag)) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtsearch.c22 typedef struct node { struct
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducharstrie.cpp35 int32_t node; local
83 int32_t node=*pos; local
113 int32_t node=*pos; local
123 int32_t node=*pos++; local
164 int32_t node; local
195 int32_t node; local
215 int32_t node; local
233 int32_t node=*pos++; local
296 int32_t node=*pos++; local
322 int32_t node=*pos++; local
373 int32_t node=*pos++; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DJSNodeList.c41 Node* node = NodeList_item(nodeList, (unsigned)JSValueToNumber(context, arguments[0], exception)); local
76 Node* node = NodeList_item(nodeList, uindex); local
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractValue.cpp128 void AbstractValue::fixTypeForRepresentation(Node* node) argument
H A DDFGArrayifySlowPathGenerator.h43 ArrayifySlowPathGenerator( const MacroAssembler::JumpList& from, SpeculativeJIT* jit, Node* node, GPRReg baseGPR, GPRReg propertyGPR, GPRReg tempGPR, GPRReg structureGPR) argument
H A DDFGAvailability.h46 explicit Availability(Node* node) argument
58 Availability(Node* node, FlushedAt flushedAt) argument
89 Node* node() const function in class:JSC::DFG::Availability
H A DDFGBackwardsPropagationPhase.cpp76 bool isNotPosZero(Node* node) argument
86 bool isWithinPowerOfTwoForConstant(Node* node) argument
96 bool isWithinPowerOfTwoNonRecursive(Node* node) argument
104 isWithinPowerOfTwo(Node* node) argument
150 mergeDefaultFlags(Node* node) argument
174 propagate(Node* node) argument
[all...]
H A DDFGDisassembler.h57 void setForNode(Node* node, MacroAssembler::Label label) argument
H A DDFGMinifiedNode.h80 static MinifiedID getID(MinifiedNode* node) { return node->id(); } argument
H A DDFGSSAConversionPhase.cpp112 Node* node = block->variablesAtHead[i]; local
261 Node* node = block->variablesAtHead[i]; local
311 Node* node = block->at(nodeIndex); local
411 forwardPhiChildren(Node* node) argument
421 forwardPhi(Node* node) argument
453 deduplicateChildren(Node* node) argument
[all...]
H A DDFGStackLayoutPhase.cpp65 Node* node = block->at(nodeIndex); local
242 Node* node = block->at(nodeIndex); local
H A DDFGStoreBarrierElisionPhase.cpp61 bool couldCauseGC(Node* node) argument
66 bool allocatesFreshObject(Node* node) argument
81 void noticeFreshObject(HashSet<Node*>& dontNeedBarriers, Node* node) argument
93 bool shouldBeElided(HashSet<Node*>& dontNeedBarriers, Node* node) argument
99 elideBarrier(Node* node) argument
105 handleNode(HashSet<Node*>& dontNeedBarriers, Node* node) argument
135 Node* node = block->at(indexInBlock); local
[all...]
H A DDFGVariableEventStream.cpp189 MinifiedNode* node = graph.at(source.id()); local
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLLink.cpp98 Node* node = block->at(nodeIndex); local
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDoublyLinkedList.h127 template<typename T> inline void DoublyLinkedList<T>::push(T* node) argument
145 append(T* node) argument
163 remove(T* node) argument
184 T* node = head(); local
[all...]
H A DSentinelLinkedList.h125 template <typename T, typename RawNode> inline void SentinelLinkedList<T, RawNode>::push(T* node) argument
141 template <typename T, typename RawNode> inline void SentinelLinkedList<T, RawNode>::remove(T* node) argument
157 isOnList(T* node) argument
[all...]

Completed in 284 milliseconds

1234567891011>>