Searched refs:in_index (Results 1 - 4 of 4) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DBase64.java72 int in_index = 0;
108 if (in_index%4 == 3) {
114 in_index++;
/external/libpcap/
H A Dpcap-dos.h120 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
H A Dpcap-dos.c1366 active_dev->queue.in_index = idx;
1412 q->in_index = 0;
1447 * Return the queue's next 'in_index' (head).
1452 volatile int index = q->in_index + 1;
1464 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index));
1480 q->in_index = q->out_index;
/external/libpng/contrib/libtests/
H A Dpngvalid.c9890 const unsigned int in_index = local
9902 dp->this.palette[in_index].alpha :
9969 in_ct == 3 ? in_palette[in_index].red :
9976 in_ct == 3 ? in_palette[in_index].green :
9983 in_ct == 3 ? in_palette[in_index].blue :

Completed in 674 milliseconds