Searched defs:elems (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DBitSet.cpp50 ANTLR_USE_NAMESPACE(std)vector<unsigned int> elems; local
H A DMismatchedCharException.cpp91 ANTLR_USE_NAMESPACE(std)vector<unsigned int> elems = set.toArray(); local
H A DMismatchedTokenException.cpp159 ANTLR_USE_NAMESPACE(std)vector<unsigned int> elems = set.toArray(); local
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIRange.cpp557 IOPCIRange * elems[8]; local
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcirange.cpp339 IOPCIRange * elems[8]; local
[all...]
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information_priv.c67 nwi_state_new(nwi_state_t old_state, int elems) argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducoleitr.cpp222 UCollationPCE::UCollationPCE(UCollationElements *elems) argument
246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) argument
299 uprv_init_pce(const UCollationElements *elems) argument
340 ucol_closeElements(UCollationElements *elems) argument
367 ucol_reset(UCollationElements *elems) argument
389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status) argument
404 ucol_next(UCollationElements *elems, UErrorCode *status) argument
425 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
471 ucol_previous(UCollationElements *elems, UErrorCode *status) argument
506 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
605 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
698 ucol_getOffset(const UCollationElements *elems) argument
727 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) argument
[all...]
H A Dusearch.cpp51 inline void setColEIterOffset(UCollationElements *elems, argument
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcolldata.cpp41 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); local
H A Dssearch.cpp363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); local
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLLX/
H A DDNSSD.cpp448 uint32_t elems = 0; local
H A DDNSSDService.cpp1014 uint32_t elems = 0; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictbe.cpp715 T* elems() { function in class:AutoBuffer
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dvariables.c777 xsltAddStackElemList(xsltTransformContextPtr ctxt, xsltStackElemPtr elems) argument
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dtrees.c125 int elems; /* max number of elements in the tree */ member in struct:static_tree_desc_s
625 int elems = desc->stat_desc->elems; local
/macosx-10.9.5/sudo-72/src/zlib/
H A Dtrees.c121 int elems; /* max number of elements in the tree */ member in struct:static_tree_desc_s
623 int elems = desc->stat_desc->elems; local
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c152 int elems; /* max number of elements in the tree */ member in struct:static_tree_desc_s
652 int elems = desc->stat_desc->elems; local
/macosx-10.9.5/zlib-53/zlib/
H A Dtrees.c126 int elems; /* max number of elements in the tree */ member in struct:static_tree_desc_s
629 int elems = desc->stat_desc->elems; local
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_ld.cpp229 std::vector<std::string> elems; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp321 unsigned elems = 1; local
349 unsigned elems = 1; local
416 unsigned elems = 1; local
532 unsigned elems local
565 unsigned elems = 1; local
613 unsigned elems = 1; local
[all...]
H A DNVPTXAsmPrinter.cpp309 unsigned elems = 1; local
337 unsigned elems = 1; local
1541 unsigned elems = 1; local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclFileName.c1975 Tcl_Obj* elems[1]; local
H A DtclCmdMZ.c4114 TclListLines( Tcl_Obj* listObj, int line, int n, int *lines, Tcl_Obj* const* elems) argument
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregcomp.c1592 Idx *elems = dfa->eclosures[src].elems; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DASTBuilder.h200 ExpressionNode* createArray(const JSTokenLocation& location, ElementNode* elems) { return new (m_vm) ArrayNode(location, elems); } argument
201 ExpressionNode* createArray(const JSTokenLocation& location, int elisions, ElementNode* elems) argument
330 ElementNode* createElementList(ElementNode* elems, int elisions, ExpressionNode* expr) { return new (m_vm) ElementNode(elems, elisions, expr); } argument

Completed in 239 milliseconds

12