HomeSort by relevance Sort by last modified time
    Searched defs:tabind (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/test/unit/
ckh.c 149 size_t tabind; local
153 for (tabind = 0; ckh_iter(&ckh, &tabind, &q, &r) ==
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 142 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
148 tabind = inst->stages - inst->normData;
149 assert(tabind < 9);
150 assert(tabind > -9);
151 if (tabind < 0) {
152 logval = -WebRtcNsx_kLogTable[-tabind];
154 logval = WebRtcNsx_kLogTable[tabind];
nsx_core.c 341 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
347 tabind = inst->stages - inst->normData;
348 assert(tabind < 9);
349 assert(tabind > -9);
350 if (tabind < 0) {
351 logval = -WebRtcNsx_kLogTable[-tabind];
353 logval = WebRtcNsx_kLogTable[tabind];
    [all...]
  /external/jemalloc/src/
prof.c 1032 size_t tabind; local
1053 for (tabind = 0; ckh_iter(&bt2ctx, &tabind, NULL, &ctx.v) == false;)

Completed in 1807 milliseconds