Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dtab.c97 size_t remaining = sizeof(completion) - strlen(completion) - 1; in complete_at_dir() local
98 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()
/third_party/dev/ethernet/e1000/
A De1000_manage.c230 u16 remaining, i, j, prev_bytes; in e1000_mng_host_if_write_generic() local
254 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()
/third_party/tools/android/avb/
A Davbtool3678 remaining = hash_src_size
3679 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 - remaining
3691 remaining -= len(data)
/third_party/ulib/musl/
A DWHATSNEW52 implemented all remaining required pthread and clock interfaces.
729 - syscall wrappers added for most remaining linux syscalls
/third_party/lib/acpica/
A Dchanges.txt14719 the ASL compiler and the AML interpreter. The only remaining ACPI

Completed in 29 milliseconds