- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for 32764 (0.01 seconds)
-
src/cmd/asm/internal/asm/testdata/loong64enc1.s
MOVV R4, FCC0 // 80d81401 // LDPTR.{W/D} and STPTR.{W/D} instructions MOVWP R5, 32764(R4) // 85fc7f25 MOVWP R5, 32(R4) // 85200025 MOVWP R5, 4(R4) // 85040025 MOVWP R5, (R4) // 85000025 MOVVP R5, 32764(R4) // 85fc7f27 MOVVP R5, 32(R4) // 85200027 MOVVP R5, 4(R4) // 85040027 MOVVP R5, (R4) // 85000027 MOVWP 32764(R5), R4 // a4fc7f24 MOVWP 32(R5), R4 // a4200024 MOVWP 4(R5), R4 // a4040024Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 44.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
CMP R1, R2 // b9200012 CMP R3, $32767 // a73f7fff CMP R3, $32768 // c23c00008000 CMP R3, $-2147483648 // c23c80000000 CMPU R4, R5 // b9210045 CMPU R6, $4294967295 // c26effffffff CMPW R7, R8 // 1978 CMPW R9, $-32768 // a79e8000 CMPW R9, $-32769 // c29dffff7fff CMPW R9, $-2147483648 // c29d80000000
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jul 30 19:29:15 GMT 2025 - 22.9K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc3.s
MOVWP R5, -32768(R4) // 1efcff13de931000c5038025 MOVWP R5, 32768(R4) // 1e000010de931000c5038025 MOVWP R5, 65536(R4) // 1e040010de931000c5030025 MOVWP R5, 1048576(R4) // 1e400010de931000c5030025 MOVVP R5, -32768(R4) // 1efcff13de931000c5038027 MOVVP R5, 65536(R4) // 1e040010de931000c5030027 MOVVP R5, 1048576(R4) // 1e400010de931000c5030027 MOVWP -32768(R5), R4 // 1efcff13de971000c4038024
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 11.2K bytes - Click Count (0) -
src/builtin/builtin.go
type uint64 uint64 // int8 is the set of all signed 8-bit integers. // Range: -128 through 127. type int8 int8 // int16 is the set of all signed 16-bit integers. // Range: -32768 through 32767. type int16 int16 // int32 is the set of all signed 32-bit integers. // Range: -2147483648 through 2147483647. type int32 int32 // int64 is the set of all signed 64-bit integers.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Dec 30 23:59:23 GMT 2024 - 12.8K bytes - Click Count (0) -
tests/lru_test.go
} } func BenchmarkLRU_Rand_NoExpire(b *testing.B) { l := lru.NewLRU[int64, int64](8192, nil, 0) trace := make([]int64, b.N*2) for i := 0; i < b.N*2; i++ { trace[i] = getRand(b) % 32768 } b.ResetTimer() var hit, miss int for i := 0; i < 2*b.N; i++ { if i%2 == 0 { l.Add(trace[i], trace[i]) } else { if _, ok := l.Get(trace[i]); ok { hit++ } else {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Mon Sep 08 09:19:22 GMT 2025 - 10.4K bytes - Click Count (0) -
api/go1.11.txt
pkg syscall (netbsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) pkg syscall (netbsd-arm-cgo), func Pipe2([]int, int) error pkg syscall (openbsd-386), const SOCK_CLOEXEC = 32768 pkg syscall (openbsd-386), const SOCK_CLOEXEC ideal-int pkg syscall (openbsd-386), const SOCK_NONBLOCK = 16384 pkg syscall (openbsd-386), const SOCK_NONBLOCK ideal-int pkg syscall (openbsd-386), const SYS_ACCEPT4 = 93
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 22 03:48:56 GMT 2018 - 25K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
CMN R6->17, R3 // 7f4486ab CMNW $(2<<12), R5 // CMNW $8192, R5 // bf084031 CMN $(8<<12), R12 // CMN $32768, R12 // 9f2140b1 CMN R6->0, R3 // 7f0086ab CMN R6, R3 // 7f0006ab CMNW R30, R5 // bf001e2b
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 24 01:11:41 GMT 2023 - 43.9K bytes - Click Count (0) -
api/go1.10.txt
pkg debug/macho, const FlagSubsectionsViaSymbols uint32 pkg debug/macho, const FlagTwoLevel = 128 pkg debug/macho, const FlagTwoLevel uint32 pkg debug/macho, const FlagWeakDefines = 32768 pkg debug/macho, const FlagWeakDefines uint32 pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF = 4 pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF RelocTypeGeneric pkg debug/macho, const GENERIC_RELOC_PAIR = 1
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Feb 06 05:00:01 GMT 2018 - 30.1K bytes - Click Count (0)