Searched refs:XCORE_CODE (Results 1 – 10 of 10) sorted by relevance
/external/capstone/tests/ |
D | test_xcore.c | 78 #define XCORE_CODE "\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf… in test() macro 84 (unsigned char*)XCORE_CODE, in test() 85 sizeof(XCORE_CODE) - 1, in test()
|
D | test_iter.c | 77 #define XCORE_CODE "\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf… in test() macro 213 (unsigned char*)XCORE_CODE, in test() 214 sizeof(XCORE_CODE) - 1, in test()
|
D | test_basic.c | 73 #define XCORE_CODE "\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf… in test() macro 281 (unsigned char*)XCORE_CODE, in test() 282 sizeof(XCORE_CODE) - 1, in test()
|
D | test_detail.c | 81 #define XCORE_CODE "\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf… in test() macro 255 (unsigned char*)XCORE_CODE, in test() 256 sizeof(XCORE_CODE) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_xcore.py | 11 XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45… variable 14 (CS_ARCH_XCORE, 0, XCORE_CODE, "XCore"),
|
D | test_lite.py | 28 XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45… variable 55 (CS_ARCH_XCORE, 0, XCORE_CODE, "XCore", None),
|
D | test_detail.py | 27 XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45… variable 52 (CS_ARCH_XCORE, 0, XCORE_CODE, "XCore", None),
|
D | test_basic.py | 33 XCORE_CODE = b"\xfe\x0f\xfe\x17\x13\x17\xc6\xfe\xec\x17\x97\xf8\xec\x4f\x1f\xfd\xec\x37\x07\xf2\x45… variable 61 (CS_ARCH_XCORE, 0, XCORE_CODE, "XCore", None),
|
/external/capstone/bindings/java/ |
D | TestXcore.java | 21 …static final String XCORE_CODE = "fe0ffe171317c6feec1797f8ec4f1ffdec3707f2455bf9fa02061b1009fdeca7… field in TestXcore 64 …platform(Capstone.CS_ARCH_XCORE, Capstone.CS_MODE_BIG_ENDIAN, hexString2Byte(XCORE_CODE), "XCore"), in main()
|
D | TestBasic.java | 45 …public static final byte[] XCORE_CODE = new byte[] { (byte)0xfe, (byte)0x0f, (byte)0xfe, (byte)0x1… field in TestBasic 151 XCORE_CODE, in main()
|