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

/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable_test.cc46 out_index(0) { }
104 EXPECT_EQ(b, static_cast<unsigned char>(out[out_index]));
105 ++out_index;
111 string(out.data() + out_index, size));
112 out_index += size;
116 EXPECT_EQ(out_index, out.size());
160 size_t out_index; member in class:open_vcdiff::__anon3105::CodeTableWriterTest
H A Dinstruction_map_test.cc73 size_t out_index; member in class:open_vcdiff::__anon3116::InstructionMapTest
/external/libpcap/
H A Dpcap-dos.c1339 if (idx != active_dev->queue.out_index)
1391 q->out_index = 0;
1413 * Increment the queue 'out_index' (tail).
1418 q->out_index++;
1419 if (q->out_index >= q->num_elem)
1420 q->out_index = 0;
1421 return (q->out_index);
1450 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->out_index));
1458 q->in_index = q->out_index;
H A Dpcap-dos.h123 int out_index; /* queue index tail */ member in struct:rx_ringbuf

Completed in 194 milliseconds