Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for 141 (0.01 sec)

  1. hack/lib/version.sh

          elif [[ "${DASHES_IN_VERSION}" == "--" ]] ; then
            # shellcheck disable=SC2001
            # We have distance to base tag (v1.1.0-1-gCommitHash)
            KUBE_GIT_VERSION=$(echo "${KUBE_GIT_VERSION}" | sed "s/-g\([0-9a-f]\{14\}\)$/+\1/")
          fi
          if [[ "${KUBE_GIT_TREE_STATE}" == "dirty" ]]; then
            # git describe --dirty only considers changes to existing files, but
            # that is problematic since new untracked .go files affect the build,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:09 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/a.out.go

    	AMULWB
    	AMULBB
    	AMULAWT
    	AMULAWB
    	AMULABB
    
    	AMRC // MRC/MCR
    
    	ALAST
    
    	// aliases
    	AB  = obj.AJMP
    	ABL = obj.ACALL
    )
    
    /* scond byte */
    const (
    	C_SCOND = (1 << 4) - 1
    	C_SBIT  = 1 << 4
    	C_PBIT  = 1 << 5
    	C_WBIT  = 1 << 6
    	C_FBIT  = 1 << 7 /* psr flags-only */
    	C_UBIT  = 1 << 7 /* up bit, unsigned bit */
    
    	// These constants are the ARM condition codes encodings,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 05 16:22:12 UTC 2021
    - 7K bytes
    - Viewed (0)
Back to top