/external/valgrind/none/tests/s390x/ |
trot.c | 16 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);
|
trto.c | 16 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);
|
trtt.c | 16 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);
|
troo.c | 16 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);
|
tr.c | 20 void run_test(void *tran_table, void *srcaddr, uint64_t len) 24 tr(tran_table, buff, len);
|
tre.c | 45 void run_test(void *tran_table, void *srcaddr, uint64_t len, uint8_t test) 50 regs = tre(tran_table, srcaddr, len, test); 52 if ((uint64_t)tran_table != regs.tabaddr)
|