Searched refs:leak2 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc532 static bool LeakComparator(const Leak &leak1, const Leak &leak2) { argument
533 if (leak1.is_directly_leaked == leak2.is_directly_leaked)
534 return leak1.total_size > leak2.total_size;
/external/speex/libspeex/
H A Dmdf.c1199 spx_word16_t leak2; local
1214 leak2 = 32767;
1216 leak2 = SHL16(st->leak_estimate, 1);
1219 leak2 = 1;
1221 leak2 = 2*st->leak_estimate;
1225 residual_echo[i] = (spx_int32_t)MULT16_32_Q15(leak2,residual_echo[i]);

Completed in 80 milliseconds