Searched refs:repeat (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | stdatomic_test.cpp | 212 size_t repeat = 0; in reader() local 232 if (repeat < repeat_limit) ++repeat; in reader() 237 EXPECT_EQ(repeat, repeat_limit); in reader()
|
D | pthread_test.cpp | 2006 for (size_t repeat = 0; repeat < 2; ++repeat) { in TEST() local 2128 for (int repeat = 0; repeat < 2; ++repeat) { in TEST() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit); 524 repeat(p, pos, count, count2, 0); in p_ere_exp() 719 repeat(p, pos, count, count2, 0); in p_simp_re() 1135 repeat( in repeat() function 1169 repeat(p, start+1, 1, to, reclimit); in repeat() 1189 repeat(p, copy, 1, to-1, reclimit); in repeat() 1197 repeat(p, copy, from-1, to-1, reclimit); in repeat() 1201 repeat(p, copy, from-1, to, reclimit); in repeat()
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 320 __u32 repeat; member
|