Home
last modified time | relevance | path

Searched refs:to_go (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c798 int ctr, to_go, size, whole_chunks; in creat_path_max() local
811 to_go = PATH_MAX - size; in creat_path_max()
813 whole_chunks = to_go / size; in creat_path_max()
819 to_go = PATH_MAX - size; in creat_path_max()
821 for (ctr = 0; ctr < to_go; ctr++) in creat_path_max()
/external/avb/
Davbtool959 to_go = size
960 while to_go > 0:
963 chunk_pos_to_go = min(chunk.output_size - chunk_pos_offset, to_go)
976 to_go -= chunk_pos_to_go