Searched refs:aByte (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.h200 ULong HighestBitOn(UByte aByte);
H A DIrQOS.cpp920 ULong TIrQOS::HighestBitOn(UByte aByte)
925 require(aByte != 0, Fail);
928 if ((aByte & bitMask) != 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c123261 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING); local
[all...]

Completed in 424 milliseconds