Searched defs:link_t (Results 1 – 2 of 2) sorted by relevance
120 struct link_t struct122 unsigned width: 3;123 unsigned is_signed: 1;124 unsigned whence: 2;125 unsigned bias : 26;126 unsigned position;127 objidx_t objidx;132 link_t (const hb_link_t &o) in link_t() function143 HB_INTERNAL static int cmp (const void* a, const void* b) in cmp()
16 } link_t; typedef