Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 21 for cc (0.24 sec)

  1. src/cmd/cgo/gcc.go

    //
    // checkGCCBaseCmd confirms that the compiler exists in PATH, returning
    // an error if it does not.
    func checkGCCBaseCmd() ([]string, error) {
    	// Use $CC if set, since that's what the build uses.
    	value := os.Getenv("CC")
    	if value == "" {
    		// Try $GCC if set, since that's what we used to use.
    		value = os.Getenv("GCC")
    	}
    	if value == "" {
    		value = defaultCC(goos, goarch)
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setsid bool
    pkg syscall (netbsd-arm64-cgo), type Termios struct
    pkg syscall (netbsd-arm64-cgo), type Termios struct, Cc [20]uint8
    pkg syscall (netbsd-arm64-cgo), type Termios struct, Cflag uint32
    pkg syscall (netbsd-arm64-cgo), type Termios struct, Iflag uint32
    pkg syscall (netbsd-arm64-cgo), type Termios struct, Ispeed int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    hex_digits     = hex_digit { [ "_" ] hex_digit } .
    </pre>
    
    <pre>
    42
    4_2
    0600
    0_600
    0o600
    0O600       // second character is capital letter 'O'
    0xBadFace
    0xBad_Face
    0x_67_7a_2f_cc_40_c6
    170141183460469231731687303715884105727
    170_141183_460469_231731_687303_715884_105727
    
    _42         // an identifier, not an integer literal
    42_         // invalid: _ must separate successive digits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	INSERTPS $7, X2, X11                    // 66440f3a21da07
    	INSERTPS $7, X11, X11                   // 66450f3a21db07
    	INSW                                    // 666d
    	//TODO: INT $3                          // cc
    	INT $7                                  // cd07
    	INVD                                    // 0f08
    	INVLPG (BX)                             // 0f013b
    	INVLPG (R11)                            // 410f013b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), type SysProcAttr struct, Setpgid bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setsid bool
    pkg syscall (darwin-arm64), type Termios struct
    pkg syscall (darwin-arm64), type Termios struct, Cc [20]uint8
    pkg syscall (darwin-arm64), type Termios struct, Cflag uint64
    pkg syscall (darwin-arm64), type Termios struct, Iflag uint64
    pkg syscall (darwin-arm64), type Termios struct, Ispeed uint64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setsid bool
    pkg syscall (freebsd-arm64), type Termios struct
    pkg syscall (freebsd-arm64), type Termios struct, Cc [20]uint8
    pkg syscall (freebsd-arm64), type Termios struct, Cflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Iflag uint32
    pkg syscall (freebsd-arm64), type Termios struct, Ispeed uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), type Sysinfo_t struct, Uptime int32
    pkg syscall (linux-386), type Sysinfo_t struct, X_f [8]int8
    pkg syscall (linux-386), type Termios struct
    pkg syscall (linux-386), type Termios struct, Cc [32]uint8
    pkg syscall (linux-386), type Termios struct, Cflag uint32
    pkg syscall (linux-386), type Termios struct, Iflag uint32
    pkg syscall (linux-386), type Termios struct, Ispeed uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setsid bool #53466
    pkg syscall (freebsd-riscv64), type Termios struct #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Cc [20]uint8 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Cflag uint32 #53466
    pkg syscall (freebsd-riscv64), type Termios struct, Iflag uint32 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. doc/go_spec.html

    hex_digits     = hex_digit { [ "_" ] hex_digit } .
    </pre>
    
    <pre>
    42
    4_2
    0600
    0_600
    0o600
    0O600       // second character is capital letter 'O'
    0xBadFace
    0xBad_Face
    0x_67_7a_2f_cc_40_c6
    170141183460469231731687303715884105727
    170_141183_460469_231731_687303_715884_105727
    
    _42         // an identifier, not an integer literal
    42_         // invalid: _ must separate successive digits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
    pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
    pkg syscall (darwin-386), type Termios struct
    pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
    pkg syscall (darwin-386), type Termios struct, Cflag uint32
    pkg syscall (darwin-386), type Termios struct, Iflag uint32
    pkg syscall (darwin-386), type Termios struct, Ispeed uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top