Searched refs:pIndex (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.cpp133 CoalesceTree::GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const
138 GetCoalesceList(outRanges, inNode->left, pIndex) ;
141 outRanges[*pIndex].address = inNode->range.address ;
142 outRanges[*pIndex].length = inNode->range.length ;
143 ++(*pIndex) ;
146 GetCoalesceList(outRanges, inNode->right, pIndex) ;
H A DIOFireWireLibCoalesceTree.h52 void GetCoalesceList(IOVirtualRange* outRanges, Node* inNode, UInt32* pIndex) const ;
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DuniParse.tcl91 set pIndex [lsearch -exact $pages $info]
92 if {$pIndex == -1} {
93 set pIndex [llength $pages]
96 lappend pMap $pIndex
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DuniParse.tcl91 set pIndex [lsearch -exact $pages $info]
92 if {$pIndex == -1} {
93 set pIndex [llength $pages]
96 lappend pMap $pIndex
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_data.tcl102 set pIndex [lsearch -exact $pages $info]
103 if {$pIndex == -1} {
104 set pIndex [llength $pages]
107 lappend pMap $pIndex
115 set pIndex [lsearch -exact [set $pages_var] $info]
116 if {$pIndex == -1} {
117 set pIndex [llength [set $pages_var]]
120 lappend $map_var $pIndex
H A Dgen_stringprep_data.tcl140 set pIndex [llength $pages]
142 set pages_map($info) $pIndex
143 lappend pMap $pIndex
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c729 const index_record* pIndex = NULL; local
818 pIndex = (const index_record*)CFDataGetBytePtr(cert_index_file_data);
824 for (index_offset = index_data_size; index_offset > 0; index_offset -= sizeof(index_record), pIndex++)
826 offset_int_value = pIndex->offset;
829 index_hash = CFDataCreate(kCFAllocatorDefault, pIndex->hash, CC_SHA1_DIGEST_LENGTH);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationbuilder.cpp613 int32_t pIndex = rootElements.findPrimary(p); local
615 p = rootElements.getPrimaryAfter(p, pIndex, isCompressible);
1387 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p); local
1424 tLimit = rootElements.getTertiaryAfter(pIndex, s, t);
1467 sLimit = rootElements.getSecondaryAfter(pIndex, s);
1506 rootElements.getPrimaryAfter(p, pIndex, isCompressible);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9925 Index *pIndex; /* List of SQL indexes on this table. */ member in struct:Table
10508 Index *pIndex; /* Index structure corresponding to zIndex, if any */ member in struct:SrcList::SrcList_item
78123 Index *pIndex; local
79506 Index *pIndex; local
79643 Index *pIndex, *pNext; local
81459 sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage) argument
81593 Index *pIndex = 0; /* The index to be created */ local
82089 Index *pIndex; local
82778 collationMatch(const char *zColl, Index *pIndex) argument
82798 Index *pIndex; /* An index associated with pTab */ local
82853 Index *pIndex; /* An index associated with pTab */ local
87028 Index *pIndex; local
91597 Index *pIndex; local
104003 Index *pIndex = pPlan->u.pIdx; local
122950 struct Fts3Index *pIndex = &p->aIndex[i]; local
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1835 bool IOHIDDeviceClass::getElementStructPtr(IOHIDElementCookie elementCookie, IOHIDElementStruct ** ppElementStruct, uint32_t * pIndex, CFDataRef * pData) argument
1850 if ( pIndex )
1851 *pIndex = cookieIndex;
1866 if ( pIndex )
1867 *pIndex = cookieIndex;
H A DIOHIDDeviceClass.h203 bool getElementStructPtr(IOHIDElementCookie elementCookie, IOHIDElementStruct ** ppElementStruct, uint32_t * pIndex=0, CFDataRef * pData =0);
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp1251 c4_IntProp pIndex("index");
1280 pIndex(result[n++]) = _first;
1303 KeepRef o = Tcl_NewIntObj(pIndex(result[pos]));
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-ldap.c146 int *pIndex)
163 *pIndex = cMods;
145 LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute, int *pIndex) argument

Completed in 646 milliseconds