Searched refs:UNALLOCATED (Results 1 – 8 of 8) sorted by relevance
10 Assert.assertTrue(SpecialType.ofByte(28).equals(SpecialType.UNALLOCATED)); in shouldDetectUnallocated()11 Assert.assertTrue(SpecialType.ofByte(29).equals(SpecialType.UNALLOCATED)); in shouldDetectUnallocated()12 Assert.assertTrue(SpecialType.ofByte(30).equals(SpecialType.UNALLOCATED)); in shouldDetectUnallocated()
10 UNALLOCATED, enumConstant26 return UNALLOCATED; in ofByte()
10 UNALLOCATED(0); enumConstant42 return UNALLOCATED; in ofByte()
40 case UNALLOCATED: in decode()54 case UNALLOCATED: in decode()
43 case UNALLOCATED: in encode()50 case UNALLOCATED: in encode()
212 allocation_state_(UNALLOCATED) {} in TypedMDRVA()260 UNALLOCATED = 0, enumerator
18 ; RUN: | FileCheck --check-prefix=UNALLOCATED %s69 UNALLOCATED: Block:Offset = 3:0000.70 UNALLOCATED-NEXT: Address is in block 3 (unallocated).
29 encoder.encode(new Mock(SpecialType.UNALLOCATED)); in shouldNotEncodeReserved()