Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for deng (0.28 sec)

  1. src/cmd/cgo/doc.go

    effect to systems satisfying one of the constraints
    (see https://golang.org/pkg/go/build/#hdr-Build_Constraints for details about the constraint syntax).
    For example:
    
    	// #cgo CFLAGS: -DPNG_DEBUG=1
    	// #cgo amd64 386 CFLAGS: -DX86=1
    	// #cgo LDFLAGS: -lpng
    	// #include <png.h>
    	import "C"
    
    Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool
    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)
  2. src/archive/tar/reader_test.go

    			ModTime:  time.Unix(1244428340, 0),
    			Typeflag: '0',
    			Uname:    "dsymonds",
    			Gname:    "eng",
    			Format:   FormatGNU,
    		}, {
    			Name:     "small2.txt",
    			Mode:     0640,
    			Uid:      73025,
    			Gid:      5000,
    			Size:     11,
    			ModTime:  time.Unix(1244436044, 0),
    			Typeflag: '0',
    			Uname:    "dsymonds",
    			Gname:    "eng",
    			Format:   FormatGNU,
    		}},
    		chksums: []string{
    			"e38b27eaccb4391bdec553a7f3ae6b2f",
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const PT_ATTACHEXC ideal-int
    pkg syscall (darwin-arm64), const PT_CONTINUE = 7
    pkg syscall (darwin-arm64), const PT_CONTINUE ideal-int
    pkg syscall (darwin-arm64), const PT_DENY_ATTACH = 31
    pkg syscall (darwin-arm64), const PT_DENY_ATTACH ideal-int
    pkg syscall (darwin-arm64), const PT_DETACH = 11
    pkg syscall (darwin-arm64), const PT_DETACH ideal-int
    pkg syscall (darwin-arm64), const PT_FIRSTMACH = 32
    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)
  4. api/go1.txt

    pkg syscall (darwin-386), const PT_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_ATTACHEXC ideal-int
    pkg syscall (darwin-386), const PT_CONTINUE ideal-int
    pkg syscall (darwin-386), const PT_DENY_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_DETACH ideal-int
    pkg syscall (darwin-386), const PT_FIRSTMACH ideal-int
    pkg syscall (darwin-386), const PT_FORCEQUOTA ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const PT_ATTACH = 10
    pkg syscall (darwin-386), const PT_ATTACHEXC = 14
    pkg syscall (darwin-386), const PT_CONTINUE = 7
    pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
    pkg syscall (darwin-386), const PT_DETACH = 11
    pkg syscall (darwin-386), const PT_FIRSTMACH = 32
    pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
    pkg syscall (darwin-386), const PT_KILL = 8
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top