Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dnls_utf8.c279 #define LEAF_GEN(LEAF) ((LEAF)[0]) macro
367 LEAF_GEN(h) = 2; in utf8hangul()
498 leaf_age = utf8agetab[LEAF_GEN(leaf)];
527 leaf_age = utf8agetab[LEAF_GEN(leaf)];
555 leaf_age = utf8agetab[LEAF_GEN(leaf)];
584 leaf_age = utf8agetab[LEAF_GEN(leaf)];
613 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
642 if (utf8agetab[LEAF_GEN(leaf)] > data->maxage)
775 if (utf8agetab[LEAF_GEN(leaf)] > u8c->data->maxage) { in utf8byte()