Searched refs:write_index (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c1290 uint8_t write_index = 0; local
1539 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1540 write_index = (uint8_t)(write_index + 1);
1551 write_index);
1576 write_buf[write_index] = PH_FRINFC_TOPAZ_CC_BYTE0;
1577 write_index = (uint8_t)(write_index + 1);
1585 write_index);
3215 uint16_t write_index local
3326 uint16_t write_index = 0; local
3497 uint16_t write_index = 0; local
[all...]
/external/chromium_org/mojo/system/
H A Dlocal_data_pipe.cc111 size_t write_index = local
119 min_num_bytes_to_write <= capacity_num_bytes() - write_index) {
122 DCHECK_GE(start_index_, write_index);
138 buffer.Put(buffer_.get() + write_index);
/external/qemu/audio/
H A Dwinaudio.c97 int write_index; /* starting first writable buffer */ member in struct:WinAudioOut
245 s->write_index = 0;
270 WAVEHDR* wav_buffer = s->buffers + s->write_index;
283 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
299 now/1e9, (now-last_time)/1e9, s->write_index);
304 s->write_index += 1;
305 if (s->write_index == NUM_OUT_BUFFERS)
306 s->write_index = 0;
/external/chromium_org/net/socket/
H A Dsocket_test_util.cc424 << ": Write " << write_index();
583 << ": Write " << write_index();
H A Dsocket_test_util.h255 size_t write_index() const { return write_index_; } function in class:net::StaticSocketDataProvider
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc131 return provider_->write_index() > 0;
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_stream_test.cc96 EXPECT_EQ(write_count(), write_index());
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc278 << (*it)->write_index();
295 << (*it)->write_index();
2820 << data.write_index();
3065 << data.write_index();
3126 << data.write_index();
3186 << data.write_index();
5724 << data.write_index();

Completed in 269 milliseconds