Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 0x18 (0.08 sec)

  1. pkg/workloadapi/workload.pb.go

    	0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52,
    	0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f,
    	0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f,
    	0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	TCOFLUSH                      = 0x1
    	TCP_ABORT_THRESHOLD           = 0x11
    	TCP_ANONPRIVBIND              = 0x20
    	TCP_CONN_ABORT_THRESHOLD      = 0x13
    	TCP_CONN_NOTIFY_THRESHOLD     = 0x12
    	TCP_CORK                      = 0x18
    	TCP_EXCLBIND                  = 0x21
    	TCP_INIT_CWND                 = 0x15
    	TCP_KEEPALIVE                 = 0x8
    	TCP_KEEPALIVE_ABORT_THRESHOLD = 0x17
    	TCP_KEEPALIVE_THRESHOLD       = 0x16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  3. src/runtime/asm_amd64.s

    DATA masks<>+0x00(SB)/8, $0x0000000000000000
    DATA masks<>+0x08(SB)/8, $0x0000000000000000
    DATA masks<>+0x10(SB)/8, $0x00000000000000ff
    DATA masks<>+0x18(SB)/8, $0x0000000000000000
    DATA masks<>+0x20(SB)/8, $0x000000000000ffff
    DATA masks<>+0x28(SB)/8, $0x0000000000000000
    DATA masks<>+0x30(SB)/8, $0x0000000000ffffff
    DATA masks<>+0x38(SB)/8, $0x0000000000000000
    DATA masks<>+0x40(SB)/8, $0x00000000ffffffff
    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. src/cmd/internal/obj/loong64/asm.go

    		return 0x00b << 22
    
    	case AJMP:
    		return 0x14 << 26
    	case AJAL,
    		obj.ADUFFZERO,
    		obj.ADUFFCOPY:
    		return 0x15 << 26
    
    	case AJIRL:
    		return 0x13 << 26
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	CONTAINER_INHERIT_ACE              = 0x2
    	NO_PROPAGATE_INHERIT_ACE           = 0x4
    	INHERIT_ONLY_ACE                   = 0x8
    	INHERITED_ACE                      = 0x10
    	VALID_INHERIT_FLAGS                = 0x1F
    )
    
    type MULTIPLE_TRUSTEE_OPERATION uint32
    
    // Constants for MULTIPLE_TRUSTEE_OPERATION
    const (
    	NO_MULTIPLE_TRUSTEE    = 0
    	TRUSTEE_IS_IMPERSONATE = 1
    )
    
    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/crypto/tls/common.go

    var helloRetryRequestRandom = []byte{ // See RFC 8446, Section 4.1.3.
    	0xCF, 0x21, 0xAD, 0x74, 0xE5, 0x9A, 0x61, 0x11,
    	0xBE, 0x1D, 0x8C, 0x02, 0x1E, 0x65, 0xB8, 0x91,
    	0xC2, 0xA2, 0x11, 0x16, 0x7A, 0xBB, 0x8C, 0x5E,
    	0x07, 0x9E, 0x09, 0xE2, 0xC8, 0xA8, 0x33, 0x9C,
    }
    
    const (
    	// downgradeCanaryTLS12 or downgradeCanaryTLS11 is embedded in the server
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  7. src/math/big/int_test.go

    		{"Even255", "0x82828282828200FFFF28FF2B218281FF8000000000000000000000000000000000000000000000000000000000000000"},
    		{"SmallEven1", "0x7E"},
    		{"SmallEven2", "0x7C"},
    		{"SmallEven3", "0x78"},
    		{"SmallEven4", "0x70"},
    	}
    	for _, mod := range mods {
    		n, _ := new(Int).SetString(mod.val, 0)
    		out := new(Int)
    		b.Run(mod.name, func(b *testing.B) {
    			b.ReportAllocs()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
Back to top