Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Dword2 (0.18 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. src/cmd/internal/obj/s390x/asmz.go

    		} else {
    			zRXY(c.zopload(p.As), uint32(p.To.Reg), uint32(x2), uint32(b2), uint32(d2), asm)
    		}
    
    	case 40: // word/byte
    		wd := uint32(c.regoff(&p.From))
    		if p.As == AWORD { //WORD
    			*asm = append(*asm, uint8(wd>>24), uint8(wd>>16), uint8(wd>>8), uint8(wd))
    		} else { //BYTE
    			*asm = append(*asm, uint8(wd))
    		}
    
    	case 41: // branch on count
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "description": "`message` is a human-readable message indicating details about last transition.",
                "type": "string"
              },
              "reason": {
                "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.",
                "type": "string"
              },
              "status": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "description": "`message` is a human-readable message indicating details about last transition.",
                "type": "string"
              },
              "reason": {
                "description": "`reason` is a unique, one-word, CamelCase reason for the condition's last transition.",
                "type": "string"
              },
              "status": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  10. 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)
Back to top