Lines Matching refs:nums
110 obuf = tic->nums.buf; in _ti_promote()
112 entries = tic->nums.entries; in _ti_promote()
113 tic->nums.buf = NULL; in _ti_promote()
114 tic->nums.entries = tic->nums.buflen = tic->nums.bufpos = 0; in _ti_promote()
119 !_ti_encode_buf_id_num(&tic->nums, ind, num, in _ti_promote()
390 (sizeof(uint16_t) * 2) + tic->nums.bufpos + in _ti_flatten()
407 _ti_encode_buf(&cap, &tic->nums); in _ti_flatten()
717 _ti_find_cap(tic, &tic->nums, 'n', ind) != NULL) in _ti_compile()
745 if (!_ti_encode_buf_id_num(&tic->nums, in _ti_compile()
761 if (_ti_find_cap(tic, &tic->nums, 'n', ind) in _ti_compile()
764 if (!_ti_encode_buf_id_num(&tic->nums, ind, in _ti_compile()
807 free(tic->nums.buf); in _ti_freetic()