| Hyperspec | CLtL |
|---|---|
| Glossary#ByteSpecifier | . |
| Interface | Location |
|---|---|
| ByteSpec | lisp.common.type.ByteSpec |
| Interface | Location |
|---|---|
| Integer | lisp.common.type.Integer |
| BigInteger | java.math.BigInteger |
| Lisp | Java | Status |
|---|---|---|
| byte-size | Integer getByteSize (ByteSpecifier); | completed |
| byte-position | Integer getBytePosition (ByteSpecifier); | completed |
| Lisp | Java | Location | Status |
|---|---|---|---|
| byte | ByteSpecifier Byte (Integer, Integer); | lisp.common.functions.Byte | completed |
| byte-size | Integer ByteSize (ByteSpecifier); | lisp.common.functions.ByteSize | completed |
| byte-position | Integer BytePosition (ByteSpecifier); | lisp.common.functions.BytePosition | completed |
| ldb | Byte loadByte (ByteSpecifier, Integer); | lisp.common.functions.ldb | completed |
| ldb-test | Boole loadByteT (ByteSpecifier, Integer); | lisp.common.functions.LdbTest | completed |
| mask-field | Byte maskField (ByteSpecifier, Integer); | not completed | |
| dpb | Integer depositByte (Integer, ByteSpecifier, Integer); | lisp.common.functions.Dpb | completed |
| deposit-field | Integer depositField (Integer, ByteSpecifier, Integer); | lisp.common.functions.DepositField | completed |