Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for fx10 (0.2 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	BIOCVERSION                   = 0x40044271
    	BPF_A                         = 0x10
    	BPF_ABS                       = 0x20
    	BPF_ADD                       = 0x0
    	BPF_ALIGNMENT                 = 0x4
    	BPF_ALU                       = 0x4
    	BPF_AND                       = 0x50
    	BPF_B                         = 0x10
    	BPF_DFLTBUFSIZE               = 0x100000
    	BPF_DIV                       = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  2. src/math/rand/v2/chacha8_test.go

    	"chacha8:\x00\x00\x00\x00\x00\x00\x00\x11>\x15\x0e\xacHk4O\x11a\xa8R\xcd5\x9atr\x8cXO\x9c]\x10\xdf\xf61\xea\x11\x18\x06\x8a\xaa",
    	"chacha8:\x00\x00\x00\x00\x00\x00\x00\x12>\x15\x0e\xacHk4O\x11a\xa8R\xcd5\x9atr\x8cXO\x9c]\x10\xdf\xf61\xea\x11\x18\x06\x8a\xaa",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 55K bytes
    - Viewed (0)
  3. src/runtime/asm_amd64.s

    	AESENC	X8, X8
    	AESENC	X9, X9
    	AESENC	X10, X10
    	AESENC	X11, X11
    	AESENC	X12, X12
    	AESENC	X13, X13
    	AESENC	X14, X14
    	AESENC	X15, X15
    
    	AESENC	X8, X8
    	AESENC	X9, X9
    	AESENC	X10, X10
    	AESENC	X11, X11
    	AESENC	X12, X12
    	AESENC	X13, X13
    	AESENC	X14, X14
    	AESENC	X15, X15
    
    	AESENC	X8, X8
    	AESENC	X9, X9
    	AESENC	X10, X10
    	AESENC	X11, X11
    	AESENC	X12, X12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  4. pkg/workloadapi/workload.pb.go

    	0x52, 0x45, 0x47, 0x49, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x5a, 0x4f, 0x4e, 0x45,
    	0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x55, 0x42, 0x5a, 0x4f, 0x4e, 0x45, 0x10, 0x03, 0x12,
    	0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x44, 0x45, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x4c, 0x55,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	INHERITED_ACCESS_ENTRY             = 0x10
    	INHERITED_PARENT                   = 0x10000000
    	INHERITED_GRANDPARENT              = 0x20000000
    	OBJECT_INHERIT_ACE                 = 0x1
    	CONTAINER_INHERIT_ACE              = 0x2
    	NO_PROPAGATE_INHERIT_ACE           = 0x4
    	INHERIT_ONLY_ACE                   = 0x8
    	INHERITED_ACE                      = 0x10
    	VALID_INHERIT_FLAGS                = 0x1F
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    	"g",   // aka R28
    	"R29", // frame pointer, not used
    	"R30", // aka REGLINK
    	"SP",  // aka R31
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    	"F20",
    	"F21",
    	"F22",
    	"F23",
    	"F24",
    	"F25",
    	"F26",
    	"F27",
    	"F28",
    	"F29",
    	"F30",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/loong64/asm.go

    	case ABLTU:
    		return 0x1a << 26
    	case ABLT, ABLTZ, ABGTZ:
    		return 0x18 << 26
    	case ABGEU:
    		return 0x1b << 26
    	case ABGE, ABGEZ, ABLEZ:
    		return 0x19 << 26
    	case -ABEQ: // beqz
    		return 0x10 << 26
    	case -ABNE: // bnez
    		return 0x11 << 26
    	case ABEQ:
    		return 0x16 << 26
    	case ABNE:
    		return 0x17 << 26
    	case ABFPT:
    		return 0x12<<26 | 0x1<<8
    	case ABFPF:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
Back to top