Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for 264 (0.02 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_GETSID         = 255 // { pid_t sys_getsid(pid_t pid); }
    	SYS_MSYNC          = 256 // { int sys_msync(void *addr, size_t len, int flags); }
    	SYS_PIPE           = 263 // { int sys_pipe(int *fdp); }
    	SYS_FHOPEN         = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); }
    	SYS_PREADV         = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/test2json.go

    	if line[0] == '-' { // PASS or FAIL report
    		// Parse out elapsed time.
    		if i := strings.Index(name, " ("); i >= 0 {
    			if strings.HasSuffix(name, "s)") {
    				t, err := strconv.ParseFloat(name[i+2:len(name)-2], 64)
    				if err == nil {
    					if c.mode&Timestamp != 0 {
    						e.Elapsed = &t
    					}
    				}
    			}
    			name = name[:i]
    		}
    		if len(c.report) < indent {
    			// Nested deeper than expected.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_GETSID         = 255 // { pid_t sys_getsid(pid_t pid); }
    	SYS_MSYNC          = 256 // { int sys_msync(void *addr, size_t len, int flags); }
    	SYS_PIPE           = 263 // { int sys_pipe(int *fdp); }
    	SYS_FHOPEN         = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); }
    	SYS_PREADV         = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_GETSID         = 255 // { pid_t sys_getsid(pid_t pid); }
    	SYS_MSYNC          = 256 // { int sys_msync(void *addr, size_t len, int flags); }
    	SYS_PIPE           = 263 // { int sys_pipe(int *fdp); }
    	SYS_FHOPEN         = 264 // { int sys_fhopen(const fhandle_t *fhp, int flags); }
    	SYS_PREADV         = 267 // { ssize_t sys_preadv(int fd, const struct iovec *iovp, int iovcnt, int pad, off_t offset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. src/math/big/natconv.go

    // split would take longer (because of the nat/nat div()) than the twice as many divW()'s of the
    // iterative approach. This threshold is represented by leafSize. Benchmarking of leafSize in the
    // range 2..64 shows that values of 8 and 16 work well, with a 4x speedup at medium lengths and
    // ~30x for 20000 digits. Use nat_test.go's BenchmarkLeafSize tests to optimize leafSize for
    // specific hardware.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 14.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    			in:            hex("3b7fffffffffffffff"), // -9223372036854775808
    			want:          int64(-9223372036854775808),
    			assertOnError: assertNilError,
    		},
    		{
    			name: "min negative integer value supported by cbor: -2^64",
    			in:   hex("3bffffffffffffffff"), // -18446744073709551616
    			assertOnError: assertOnConcreteError(func(t *testing.T, e *cbor.UnmarshalTypeError) {
    				if e == nil {
    					t.Error("expected non-nil error")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    	esICIndex         ID = 258
    	esMXIndex         ID = 259
    	esNIIndex         ID = 260
    	esPAIndex         ID = 261
    	esPEIndex         ID = 262
    	esPHIndex         ID = 263
    	esPRIndex         ID = 264
    	esPYIndex         ID = 265
    	esSVIndex         ID = 266
    	esUSIndex         ID = 267
    	esUYIndex         ID = 268
    	esVEIndex         ID = 269
    	etIndex           ID = 270
    	etEEIndex         ID = 271
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  8. src/runtime/asm_ppc64x.s

    	MOVD	R18, 192(R1)
    	MOVD	R19, 200(R1)
    	MOVD	R20, 208(R1)
    	MOVD	R21, 216(R1)
    	MOVD	R22, 224(R1)
    	MOVD	R23, 232(R1)
    	MOVD	R24, 240(R1)
    	MOVD	R25, 248(R1)
    	MOVD	R26, 256(R1)
    	MOVD	R27, 264(R1)
    	MOVD	R28, 272(R1)
    	MOVD	R29, 280(R1)
    	MOVD	g, 288(R1)
    	MOVD	LR, R31
    	MOVD	R31, 32(R1)
    	CALL	runtimeĀ·debugCallCheck(SB)
    	MOVD	40(R1), R22
    	XOR	R0, R0
    	CMP	R22, $0
    	BEQ	good
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    	}
    
    	// Calculate bits, mask to identify suffix matches.
    	var bits, mask uint64
    	if suffix != "" && suffix != "y" && suffix != "n" && suffix != "v" {
    		var err error
    		bits, err = strconv.ParseUint(suffix, 2, 64)
    		if err != nil {
    			b.Fatalf("internal error: bad suffix")
    		}
    		mask = uint64(1<<len(suffix)) - 1
    	}
    
    	// Process output, collecting match reports for suffix.
    	have := make(map[uint64]bool)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    					60: {CoreID: 20, SocketID: 1, NUMANodeID: 2},
    					61: {CoreID: 21, SocketID: 1, NUMANodeID: 2},
    					62: {CoreID: 22, SocketID: 1, NUMANodeID: 2},
    					63: {CoreID: 23, SocketID: 1, NUMANodeID: 2},
    					64: {CoreID: 24, SocketID: 1, NUMANodeID: 2},
    					65: {CoreID: 25, SocketID: 1, NUMANodeID: 2},
    					66: {CoreID: 26, SocketID: 1, NUMANodeID: 2},
    					67: {CoreID: 27, SocketID: 1, NUMANodeID: 2},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
Back to top