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

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
Base64.java 70 int out_index = 0; local
110 out[out_index++] = (byte) ((quantum & 0x00FF0000) >> 16);
111 out[out_index++] = (byte) ((quantum & 0x0000FF00) >> 8);
112 out[out_index++] = (byte) (quantum & 0x000000FF);
120 out[out_index++] = (byte) ((quantum & 0x00FF0000) >> 16);
122 out[out_index++] = (byte) ((quantum & 0x0000FF00) >> 8);
126 byte[] result = new byte[out_index];
127 System.arraycopy(out, 0, result, 0, out_index);
  /external/libpcap/
pcap-dos.h 123 int out_index; /* queue index tail */ member in struct:rx_ringbuf
  /external/libpng/contrib/libtests/
pngvalid.c 8741 PNG_CONST unsigned int out_index = local
    [all...]

Completed in 560 milliseconds