Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for Qword6 (0.16 sec)

  1. src/reflect/all_test.go

    type Tsmallp byte
    
    func (p *Tsmallp) M(x int, b byte) (byte, int) { return b, x + int(*p) }
    
    type Twordv uintptr
    
    func (v Twordv) M(x int, b byte) (byte, int) { return b, x + int(v) }
    
    type Twordp uintptr
    
    func (p *Twordp) M(x int, b byte) (byte, int) { return b, x + int(*p) }
    
    type Tbigv [2]uintptr
    
    func (v Tbigv) M(x int, b byte) (byte, int) { return b, x + int(v[0]) + int(v[1]) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	{ADWORD, C_NONE, C_NONE, C_NONE, C_ADDR, C_NONE, 11, 8, 0, NOTUSETMP, 0},
    	{ADWORD, C_NONE, C_NONE, C_NONE, C_LACON, C_NONE, 11, 8, 0, NOTUSETMP, 0},
    	{AWORD, C_NONE, C_NONE, C_NONE, C_LCON, C_NONE, 14, 4, 0, 0, 0},
    	{AWORD, C_NONE, C_NONE, C_NONE, C_LEXT, C_NONE, 14, 4, 0, 0, 0},
    	{AWORD, C_NONE, C_NONE, C_NONE, C_ADDR, C_NONE, 14, 4, 0, 0, 0},
    	{AMOVW, C_VCONADDR, C_NONE, C_NONE, C_ZREG, C_NONE, 68, 8, 0, NOTUSETMP, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	{as: ABC, a1: C_U15CON, a2: C_CRBIT, a6: C_CTR, type_: 18, size: 4},              // bcctr bo, bi
    	{as: ABDNZ, a6: C_BRA, type_: 16, size: 4},
    	{as: ASYNC, type_: 46, size: 4},
    	{as: AWORD, a1: C_32CON, type_: 40, size: 4},
    	{as: ADWORD, a1: C_64CON, type_: 31, size: 8},
    	{as: ADWORD, a1: C_LACON, type_: 31, size: 8},
    	{as: AADDME, a1: C_REG, a6: C_REG, type_: 47, size: 4},
    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. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    whose values are extracted from 'input' starting at the offsets in
    'begin'.
    
    `begin` is zero-based; `size` is one-based. If size[i] is -1, all remaining
    elements in dimension i are included in the slice. In other words, this is
    equivalent to setting:
      size[i] = input.dim_size(i) - begin[i]
    
    *Requirements*:
      0 <= begin[i] <= begin[i] + size[i] <= Di  for i in [0, n)
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Maps.java

        return builder.buildKeepingLast();
      }
    
      /**
       * Returns a map with the given {@code values}, indexed by keys derived from those values. In
       * other words, each input value produces an entry in the map whose key is the result of applying
       * {@code keyFunction} to that value. These entries appear in the same order as the input values.
       * Example usage:
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Maps.java

        return builder.buildKeepingLast();
      }
    
      /**
       * Returns a map with the given {@code values}, indexed by keys derived from those values. In
       * other words, each input value produces an entry in the map whose key is the result of applying
       * {@code keyFunction} to that value. These entries appear in the same order as the input values.
       * Example usage:
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    	{AUNPCKLPS, yxm, Pm, opBytes{0x14}},
    	{AUMONITOR, ywrfsbase, Pf3, opBytes{0xae, 06}},
    	{AVERR, ydivl, Pm, opBytes{0x00, 04}},
    	{AVERW, ydivl, Pm, opBytes{0x00, 05}},
    	{AWAIT, ynone, Px, opBytes{0x9b}},
    	{AWORD, ybyte, Px, opBytes{2}},
    	{AXCHGB, yml_mb, Pb, opBytes{0x86, 0x86}},
    	{AXCHGL, yxchg, Px, opBytes{0x90, 0x90, 0x87, 0x87}},
    	{AXCHGQ, yxchg, Pw, opBytes{0x90, 0x90, 0x87, 0x87}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. src/crypto/x509/x509_test.go

    			// public exponent, but ParsePKCS1PublicKey will return
    			// an error. On 32-bit systems, encoding/asn1 will
    			// return the error. The common substring of both error
    			// is the word “large”.
    			expectedErrSubstr: "large",
    		},
    	}
    
    	for i, test := range publicKeys {
    		shouldFail := len(test.expectedErrSubstr) > 0
    		pub, err := ParsePKCS1PublicKey(test.derBytes)
    		if shouldFail {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	// https://github.com/golang/go/issues/52690
    	if b.gccSupportsFlag(compiler, "-Wl,--no-gc-sections") {
    		a = append(a, "-Wl,--no-gc-sections")
    	}
    
    	// disable word wrapping in error messages
    	a = append(a, "-fmessage-length=0")
    
    	// Tell gcc not to include the work directory in object files.
    	if b.gccSupportsFlag(compiler, "-fdebug-prefix-map=a=b") {
    		if workdir == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Phi (Const64 [c]) (Const64 [c])) => (Const64 [c])
    
    // slice and interface comparisons
    // The frontend ensures that we can only compare against nil,
    // so we need only compare the first word (interface type or slice ptr).
    (EqInter x y)  => (EqPtr  (ITab x) (ITab y))
    (NeqInter x y) => (NeqPtr (ITab x) (ITab y))
    (EqSlice x y)  => (EqPtr  (SlicePtr x) (SlicePtr y))
    (NeqSlice x y) => (NeqPtr (SlicePtr x) (SlicePtr y))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top