• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
      • Std/lists
      • Std/alists
      • Obags
      • Std/util
      • Std/strings
      • Std/osets
      • Std/io
      • Std/basic
      • Std/system
      • Std/typed-lists
      • Std/bitsets
        • Bitsets
        • Sbitsets
          • Sbitset-members
          • Sbitset-pairp
            • Sbitset-pair-members
            • Sbitset-blockp
            • *sbitset-block-size*
            • Sbitset-pair
            • Sbitset-pair-offset
              • Sbitset-pair-block
            • Sbitsetp
            • Sbitset-intersect
            • Sbitset-difference
            • Sbitset-union
            • Sbitset-singleton
            • Sbitset-fix
          • Reasoning
        • Std/testing
        • Std/typed-alists
        • Std/stobjs
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Sbitset-pairp

    Sbitset-pair-offset

    (sbitset-pair-offset x) gets the offset from an (offset . block) pair.

    Signature
    (sbitset-pair-offset x) → offset
    Arguments
    x — Guard (sbitset-pairp x).

    Definitions and Theorems

    Function: sbitset-pair-offset$inline

    (defun sbitset-pair-offset$inline (x)
      (declare (xargs :guard (sbitset-pairp x)))
      (let ((__function__ 'sbitset-pair-offset))
        (declare (ignorable __function__))
        (car x)))