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

  /external/jemalloc/include/jemalloc/internal/
ckh.h 73 bool ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data);
  /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...]
nsx_core_neon.S 109 subs r3, r2, r4 @ tabind = inst->stages - inst->normData;
113 ldrh r3, [r12, r3] @ logval = WebRtcNsx_kLogTable[tabind];
115 rsblt r3, #0 @ logval = -WebRtcNsx_kLogTable[-tabind];
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 101 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];
nsx_core.c 477 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];
    [all...]
  /external/jemalloc/src/
ckh.c 435 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data)
439 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets +
446 *tabind = i + 1;
prof.c 1032 size_t tabind; local
1053 for (tabind = 0; ckh_iter(&bt2ctx, &tabind, NULL, &ctx.v) == false;)

Completed in 1273 milliseconds