Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 5 of 5) sorted by relevance

/lib/xz/
Dxz_dec_test.c105 size_t remaining; in xz_dec_test_write() local
119 remaining = size; in xz_dec_test_write()
120 while ((remaining > 0 || buffers.out_pos == buffers.out_size) in xz_dec_test_write()
124 buffers.in_size = min(remaining, sizeof(buffer_in)); in xz_dec_test_write()
129 remaining -= buffers.in_size; in xz_dec_test_write()
145 return size - remaining - (buffers.in_size - buffers.in_pos); in xz_dec_test_write()
/lib/
Dhexdump.c247 int i, linelen, remaining = len; in print_hex_dump() local
254 linelen = min(remaining, rowsize); in print_hex_dump()
255 remaining -= rowsize; in print_hex_dump()
Ddigsig.c116 unsigned int remaining = endp - datap; in digsig_verify_rsa() local
117 pkey[i] = mpi_read_from_buffer(datap, &remaining); in digsig_verify_rsa()
120 datap += remaining; in digsig_verify_rsa()
Ddynamic_debug.c504 static int remaining(int wrote) in remaining() function
520 pos += snprintf(buf + pos, remaining(pos), "<intr> "); in dynamic_emit_prefix()
522 pos += snprintf(buf + pos, remaining(pos), "[%d] ", in dynamic_emit_prefix()
527 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
530 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
533 pos += snprintf(buf + pos, remaining(pos), "%d:", in dynamic_emit_prefix()
536 pos += snprintf(buf + pos, remaining(pos), " "); in dynamic_emit_prefix()
Dbch.c1117 unsigned int sum, x, y, remaining, ak = 0, xi[m]; in build_deg2_base() local
1130 remaining = m; in build_deg2_base()
1133 for (x = 0; (x <= GF_N(bch)) && remaining; x++) { in build_deg2_base()
1140 remaining--; in build_deg2_base()
1148 return remaining ? -1 : 0; in build_deg2_base()