Searched refs:SYSZ_CODE (Results 1 – 10 of 10) sorted by relevance
/external/capstone/tests/ |
D | test_systemz.c | 83 #define SYSZ_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a… in test() macro 89 (unsigned char*)SYSZ_CODE, in test() 90 sizeof(SYSZ_CODE) - 1, in test()
|
D | test_iter.c | 74 #define SYSZ_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a… in test() macro 204 (unsigned char*)SYSZ_CODE, in test() 205 sizeof(SYSZ_CODE) - 1, in test()
|
D | test_basic.c | 70 #define SYSZ_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a… in test() macro 272 (unsigned char*)SYSZ_CODE, in test() 273 sizeof(SYSZ_CODE) - 1, in test()
|
D | test_detail.c | 78 #define SYSZ_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a… in test() macro 246 (unsigned char*)SYSZ_CODE, in test() 247 sizeof(SYSZ_CODE) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_systemz.py | 11 SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\… variable 14 (CS_ARCH_SYSZ, 0, SYSZ_CODE, "SystemZ"),
|
D | test_lite.py | 27 SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\… variable 54 (CS_ARCH_SYSZ, 0, SYSZ_CODE, "SystemZ", None),
|
D | test_basic.py | 32 SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\… variable 60 (CS_ARCH_SYSZ, 0, SYSZ_CODE, "SystemZ", None),
|
D | test_detail.py | 26 SYSZ_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xff\… variable 51 (CS_ARCH_SYSZ, 0, SYSZ_CODE, "SystemZ", None),
|
/external/capstone/bindings/java/ |
D | TestBasic.java | 43 …public static final byte[] SYSZ_CODE = new byte[] { (byte)0xed, (byte)0x00, (byte)0x00, (byte)0x00… field in TestBasic 145 SYSZ_CODE, in main()
|
D | TestSystemz.java | 22 …static final String SYSZ_CODE = "ed000000001a5a0f1fffc2098000000007f7eb2affff7f57e301ffff7f57eb00f… field in TestSystemz 71 new TestBasic.platform(Capstone.CS_ARCH_SYSZ, 0, hexString2Byte(SYSZ_CODE), "SystemZ"), in main()
|