Searched defs:tabind (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/test/unit/
H A Dckh.c149 size_t tabind; local
153 for (tabind = 0; ckh_iter(&ckh, &tabind, &q, &r) ==
/external/jemalloc/src/
H A Dckh.c435 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data) argument
439 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets +
446 *tabind = i + 1;
H A Dprof.c1032 size_t tabind; local
1053 for (tabind = 0; ckh_iter(&bt2ctx, &tabind, NULL, &ctx.v) == false;)
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core_neon.c101 int16_t log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
107 tabind = inst->stages - inst->normData;
108 assert(tabind < 9);
109 assert(tabind > -9);
110 if (tabind < 0) {
111 logval = -WebRtcNsx_kLogTable[-tabind];
113 logval = WebRtcNsx_kLogTable[tabind];
H A Dnsx_core.c477 WebRtc_Word16 log2, tabind, logval, tmp16, tmp16no1, tmp16no2; local
483 tabind = inst->stages - inst->normData;
484 assert(tabind < 9);
485 assert(tabind > -9);
486 if (tabind < 0) {
487 logval = -WebRtcNsx_kLogTable[-tabind];
489 logval = WebRtcNsx_kLogTable[tabind];
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c142 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];
H A Dnsx_core.c341 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];

Completed in 8318 milliseconds