Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 32769 (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/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_VFPRINTF_UNLOCKED               = 0xCC5 // 3269
    	SYS_VFSCANF_UNLOCKED                = 0xCC7 // 3271
    	SYS_VFWPRINTF_UNLOCKED              = 0xCC9 // 3273
    	SYS_VFWSCANF_UNLOCKED               = 0xCCB // 3275
    	SYS_VPRINTF_UNLOCKED                = 0xCCD // 3277
    	SYS_VSCANF_UNLOCKED                 = 0xCCF // 3279
    	SYS_VWPRINTF_UNLOCKED               = 0xCD1 // 3281
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K 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. 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)
  6. 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)
  7. 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