Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for prie (0.27 sec)

  1. doc/go1.17_spec.html

    <pre>
    func(int) int
    </pre>
    
    <p>
    These two invocations are equivalent:
    </p>
    
    <pre>
    t.Mv(7)
    f := t.Mv; f(7)
    </pre>
    
    <p>
    Similarly, the expression
    </p>
    
    <pre>
    pt.Mp
    </pre>
    
    <p>
    yields a function value of type
    </p>
    
    <pre>
    func(float32) float32
    </pre>
    
    <p>
    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)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH = 124
    pkg syscall (netbsd-arm64-cgo), const PRI_IOFLUSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const PRIO_PGRP = 1
    pkg syscall (netbsd-arm64-cgo), const PRIO_PGRP ideal-int
    pkg syscall (netbsd-arm64-cgo), const PRIO_PROCESS = 0
    pkg syscall (netbsd-arm64-cgo), const PRIO_PROCESS ideal-int
    pkg syscall (netbsd-arm64-cgo), const PRIO_USER = 2
    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. src/bufio/bufio_test.go

    			return
    		}
    	}
    }
    
    func createTestInput(n int) []byte {
    	input := make([]byte, n)
    	for i := range input {
    		// 101 and 251 are arbitrary prime numbers.
    		// The idea is to create an input sequence
    		// which doesn't repeat too frequently.
    		input[i] = byte(i % 251)
    		if i%101 == 0 {
    			input[i] ^= byte(i / 101)
    		}
    	}
    	return input
    }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  4. doc/asm.html

    	0x0048 00072 (x.go:3)	JMP	0
    ...
    </pre>
    
    <p>
    The <code>FUNCDATA</code> and <code>PCDATA</code> directives contain information
    for use by the garbage collector; they are introduced by the compiler.
    </p>
    
    <p>
    To see what gets put in the binary after linking, use <code>go tool objdump</code>:
    </p>
    
    <pre>
    $ go build -o x.exe x.go
    $ go tool objdump -s main.main x.exe
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const PENDIN ideal-int
    pkg syscall (darwin-arm64), const PRIO_PGRP = 1
    pkg syscall (darwin-arm64), const PRIO_PGRP ideal-int
    pkg syscall (darwin-arm64), const PRIO_PROCESS = 0
    pkg syscall (darwin-arm64), const PRIO_PROCESS ideal-int
    pkg syscall (darwin-arm64), const PRIO_USER = 2
    pkg syscall (darwin-arm64), const PRIO_USER ideal-int
    pkg syscall (darwin-arm64), const PROT_EXEC = 4
    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), const PENDIN ideal-int
    pkg syscall (freebsd-arm64), const PRIO_PGRP = 1
    pkg syscall (freebsd-arm64), const PRIO_PGRP ideal-int
    pkg syscall (freebsd-arm64), const PRIO_PROCESS = 0
    pkg syscall (freebsd-arm64), const PRIO_PROCESS ideal-int
    pkg syscall (freebsd-arm64), const PRIO_USER = 2
    pkg syscall (freebsd-arm64), const PRIO_USER ideal-int
    pkg syscall (freebsd-arm64), const PROT_EXEC = 4
    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. src/bytes/bytes_test.go

    func BenchmarkIndexHard2(b *testing.B) { benchmarkIndexHard(b, []byte("</pre>")) }
    func BenchmarkIndexHard3(b *testing.B) { benchmarkIndexHard(b, []byte("<b>hello world</b>")) }
    func BenchmarkIndexHard4(b *testing.B) {
    	benchmarkIndexHard(b, []byte("<pre><b>hello</b><strong>world</strong></pre>"))
    }
    
    func BenchmarkLastIndexHard1(b *testing.B) { benchmarkLastIndexHard(b, []byte("<>")) }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg crypto/md5, const BlockSize ideal-int
    pkg crypto/md5, const Size ideal-int
    pkg crypto/md5, func New() hash.Hash
    pkg crypto/rand, func Int(io.Reader, *big.Int) (*big.Int, error)
    pkg crypto/rand, func Prime(io.Reader, int) (*big.Int, error)
    pkg crypto/rand, func Read([]uint8) (int, error)
    pkg crypto/rand, var Reader io.Reader
    pkg crypto/rc4, func NewCipher([]uint8) (*Cipher, error)
    pkg crypto/rc4, method (*Cipher) Reset()
    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)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const PRIO_PGRP = 1 #53466
    pkg syscall (freebsd-riscv64), const PRIO_PGRP ideal-int #53466
    pkg syscall (freebsd-riscv64), const PRIO_PROCESS = 0 #53466
    pkg syscall (freebsd-riscv64), const PRIO_PROCESS ideal-int #53466
    pkg syscall (freebsd-riscv64), const PRIO_USER = 2 #53466
    pkg syscall (freebsd-riscv64), const PRIO_USER ideal-int #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)
  10. doc/go_spec.html

    </p>
    
    <pre class="ebnf">
    ShortVarDecl = IdentifierList ":=" ExpressionList .
    </pre>
    
    <p>
    It is shorthand for a regular <a href="#Variable_declarations">variable declaration</a>
    with initializer expressions but no types:
    </p>
    
    <pre class="grammar">
    "var" IdentifierList "=" ExpressionList .
    </pre>
    
    <pre>
    i, j := 0, 10
    f := func() int { return 7 }
    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)
Back to top