Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/string/
Dtest-strnlen.c191 size_t last_offset = (page_size / sizeof (CHAR)) - 1; in do_page_tests() local
194 MEMSET (s, 65, (last_offset - 1)); in do_page_tests()
195 s[last_offset] = 0; in do_page_tests()
198 offset = last_offset; in do_page_tests()
203 exp_len = last_offset - offset; in do_page_tests()
220 start_offset = (last_offset + 1) / 2; in do_page_tests()
225 if (offset >= (last_offset + 1)) in do_page_tests()
227 exp_len = last_offset - offset; in do_page_tests()
244 size_t last_offset = page_size / sizeof (CHAR); in do_page_2_tests() local
247 MEMSET (s, 65, last_offset); in do_page_2_tests()
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetdents.c47 off64_t last_offset = -1; in __getdents() local
96 if (last_offset != -1) in __getdents()
98 __lseek64 (fd, last_offset, SEEK_SET); in __getdents()
104 last_offset = d_off; in __getdents()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/
Dgetdents64.c82 off64_t last_offset = -1; in __getdents64() local
105 if (last_offset == -1) in __getdents64()
113 __lseek64 (fd, last_offset, SEEK_SET); in __getdents64()
129 last_offset = kdirent.d_off; in __getdents64()
/glibc-2.36/locale/programs/
D3level.h217 uint32_t level2_offset, level3_offset, last_offset; in CONCAT() local
268 last_offset = in CONCAT()
273 t->result_size = LOCFILE_ALIGN_UP (last_offset); in CONCAT()