Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for SEC (0.15 sec)

  1. src/archive/tar/strconv_test.go

    		{-1350244992, -23960108, "-1350244992.023960108"},
    	}
    
    	for _, v := range vectors {
    		got := formatPAXTime(time.Unix(v.sec, v.nsec))
    		if got != v.want {
    			t.Errorf("formatPAXTime(%ds, %dns): got %q, want %q",
    				v.sec, v.nsec, got, v.want)
    		}
    	}
    }
    
    func TestParsePAXRecord(t *testing.T) {
    	medName := strings.Repeat("CD", 50)
    	longName := strings.Repeat("AB", 100)
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  2. misc/wasm/wasm_exec.js

    					},
    
    					// func nanotime1() int64
    					"runtime.nanotime1": (sp) => {
    						sp >>>= 0;
    						setInt64(sp + 8, (timeOrigin + performance.now()) * 1000000);
    					},
    
    					// func walltime() (sec int64, nsec int32)
    					"runtime.walltime": (sp) => {
    						sp >>>= 0;
    						const msec = (new Date).getTime();
    						setInt64(sp + 8, msec / 1000);
    						this.mem.setInt32(sp + 16, (msec % 1000) * 1000000, true);
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/operand_test.go

    	{"asmcgocall<>(SB)", "asmcgocall<>(SB)"},
    	{"ax+4(FP)", "ax+4(FP)"},
    	{"ptime-12(SP)", "ptime-12(SP)"},
    	{"runtime·_NtWaitForSingleObject(SB)", "runtime._NtWaitForSingleObject(SB)"},
    	{"s(FP)", "s(FP)"},
    	{"sec+4(FP)", "sec+4(FP)"},
    	{"shifts<>(SB)(CX*8)", "shifts<>(SB)(CX*8)"},
    	{"x+4(FP)", "x+4(FP)"},
    	{"·AddUint32(SB)", "pkg.AddUint32(SB)"},
    	{"·reflectcall(SB)", "pkg.reflectcall(SB)"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  4. api/go1.3.txt

    pkg syscall (openbsd-386), type Termios struct, Oflag uint32
    pkg syscall (openbsd-386), type Termios struct, Ospeed int32
    pkg syscall (openbsd-386), type Timespec struct, Sec int64
    pkg syscall (openbsd-386), type Timeval struct, Sec int64
    pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262
    pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085
    pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  5. api/except.txt

    pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32
    pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32
    pkg syscall (openbsd-386), type Timespec struct, Sec int32
    pkg syscall (openbsd-386), type Timeval struct, Sec int32
    pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
    pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
    pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    // field names when generating the C or Go code. For generated
    // C, we leave the names as is (tv_sec, tv_usec), since that's what
    // people are used to seeing in C.  For generated Go code, such as
    // package syscall's data structures, we drop a common prefix
    // (so sec, usec, which will get turned into Sec, Usec for exporting).
    func fieldPrefix(fld []*ast.Field) string {
    	prefix := ""
    	for _, f := range fld {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Timespec struct, Nsec int64
    pkg syscall (netbsd-arm64-cgo), type Timespec struct, Sec int64
    pkg syscall (netbsd-arm64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8
    pkg syscall (netbsd-arm64-cgo), type Timeval struct, Sec int64
    pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32
    pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg syscall (darwin-amd64), type Timespec struct, Sec int64
    pkg syscall (darwin-amd64), type Timeval struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-amd64), type Timeval struct, Sec int64
    pkg syscall (darwin-amd64), type Timeval struct, Usec int32
    pkg syscall (darwin-amd64), type Timeval32 struct
    pkg syscall (darwin-amd64), type Timeval32 struct, Sec int32
    pkg syscall (darwin-amd64), type Timeval32 struct, Usec int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type Timespec struct, Sec int64
    pkg syscall (darwin-arm64), type Timeval struct, Pad_cgo_0 [4]uint8
    pkg syscall (darwin-arm64), type Timeval struct, Sec int64
    pkg syscall (darwin-arm64), type Timeval struct, Usec int32
    pkg syscall (darwin-arm64), type Timeval32 struct
    pkg syscall (darwin-arm64), type Timeval32 struct, Sec int32
    pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32
    pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64
    pkg syscall (freebsd-arm64), type Timespec struct, Sec int64
    pkg syscall (freebsd-arm64), type Timeval struct, Sec int64
    pkg syscall (freebsd-arm64), type Timeval struct, Usec int64
    pkg syscall (freebsd-arm64), type WaitStatus uint32
    pkg syscall (freebsd-arm64), var Stderr int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top