Home
last modified time | relevance | path

Searched refs:grp1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Dpthreadlock.c10 lck_grp_t grp1; variable
350 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad20()
357 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad21()
364 lck_mtx_destroy(&mtx1, &grp1); // no-warning in bad22()
365 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock has already been destroyed}} in bad22()
372 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock is still locked}} in bad23()
/external/svox/pico/lib/
Dpicoktab.c965 static picoos_int16 ktab_isEqualPosGroup(const picoos_uint8 *grp1, in ktab_isEqualPosGroup() argument
981 while ((j < len) && (grp1[i] != grp2[j])) { in ktab_isEqualPosGroup()