Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for def456 (0.17 sec)

  1. pkg/kubelet/kubelet_getters_test.go

    	got = kubelet.getVolumeDevicePluginDir("foobar")
    	exp = filepath.Join(root, "plugins", "foobar", "volumeDevices")
    	assert.Equal(t, exp, got)
    
    	got = kubelet.getPodContainerDir("abc123", "def456")
    	exp = filepath.Join(root, "pods/abc123/containers/def456")
    	assert.Equal(t, exp, got)
    
    	got = kubelet.getPodResourcesDir()
    	exp = filepath.Join(root, "pod-resources")
    	assert.Equal(t, exp, got)
    
    	got = kubelet.GetHostname()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 00:48:07 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. src/crypto/aes/asm_arm64.s

    TEXT ·decryptBlockAsm(SB),NOSPLIT,$0
    	MOVD	nr+0(FP), R9
    	MOVD	xk+8(FP), R10
    	MOVD	dst+16(FP), R11
    	MOVD	src+24(FP), R12
    
    	VLD1	(R12), [V0.B16]
    
    	CMP	$12, R9
    	BLT	dec128
    	BEQ	dec196
    dec256:
    	VLD1.P	32(R10), [V1.B16, V2.B16]
    	AESD	V1.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    	AESD	V2.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    dec196:
    	VLD1.P	32(R10), [V3.B16, V4.B16]
    	AESD	V3.B16, V0.B16
    	AESIMC	V0.B16, V0.B16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top