Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for corhere (0.36 sec)

  1. src/bufio/export_test.go

    	if n < utf8.UTFMax || n > 1e9 {
    		panic("bad max token size")
    	}
    	if n < len(s.buf) {
    		s.buf = make([]byte, n)
    	}
    	s.maxTokenSize = n
    }
    
    // ErrOrEOF is like Err, but returns EOF. Used to test a corner case.
    func (s *Scanner) ErrOrEOF() error {
    	return s.err
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 17:17:44 GMT 2017
    - 597 bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VGATHERQPD 640(R15)(Z20*2), K6, Z10 // 6252fd4693546750
    	VGATHERQPD 960(R15)(Z10*2), K6, Z20 // 6282fd4e93645778
    	VGATHERQPD 1280(R15)(Z0*2), K6, Z10 // 6252fd4e93944700050000
    	// EVEX: corner cases for High-16 registers.
    	VADDPD X31, X16, X15          // 6211fd0058ff
    	VADDPD X23, X15, X16          // 62a1850858c7
    	VADDPD Y31, Y16, Y15          // 6211fd2058ff
    	VADDPD Y23, Y15, Y16          // 62a1852858c7
    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)
  3. api/go1.1.txt

    pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0
    pkg syscall (linux-386), const RT_SCOPE_HOST = 254
    pkg syscall (linux-386), const RT_SCOPE_LINK = 253
    pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255
    pkg syscall (linux-386), const RT_SCOPE_SITE = 200
    pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0
    pkg syscall (linux-386), const RT_TABLE_COMPAT = 252
    pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253
    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)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE ideal-int
    pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE ideal-int
    pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT 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)
  5. api/go1.txt

    pkg syscall (linux-386), const RT_CLASS_UNSPEC ideal-int
    pkg syscall (linux-386), const RT_SCOPE_HOST ideal-int
    pkg syscall (linux-386), const RT_SCOPE_LINK ideal-int
    pkg syscall (linux-386), const RT_SCOPE_NOWHERE ideal-int
    pkg syscall (linux-386), const RT_SCOPE_SITE ideal-int
    pkg syscall (linux-386), const RT_SCOPE_UNIVERSE ideal-int
    pkg syscall (linux-386), const RT_TABLE_COMPAT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top