HomeSort by relevance Sort by last modified time
    Searched refs:out_pos (Results 1 - 12 of 12) sorted by null

  /external/qemu/telephony/
simulator.c 29 int out_pos; member in struct:__anon13931
121 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
127 client->out_pos += 1;
128 if (client->out_pos == client->out_size) {
130 client->out_pos = 0;
test2.c 45 int out_pos; member in struct:__anon13938
135 ret = sys_channel_write( client->channel, client->out_buff + client->out_pos, 1 );
141 client->out_pos += 1;
142 if (client->out_pos == client->out_size) {
144 client->out_pos = 0;
  /external/lzma/xz-embedded/
xz.h 132 * if out_pos is equal to out_size.
133 * @out_pos: Current position in the output buffer. This must not exceed
137 * Only the contents of the output buffer from out[out_pos] onward, and
138 * the variables in_pos and out_pos are modified by the XZ code.
146 size_t out_pos; member in struct:xz_buf
209 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
210 * contents of the output buffer from b->out[b->out_pos] onward are
xz_dec_stream.c 47 /* Saved in_pos and out_pos */
234 s->out_start = b->out_pos;
244 s->block.uncompressed += b->out_pos - s->out_start;
257 b->out_pos - s->out_start, s->crc);
261 b->out_pos - s->out_start, s->crc);
754 * If single-call decoding fails, we reset b->in_pos and b->out_pos back to
770 out_start = b->out_pos;
780 b->out_pos = out_start;
784 && out_start == b->out_pos) {
xz_dec_lzma2.c 289 dict->buf = b->out + b->out_pos;
290 dict->end = b->out_size - b->out_pos;
380 && b->out_pos < b->out_size) {
382 b->out_size - b->out_pos);
400 memcpy(b->out + b->out_pos, b->in + b->in_pos,
406 b->out_pos += copy_size;
424 memcpy(b->out + b->out_pos, dict->buf + dict->start,
429 b->out_pos += copy_size;
1067 b->out_size - b->out_pos,
1082 } else if (b->out_pos == b->out_siz
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 264 u8 alert, *out_end, *out_pos, ct; local
269 out_pos = out_data;
274 olen = out_end - out_pos;
276 out_pos, &olen, &alert);
298 out_pos[0], out_pos[1]);
299 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
306 out_pos[1]);
328 out_pos += olen;
329 if (out_pos > out_end)
    [all...]
tlsv1_client.c 312 u8 alert, *out_pos, ct; local
340 out_pos = wpabuf_put(buf, 0);
343 out_pos, &olen, &alert);
375 out_pos[0], out_pos[1]);
376 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) {
382 alert = out_pos[1];
  /device/generic/goldfish/qemud/
qemud.c 755 int out_pos; member in struct:FDHandler
886 f->out_pos = 0;
930 avail = p->len - f->out_pos;
931 if ((len = fd_write(f->fd, p->data + f->out_pos, avail)) < 0) {
934 f->out_pos += len;
935 if (f->out_pos >= p->len) {
936 f->out_pos = 0;
962 f->out_pos = 0;
    [all...]
  /external/libunwind/src/
elfxx.c 280 size_t in_pos = 0, out_pos = 0;
284 mdi->image, &out_pos, mdi->size);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 979 StateInternalPos out_pos = db_state.StateBegin(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
aff.h 321 __isl_take isl_multi_aff *ma1, unsigned in_pos, unsigned out_pos,
549 __isl_take isl_multi_pw_aff *mpa1, unsigned in_pos, unsigned out_pos,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
aff.h 321 __isl_take isl_multi_aff *ma1, unsigned in_pos, unsigned out_pos,
549 __isl_take isl_multi_pw_aff *mpa1, unsigned in_pos, unsigned out_pos,

Completed in 409 milliseconds