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

/macosx-10.9.5/IOFireWireFamily-455.4.0/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/Security-55471.14.18/sec/securityd/
H A DOTATrustUtilities.c715 const index_record* pIndex = NULL; local
798 pIndex = (const index_record*)CFDataGetBytePtr(cert_index_file_data);
804 for (index_offset = index_data_size; index_offset > 0; index_offset -= sizeof(index_record), pIndex++)
806 offset_int_value = pIndex->offset;
809 index_hash = CFDataCreate(kCFAllocatorDefault, pIndex->hash, CC_SHA1_DIGEST_LENGTH);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDDeviceClass.cpp1808 bool IOHIDDeviceClass::getElementStructPtr(IOHIDElementCookie elementCookie, IOHIDElementStruct ** ppElementStruct, uint32_t * pIndex, CFDataRef * pData) argument
1823 if ( pIndex )
1824 *pIndex = cookieIndex;
1839 if ( pIndex )
1840 *pIndex = cookieIndex;
H A DIOHIDDeviceClass.h199 bool getElementStructPtr(IOHIDElementCookie elementCookie, IOHIDElementStruct ** ppElementStruct, uint32_t * pIndex=0, CFDataRef * pData =0);
/macosx-10.9.5/tcl-102/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.9.5/Heimdal-323.92.1/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 511 milliseconds