HomeSort by relevance Sort by last modified time
    Searched refs:tabind (Results 1 - 6 of 6) 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 158 size_t tabind; local
162 for (tabind = 0; !ckh_iter(&ckh, &tabind, &q, &r);) {
  /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 439 ckh_iter(ckh_t *ckh, size_t *tabind, void **key, void **data)
443 for (i = *tabind, ncells = (ZU(1) << (ckh->lg_curbuckets +
450 *tabind = i + 1;
prof.c 1216 size_t tabind; local
1224 for (tabind = 0; !ckh_iter(&tdata->bt2tctx, &tabind, NULL,
1450 size_t tabind; local
    [all...]

Completed in 129 milliseconds