Searched refs:cIdAry (Results 1 – 1 of 1) sorted by relevance
393 unsigned char cIdAry[2]; in operator >>() local403 rIStream.Read( cIdAry, 2 ); in operator >>()404 i1 = (cIdAry[0] & 0x70) >> 4; in operator >>()405 i2 = cIdAry[0] & 0x07; in operator >>()406 i3 = (cIdAry[1] & 0x70) >> 4; in operator >>()407 i4 = cIdAry[1] & 0x07; in operator >>()420 if ( cIdAry[0] & 0x80 ) in operator >>()433 if ( cIdAry[0] & 0x08 ) in operator >>()446 if ( cIdAry[1] & 0x80 ) in operator >>()458 if ( cIdAry[1] & 0x08 ) in operator >>()
Completed in 10 milliseconds