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

  /external/qemu/android/utils/
misc.c 176 hex2int( const uint8_t* hex, int len ) function
  /device/generic/goldfish/qemud/
qemud.c 160 hex2int( const uint8_t* data, int len ) function
1113 s->in_datalen = hex2int( inp->data + LENGTH_OFFSET, LENGTH_SIZE );
1114 s->in_channel = hex2int( inp->data + CHANNEL_OFFSET, CHANNEL_SIZE );
    [all...]

Completed in 32 milliseconds