Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for suffixMsg (0.17 sec)

  1. cluster/gce/util.sh

      echo "+++ ${basename_tar} uploaded (sha512 = ${hash})"
    }
    
    
    # Given the cluster zone, return the list of regional GCS release
    # bucket suffixes for the release in preference order. GCS doesn't
    # give us an API for this, so we hardcode it.
    #
    # Assumed vars:
    #   RELEASE_REGION_FALLBACK
    #   REGIONAL_KUBE_ADDONS
    #   ZONE
    # Vars set:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // environment variable is not set. Executables in $GOROOT
    // are installed in $GOROOT/bin or $GOTOOLDIR instead of $GOBIN.
    //
    // If the arguments have version suffixes (like @latest or @v1.0.0), "go install"
    // builds packages in module-aware mode, ignoring the go.mod file in the current
    // directory or any parent directory, if there is one. This is useful for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    //    filled by sign-extending the used portion.  Users of AuxInt which interpret
    //    AuxInt as unsigned (e.g. shifts) must be careful.
    //  - All SymOff opcodes require their offset to fit in an int32.
    
    // Suffixes encode the bit width of various instructions.
    // Q (quad word) = 64 bit
    // L (long word) = 32 bit
    // W (word)      = 16 bit
    // B (byte)      = 8 bit
    // D (double)    = 64 bit float
    // S (single)    = 32 bit float
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  4. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		n.Type.goString(indent+2, "Type: "), ini)
    }
    
    // Literal is a literal in an expression.
    type Literal struct {
    	Type AST
    	Val  string
    	Neg  bool
    }
    
    // Suffixes to use for constants of the given integer type.
    var builtinTypeSuffix = map[string]string{
    	"int":                "",
    	"unsigned int":       "u",
    	"long":               "l",
    	"unsigned long":      "ul",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    //===----------------------------------------------------------------------===//
    
    namespace {
    
    // Returns true if the dimensions in `a` is a suffix of the ones in `b`.
    // For example, dimensions {2}, {1, 2}, and {3, 1, 2} are all suffixes to
    // {5, 4, 3, 1, 2}, while {1}, {5, 4}, and {1, 3, 2} are all not.
    inline bool IsTrailingDimensions(ArrayRef<int64_t> a, ArrayRef<int64_t> b) {
      if (a.size() > b.size()) return false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	}
    	if tt != Ynone*Ymax {
    		args = append(args, tt)
    	}
    
    	for _, yt := range o.ytab {
    		// ytab matching is purely args-based,
    		// but AVX512 suffixes like "Z" or "RU_SAE" will
    		// add EVEX-only filter that will reject non-EVEX matches.
    		//
    		// Consider "VADDPD.BCST 2032(DX), X0, X0".
    		// Without this rule, operands will lead to VEX-encoded form
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // bi : https://en.wikipedia.org/wiki/.bi
    // http://whois.nic.bi/
    bi
    co.bi
    com.bi
    edu.bi
    or.bi
    org.bi
    
    // biz : https://en.wikipedia.org/wiki/.biz
    biz
    
    // bj : https://nic.bj/bj-suffixes.txt
    // submitted by registry <******@****.***>
    bj
    africa.bj
    agro.bj
    architectes.bj
    assur.bj
    avocats.bj
    co.bj
    com.bj
    eco.bj
    econo.bj
    edu.bj
    info.bj
    loisirs.bj
    money.bj
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top