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

  /external/boringssl/src/ssl/
custom_extensions.cc 34 unsigned *out_index, uint16_t value) { variable
38 if (out_index != NULL) {
39 *out_index = i;
  /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 121 int out_index; /* queue index tail */ member in struct:rx_ringbuf
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 1817 size_t out_index = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-tic6x.c 4268 unsigned int in_index, out_index; local
    [all...]
elf32-arm.c 15635 unsigned int in_index, out_index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 152 unsigned out_index; /**< the real position output reg */ member in struct:svga_shader_emitter_v10::__anon28267
865 if (index == emit->vposition.out_index &&
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 10265 const unsigned int out_index = local
    [all...]

Completed in 2589 milliseconds