Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for B1000000 (0.13 sec)

  1. src/runtime/defs_darwin_amd64.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0x40
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = -0x1
    	_EVFILT_WRITE = -0x2
    	_EVFILT_USER  = -0xa
    
    	_NOTE_TRIGGER = 0x1000000
    
    	_PTHREAD_CREATE_DETACHED = 0x2
    
    	_F_GETFL = 0x3
    	_F_SETFL = 0x4
    
    	_O_WRONLY   = 0x1
    	_O_NONBLOCK = 0x4
    	_O_CREAT    = 0x200
    	_O_TRUNC    = 0x400
    
    	_VM_REGION_BASIC_INFO_COUNT_64 = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. src/runtime/defs_freebsd_amd64.go

    	_EV_DISABLE   = 0x8
    	_EV_CLEAR     = 0x20
    	_EV_RECEIPT   = 0x40
    	_EV_ERROR     = 0x4000
    	_EV_EOF       = 0x8000
    	_EVFILT_READ  = -0x1
    	_EVFILT_WRITE = -0x2
    	_EVFILT_USER  = -0xb
    
    	_NOTE_TRIGGER = 0x1000000
    )
    
    type rtprio struct {
    	_type uint16
    	prio  uint16
    }
    
    type thrparam struct {
    	start_func uintptr
    	arg        unsafe.Pointer
    	stack_base uintptr
    	stack_size uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.9K bytes
    - Viewed (1)
  3. src/cmd/link/internal/loader/loader_test.go

    		},
    		{
    			which: "AddAddrPlus",
    			addDataFunc: func(l *Loader, s Sym, s2 Sym) Sym {
    				sb := l.MakeSymbolUpdater(s)
    				sb.AddAddrPlus(arch, s2, 3)
    				return s
    			},
    			expData: []byte{0, 0, 0, 0, 0, 0, 0, 0},
    			expKind: sym.SDATA,
    			expRel:  []Reloc{mkReloc(ldr, objabi.R_ADDR, 0, 8, 3, 6)},
    		},
    		{
    			which: "AddAddrPlus4",
    			addDataFunc: func(l *Loader, s Sym, s2 Sym) Sym {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:08:09 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. pkg/kubelet/apis/config/v1beta1/defaults.go

    	}
    	if obj.NodeStatusMaxImages == nil {
    		obj.NodeStatusMaxImages = utilpointer.Int32(50)
    	}
    	if obj.MaxOpenFiles == 0 {
    		obj.MaxOpenFiles = 1000000
    	}
    	if obj.ContentType == "" {
    		obj.ContentType = "application/vnd.kubernetes.protobuf"
    	}
    	if obj.KubeAPIQPS == nil {
    		obj.KubeAPIQPS = utilpointer.Int32(50)
    	}
    	if obj.KubeAPIBurst == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  5. src/net/netip/slow_test.go

    	"strconv"
    	"strings"
    )
    
    // zeros is a slice of eight stringified zeros. It's used in
    // parseIPSlow to construct slices of specific amounts of zero fields,
    // from 1 to 8.
    var zeros = []string{"0", "0", "0", "0", "0", "0", "0", "0"}
    
    // parseIPSlow is like ParseIP, but aims for readability above
    // speed. It's the reference implementation for correctness checking
    // and against which we measure optimized parsers.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	CLONE_ARGS_SIZE_VER1                        = 0x50
    	CLONE_ARGS_SIZE_VER2                        = 0x58
    	CLONE_CHILD_CLEARTID                        = 0x200000
    	CLONE_CHILD_SETTID                          = 0x1000000
    	CLONE_CLEAR_SIGHAND                         = 0x100000000
    	CLONE_DETACHED                              = 0x400000
    	CLONE_FILES                                 = 0x400
    	CLONE_FS                                    = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  7. src/crypto/x509/x509_test.go

    					},
    					// This should override the Country, above.
    					{
    						Type:  []int{2, 5, 4, 6},
    						Value: "NL",
    					},
    				},
    			},
    			NotBefore: time.Unix(1000, 0),
    			NotAfter:  time.Unix(100000, 0),
    
    			SignatureAlgorithm: test.sigAlgo,
    
    			SubjectKeyId: []byte{1, 2, 3, 4},
    			KeyUsage:     KeyUsageCertSign,
    
    			ExtKeyUsage:        testExtKeyUsage,
    			UnknownExtKeyUsage: testUnknownExtKeyUsage,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/prepare_tpu_computation_for_tf_export.mlir

    func.func @RewriteHostComputeMlirOp(%arg0: tensor<*xf32>, %arg1: tensor<3x?xf64>) -> (tensor<*xf32>) {
    
      // CHECK: "tf.XlaHostCompute"(%arg0, %arg1)
      // CHECK-SAME: ancestors = []
      // CHECK-SAME: cost_estimate_ns = 1000000 : i64
      // CHECK-SAME: key = ""
      // CHECK-SAME: recv_key = "host_compute_channel_recv"
      // CHECK-SAME: send_key = "host_compute_channel_send"
      // CHECK-SAME: shape_inference_graph = @host_func
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 18:46:36 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/prepare_tpu_computation_for_tf_export.cc

              /*dynamic_key=*/dynamic_key, op.getRecvKeyAttr(),
              /*device_ordinal=*/rewriter.getI64IntegerAttr(0),
              rewriter.getStringAttr("TPU"));
        }
    
        constexpr int64_t kDefaultCostEstimate = 1000000;
        rewriter.replaceOpWithNewOp<TF::XlaHostComputeOp>(
            op, op.getResultTypes(), op.getInputs(),
            /*ancestors=*/rewriter.getArrayAttr({}),
            rewriter.getArrayAttr(shape_attrs),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	BPF_LD                        = 0x0
    	BPF_LDX                       = 0x1
    	BPF_LEN                       = 0x80
    	BPF_LSH                       = 0x60
    	BPF_MAJOR_VERSION             = 0x1
    	BPF_MAXBUFSIZE                = 0x1000000
    	BPF_MAXINSNS                  = 0x200
    	BPF_MEM                       = 0x60
    	BPF_MEMWORDS                  = 0x10
    	BPF_MINBUFSIZE                = 0x20
    	BPF_MINOR_VERSION             = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top