Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for 17 (0.02 seconds)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	KANDW K4, K1, K5                                   // c5f441ec
    	KMOVW K5, 17(SP)                                   // c5f8916c2411
    	KMOVW K4, 17(SP)                                   // c5f891642411
    	KMOVW K5, -17(BP)(SI*4)                            // c5f8916cb5ef
    	KMOVW K4, -17(BP)(SI*4)                            // c5f89164b5ef
    	KMOVW K7, SP                                       // c5f893e7
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 410.5K bytes
    - Click Count (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_PUP ideal-int
    pkg syscall (darwin-arm64), const AF_RESERVED_36 = 36
    pkg syscall (darwin-arm64), const AF_RESERVED_36 ideal-int
    pkg syscall (darwin-arm64), const AF_ROUTE = 17
    pkg syscall (darwin-arm64), const AF_ROUTE ideal-int
    pkg syscall (darwin-arm64), const AF_SIP = 24
    pkg syscall (darwin-arm64), const AF_SIP ideal-int
    pkg syscall (darwin-arm64), const AF_SNA = 11
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Click Count (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_NATM ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_NS = 6
    pkg syscall (netbsd-arm64-cgo), const AF_NS ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_OROUTE = 17
    pkg syscall (netbsd-arm64-cgo), const AF_OROUTE ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_OSI = 7
    pkg syscall (netbsd-arm64-cgo), const AF_OSI ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_PUP = 4
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Click Count (0)
  4. doc/go_spec.html

    	<code>x</code> is a string and <code>T</code> is a slice of bytes or runes.
    	</li>
    	<li>
    	<code>x</code> is a slice, <code>T</code> is an array [<a href="#Go_1.20">Go 1.20</a>]
    	or a pointer to an array [<a href="#Go_1.17">Go 1.17</a>],
    	and the slice and array types have <a href="#Type_identity">identical</a> element types.
    	</li>
    </ul>
    
    <p>
    Additionally, if <code>T</code> or <code>x</code>'s type <code>V</code> are type
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top