Searched defs:TABLE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_instr.c67 #define TABLE(_name, _arch) \ macro
268 TABLE(BPcc_table, V9|V9S),
269 TABLE(Bicc_table, VALL),
270 TABLE(BPr_table, V9|V9S),
273 TABLE(FBPfcc_table, V9|V9S),
274 TABLE(FBfcc_table, VALL),
275 TABLE(CBccc_table, V8)
558 TABLE(movfcc_table, V9|V9S),
559 TABLE(movicc_table, V9|V9S)
1629 TABLE(movcc_tabl
[all...]
H A Ddis_s390x.c100 * Note that we are using designated initializers via the INSTR/TABLE/MULTI
544 #define TABLE(op, tbl, o, s, m) [op] = { \ macro
714 TABLE(0x4, tbl_a74, 1, 4, 0x0f),
1568 TABLE(0x01, tbl_01xx, 1, 0, 0xff),
1572 TABLE(0x07, tbl_07, 1, 4, 0x0f),
1636 TABLE(0x47, tbl_47, 1, 4, 0x0f),
1706 TABLE(0xa5, tbl_a5x, 1, 0, 0x0f),
1707 TABLE(0xa7, tbl_a7x, 1, 0, 0x0f),
1715 TABLE(0xb2, tbl_b2xx, 1, 0, 0xff),
1716 TABLE(
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h38 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon9342
67 TYPE -> STORED or TABLE or LEN or CHECK
69 TABLE -> LENLENS -> CODELENS -> LEN
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c73 #define TABLE 0 macro
394 same_complaints (FILTERTABLE, TABLE);
422 same_complaints (FILTERTABLE, TABLE);
459 same_complaints (FILTERTABLE, TABLE);
562 same_complaints (FILTERTABLE, TABLE);
565 same_complaints (FILTERTABLE, TABLE);
675 same_complaints (FILTERTABLE, TABLE);
699 same_complaints (FILTERTABLE, TABLE);
734 same_complaints (FILTERTABLE, TABLE);
750 same_complaints (FILTERTABLE, TABLE);
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon108
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3055 TABLE, /* get table lengths */ enumerator in enum:inflate_blocks_state::__anon135
3314 s->mode = TABLE;
3355 case TABLE:
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4153 TABLE, /* get table lengths */ enumerator in enum:__anon6453
4411 s->mode = TABLE;
4454 case TABLE:

Completed in 101 milliseconds