Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 32768 (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_RINTL                           = 0xACD // 2765
    	SYS___RINTL_B                       = 0xACE // 2766
    	SYS_ROUND                           = 0xACF // 2767
    	SYS___ROUND_B                       = 0xAD0 // 2768
    	SYS___ROUND_H                       = 0xAD1 // 2769
    	SYS_ROUNDF                          = 0xAD2 // 2770
    	SYS___ROUNDF_B                      = 0xAD3 // 2771
    	SYS___ROUNDF_H                      = 0xAD4 // 2772
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    // file on disk with the arguments, with one arg per line. An actual
    // argument starting with '@' means that the rest of the argument is
    // a filename of arguments to expand.
    //
    // See issues 18468 (Windows) and 37768 (Darwin).
    func passLongArgsInResponseFiles(cmd *exec.Cmd) (cleanup func()) {
    	cleanup = func() {} // no cleanup by default
    
    	var argLen int
    	for _, arg := range cmd.Args {
    		argLen += len(arg)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. src/cmd/trace/testdata/go122.test

    ProcStart dt=287 p=2 p_seq=1
    GoStart dt=328 g=7 g_seq=1
    HeapAlloc dt=7006 heapalloc_value=2793472
    HeapAlloc dt=74 heapalloc_value=2801664
    GoBlock dt=275 reason_string=12 stack=18
    ProcStop dt=34
    ProcStart dt=327698 p=0 p_seq=3
    ProcStop dt=7
    ProcStart dt=2124 p=2 p_seq=3
    GoUnblock dt=32 g=24 g_seq=2 stack=0
    HeapAlloc dt=302 heapalloc_value=4038656
    HeapAlloc dt=104 heapalloc_value=4046848
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    		}
    	}
    	if l <= 16380 {
    		if l&15 == 0 {
    			return C_UAUTO16K_16
    		}
    		if l&7 == 0 {
    			return C_UAUTO16K_8
    		}
    		if l&3 == 0 {
    			return C_UAUTO16K
    		}
    	}
    	if l <= 32760 {
    		if l&15 == 0 {
    			return C_UAUTO32K_16
    		}
    		if l&7 == 0 {
    			return C_UAUTO32K
    		}
    	}
    	if l <= 65520 && (l&15) == 0 {
    		return C_UAUTO64K
    	}
    	return C_LAUTO
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top