Lines Matching defs:nt
204 static char *construct_format(uint32_t nt);
1664 construct_format(uint32_t nt)
1670 assert((nt >= 1) && (nt <= 4));
1673 for (i = 0; i < nt; i++)
2581 uint32_t nt = 0, cnt = 0;
2628 if ((nt = (maxessidlen / 8 + 1)) > 4)
2629 nt = 4;
2631 ntstr = construct_format(nt);
2653 cnt = nt - (min((strlen(param)/8 + 1), 4) - 1);
3675 uint32_t maxessidlen = 0, nt = 0, cnt = 0;
3884 if ((nt = (maxessidlen / 8 + 1)) > 4)
3885 nt = 4;
3887 ntstr = construct_format(nt);
3917 cnt = nt - (min(len /8 + 1, 4) - 1);