Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Oregon (0.22 sec)

  1. src/cmd/cgo/doc.go

    implicitly pinned for the duration of the call. Go memory reachable from
    these function arguments must be pinned as long as the C code has access
    to it. Whether Go memory is pinned is a dynamic property of that memory
    region; it has nothing to do with the type of the pointer.
    
    Go values created by calling new, by taking the address of a composite
    literal, or by taking the address of a local variable may also have their
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SETUID = 23
    pkg syscall (darwin-386), const SYS_SETWGROUPS = 289
    pkg syscall (darwin-386), const SYS_SETXATTR = 236
    pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
    pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
    pkg syscall (darwin-386), const SYS_SHMAT = 262
    pkg syscall (darwin-386), const SYS_SHMCTL = 263
    pkg syscall (darwin-386), const SYS_SHMDT = 264
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. api/go1.11.txt

    pkg runtime/trace, func NewTask(context.Context, string) (context.Context, *Task)
    pkg runtime/trace, func StartRegion(context.Context, string) *Region
    pkg runtime/trace, func WithRegion(context.Context, string, func())
    pkg runtime/trace, method (*Region) End()
    pkg runtime/trace, method (*Task) End()
    pkg runtime/trace, type Region struct
    pkg runtime/trace, type Task struct
    pkg syscall (netbsd-386), func Accept4(int, int) (int, Sockaddr, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  4. src/archive/tar/common.go

    			return false // Negative values are never okay
    		case cur.Offset > math.MaxInt64-cur.Length:
    			return false // Integer overflow with large length
    		case cur.endOffset() > size:
    			return false // Region extends beyond the actual size
    		case pre.endOffset() > cur.Offset:
    			return false // Regions cannot overlap and must be in order
    		}
    		pre = cur
    	}
    	return true
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24.7K bytes
    - Viewed (2)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SETXATTR ideal-int
    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_CHECK_NP = 294
    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_CHECK_NP ideal-int
    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
    pkg syscall (darwin-arm64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int
    pkg syscall (darwin-arm64), const SYS_SHMAT = 262
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. src/cmd/cgo/gcc.go

    // returns an array of substrings of s or an empty list if s contains only white space.
    // Single quotes and double quotes are recognized to prevent splitting within the
    // quoted region, and are removed from the resulting substrings. If a quote in s
    // isn't closed err will be set and r will have the unclosed argument as the
    // last element. The backslash is used for escaping.
    //
    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.txt

    pkg syscall (darwin-386), const SYS_SETWGROUPS ideal-int
    pkg syscall (darwin-386), const SYS_SETXATTR ideal-int
    pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP ideal-int
    pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP ideal-int
    pkg syscall (darwin-386), const SYS_SHMAT ideal-int
    pkg syscall (darwin-386), const SYS_SHMCTL ideal-int
    pkg syscall (darwin-386), const SYS_SHMDT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. src/archive/zip/struct.go

    	// the system's local character encoding happens to be.
    	//
    	// This flag should only be set if the user intends to encode a non-portable
    	// ZIP file for a specific localized region. Otherwise, the Writer
    	// automatically sets the ZIP format's UTF-8 flag for valid UTF-8 strings.
    	NonUTF8 bool
    
    	CreatorVersion uint16
    	ReaderVersion  uint16
    	Flags          uint16
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  9. api/go1.4.txt

    pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int
    pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int
    
    # CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <******@****.***>
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501
    pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int
    pkg syscall (windows-386), const DnsSectionAdditional = 3
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top