Search Options

Results per page
Sort
Preferred Languages
Advance

Results 571 - 573 of 573 for Latest (0.2 sec)

  1. api/go1.1.txt

    pkg syscall (linux-386), const F_SETOWN_EX = 15
    pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
    pkg syscall (linux-386), const F_SETSIG = 10
    pkg syscall (linux-386), const F_SHLCK = 8
    pkg syscall (linux-386), const F_TEST = 3
    pkg syscall (linux-386), const F_TLOCK = 2
    pkg syscall (linux-386), const F_ULOCK = 0
    pkg syscall (linux-386), const F_UNLCK = 2
    pkg syscall (linux-386), const F_WRLCK = 1
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ ideal-int
    pkg syscall (linux-arm-cgo), const F_SETSIG ideal-int
    pkg syscall (linux-arm-cgo), const F_SHLCK ideal-int
    pkg syscall (linux-arm-cgo), const F_TEST ideal-int
    pkg syscall (linux-arm-cgo), const F_TLOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_ULOCK ideal-int
    pkg syscall (linux-arm-cgo), const F_UNLCK ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
  3. lib/fips140/v1.0.0.zip

    architecture-specific implementations on // a number of architectures. Test that they match the generic // implementation. tests := []struct { n int f func(z, x *uint, y uint) uint }{ {1024, addMulVVW1024}, {1536, addMulVVW1536}, {2048, addMulVVW2048}, } for _, test := range tests { t.Run(fmt.Sprint(test.n), func(t *testing.T) { x := makeTestValue(test.n) z := makeTestValue(test.n) z2 := slices.Clone(z) var y uint y-- c := addMulVVW(z, x, y) c2 := test.f(&z2[0], &x[0], y) if !slices.Equal(z, z2) || c != c2 { t.Errorf("%016X,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top