Searched refs:repeat (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | stdatomic_test.cpp | 224 size_t repeat = 0; in reader() local 244 if (repeat < repeat_limit) { in reader() 245 ++repeat; in reader() 253 EXPECT_EQ(repeat, repeat_limit); in reader()
|
D | pthread_test.cpp | 2085 for (size_t repeat = 0; repeat < 2; ++repeat) { in TEST() local 2207 for (int repeat = 0; repeat < 2; ++repeat) { in TEST() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regcomp.c | 162 static void repeat(struct parse *p, sopno start, int from, int to); 667 repeat(p, pos, count, count2); in p_ere_exp() 1062 repeat(p, pos, count, count2); in p_simp_re() 1575 repeat(struct parse *p, function 1603 repeat(p, start+1, 1, to); 1623 repeat(p, copy, 1, to-1); 1631 repeat(p, copy, from-1, to-1); 1635 repeat(p, copy, from-1, to);
|
/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 484 __u32 repeat; member
|