Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setlkw (0.15 sec)

  1. api/go1.1.txt

    pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70
    pkg syscall (darwin-386), const F_SETFD = 2
    pkg syscall (darwin-386), const F_SETFL = 4
    pkg syscall (darwin-386), const F_SETLK = 8
    pkg syscall (darwin-386), const F_SETLKW = 9
    pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
    pkg syscall (darwin-386), const F_SETOWN = 6
    pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
    pkg syscall (darwin-386), const F_SETSIZE = 43
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    			outputs: []outputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    		name:   "SETL",
    		argLen: 1,
    		asm:    x86.ASETLT,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    		name:   "SETLE",
    		argLen: 1,
    		asm:    x86.ASETLE,
    		reg: regInfo{
    			outputs: []outputInfo{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top