Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for 4shared (0.23 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const MAP_RENAME = 32
    pkg syscall (netbsd-386), const MAP_RENAME ideal-int
    pkg syscall (netbsd-386), const MAP_SHARED = 1
    pkg syscall (netbsd-386), const MAP_SHARED ideal-int
    pkg syscall (netbsd-386), const MAP_STACK = 8192
    pkg syscall (netbsd-386), const MAP_STACK ideal-int
    pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024
    pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    code generated for gcc. The build process links this stub, along with
    _cgo_export.c and *.cgo2.c, into a dynamic executable and then lets
    cgo examine the executable. Cgo records the list of shared library
    references and resolved names and writes them into a new file
    _cgo_import.go, which looks like:
    
    	//go:cgo_dynamic_linker "/lib64/ld-linux-x86-64.so.2"
    	//go:cgo_import_dynamic puts puts#GLIBC_2.2.5 "libc.so.6"
    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)
  3. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	SHA256MSG2 X11, X11      // 450f38cddb
    	// Test VPERMQ with both uint8 and int8 immediate args
    	VPERMQ $-40, Y8, Y8 // c443fd00c0d8
    	VPERMQ $216, Y8, Y8 // c443fd00c0d8
    	// Test that VPERMPD that shares ytab list with VPERMQ continues to work too.
    	VPERMPD $-40, Y7, Y7 // c4e3fd01ffd8
    	VPERMPD $216, Y7, Y7 // c4e3fd01ffd8
    	// Check that LEAL is permitted to use overflowing offset.
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    func(ch chan int) { ch <- ACK }(replyChan)
    </pre>
    
    <p>
    Function literals are <i>closures</i>: they may refer to variables
    defined in a surrounding function. Those variables are then shared between
    the surrounding function and the function literal, and they survive as long
    as they are accessible.
    </p>
    
    
    <h3 id="Primary_expressions">Primary expressions</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MAP_RENAME = 32
    pkg syscall (netbsd-arm64-cgo), const MAP_RENAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_SHARED = 1
    pkg syscall (netbsd-arm64-cgo), const MAP_SHARED ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_STACK = 8192
    pkg syscall (netbsd-arm64-cgo), const MAP_STACK ideal-int
    pkg syscall (netbsd-arm64-cgo), const MAP_TRYFIXED = 1024
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/flags/flags.go

    	Shared     = flag.Bool("shared", false, "generate code that can be linked into a shared library")
    	Dynlink    = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
    	Linkshared = flag.Bool("linkshared", false, "generate code that will be linked against Go shared libraries")
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 22 19:18:23 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  7. src/archive/tar/writer.go

    	numberFormatter func([]byte, int64)
    )
    
    // templateV7Plus fills out the V7 fields of a block using values from hdr.
    // It also fills out fields (uname, gname, devmajor, devminor) that are
    // shared in the USTAR, PAX, and GNU formats using the provided formatters.
    //
    // The block returned is only valid until the next call to
    // templateV7Plus or writeRawFile.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 19.6K bytes
    - Viewed (0)
  8. doc/go_spec.html

    func(ch chan int) { ch &lt;- ACK }(replyChan)
    </pre>
    
    <p>
    Function literals are <i>closures</i>: they may refer to variables
    defined in a surrounding function. Those variables are then shared between
    the surrounding function and the function literal, and they survive as long
    as they are accessible.
    </p>
    
    
    <h3 id="Primary_expressions">Primary expressions</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
    pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8
    pkg syscall (windows-386), const FILE_SHARE_DELETE = 4
    pkg syscall (windows-386), const FILE_SHARE_READ = 1
    pkg syscall (windows-386), const FILE_SHARE_WRITE = 2
    pkg syscall (windows-386), const FILE_TYPE_CHAR = 2
    pkg syscall (windows-386), const FILE_TYPE_DISK = 1
    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)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const MAP_RENAME ideal-int
    pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 ideal-int
    pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 ideal-int
    pkg syscall (freebsd-386-cgo), const MAP_SHARED ideal-int
    pkg syscall (freebsd-386-cgo), const MAP_STACK ideal-int
    pkg syscall (freebsd-386-cgo), const MCL_CURRENT ideal-int
    pkg syscall (freebsd-386-cgo), const MCL_FUTURE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top