- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for 01521 (0.4 sec)
-
api/go1.1.txt
pkg syscall (linux-386), const TIOCM_ST = 8 pkg syscall (linux-386), const TIOCNOTTY = 21538 pkg syscall (linux-386), const TIOCNXCL = 21517 pkg syscall (linux-386), const TIOCOUTQ = 21521 pkg syscall (linux-386), const TIOCPKT = 21536 pkg syscall (linux-386), const TIOCPKT_DATA = 0 pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32 pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
is not set. func quickCheckConfig(slowScale int) *quick.Config { cfg := new(quick.Config) if !testing.Short() { cfg.MaxCountScale = float64(slowScale) } return cfg } func generateFieldElement(rand *mathrand.Rand) Element { const maskLow52Bits = (1 << 52) - 1 return Element{ rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, } } // weirdLimbs can be combined to generate a range of edge-case field...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
is not set. func quickCheckConfig(slowScale int) *quick.Config { cfg := new(quick.Config) if !testing.Short() { cfg.MaxCountScale = float64(slowScale) } return cfg } func generateFieldElement(rand *mathrand.Rand) Element { const maskLow52Bits = (1 << 52) - 1 return Element{ rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, rand.Uint64() & maskLow52Bits, } } // weirdLimbs can be combined to generate a range of edge-case field...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)