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

  /cts/tests/tests/content/src/android/content/res/cts/
AssetManager_AssetInputStreamTest.java 90 // test read(bytep[], int, int)
135 // test read(bytep[], int, int): offset is negative,
144 // test read(bytep[], int, int): len+offset greater than data length
  /external/iproute2/tc/
m_ipt.c 113 const unsigned char *bytep; local
115 bytep = (const unsigned char *) &(addrp->s_addr);
116 sprintf(buf, "%d.%d.%d.%d", bytep[0], bytep[1], bytep[2], bytep[3]);
  /external/iptables/iptables/
xtables.c 1084 const unsigned char *bytep = (const void *)&addrp->s_addr; local
1086 sprintf(buf, "%u.%u.%u.%u", bytep[0], bytep[1], bytep[2], bytep[3]);
    [all...]

Completed in 139 milliseconds