Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 42 of 42 for uintptr_t (0.2 seconds)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    partial word removed. func words(x []byte) []uintptr { n := uintptr(len(x)) / wordSize if n == 0 { // Avoid creating a *uintptr that refers to data smaller than a uintptr; // see issue 59334. return nil } return unsafe.Slice((*uintptr)(unsafe.Pointer(&x[0])), n) } func xorLoop[T byte | uintptr](dst, x, y []T) { x = x[:len(dst)] // remove bounds check in loop y = y[:len(dst)] // remove bounds check in loop for i := range dst { dst[i] = x[i] ^ y[i] } } golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  2. api/go1.1.txt

    pkg syscall (freebsd-amd64), func Fchflags(int, int) error
    pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
    pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct
    pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
Back to Top