Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for qword (0.08 sec)

  1. src/reflect/value.go

    }
    
    // v is a method receiver. Store at p the word which is used to
    // encode that receiver at the start of the argument list.
    // Reflect uses the "interface" calling convention for
    // methods, which always uses one word to record the receiver.
    func storeRcvr(v Value, p unsafe.Pointer) {
    	t := v.typ()
    	if t.Kind() == abi.Interface {
    		// the interface data word becomes the receiver word
    		iface := (*nonEmptyInterface)(v.ptr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K 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. src/runtime/proc.go

    func (p pMask) read(id uint32) bool {
    	word := id / 32
    	mask := uint32(1) << (id % 32)
    	return (atomic.Load(&p[word]) & mask) != 0
    }
    
    // set sets P id's bit.
    func (p pMask) set(id int32) {
    	word := id / 32
    	mask := uint32(1) << (id % 32)
    	atomic.Or(&p[word], mask)
    }
    
    // clear clears P id's bit.
    func (p pMask) clear(id int32) {
    	word := id / 32
    	mask := uint32(1) << (id % 32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. src/reflect/all_test.go

    		t.Errorf("Call with pointer receiver got %d, want 42", got)
    	}
    }
    
    // Reflect version of $GOROOT/test/method5.go
    
    // Concrete types implementing M method.
    // Smaller than a word, word-sized, larger than a word.
    // Value and pointer receivers.
    
    type Tinter interface {
    	M(int, byte) (byte, int)
    }
    
    type Tsmallv byte
    
    func (v Tsmallv) M(x int, b byte) (byte, int) { return b, x + int(v) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

    function update-or-verify-gcloud() {
      local sudo_prefix=""
      if [ ! -w "$(dirname "$(which gcloud)")" ]; then
        sudo_prefix="sudo"
      fi
      # update and install components as needed
      # (deliberately word split $gcloud_prompt)
      # shellcheck disable=SC2086
      if [[ "${KUBE_PROMPT_FOR_UPDATE}" == "y" ]]; then
        ${sudo_prefix} gcloud ${gcloud_prompt:-} components install alpha
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    		(STP [32] ptr (MOVDconst [0]) (MOVDconst [0])
    			(STP [16] ptr (MOVDconst [0]) (MOVDconst [0])
    				(STP [0] ptr (MOVDconst [0]) (MOVDconst [0]) mem))))
    
    // strip off fractional word zeroing
    (Zero [s] ptr mem) && s%16 != 0 && s%16 <= 8 && s > 16 =>
    	(Zero [8]
    		(OffPtr <ptr.Type> ptr [s-8])
    		(Zero [s-s%16] ptr mem))
    (Zero [s] ptr mem) && s%16 != 0 && s%16 > 8 && s > 16 =>
    	(Zero [16]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  9. 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)
  10. guava/src/com/google/common/cache/LocalCache.java

       * bits.
       *
       * @param h hash code
       */
      static int rehash(int h) {
        // Spread bits to regularize both segment and index locations,
        // using variant of single-word Wang/Jenkins hash.
        // TODO(kevinb): use Hashing/move this to Hashing?
        h += (h << 15) ^ 0xffffcd7d;
        h ^= (h >>> 10);
        h += (h << 3);
        h ^= (h >>> 6);
        h += (h << 2) + (h << 14);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
Back to top