Searched refs:tbl_len (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | out.h | 44 typedef size_t (*tbl_len)(size_t, void *); typedef 48 tbl_len len; /* produce width of empty space */
|
/titanic_50/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_instr.c | 116 .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 = 5, [all …]
|
H A D | dis_sparc.h | 74 uint32_t tbl_len; member
|
H A D | dis_sparc.c | 253 idx = dis_get_bits(instr, tp->tbl_field, tp->tbl_len); in dis_sparc_disassemble()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1815 int32_t i, tbl_len; in ud_read_sparing_tbls() local 1818 tbl_len = SWAP_16(stbl->stbl_len); in ud_read_sparing_tbls() 1820 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno)); in ud_read_sparing_tbls() 1823 for (i = 0; i < tbl_len; i++) { in ud_read_sparing_tbls()
|