Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for mplacer (0.28 sec)

  1. src/cmd/cgo/doc.go

    string values from Go to C and back to Go.
    
    Using //export in a file places a restriction on the preamble:
    since it is copied into two different C output files, it must not
    contain any definitions, only declarations. If a file contains both
    definitions and declarations, then the two output files will produce
    duplicate symbols and the linker will fail. To avoid this, definitions
    must be placed in preambles in other files, or in C source files.
    
    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. src/cmd/cgo/ast.go

    // printed.
    func (f *File) ParseGo(abspath string, src []byte) {
    	// Two different parses: once with comments, once without.
    	// The printer is not good enough at printing comments in the
    	// right place when we start editing the AST behind its back,
    	// so we use ast1 to look for the doc comments on import "C"
    	// and on exported functions, and we use ast2 for translating
    	// and reprinting.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </pre>
    
    <p>
    If the source code represents a character as two code points, such as
    a combining form involving an accent and a letter, the result will be
    an error if placed in a rune literal (it is not a single code
    point), and will appear as two code points if placed in a string
    literal.
    </p>
    
    
    <h2 id="Constants">Constants</h2>
    
    <p>There are <i>boolean constants</i>,
    <i>rune constants</i>,
    <i>integer constants</i>,
    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)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET = 28681
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_OS9NET ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER = 32966
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PACER ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE = 34958
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PAE ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_PCS = 16962
    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)
  5. README.md

    To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
    
    Note that the Go project uses the issue tracker for bug reports and
    proposals only. See https://go.dev/wiki/Questions for a list of
    places to ask questions about the Go language.
    
    [rf]: https://reneefrench.blogspot.com/
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 02 20:14:56 GMT 2022
    - 1.4K bytes
    - Viewed (0)
  6. src/bytes/bytes.go

    	for i, span := range spans {
    		a[i] = s[span.start:span.end:span.end]
    	}
    
    	return a
    }
    
    // Join concatenates the elements of s to create a new byte slice. The separator
    // sep is placed between elements in the resulting slice.
    func Join(s [][]byte, sep []byte) []byte {
    	if len(s) == 0 {
    		return []byte{}
    	}
    	if len(s) == 1 {
    		// Just return a copy.
    		return append([]byte(nil), s[0]...)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Feb 19 19:51:15 GMT 2024
    - 33.8K bytes
    - Viewed (0)
  7. doc/go_spec.html

    </pre>
    
    <p>
    If the source code represents a character as two code points, such as
    a combining form involving an accent and a letter, the result will be
    an error if placed in a rune literal (it is not a single code
    point), and will appear as two code points if placed in a string
    literal.
    </p>
    
    
    <h2 id="Constants">Constants</h2>
    
    <p>There are <i>boolean constants</i>,
    <i>rune constants</i>,
    <i>integer constants</i>,
    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)
  8. api/go1.1.txt

    pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int
    pkg syscall (freebsd-386), const IPPROTO_SEP = 33
    pkg syscall (freebsd-386), const IPPROTO_SKIP = 57
    pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767
    pkg syscall (freebsd-386), const IPPROTO_SRPC = 90
    pkg syscall (freebsd-386), const IPPROTO_ST = 7
    pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82
    pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53
    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)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IPPROTO_SEND ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SEP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_ST ideal-int
    pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP 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)
  10. src/cmd/cgo/gcc.go

    			fmt.Fprintf(&b, "\t%s,\n", n.C)
    		} else {
    			fmt.Fprintf(&b, "\t0,\n")
    		}
    	}
    	// for the last entry, we cannot use 0, otherwise
    	// in case all __cgodebug_data is zero initialized,
    	// LLVM-based gcc will place the it in the __DATA.__common
    	// zero-filled section (our debug/macho doesn't support
    	// this)
    	fmt.Fprintf(&b, "\t1\n")
    	fmt.Fprintf(&b, "};\n")
    
    	// do the same work for floats.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top