Searched refs:tbl_len (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dout.h44 typedef size_t (*tbl_len)(size_t, void *); typedef
48 tbl_len len; /* produce width of empty space */
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc.h74 uint32_t tbl_len; member in struct:table
H A Ddis_sparc_instr.c116 .tbl_len = 4,
151 .tbl_len = 4,
173 .tbl_len = 4,
203 .tbl_len = 4,
233 .tbl_len = 4,
260 .tbl_len = 4,
285 .tbl_len = 3,
402 .tbl_len = 6,
434 .tbl_len = 4,
462 .tbl_len
[all...]
H A Ddis_sparc.c253 idx = dis_get_bits(instr, tp->tbl_field, tp->tbl_len);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1815 int32_t i, tbl_len; local
1818 tbl_len = SWAP_16(stbl->stbl_len);
1820 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno));
1823 for (i = 0; i < tbl_len; i++) {

Completed in 54 milliseconds