Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for tianon (0.34 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24
    pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
    pkg syscall (netbsd-386), const MAP_ANON = 4096
    pkg syscall (netbsd-386), const MAP_ANON ideal-int
    pkg syscall (netbsd-386), const MAP_FILE = 0
    pkg syscall (netbsd-386), const MAP_FILE ideal-int
    pkg syscall (netbsd-386), const MAP_FIXED = 16
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const F_WRLCK ideal-int
    pkg syscall (netbsd-arm64-cgo), const HUPCL = 16384
    pkg syscall (netbsd-arm64-cgo), const HUPCL ideal-int
    pkg syscall (netbsd-arm64-cgo), const ICANON = 256
    pkg syscall (netbsd-arm64-cgo), const ICANON ideal-int
    pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER = 18
    pkg syscall (netbsd-arm64-cgo), const ICMP6_FILTER ideal-int
    pkg syscall (netbsd-arm64-cgo), const ICRNL = 256
    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)
  3. src/cmd/asm/internal/asm/testdata/amd64.s

    #include "../../../../../runtime/textflag.h"
    
    TEXT	foo(SB), DUPOK|NOSPLIT, $0
    
    // LTYPE1 nonrem	{ outcode($1, &$2); }
    	NEGQ	R11
    	NEGQ	4(R11)
    	NEGQ	foo+4(SB)
    
    // LTYPE2 rimnon	{ outcode($1, &$2); }
    	INT	$4
    	DIVB	R11
    	DIVB	4(R11)
    	DIVB	foo+4(SB)
    
    // LTYPE3 rimrem	{ outcode($1, &$2); }
    	SUBQ $4, DI
    	SUBQ R11, DI
    	SUBQ 4(R11), DI
    	SUBQ foo+4(SB), DI
    	SUBQ $4, 8(R12)
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 18:57:21 GMT 2019
    - 3.3K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const F_WRLCK = 3
    pkg syscall (darwin-386), const HUPCL = 16384
    pkg syscall (darwin-386), const HUPCL ideal-int
    pkg syscall (darwin-386), const ICANON = 256
    pkg syscall (darwin-386), const ICANON ideal-int
    pkg syscall (darwin-386), const ICRNL = 256
    pkg syscall (darwin-386), const ICRNL ideal-int
    pkg syscall (darwin-386), const IEXTEN = 1024
    pkg syscall (darwin-386), const IEXTEN ideal-int
    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)
  5. src/cmd/asm/internal/asm/testdata/386.s

    #include "../../../../../runtime/textflag.h"
    
    TEXT foo(SB), DUPOK|NOSPLIT, $0
    
    // LTYPE1 nonrem	{ outcode(int($1), &$2); }
    	SETCC	AX
    	SETCC	foo+4(SB)
    
    // LTYPE2 rimnon	{ outcode(int($1), &$2); }
    	DIVB	AX
    	DIVB	foo+4(SB)
    	PUSHL	$foo+4(SB)
    	POPL		AX
    
    // LTYPE3 rimrem	{ outcode(int($1), &$2); }
    	SUBB	$1, AX
    	SUBB	$1, foo+4(SB)
    	SUBB	BX, AX
    	SUBB	BX, foo+4(SB)
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 18:57:21 GMT 2019
    - 2K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const F_UNLCKSYS ideal-int
    pkg syscall (freebsd-386-cgo), const F_WRLCK ideal-int
    pkg syscall (freebsd-386-cgo), const HUPCL ideal-int
    pkg syscall (freebsd-386-cgo), const ICANON ideal-int
    pkg syscall (freebsd-386-cgo), const ICMP6_FILTER = 18
    pkg syscall (freebsd-386-cgo), const ICMP6_FILTER ideal-int
    pkg syscall (freebsd-386-cgo), const ICRNL 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)
  7. src/cmd/cgo/gcc.go

    		}
    		if f.ByteOffset < off {
    			// Drop a packed field that we can't represent.
    			continue
    		}
    
    		n := len(fld)
    		fld = fld[0 : n+1]
    		if name == "" {
    			name = fmt.Sprintf("anon%d", anon)
    			anon++
    			ident[name] = name
    		}
    		fld[n] = &ast.Field{Names: []*ast.Ident{c.Ident(ident[name])}, Type: tgo}
    		sizes = sizes[0 : n+1]
    		sizes[n] = size
    		off += size
    		buf.WriteString(t.C.String())
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const F_WRLCK ideal-int
    pkg syscall (darwin-arm64), const HUPCL = 16384
    pkg syscall (darwin-arm64), const HUPCL ideal-int
    pkg syscall (darwin-arm64), const ICANON = 256
    pkg syscall (darwin-arm64), const ICANON ideal-int
    pkg syscall (darwin-arm64), const ICMP6_FILTER = 18
    pkg syscall (darwin-arm64), const ICMP6_FILTER ideal-int
    pkg syscall (darwin-arm64), const ICRNL = 256
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const FLUSHO ideal-int
    pkg syscall (freebsd-arm64), const HUPCL = 16384
    pkg syscall (freebsd-arm64), const HUPCL ideal-int
    pkg syscall (freebsd-arm64), const ICANON = 256
    pkg syscall (freebsd-arm64), const ICANON ideal-int
    pkg syscall (freebsd-arm64), const ICMP6_FILTER = 18
    pkg syscall (freebsd-arm64), const ICMP6_FILTER ideal-int
    pkg syscall (freebsd-arm64), const ICRNL = 256
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (linux-386), const F_UNLCK ideal-int
    pkg syscall (linux-386), const F_WRLCK ideal-int
    pkg syscall (linux-386), const HUPCL ideal-int
    pkg syscall (linux-386), const ICANON ideal-int
    pkg syscall (linux-386), const ICRNL ideal-int
    pkg syscall (linux-386), const IEXTEN ideal-int
    pkg syscall (linux-386), const IFA_ADDRESS ideal-int
    pkg syscall (linux-386), const IFA_ANYCAST 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