Searched defs:grp1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Analysis/
H A Dpthreadlock.c10 lck_grp_t grp1; variable
350 lck_mtx_destroy(&mtx1, &grp1); // no-warning
357 lck_mtx_destroy(&mtx1, &grp1); // no-warning
364 lck_mtx_destroy(&mtx1, &grp1); // no-warning
365 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock has already been destroyed}}
372 lck_mtx_destroy(&mtx1, &grp1); // expected-warning{{This lock is still locked}}
/external/svox/pico/lib/
H A Dpicoktab.c965 static picoos_int16 ktab_isEqualPosGroup(const picoos_uint8 *grp1, argument
969 /* if both, grp1 and grp2 would be sorted in ascending order
979 /* search grp1[i] in grp2 */
981 while ((j < len) && (grp1[i] != grp2[j])) {

Completed in 92 milliseconds