Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for 3p1024 (0.27 sec)

  1. src/runtime/os_linux.go

    	initsig(true)
    }
    
    // Called to initialize a new m (including the bootstrap m).
    // Called on the parent thread (main thread in case of bootstrap), can allocate memory.
    func mpreinit(mp *m) {
    	mp.gsignal = malg(32 * 1024) // Linux wants >= 2K
    	mp.gsignal.m = mp
    }
    
    func gettid() uint32
    
    // Called to initialize a new m (including the bootstrap m).
    // Called on the new thread, cannot allocate memory.
    func minit() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. pkg/apis/resource/types.go

    	StructuredData *StructuredResourceHandle
    }
    
    // ResourceHandleDataMaxSize represents the maximum size of resourceHandle.data.
    const ResourceHandleDataMaxSize = 16 * 1024
    
    // StructuredResourceHandle is the in-tree representation of the allocation result.
    type StructuredResourceHandle struct {
    	// VendorClassParameters are the per-claim configuration parameters
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/validation/validation_test.go

    		},
    
    		// BAD VALUES WE CURRENTLY CONSIDER GOOD
    		{
    			name: "ipv4 with leading 0s",
    			in:   "1.1.01.0/24",
    		},
    		{
    			name: "ipv4-in-ipv6 with ipv4-sized prefix",
    			in:   "::ffff:1.1.1.0/24",
    		},
    		{
    			name: "ipv4-in-ipv6 with ipv6-sized prefix",
    			in:   "::ffff:1.1.1.0/120",
    		},
    		{
    			name: "ipv4 with bits past prefix",
    			in:   "1.2.3.4/24",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 04:51:54 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	SO_NOTIFYCONFLICT                 = 0x1026
    	SO_NP_EXTENSIONS                  = 0x1083
    	SO_NREAD                          = 0x1020
    	SO_NUMRCVPKT                      = 0x1112
    	SO_NWRITE                         = 0x1024
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1011
    	SO_RANDOMPORT                     = 0x1082
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. cmd/server_test.go

    	1234567890,1234567890,1234567890,1234567890,1234567890,123"`
    	// Create 10MiB content where each line contains 1024 characters.
    	for i := 0; i < 10*1024; i++ {
    		buffer.WriteString(fmt.Sprintf("[%05d] %s\n", i, line))
    	}
    	putContent := buffer.String()
    
    	buf := bytes.NewReader([]byte(putContent))
    
    	objectName := "test-big-object"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_amd64.go

    	SO_NOSIGPIPE                      = 0x1022
    	SO_NOTIFYCONFLICT                 = 0x1026
    	SO_NP_EXTENSIONS                  = 0x1083
    	SO_NREAD                          = 0x1020
    	SO_NWRITE                         = 0x1024
    	SO_OOBINLINE                      = 0x100
    	SO_PEERLABEL                      = 0x1011
    	SO_RANDOMPORT                     = 0x1082
    	SO_RCVBUF                         = 0x1002
    	SO_RCVLOWAT                       = 0x1004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/types.go

    }
    
    // ResourceHandleDataMaxSize represents the maximum size of resourceHandle.data.
    const ResourceHandleDataMaxSize = 16 * 1024
    
    // StructuredResourceHandle is the in-tree representation of the allocation result.
    type StructuredResourceHandle struct {
    	// VendorClassParameters are the per-claim configuration parameters
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 10:22:35 UTC 2024
    - 30K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

      return %0 : tensor<2x10x10x20xf32>
    })mlir";
      TF_ASSERT_OK_AND_ASSIGN(auto input, CreateRandomF32Literal({2, 10, 10, 10}));
      TF_ASSERT_OK_AND_ASSIGN(auto filter, CreateRandomI8Literal({3, 3, 10, 20}));
      // TF kernels for UniformQuantizedConvolutionHybrid does DRQ. But StableHLO
      // hybrid ops does weight-only. So we use a different TF graph for evaluating
      // expected weight-only quantized results.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_openbsd_ppc64.go

    	SO_ACCEPTCONN                     = 0x2
    	SO_BINDANY                        = 0x1000
    	SO_BROADCAST                      = 0x20
    	SO_DEBUG                          = 0x1
    	SO_DOMAIN                         = 0x1024
    	SO_DONTROUTE                      = 0x10
    	SO_ERROR                          = 0x1007
    	SO_KEEPALIVE                      = 0x8
    	SO_LINGER                         = 0x80
    	SO_NETPROC                        = 0x1020
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  10. src/syscall/zerrors_openbsd_riscv64.go

    	SO_ACCEPTCONN                     = 0x2
    	SO_BINDANY                        = 0x1000
    	SO_BROADCAST                      = 0x20
    	SO_DEBUG                          = 0x1
    	SO_DOMAIN                         = 0x1024
    	SO_DONTROUTE                      = 0x10
    	SO_ERROR                          = 0x1007
    	SO_KEEPALIVE                      = 0x8
    	SO_LINGER                         = 0x80
    	SO_NETPROC                        = 0x1020
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
Back to top