Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Rm (0.08 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/decode.go

    		sz := (x >> 22) & 1
    		Rm := (x >> 16) & (1<<5 - 1)
    		if sz == 0 {
    			return S0 + Reg(Rm)
    		} else {
    			return D0 + Reg(Rm)
    		}
    
    	case arg_Vm_22_2__B_0__H_1__S_2__D_3:
    		size := (x >> 22) & (1<<2 - 1)
    		Rm := (x >> 16) & (1<<5 - 1)
    		if size == 0 {
    			return B0 + Reg(Rm)
    		} else if size == 1 {
    			return H0 + Reg(Rm)
    		} else if size == 2 {
    			return S0 + Reg(Rm)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 76.9K bytes
    - Viewed (0)
  2. hack/local-up-cluster.sh

          # we run the script as root or not). Let's remove it, that is something we
          # can always do: either we have write permissions as a user in CERT_DIR or
          # we run the rm with sudo.
          ${CONTROLPLANE_SUDO} rm -f "${CERT_DIR}"/kubelet-rotated.kubeconfig
    
          # Create Certs
          generate_certs
        fi
    
        cloud_config_arg="--cloud-provider=${CLOUD_PROVIDER} --cloud-config=${CLOUD_CONFIG}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller.go

    	var rm, left []*v1.Pod
    
    	if isIndexedJob(job) {
    		rm = make([]*v1.Pod, 0, rmAtLeast)
    		left = make([]*v1.Pod, 0, len(pods)-rmAtLeast)
    		rm, left = appendDuplicatedIndexPodsForRemoval(rm, left, pods, int(*job.Spec.Completions))
    	} else {
    		left = pods
    	}
    
    	if len(rm) < rmAtLeast {
    		sort.Sort(controller.ActivePods(left))
    		rm = append(rm, left[:rmAtLeast-len(rm)]...)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm/asm5.go

    	// exception.
    	case 96: /* UNDEF */
    		o1 = 0xf7fabcfd
    
    	case 97: /* CLZ Rm, Rd */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.To.Reg) & 15) << 12
    		o1 |= (uint32(p.From.Reg) & 15) << 0
    
    	case 98: /* MULW{T,B} Rs, Rm, Rd */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.To.Reg) & 15) << 16
    		o1 |= (uint32(p.From.Reg) & 15) << 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  5. tensorflow/c/eager/c_api_test.cc

      TFE_DeleteTensorHandle(m);
      TF_Buffer* b = TF_NewBuffer();
      TFE_ContextExportRunMetadata(ctx, b, status);
      ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      tensorflow::RunMetadata rm;
      EXPECT_TRUE(
          rm.ParseFromString({reinterpret_cast<const char*>(b->data), b->length}));
      TF_DeleteBuffer(b);
      ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      ASSERT_EQ(1, num_retvals);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  6. src/compress/flate/testdata/huffman-rand-max.in

     ���f+�:|J3u�˱���K��I��}�l1$���H�@=�O��Ui\��mm$����*��>Q�^֢V��K�	;�,|s@�]*A������SAʗ����'3�(��޵��W�L�Qut�7����������)&�?'u�y�I݆V\#�"m�����������)�q�;�aioތNZ���&��\V%
    0�;Q�3%�.�D&�jW�3V(8Xo�N5$�ST:�[˶Ղ��n]l���?Ϧĕw��Ķ�rm-��sq4z@J��k�DrM�F�7����1th����O�;
    L72:8F:or =��GO�c-�q
    Y�Wf������c�f08x��(!��b8rF(�7�1�y�r�eH��F�҆sH?��0�K��Qn~�8
    �5�˨���
    ��Hv������U.
    �|���jݼ�B��o��A	Q����8�r^1���F��\�|��"V{�>ɦ��q�
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	"pm": {"->*", 2, precPtrMem},
    	"pp": {"++", 1, precPostfix},
    	"ps": {"+", 1, precUnary},
    	"pt": {"->", 2, precPostfix},
    	"qu": {"?", 3, precCond},
    	"rM": {"%=", 2, precAssign},
    	"rS": {">>=", 2, precAssign},
    	"rc": {"reinterpret_cast", 2, precPostfix},
    	"rm": {"%", 2, precMul},
    	"rs": {">>", 2, precShift},
    	"sP": {"sizeof...", 1, precUnary},
    	"sZ": {"sizeof...", 1, precUnary},
    	"sc": {"static_cast", 2, precPostfix},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  8. src/cmd/dist/build.go

    			}
    			return "clang"
    		}
    	}
    	if kind == "CXX" {
    		return "g++"
    	}
    	return "gcc"
    }
    
    // rmworkdir deletes the work directory.
    func rmworkdir() {
    	if vflag > 1 {
    		errprintf("rm -rf %s\n", workdir)
    	}
    	xremoveall(workdir)
    }
    
    // Remove trailing spaces.
    func chomp(s string) string {
    	return strings.TrimRight(s, " \t\r\n")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

      GRADLE_USER_HOME = /home/jiraya/.gradle
    ----
    
    You can safely delete the artifact file as Gradle would automatically re-download it:
    
    ----
    rm -rf ~/.gradle/caches/modules-2/files-2.1/com.google.j2objc/j2objc-annotations/1.1
    ----
    
    [[sec:verification-metadata-hygiene]]
    == Cleaning up the verification file
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMP	$0x22220000, RSP                 // CMP $572653568, RSP   // 5b44a4d2ff633beb
    	CMPW	$0x22220000, RSP                 // CMPW $572653568, RSP  // 5b44a452ff433b6b
    	CCMN	MI, ZR, R1, $4	                 // e44341ba
    	// MADD Rn,Rm,Ra,Rd
    	MADD	R1, R2, R3, R4                   // 6408019b
    	// CLS
    	CLSW	R1, R2
    	CLS	R1, R2
    	SBC	$0, R1                           // 21001fda
    	SBCW	$0, R1                           // 21001f5a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
Back to top