Searched refs:iter (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/htl/tests/ |
D | test-17.c | 28 work (int iter) in work() argument 36 printf ("work/%d: start\n", iter); in work() 44 printf ("work/%d: pre-setspecific: %p,%p\n", iter, value1, value2); in work() 47 err = pthread_setspecific (key1, (void *) (0x100 + iter)); in work() 49 err = pthread_setspecific (key2, (void *) (0x200 + iter)); in work() 54 printf ("work/%d: post-setspecific: %p,%p\n", iter, value1, value2); in work() 55 assert (value1 == (void *) (0x100 + iter)); in work() 56 assert (value2 == (void *) (0x200 + iter)); in work()
|
/glibc-2.36/sysdeps/htl/ |
D | timer_routines.c | 440 struct list_head *iter; in __timer_thread_queue_timer() local 443 for (iter = list_first (&thread->timer_queue); in __timer_thread_queue_timer() 444 iter != list_null (&thread->timer_queue); in __timer_thread_queue_timer() 445 iter = list_next (iter)) in __timer_thread_queue_timer() 447 struct timer_node *timer = timer_links2ptr (iter); in __timer_thread_queue_timer() 454 list_insbefore (iter, &insert->links); in __timer_thread_queue_timer() 500 struct list_head *iter = list_first (&thread_active_list); in __timer_thread_find_matching() local 502 while (iter != list_null (&thread_active_list)) in __timer_thread_find_matching() 504 struct thread_node *candidate = thread_links2ptr (iter); in __timer_thread_find_matching() 510 iter = list_next (iter); in __timer_thread_find_matching()
|
/glibc-2.36/nss/ |
D | tst-cancel-getpwuid_r.c | 59 unsigned int iter = 0; in worker() local 76 iter++; in worker() 85 if (iter > 100000) in worker()
|
/glibc-2.36/libio/ |
D | genops.c | 1079 _IO_iter_next (_IO_ITER iter) in libc_hidden_def() 1081 return iter->_chain; in libc_hidden_def() 1086 _IO_iter_file (_IO_ITER iter) in libc_hidden_def() 1088 return iter; in libc_hidden_def()
|
/glibc-2.36/nss/nss_compat/ |
D | compat-initgroups.c | 318 goto iter; in getgrent_next_nss() 341 iter: in getgrent_next_nss()
|
/glibc-2.36/stdlib/ |
D | Makefile | 71 drand48-iter \
|
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 2452 size_t iter = hash % (elem_size - 2) + 1; in collate_output() local 2456 idx += iter; in collate_output()
|
/glibc-2.36/elf/ |
D | Makefile | 273 tst-dl-iter-static \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.5 | 4187 * stdlib/drand48-iter.c (__drand48_iterate): Use u_int64_t instead of 4190 * stdlib/drand48-iter.c (__drand48_iterate): Don't check for null 5051 * stdlib/drand48-iter.c: Test limits.h macros instead of sizeof 7236 * stdlib/drand48-iter.c (__drand48_iterate): Likewise. 7268 stdlib/drand48-iter.c: New files implementing reentrant versions 7278 drand48-iter, a64l, l64a.
|
D | ChangeLog.6 | 2871 * stdlib/drand48-iter.c (__drand48_iterate): Cast state fragments 6214 * stdlib/drand48-iter.c: Likewise.
|
D | ChangeLog.12 | 7477 * stdlib/drand48-iter.c: Don't handle unsigned short > 16 bit
|
D | ChangeLog.18 | 7124 * elf/tst-dl-iter-static.c: Likewise. 28064 * stdlib/drand48-iter.c (__drand48_iterate): Likewise. 50146 * elf/tst-dl-iter-static.c: New file. 50147 * elf/Makefile (tests-static): Add tst-dl-iter-static. 57813 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 280 drand48-iter.c 12102 tst-dl-iter-static.c
|
D | filelist#en_US.UTF-8 | 280 drand48-iter.c 12102 tst-dl-iter-static.c
|
/glibc-2.36/ |
D | CONTRIBUTED-BY | 4724 stdlib/drand48-iter.c:
|