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

  /external/qemu/android/utils/
misc.c 191 int2hex( uint8_t* hex, int len, int val ) function
  /device/generic/goldfish/qemud/
qemud.c 197 int2hex( int value, uint8_t* to, int width ) function
1170 int2hex( p->len, h->data + LENGTH_OFFSET, LENGTH_SIZE );
1171 int2hex( p->channel, h->data + CHANNEL_OFFSET, CHANNEL_SIZE );
    [all...]

Completed in 189 milliseconds