HomeSort by relevance Sort by last modified time
    Searched full:testbyte (Results 1 - 8 of 8) sorted by null

  /external/llvm/test/Transforms/Inline/
casts.ll 9 define i32 @testByte(i8 %X) {
16 %rslt = call i32 @testByte( i8 123 ) ; <i32> [#uses=1]
  /external/valgrind/main/none/tests/s390x/
troo.c 12 uint8_t testbyte; member in struct:__anon17393
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 */
trot.c 12 uint16_t testbyte; member in struct:__anon17394
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 */
trto.c 12 uint8_t testbyte; member in struct:__anon17395
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 */
trtt.c 12 uint16_t testbyte; member in struct:__anon17396
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 */
tre.c 13 uint8_t testbyte; member in struct:__anon17392
39 regs.testbyte = param;
54 if (test != regs.testbyte)
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 50 public void testByte() throws Exception {
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 694 assertEquals(b, mIntent.getByteExtra("testbyte", defaulttByte));
    [all...]

Completed in 522 milliseconds