Searched defs:testbyte (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dtre.c13 uint8_t testbyte; member in struct:__anon33241
39 regs.testbyte = param;
54 if (test != regs.testbyte)
H A Dtroo.c12 uint8_t testbyte; member in struct:__anon33242
50 regs.testbyte = test_byte;
56 uint8_t testbyte)
63 if ((testbyte & 0xff) != testbyte)
64 printf("testbyte should be 1 byte only\n");
66 regs = tr(srcaddr, tableaddr, desaddr, len, testbyte);
101 /* Test 2 : len > 0, testbyte not matching */
112 /* Test 3 : len > 0, testbyte matching */
55 run_test(void *srcaddr, void *tableaddr, void *desaddr, uint64_t len, uint8_t testbyte) argument
H A Dtrot.c12 uint16_t testbyte; member in struct:__anon33243
51 regs.testbyte = test_byte;
57 uint16_t testbyte)
64 if ((testbyte & 0xffff) != testbyte)
65 printf("testbyte should be 2 byte only\n");
67 regs = tr(srcaddr, tableaddr, desaddr, len, testbyte);
107 /* Test 2 : len > 0, testbyte not matching */
118 /* Test 3 : len > 0 , testbyte matching */
56 run_test(void *srcaddr, void *tableaddr, void *desaddr, uint64_t len, uint16_t testbyte) argument
H A Dtrto.c12 uint8_t testbyte; member in struct:__anon33244
50 regs.testbyte = test_byte;
56 uint8_t testbyte)
63 if ((testbyte & 0xffff) != testbyte)
64 printf("testbyte should be 1 byte only\n");
66 regs = tr(srcaddr, tableaddr, desaddr, len, testbyte);
105 /* Test 2 : len > 0, testbyte not matching */
116 /* Test 3 : len > 0 , testbyte matching */
55 run_test(void *srcaddr, void *tableaddr, void *desaddr, uint64_t len, uint8_t testbyte) argument
H A Dtrtt.c12 uint16_t testbyte; member in struct:__anon33245
51 regs.testbyte = test_byte;
58 uint16_t testbyte)
65 if ((testbyte & 0xffff) != testbyte)
66 printf("testbyte should be 2 byte only\n");
68 regs = tr(srcaddr, tableaddr, desaddr, len, testbyte);
108 /* Test 2 : len > 0, testbyte not matching */
119 /* Test 3 : len > 0 , testbyte matching */
57 run_test(void *srcaddr, void *tableaddr, void *desaddr, uint64_t len, uint16_t testbyte) argument

Completed in 182 milliseconds