/external/lzma/xz-embedded/ |
H A D | xz_dec_bcj.c | 52 size_t out_pos; member in struct:xz_dec_bcj 403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos); 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); 405 b->out_pos += copy_size; 449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { 450 out_start = b->out_pos; 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); 452 b->out_pos += s->temp.size; 459 bcj_apply(s, b->out, &out_start, b->out_pos); 469 s->temp.size = b->out_pos [all...] |
H A D | xz_dec_test.c | 77 buffers.out_pos = 0; 120 while ((remaining > 0 || buffers.out_pos == buffers.out_size) 132 buffers.out_pos = 0; 134 crc = crc32(crc, buffer_out, buffers.out_pos);
|
H A D | 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
|
H A D | 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) {
|
H A D | 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 [all...] |
/external/toybox/toys/pending/ |
H A D | xzcat.c | 82 * if out_pos is equal to out_size. 83 * @out_pos: Current position in the output buffer. This must not exceed 87 * Only the contents of the output buffer from out[out_pos] onward, and 88 * the variables in_pos and out_pos are modified by the XZ code. 96 size_t out_pos; member in struct:xz_buf 138 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the 139 * contents of the output buffer from b->out[b->out_pos] onward are 232 b.out_pos = 0; 243 if (b.out_pos == sizeof(out)) { 244 if (fwrite(out, 1, b.out_pos, stdou 452 size_t out_pos; member in struct:xz_dec_bcj [all...] |
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | 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_en [all...] |
H A D | 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];
|
/external/wpa_supplicant_8/src/tls/ |
H A D | 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_en [all...] |
H A D | 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];
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | 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_en [all...] |
H A D | 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];
|