Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 355 for Freq (0.06 sec)

  1. src/syscall/ztypes_linux_amd64.go

    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    type Timex struct {
    	Modes     uint32
    	Pad_cgo_0 [4]byte
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Pad_cgo_1 [4]byte
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_amd64.go

    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_386.go

    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_arm.go

    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS___THRSIGDIVERT = 303 // { int sys___thrsigdivert(sigset_t sigmask, \
    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, \
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    	SYS_FACCESSAT      = 313 // { int sys_faccessat(int fd, const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  7. src/internal/trace/internal/oldtrace/parser.go

    	if events.Len() > 0 {
    		// Translate cpu ticks to real time.
    		minTs := events.Ptr(0).Ts
    		// Use floating point to avoid integer overflows.
    		freq := 1e9 / float64(p.ticksPerSec)
    		for i := 0; i < events.Len(); i++ {
    			ev := events.Ptr(i)
    			ev.Ts = Timestamp(float64(ev.Ts-minTs) * freq)
    			// Move timers and syscalls to separate fake Ps.
    			if p.timerGoids[ev.G] && ev.Type == EvGoUnblock {
    				ev.P = TimerP
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS___GETCWD       = 304 // { int sys___getcwd(char *buf, size_t len); }
    	SYS_ADJFREQ        = 305 // { int sys_adjfreq(const int64_t *freq, int64_t *oldfreq); }
    	SYS_SETRTABLE      = 310 // { int sys_setrtable(int rtableid); }
    	SYS_GETRTABLE      = 311 // { int sys_getrtable(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top