Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for TPTR (0.04 sec)

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

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_MINCORE        = 78  // { int sys_mincore(void *addr, size_t len, char *vec); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                   = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                   = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                   = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                   = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                   = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                   = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types/fmt.go

    	// but I'd like to use the @ notation only when strictly necessary.)
    	if visited == nil {
    		visited = map[*Type]int{}
    	}
    	visited[t] = b.Len()
    	defer delete(visited, t)
    
    	switch t.Kind() {
    	case TPTR:
    		b.WriteByte('*')
    		switch mode {
    		case fmtTypeID, fmtTypeIDName:
    			if verb == 'S' {
    				tconv2(b, t.Elem(), 'S', mode, visited)
    				return
    			}
    		}
    		tconv2(b, t.Elem(), 'v', mode, visited)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 15:41:17 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
    	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
    	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
    	SYS_GETPGID                  = 207 // { int getpgid(pid_t pid); }
    	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_arm.go

    	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
    	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
    	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
    	SYS_GETPGID                  = 207 // { int getpgid(pid_t pid); }
    	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_386.go

    	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
    	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
    	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
    	SYS_GETPGID                  = 207 // { int getpgid(pid_t pid); }
    	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    	}
    	verifyMapBucket(t,
    		Tscalar, Tptr,
    		map[Xscalar]Xptr(nil),
    		join(hdr, rep(bucketCount, lit(0)), rep(bucketCount, lit(1)), lit(1)))
    	verifyMapBucket(t,
    		Tscalarptr, Tptr,
    		map[Xscalarptr]Xptr(nil),
    		join(hdr, rep(bucketCount, lit(0, 1)), rep(bucketCount, lit(1)), lit(1)))
    	verifyMapBucket(t, Tint64, Tptr,
    		map[int64]Xptr(nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/typecheck/subr.go

    			return ir.OCONVNOP, ""
    		}
    	}
    
    	// 5. src is the predeclared identifier nil and dst is a nillable type.
    	if src.Kind() == types.TNIL {
    		switch dst.Kind() {
    		case types.TPTR,
    			types.TFUNC,
    			types.TMAP,
    			types.TCHAN,
    			types.TINTER,
    			types.TSLICE:
    			return ir.OCONVNOP, ""
    		}
    	}
    
    	// 6. rule about untyped constants - already converted by DefaultLit.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 19:45:58 UTC 2023
    - 20.2K bytes
    - Viewed (0)
Back to top