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

  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 295 byte tmpdata; local
304 tmpdata = regRd( rHIRQ );
305 if( tmpdata & bmHXFRDNIRQ ) {
309 }//if( tmpdata & bmHXFRDNIRQ
340 byte tmpdata; local
343 tmpdata = getVbusState();
346 switch( tmpdata ) {
362 }// switch( tmpdata
385 tmpdata = regRd( rMODE ) | bmSOFKAENAB; //start SOF generation
386 regWr( rMODE, tmpdata );
    [all...]
  /external/elfutils/src/libdwfl/
relocate.c 421 Elf_Data tmpdata = local
456 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata,
460 assert (d == &tmpdata);
477 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata,

Completed in 2471 milliseconds