Searched refs:pair (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCopyMapper.cpp316 ppnum_t pair = addr ^ (kMinZoneSize/2 << z); // Find pair address local
317 if (freeDART[pair].fValid || freeDART[pair].fInUse || (freeDART[pair].fSize != z))
321 ppnum_t next = freeDART[pair].fNext;
322 ppnum_t prev = freeDART[pair].fPrev;
324 // Remove the pair from its freeList
333 // Sort the addr and the pair
334 if (addr > pair)
[all...]
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp551 ppnum_t pair = addr ^ (kMinZoneSize/2 << z); // Find pair address local
552 if (freeDART[pair].fValid || freeDART[pair].fInUse || (freeDART[pair].fSize != z))
556 ppnum_t next = freeDART[pair].fNext;
557 ppnum_t prev = freeDART[pair].fPrev;
559 // Remove the pair from its freeList
568 // Sort the addr and the pair
569 if (addr > pair)
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y155 pairs: pair
156 | pairs pair { $2->next = $1; $1->prev = $2; $$ = $2; }
159 pair: object '=' object ';' { $$ = newObject(); label
H A DOSUnserializeXML.y192 pairs: pair
193 | pairs pair { $$ = $2;
198 pair: key object { $$ = $1; label
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_utfconv.c335 u_int32_t pair; local
339 pair = ((ucs_ch - SP_HIGH_FIRST) << SP_HALF_SHIFT)
347 *utf8p++ = 0xf0 | (pair >> 18);
348 *utf8p++ = 0x80 | (0x3f & (pair >> 12));
349 *utf8p++ = 0x80 | (0x3f & (pair >> 6));
350 *utf8p++ = 0x80 | (0x3f & pair);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s2043 ; r8 = bitmask with bit n set (for even n) if either of that pair of VRs is in use
2050 bf 0,vr_st32b ; skip if neither VR in this pair is in use
2057 bf 2,vr_st32c ; skip if neither VR in this pair is in use
2064 bf 4,vr_st32d ; skip if neither VR in this pair is in use
2071 bf 6,vr_st32e ; skip if neither VR in this pair is in use
2078 bf 8,vr_st32f ; skip if neither VR in this pair is in use
2085 bf 10,vr_st32g ; skip if neither VR in this pair is in use
2092 bf 12,vr_st32h ; skip if neither VR in this pair is in use
2099 bf 14,vr_st32i ; skip if neither VR in this pair is in use
2106 bf 16,vr_st32j ; skip if neither VR in this pair i
[all...]
H A Dhw_vm.s4013 ; Note: ESID is in R22:R23 pair; VSID is in R14:R15; cache form VSID is R14:R12
4042 ; The cache entry contains an image of the ESID/VSID pair we would load for
4248 ; The following is the R14:R15 pair that contains the "shifted" VSID:
4296 ; We now have a valid PTE pair in R18/R24. R18 is PTE upper and R24 is PTE lower.
4438 ; The following is the R14:R15 pair that contains the "shifted" VSID:
4485 ; We now have a valid PTE pair in R15/R24. R15 is PTE upper and R24 is PTE lower.
8094 and r2,r2,r10 ; AND the even/odd pair into the even
8095 and r0,r0,r9 ; AND the even/odd pair into the even
H A DEmulate.s1052 ; like load/store pair (e.g., lfd f31/stfd f31) are within the same

Completed in 116 milliseconds