HomeSort by relevance Sort by last modified time
    Searched full:tmpbyte (Results 1 - 2 of 2) sorted by null

  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 189 byte tmpbyte = 0; local
190 tmpbyte = regRd( rIOPINS2 ); //pins 4-7
191 tmpbyte &= 0xf0; //clean lower nibble
192 tmpbyte |= ( regRd( rIOPINS1 ) >>4 ) ; //shift low bits and OR with upper from previous operation. Upper nibble zeroes during shift, at least with this compiler
193 return( tmpbyte );
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 73 uint8_t tmpByte;
79 tmpByte = *pEnd;
83 *pEnd = tmpByte;
89 tmpByte = *pEnd;
93 *pEnd = tmpByte;
99 tmpByte = *pEnd;
103 *pEnd = tmpByte;
109 tmpByte = *pEnd;
113 *pEnd = tmpByte;
119 tmpByte = *pEnd
    [all...]

Completed in 105 milliseconds