Searched refs:mcn (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dimalloc.h86 long mcn; \
87 if (mctmp < 8) mcn = 0; else { mcn = (mctmp-1)/8; mctmp &= 7; } \
96 case 1: *mzp++ = 0; if(mcn <= 0) break; mcn--; } \
125 register long mcn; \
126 if (mctmp < 8) mcn = 0; else { mcn = (mctmp-1)/8; mctmp &= 7; } \
135 case 1: *mzp++ = xch; if(mcn <= 0) break; mcn
[all...]
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Docache.h39 register long mcn; \
40 if (mctmp < 8) mcn = 0; else { mcn = (mctmp-1)/8; mctmp &= 7; } \
49 case 1: *mzp++ = xch; if(mcn <= 0) break; mcn--; } \
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.h78 CDMCN mcn; member in struct:__anon1574
H A DIOCDBlockStorageDevice.h100 virtual IOReturn readMCN(CDMCN mcn) = 0;
H A DIOCDMedia.h317 * @param mcn
323 virtual IOReturn readMCN(CDMCN mcn);
H A DIOCDMedia.cpp406 IOReturn IOCDMedia::readMCN(CDMCN mcn) argument
419 return getProvider()->readMCN(mcn);
H A DIOCDBlockStorageDriver.h115 virtual IOReturn readMCN(CDMCN mcn);
H A DIOCDBlockStorageDriver.cpp777 IOCDBlockStorageDriver::readMCN(CDMCN mcn) argument
779 return(getProvider()->readMCN(mcn));
H A DIOCDMediaBSDClient.cpp311 status = getProvider()->readMCN(request->mcn);

Completed in 93 milliseconds