Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for 11868 (0.04 sec)

  1. pkg/kubelet/cm/cpumanager/policy_test.go

    			185: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			125: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			245: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			66:  {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			186: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			126: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			246: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			73:  {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_table_ppc64le.s

    	/* x^187456 mod p(x), x^187392 mod p(x) */
    DATA ·IEEEConst+1152(SB)/8,$0x0000000068dbbf94
    DATA ·IEEEConst+1160(SB)/8,$0x0000000100093fc8
    
    	/* x^186432 mod p(x), x^186368 mod p(x) */
    DATA ·IEEEConst+1168(SB)/8,$0x000000004509fb04
    DATA ·IEEEConst+1176(SB)/8,$0x00000001cd684f16
    
    	/* x^185408 mod p(x), x^185344 mod p(x) */
    DATA ·IEEEConst+1184(SB)/8,$0x00000001202f6398
    DATA ·IEEEConst+1192(SB)/8,$0x000000004bc6a70a
    
    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/crypto/internal/nistec/fiat/p224_fiat64.go

    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 43.2K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p256_fiat64.go

    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 41.2K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/callback.go

    func stack1160() { var buf [1160]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1164() { var buf [1164]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1168() { var buf [1168]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1172() { var buf [1172]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1176() { var buf [1176]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)
  6. docs/en/docs/release-notes.md

    * ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [#11368](https://github.com/tiangolo/fastapi/pull/11368) by [@shandongbinzhou](https://github.com/shandongbinzhou).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  7. src/net/netip/netip.go

    		// RFC 1918 allocates 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 as
    		// private IPv4 address subnets.
    		return ip.v4(0) == 10 ||
    			(ip.v4(0) == 172 && ip.v4(1)&0xf0 == 16) ||
    			(ip.v4(0) == 192 && ip.v4(1) == 168)
    	}
    
    	if ip.Is6() {
    		// RFC 4193 allocates fc00::/7 as the unique local unicast IPv6 address
    		// subnet.
    		return ip.v6(0)&0xfe == 0xfc
    	}
    
    	return false // zero value
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

    - `kubelet` now exposes latency metrics of different stages of the node startup. ([#118568](https://github.com/kubernetes/kubernetes/pull/118568), [@qiutongs](https://github.com/qiutongs))
    
    ### Documentation
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1164: {region: 0x12f, script: 0x5b, flags: 0x0},
    	1165: {region: 0x166, script: 0x5, flags: 0x0},
    	1166: {region: 0x162, script: 0x5b, flags: 0x0},
    	1167: {region: 0x88, script: 0x34, flags: 0x0},
    	1168: {region: 0xdc, script: 0x22, flags: 0x0},
    	1169: {region: 0xe8, script: 0x5b, flags: 0x0},
    	1170: {region: 0x43, script: 0xef, flags: 0x0},
    	1171: {region: 0x166, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.25.md

    - The `metadata.clusterName` field is completely removed. This should not have any user-visible impact. ([#109602](https://github.com/kubernetes/kubernetes/pull/109602), [@l...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top