Home
last modified time | relevance | path

Searched refs:RANDOM_CODE (Results 1 – 2 of 2) sorted by relevance

/external/capstone/tests/
Dtest_skipdata.c42 #define RANDOM_CODE "\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x… in test() macro
65 (unsigned char*)RANDOM_CODE, in test()
66 sizeof(RANDOM_CODE) - 1, in test()
83 (unsigned char*)RANDOM_CODE, in test()
84 sizeof(RANDOM_CODE) - 1, in test()
/external/capstone/bindings/python/
Dtest_skipdata.py12 RANDOM_CODE = b"\xed\x00\x00\x00\x00\x1a\x5a\x0f\x1f\xff\xc2\x09\x80\x00\x00\x00\x07\xf7\xeb\x2a\xf… variable
16 (CS_ARCH_ARM, CS_MODE_ARM, RANDOM_CODE, "Arm", 0),