Searched refs:TCBSENCUNIT (Results 1 – 1 of 1) sorted by relevance
9508 #define TCBSENCUNIT 8192 // unit size of TCBS encoding macro9844 TCMALLOC(result, (size * 7) / 3 + (size / TCBSENCUNIT + 1) * sizeof(uint16_t) + in tcbsencode()9845 TCBSENCUNIT * 2 + 0x200); in tcbsencode()9851 int usiz = tclmin(TCBSENCUNIT, end - ptr); in tcbsencode()9878 ptr += TCBSENCUNIT; in tcbsencode()9903 int usiz = tclmin(TCBSENCUNIT, end - ptr); in tcbsdecode()