Searched refs:counter (Results 1 – 12 of 12) sorted by relevance
/sysdeps/pthread/ |
A D | tst-mtx-basic.c | 29 static int counter; variable 37 counter++; in child_add() 57 counter++; in do_test() 65 if (counter != 2) in do_test() 66 FAIL_EXIT1 ("counter (%d) != 2", counter); in do_test()
|
A D | tst-cond24.c | 144 int counter = 0; in do_test_wait() local 188 for (; counter < MAXITER; counter++) in do_test_wait() 197 if (!(counter % 100)) in do_test_wait() 198 printf ("counter: %d\n", counter); in do_test_wait()
|
/sysdeps/generic/ |
A D | dl-dtv.h | 31 size_t counter; member
|
/sysdeps/x86_64/ |
A D | dl-tls.c | 44 if (__glibc_unlikely (dtv[0].counter != gen)) in hidden_ver()
|
/sysdeps/aarch64/ |
A D | tlsdesc.sym | 17 DTV_COUNTER offsetof(dtv_t, counter)
|
/sysdeps/mips/mips64/ |
A D | addmul_1.S | 79 daddiu $6,$6,-1 # decrement loop counter
|
A D | mul_1.S | 79 daddiu $6,$6,-1 # decrement loop counter
|
A D | submul_1.S | 80 daddiu $6,$6,-1 # decrement loop counter
|
/sysdeps/arm/ |
A D | strlen.S | 34 rsb r0, r3, $0 @ get - that number into counter.
|
/sysdeps/alpha/alphaev6/ |
A D | memset.S | 108 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
|
A D | stxncpy.S | 159 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8
|
/sysdeps/alpha/ |
A D | stxncpy.S | 134 srl a2, 3, a2 # a2 = loop counter = (count - 1)/8
|
Completed in 8 milliseconds