Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for fixed (0.18 sec)

  1. doc/next/1-intro.md

    <!--
    NOTE: In this document and others in this directory, the convention is to
    set fixed-width phrases with non-fixed-width spaces, as in
    `hello` `world`.
    -->
    
    <style>
      main ul li { margin: 0.5em 0; }
    </style>
    
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 24 16:44:53 GMT 2024
    - 256 bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (netbsd-386), const MAP_ANON ideal-int
    pkg syscall (netbsd-386), const MAP_FILE = 0
    pkg syscall (netbsd-386), const MAP_FILE ideal-int
    pkg syscall (netbsd-386), const MAP_FIXED = 16
    pkg syscall (netbsd-386), const MAP_FIXED ideal-int
    pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512
    pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int
    pkg syscall (netbsd-386), const MAP_INHERIT = 128
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. doc/initial/1-intro.md

    <!--
    NOTE: In this document and others in this directory, the convention is to
    set fixed-width phrases with non-fixed-width spaces, as in
    `hello` `world`.
    -->
    
    <style>
      main ul li { margin: 0.5em 0; }
    </style>
    
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 256 bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/386enc.s

    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    	// Instructions that were encoded with BYTE sequences.
    	// Included to simplify validation of CL that fixed that.
    	MOVQ (AX), M0  // 0f6f00
    	MOVQ M0, 8(SP) // 0f7f442408
    	MOVQ 8(SP), M0 // 0f6f442408
    	MOVQ M0, (AX)  // 0f7f00
    	MOVQ M0, (BX)  // 0f7f03
    	// On non-64bit arch, Go asm allowed uint32 offsets instead of int32.
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 1.2K bytes
    - Viewed (0)
  5. src/cmd/cgo/doc.go

    	// }
    	import "C"
    	import "fmt"
    
    	func main() {
    		f := C.intFunc(C.fortytwo)
    		fmt.Println(int(C.bridge_int_func(f)))
    		// Output: 42
    	}
    
    In C, a function argument written as a fixed size array
    actually requires a pointer to the first element of the array.
    C compilers are aware of this calling convention and adjust
    the call accordingly, but Go cannot. In Go, you must pass
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  6. src/builtin/builtin.go

    // The max built-in function returns the largest value of a fixed number of
    // arguments of [cmp.Ordered] types. There must be at least one argument.
    // If T is a floating-point type and any of the arguments are NaNs,
    // max will return NaN.
    func max[T cmp.Ordered](x T, y ...T) T
    
    // The min built-in function returns the smallest value of a fixed number of
    // arguments of [cmp.Ordered] types. There must be at least one argument.
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 12.7K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MAP_FILE = 0
    pkg syscall (netbsd-arm64-cgo), const MAP_FILE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_FIXED = 16
    pkg syscall (netbsd-arm64-cgo), const MAP_FIXED ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_HASSEMAPHORE = 512
    pkg syscall (netbsd-arm64-cgo), const MAP_HASSEMAPHORE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_INHERIT = 128
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    <code>byte</code>, which is an <a href="#Alias_declarations">alias</a> for <code>uint8</code>, and
    <code>rune</code>, which is an alias for <code>int32</code>.
    Explicit conversions
    are required when different numeric types are mixed in an expression
    or assignment. For instance, <code>int32</code> and <code>int</code>
    are not the same type even though they may have the same size on a
    particular architecture.
    </p>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const MAP_COPY ideal-int
    pkg syscall (darwin-arm64), const MAP_FILE = 0
    pkg syscall (darwin-arm64), const MAP_FILE ideal-int
    pkg syscall (darwin-arm64), const MAP_FIXED = 16
    pkg syscall (darwin-arm64), const MAP_FIXED ideal-int
    pkg syscall (darwin-arm64), const MAP_HASSEMAPHORE = 512
    pkg syscall (darwin-arm64), const MAP_HASSEMAPHORE ideal-int
    pkg syscall (darwin-arm64), const MAP_JIT = 2048
    Plain Text
    - Registered: Tue Apr 23 11:13:09 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), const MAP_COPY ideal-int
    pkg syscall (freebsd-arm64), const MAP_FILE = 0
    pkg syscall (freebsd-arm64), const MAP_FILE ideal-int
    pkg syscall (freebsd-arm64), const MAP_FIXED = 16
    pkg syscall (freebsd-arm64), const MAP_FIXED ideal-int
    pkg syscall (freebsd-arm64), const MAP_HASSEMAPHORE = 512
    pkg syscall (freebsd-arm64), const MAP_HASSEMAPHORE ideal-int
    pkg syscall (freebsd-arm64), const MAP_NOCORE = 131072
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top