Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 0x34 (0.04 sec)

  1. src/syscall/zerrors_solaris_amd64.go

    	IPPROTO_AH                    = 0x33
    	IPPROTO_DSTOPTS               = 0x3c
    	IPPROTO_EGP                   = 0x8
    	IPPROTO_ENCAP                 = 0x4
    	IPPROTO_EON                   = 0x50
    	IPPROTO_ESP                   = 0x32
    	IPPROTO_FRAGMENT              = 0x2c
    	IPPROTO_GGP                   = 0x3
    	IPPROTO_HELLO                 = 0x3f
    	IPPROTO_HOPOPTS               = 0x0
    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. pkg/workloadapi/workload.pb.go

    	0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f,
    	0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3c, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
    	0x73, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x69, 0x73, 0x74, 0x69,
    	0x6f, 0x2e, 0x77, 0x6f, 0x72, 0x6b, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x4e, 0x65, 0x74, 0x77, 0x6f,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  3. src/runtime/asm_amd64.s

    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
    DATA masks<>+0x48(SB)/8, $0x0000000000000000
    DATA masks<>+0x50(SB)/8, $0x000000ffffffffff
    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

    	case AMUL:
    		return 0x38 << 15 // mul.w
    	case AMULU:
    		return 0x38 << 15 // mul.w
    	case AMULH:
    		return 0x39 << 15 // mulh.w
    	case AMULHU:
    		return 0x3a << 15 // mulhu.w
    	case AMULV:
    		return 0x3b << 15 // mul.d
    	case AMULVU:
    		return 0x3b << 15 // mul.d
    	case AMULHV:
    		return 0x3c << 15 // mulh.d
    	case AMULHVU:
    		return 0x3d << 15 // mulhu.d
    	case ADIV:
    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. pkg/controller/disruption/disruption_test.go

    	// Now set one pod as unavailable
    	pods[0].Status.Conditions = []v1.PodCondition{}
    	update(t, dc.podStore, pods[0])
    	dc.sync(ctx, pdbName)
    
    	// Verify expected update
    	ps.VerifyPdbStatus(t, pdbName, 0, 3, 3, 4, map[string]metav1.Time{})
    }
    
    // Verify that an integer MaxUnavailable won't
    // allow a disruption for pods with no controller.
    func TestIntegerMaxUnavailable(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    // corners would generate a [0, 1] lookup along both the x and y direction.
    // Then when combined to form the 1-D spatial index the values would be
    // [0, 1, 3, 4] which would gather along the reshape image tensor of shape
    // [1, 9, 1], reshaped to the final [1, 3, 3, 1].
    class LowerResizeNearestNeighbor : public RewritePattern {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	eyecatcherOffset   = 16                 // From function entrypoint (negative)
    	ppa1LocationOffset = 8                  // From function entrypoint (negative)
    
    	nameLenOffset = 0x14 // From PPA1 start
    	nameOffset    = 0x16 // From PPA1 start
    )
    
    func getPpaOffset(funcptr uintptr) int64 {
    	entrypoint, err := safeload(funcptr + entrypointLocationOffset)
    	if err != 0 {
    		return -1
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top