Searched refs:total (Results 1 – 2 of 2) sorted by relevance
105 total = 0 variable107 if total > 0:114 write("{:4}".format(total))115 total += len(translit.codepoints.decoded) + 1143 total = 0 variable145 if total > 0:152 write("{:4}".format(total))153 total += len(translit.replacement.decoded) + 2
95 if (total < RESERVE_MMAP_SIZE) in prepare_address_space()111 *reserved = total; in prepare_address_space()125 size_t total; in create_archive() local158 total = (GET (head.sumhash_offset) in create_archive()169 if (ftruncate64 (fd, total) != 0) in create_archive()230 ah->mmaped = total; in create_archive()337 size_t total; in enlarge_archive() local414 total = (GET (newhead.sumhash_offset) in enlarge_archive()432 if (ftruncate64 (fd, total) != 0) in enlarge_archive()455 if (lockf64 (fd, F_LOCK, total) != 0) in enlarge_archive()[all …]
Completed in 8 milliseconds