Searched refs:SIZE32 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfTest.java | 145 private static final byte SIZE32 = (byte)(3 << 1); field in ApfTest 702 new byte[]{LI_OP | SIZE32, 0x12, 0x34, 0x56, 0x78}, in testImmediateEncoding() 728 new byte[]{LI_OP | SIZE32, (byte)0xEE, (byte)0xDD, (byte)0xCC, (byte)0xBC}, in testNegativeImmediateEncoding() 759 new byte[]{LDDW_OP | SIZE32 | R1, (byte)0xDE, (byte)0xAD, (byte)0xBE, (byte)0xEF}, in testLoadStoreDataEncoding()
|