Home
last modified time | relevance | path

Searched refs:zidx (Results 1 – 7 of 7) sorted by relevance

/third_party/iowow/src/kv/dbg/
Diwkvdbg.c14 blkn, (int64_t) kb->maxoff, kb->zidx, kb->idxsz, kb->szpow, kb->flags, kb->db->id); in iwkvd_kvblk()
71 sb->pnum, sb->flags, sb->kvblk->zidx, in iwkvd_sblk()
/third_party/iowow/src/kv/
Diwkv.c680 kblk->zidx = 0; in _kvblk_create()
861 kb->zidx = -1; in _kvblk_at_mm()
890 } else if (kb->zidx < 0) { in _kvblk_at_mm()
891 kb->zidx = i; in _kvblk_at_mm()
1003 kb->zidx = i; in KSORT_INIT()
1011 kb->zidx = -1; in KSORT_INIT()
1044 if ((kb->zidx < 0) || (idx < kb->zidx)) { in _kvblk_rmkv()
1045 kb->zidx = idx; in _kvblk_rmkv()
1121 if (kb->zidx < 0) { in _kvblk_addkv()
1180 *oidx = (uint8_t) kb->zidx; in _kvblk_addkv()
[all …]
Diwkv_internal.h155 int8_t zidx; /**< Index of first empty pair slot (zero index), or -1 */ member
/third_party/skia/third_party/externals/icu/source/i18n/
Dtimezone.cpp856 int32_t zidx = baseMap[i]; in create() local
857 UnicodeString id = ures_getUnicodeStringByIndex(res, zidx, &ec); in create()
899 filteredMap[numEntries++] = zidx; in create()
/third_party/node/deps/icu-small/source/i18n/
Dtimezone.cpp856 int32_t zidx = baseMap[i]; in create() local
857 UnicodeString id = ures_getUnicodeStringByIndex(res, zidx, &ec); in create()
899 filteredMap[numEntries++] = zidx; in create()
/third_party/icu/icu4c/source/i18n/
Dtimezone.cpp856 int32_t zidx = baseMap[i]; in create() local
857 UnicodeString id = ures_getUnicodeStringByIndex(res, zidx, &ec); in create()
899 filteredMap[numEntries++] = zidx; in create()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtimezone.cpp824 int32_t zidx = baseMap[i]; in create() local
825 UnicodeString id = ures_getUnicodeStringByIndex(res, zidx, &ec); in create()
867 filteredMap[numEntries++] = zidx; in create()