Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ptrstore (0.11 sec)

  1. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    #define t1 R14
    #define t2 R15
    #define t3 R8
    // Register and stack allocation for the SSE code
    #define rStore (0*16)(BP)
    #define sStore (1*16)(BP)
    #define state1Store (2*16)(BP)
    #define state2Store (3*16)(BP)
    #define tmpStore (4*16)(BP)
    #define ctr0Store (5*16)(BP)
    #define ctr1Store (6*16)(BP)
    #define ctr2Store (7*16)(BP)
    #define ctr3Store (8*16)(BP)
    #define A0 X0
    #define A1 X1
    #define A2 X2
    #define B0 X3
    #define B1 X4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller_test.go

    		addPods(manager.podStore, "node-0", simpleDaemonSetLabel, ds, 1)
    		addPods(manager.podStore, "node-1", simpleDaemonSetLabel, ds, 3)
    		addPods(manager.podStore, "node-1", simpleDaemonSetLabel2, ds, 2)
    		addPods(manager.podStore, "node-2", simpleDaemonSetLabel, ds, 4)
    		addPods(manager.podStore, "node-6", simpleDaemonSetLabel, ds, 13)
    		addPods(manager.podStore, "node-7", simpleDaemonSetLabel2, ds, 4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	case AFMOVD:
    		return AOP_PFX_10_MLS(r, 0), AOP_IRR(50<<26, uint32(reg), uint32(base), 0)
    	}
    	log.Fatalf("Error no pfxload for %v\n", a)
    	return 0, 0
    }
    
    func pfxstore(a obj.As, reg int16, base int16, r uint32) (uint32, uint32) {
    	switch a {
    	case AMOVD:
    		return AOP_PFX_00_8LS(r, 0), AOP_IRR(61<<26, uint32(reg), uint32(base), 0)
    	case AMOVBZ, AMOVB:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    	pod, err = clientset.CoreV1().Pods(pod.GetNamespace()).Create(ctx, pod, metav1.CreateOptions{})
    	if err != nil {
    		t.Fatalf("Creating pod: %v", err)
    	}
    
    	// Await for the Pod to appear in the podStore to ensure that the pod exists when cleaning up the Job.
    	// In a production environment, there wouldn't be these guarantees, but the Pod would be cleaned up
    	// by the orphan pod worker, when the Pod finishes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top