Home
last modified time | relevance | path

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

/locale/
A Dgen-translit.py105 total = 0 variable
107 if total > 0:
114 write("{:4}".format(total))
115 total += len(translit.codepoints.decoded) + 1
143 total = 0 variable
145 if total > 0:
152 write("{:4}".format(total))
153 total += len(translit.replacement.decoded) + 2
/locale/programs/
A Dlocarchive.c95 if (total < RESERVE_MMAP_SIZE) in prepare_address_space()
111 *reserved = total; in prepare_address_space()
125 size_t total; in create_archive() local
158 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() local
414 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