Searched refs:tran_table (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dtrot.c16 uint16_t tran_table[40] = { variable
99 cc = run_test(&src, &tran_table, &des, 0, 0x0);
103 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
108 cc = run_test(&src, &tran_table, &des, 3, 0xeeee);
112 cc = run_test(&src, &tran_table, &des, 10, 0xeeee);
119 cc = run_test(&src, &tran_table, &des, 5, 0xffff);
123 cc = run_test(&src, &tran_table, &des, 5, 0xcccc);
127 cc = run_test(&src, &tran_table, &des, 10, 0xeaea);
H A Dtrto.c16 uint8_t tran_table[40] = { variable
97 cc = run_test(&src, &tran_table, &des, 0, 0x0);
101 cc = run_test(&src, &tran_table, &des, 0, 0xca);
106 cc = run_test(&src, &tran_table, &des, 12, 0xee);
110 cc = run_test(&src, &tran_table, &des, 20, 0x00);
117 cc = run_test(&src, &tran_table, &des, 12, 0xff);
121 cc = run_test(&src, &tran_table, &des, 12, 0xcc);
125 cc = run_test(&src, &tran_table, &des, 20, 0xea);
H A Dtrtt.c16 uint16_t tran_table[40] = { variable
100 cc = run_test(&src, &tran_table, &des, 0, 0x0);
104 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
109 cc = run_test(&src, &tran_table, &des, 4, 0xdada);
113 cc = run_test(&src, &tran_table, &des, 10, 0x00);
120 cc = run_test(&src, &tran_table, &des, 10, 0xffff);
124 cc = run_test(&src, &tran_table, &des, 10, 0xcccc);
128 cc = run_test(&src, &tran_table, &des, 20, 0xeaea);
H A Dtroo.c16 uint8_t tran_table[20] = { variable
97 cc = run_test(&src, &tran_table, &des, 0, 0xca);
102 cc = run_test(&src, &tran_table, &des, 5, 0xee);
106 cc = run_test(&src, &tran_table, &des, 10, 0x00);
113 cc = run_test(&src, &tran_table, &des, 5, 0xff); /* 1st byte matches */
117 cc = run_test(&src, &tran_table, &des, 5, 0xbb); /* 2nd byte matches */
121 cc = run_test(&src, &tran_table, &des, 10, 0xea);
H A Dtr.c20 void run_test(void *tran_table, void *srcaddr, uint64_t len) argument
24 tr(tran_table, buff, len);
H A Dtre.c45 void run_test(void *tran_table, void *srcaddr, uint64_t len, uint8_t test) argument
50 regs = tre(tran_table, srcaddr, len, test);
52 if ((uint64_t)tran_table != regs.tabaddr)

Completed in 292 milliseconds