Searched refs:remaining (Results 1 – 5 of 5) sorted by relevance
97 size_t remaining = sizeof(completion) - strlen(completion) - 1; in complete_at_dir() local98 strncat(completion, state->line_separator, remaining); in complete_at_dir()99 remaining = sizeof(completion) - strlen(completion) - 1; in complete_at_dir()100 strncat(completion, de->d_name, remaining); in complete_at_dir()
230 u16 remaining, i, j, prev_bytes; in e1000_mng_host_if_write_generic() local254 remaining = length & 0x3; in e1000_mng_host_if_write_generic()255 length -= remaining; in e1000_mng_host_if_write_generic()272 if (remaining) { in e1000_mng_host_if_write_generic()274 if (j < remaining) in e1000_mng_host_if_write_generic()
3678 remaining = hash_src_size3679 while remaining > 0:3684 image.seek(hash_src_offset + hash_src_size - remaining)3685 data = image.read(min(remaining, block_size))3687 offset = hash_level_offsets[level_num - 1] + hash_src_size - remaining3691 remaining -= len(data)
52 implemented all remaining required pthread and clock interfaces.729 - syscall wrappers added for most remaining linux syscalls
14719 the ASL compiler and the AML interpreter. The only remaining ACPI
Completed in 29 milliseconds