Searched refs:out_size (Results 1 - 9 of 9) sorted by relevance

/external/qemu/telephony/
H A Dsimulator.c30 int out_size; member in struct:__anon8804
128 if (client->out_pos == client->out_size) {
129 client->out_size = 0;
151 avail = sizeof(client->out_buff) - client->out_size;
155 memcpy( client->out_buff + client->out_size, str, len );
156 if (client->out_size == 0) {
159 client->out_size += len;
H A Dtest2.c46 int out_size; member in struct:__anon8811
142 if (client->out_pos == client->out_size) {
143 client->out_size = 0;
164 avail = sizeof(client->out_buff) - client->out_size;
168 memcpy( client->out_buff + client->out_size, str, len );
169 if (client->out_size == 0) {
172 client->out_size += len;
H A Dsim_card.c33 int out_size; member in struct:ASimCardRec_
H A Dandroid_modem.c276 int out_size; member in struct:AModemRec_
356 modem->out_size = 0;
364 modem->out_size += vsnprintf( modem->out_buff + modem->out_size,
365 sizeof(modem->out_buff) - modem->out_size,
373 modem->out_buff[ modem->out_size ] = 0;
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc136 int out_size; local
139 if (!output->Next(&out, &out_size)) {
142 EXPECT_GT(out_size, 0);
144 if (in_size <= out_size) {
146 output->BackUp(out_size - in_size);
150 memcpy(out, in, out_size);
151 in += out_size;
152 in_size -= out_size;
160 int out_size = size; local
169 return size - out_size;
[all...]
/external/qemu/hw/
H A Dbt-hci-csr.c38 int out_size; member in struct:csrhci_s
84 if (s->out_start >= s->out_size) {
86 s->out_size = FIFO_LEN;
103 if (off + len > FIFO_LEN && (s->out_size = off + len) > FIFO_LEN * 2) {
110 if (s->out_len > s->out_size) {
115 return s->outfifo + off - s->out_size;
390 s->out_size = FIFO_LEN;
/external/grub/stage2/
H A Dtparm.c142 static int out_size = 256; variable
149 if (need > out_size) {
/external/kernel-headers/original/linux/
H A Dhdreg.h123 unsigned long out_size; member in struct:ide_task_request_s
H A Dcoda.h764 u_short out_size; /* Maximum size of output buffer, <= 2K */ member in struct:ViceIoctl

Completed in 273 milliseconds