Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for 32768 (0.1 sec)

  1. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    func lt_neg32768_int16(x int16) bool { return x < -32768 }
    func le_neg32768_int16(x int16) bool { return x <= -32768 }
    func gt_neg32768_int16(x int16) bool { return x > -32768 }
    func ge_neg32768_int16(x int16) bool { return x >= -32768 }
    func eq_neg32768_int16(x int16) bool { return x == -32768 }
    func ne_neg32768_int16(x int16) bool { return x != -32768 }
    func lt_neg32767_int16(x int16) bool { return x < -32767 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-gc-stress.test

    GCSweepBegin dt=32 stack=28
    GCSweepEnd dt=11 swept_value=32768 reclaimed_value=32768
    HeapAlloc dt=2 heapalloc_value=107616032
    HeapAlloc dt=60 heapalloc_value=107763488
    HeapAlloc dt=78 heapalloc_value=107953440
    HeapAlloc dt=65 heapalloc_value=108333088
    GCSweepBegin dt=38 stack=28
    GCSweepEnd dt=5 swept_value=32768 reclaimed_value=32768
    HeapAlloc dt=1 heapalloc_value=108423200
    GCSweepBegin dt=80 stack=28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+3544(SB)/8,$0x0000000074fe2232
    
    	/* x^33856 mod p(x), x^33792 mod p(x) */
    DATA ·IEEEConst+3552(SB)/8,$0x00000001e599099a
    DATA ·IEEEConst+3560(SB)/8,$0x000000001ac6e2ba
    
    	/* x^32832 mod p(x), x^32768 mod p(x) */
    DATA ·IEEEConst+3568(SB)/8,$0x00000000fe128194
    DATA ·IEEEConst+3576(SB)/8,$0x0000000013fca91e
    
    	/* x^31808 mod p(x), x^31744 mod p(x) */
    DATA ·IEEEConst+3584(SB)/8,$0x0000000077e8b990
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	FORMAT_MESSAGE_FROM_HMODULE    = 2048
    	FORMAT_MESSAGE_FROM_SYSTEM     = 4096
    	FORMAT_MESSAGE_ARGUMENT_ARRAY  = 8192
    	FORMAT_MESSAGE_MAX_WIDTH_MASK  = 255
    
    	MAX_PATH      = 260
    	MAX_LONG_PATH = 32768
    
    	MAX_MODULE_NAME32 = 255
    
    	MAX_COMPUTERNAME_LENGTH = 15
    
    	MAX_DHCPV6_DUID_LENGTH = 130
    
    	MAX_DNS_SUFFIX_STRING_LENGTH = 256
    
    	TIME_ZONE_ID_UNKNOWN  = 0
    	TIME_ZONE_ID_STANDARD = 1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. api/go1.3.txt

    pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32
    pkg debug/plan9obj, const Magic386 = 491
    pkg debug/plan9obj, const Magic386 ideal-int
    pkg debug/plan9obj, const Magic64 = 32768
    pkg debug/plan9obj, const Magic64 ideal-int
    pkg debug/plan9obj, const MagicAMD64 = 35479
    pkg debug/plan9obj, const MagicAMD64 ideal-int
    pkg debug/plan9obj, const MagicARM = 1607
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    uint64      the set of all unsigned 64-bit integers (0 to 18446744073709551615)
    
    int8        the set of all signed  8-bit integers (-128 to 127)
    int16       the set of all signed 16-bit integers (-32768 to 32767)
    int32       the set of all signed 32-bit integers (-2147483648 to 2147483647)
    int64       the set of all signed 64-bit integers (-9223372036854775808 to 9223372036854775807)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (Lsh64x(32|16|8) <t> x y) && !shiftIsBounded(v) => (CSEL [OpARM64LessThanU] (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] ((ZeroExt32to64|ZeroExt16to64|ZeroExt8to64) y)))
    
    (Lsh32x64 <t> x y) && !shiftIsBounded(v)        => (CSEL [OpARM64LessThanU] (SLL <t> x y) (Const64 <t> [0]) (CMPconst [64] y))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Make the informer library available for the go client library. ([#32718](https://github.com/kubernetes/kubernetes/pull/32718), [@mikedanese](https://github.com/mikedanese))
    * Enforce Disk based pod eviction with GCI base image in Kubelet ([#33520](https://github.com/kubernetes/kubernetes/pull/33520), [@vishh](https://github.com/vishh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    * Upgrading Container-VM base image for k8s on GCE. Brief changelog as follows: ([#32738](https://github.com/kubernetes/kubernetes/pull/32738), [@Amey-D](https://github.com/Amey-D))
        * Fixed performance regression in veth device driver
        * Docker and related binaries are statically linked
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/test/callback.go

    func stack3264() { var buf [3264]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3268() { var buf [3268]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3272() { var buf [3272]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3276() { var buf [3276]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3280() { var buf [3280]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
Back to top