SB-ROTATE-BYTE
SB-ROTATE-BYTE
properties
ID: SB-ROTATE-BYTE
ROTATE-BYTE  compiled function
properties
ID: SB-ROTATE-BYTE:ROTATE-BYTE
ALLOC: HEAP DYNAMIC
ROTATE-BYTE names a compiled function:
Lambda-list: (COUNT BYTESPEC INTEGER)
Declared type: (FUNCTION (INTEGER CONS INTEGER) (VALUES INTEGER &OPTIONAL))
Documentation:
Rotates a field of bits within INTEGER; specifically, returns an
integer that contains the bits of INTEGER rotated COUNT times
leftwards within the byte specified by BYTESPEC, and elsewhere
contains the bits of INTEGER.
Known attributes: foldable, flushable, unsafely-flushable
Source file: SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE.LISP.NEWEST
- Called by
- SB-ROTATE-BYTE:ROTATE-BYTE
- IRONCLAD::ROR64
- IRONCLAD::ROL64
- IRONCLAD::ROR32
- IRONCLAD::ROL32
definitions
- SYS:CONTRIB;SB-ROTATE-BYTE;ROTATE-BYTE.LISP.NEWEST
- SYS:CONTRIB;SB-ROTATE-BYTE;COMPILER.LISP.NEWEST
- SYS:CONTRIB;SB-ROTATE-BYTE;COMPILER.LISP.NEWEST