tools

package
v18.0.0-...-f9949aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bools

func Bools(v ...int) []bool

func FPUnwind

func FPUnwind()

FPUnwind does frame pointer unwinding. It is implemented in assembly. If frame pointers are broken, it will crash. It is currently only implemented for arm64

func IntsToBitsLSB

func IntsToBitsLSB(v ...int32) []byte

IntsToBitsLSB encodes ints as LSB 0 bit numbering per https://en.wikipedia.org/wiki/Bit_numbering#LSB_0_bit_numbering The low bit of each nibble is tested, therefore integers should be written as 8-digit hex numbers consisting of 1s or 0s.

IntsToBitsLSB(0x11001010) -> 0x35

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL