Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 228 for Advance (0.15 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    				// The panic stack trace expects the PC at the call of sigpanic,
    				// not the next one. However, runtime.Caller subtracts 1 from the
    				// PC. To make both PC and PC-1 work (have the same line number),
    				// we advance the PC by 2 at sigpanic.
    				pc++
    			}
    		}
    	}
    	tableIdxs = append(tableIdxs, uint64(numResumePoints))
    	s.Size = pc + 1
    
    	if needMoreStack {
    		p := pMorestack
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/staticinit/sched.go

    			itab = reflectdata.TypePtrAt(base.Pos, val.Type())
    		} else {
    			itab = reflectdata.ITabAddrAt(base.Pos, val.Type(), typ)
    		}
    
    		// Create a copy of l to modify while we emit data.
    
    		// Emit itab, advance offset.
    		staticdata.InitAddr(l, loff, itab.X.(*ir.LinksymOffsetExpr).Linksym)
    
    		// Emit data.
    		if types.IsDirectIface(val.Type()) {
    			if val.Op() == ir.ONIL {
    				// Nil is zero, nothing to do.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/parse.go

    	errorCount    int   // Number of errors.
    	sawCode       bool  // saw code in this file (as opposed to comments and blank lines)
    	pc            int64 // virtual PC; count of Progs; doesn't advance for GLOBL or DATA.
    	input         []lex.Token
    	inputPos      int
    	pendingLabels []string // Labels to attach to next instruction.
    	labels        map[string]*obj.Prog
    	toPatch       []Patch
    	addr          []obj.Addr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. src/go/printer/printer.go

    	// This value is known in and used by go/format and cmd/gofmt.
    	// It is currently more convenient and performant for those
    	// packages to apply number normalization during printing,
    	// rather than by modifying the AST in advance.
    	normalizeNumbers Mode = 1 << 30
    )
    
    // A Config node controls the output of Fprint.
    type Config struct {
    	Mode     Mode // default: 0
    	Tabwidth int  // default: 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  5. src/runtime/arena.go

    		m |= ^(uintptr(1)<<h.valid - 1) // don't clear existing bits above "valid"
    		bitmap[idx] = bswapIfBigEndian(bswapIfBigEndian(bitmap[idx])&m | h.mask)
    	}
    	if zeros == 0 {
    		return
    	}
    
    	// Advance to next bitmap word.
    	h.offset += ptrBits * goarch.PtrSize
    
    	// Continue on writing zeros for the rest of the object.
    	// For standard use of the ptr bits this is not required, as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  6. src/crypto/sha256/sha256block_amd64.s

    	SHA256RNDS2	msg, state0, state1
    	PSHUFD		$0x0e, msg, msg
    	SHA256RNDS2	msg, state1, state0
    
    	// add current hash values with previously saved
    	PADDD		abefSave, state0
    	PADDD		cdghSave, state1
    
    	// advance data pointer; loop until buffer empty
    	ADDQ		$64, dataPtr
    	CMPQ		numBytes, dataPtr
    	JNE		roundLoop
    
    	// write hash values back in the correct order
    	PSHUFD		$0x1b, state0, state0		// FEBA
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    				}
    			}
    			// xCondByte is the only conditional with a fall through,
    			// so that it can be used to pick off special cases before
    			// an xCondSlash. If the fallthrough instruction is xFail,
    			// advance the position so that the decoded instruction
    			// size includes the byte we just compared against.
    			if decodeOp(decoder[pc]) == xJump {
    				pc = int(decoder[pc+1])
    			}
    			if decodeOp(decoder[pc]) == xFail {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ja.properties

    labels.tooltip_search_view=検索画面
    labels.tooltip_run_crawler=クローラーの実行
    labels.tooltip_forum=フォーラム
    labels.tooltip_onlinehelp=ヘルプ
    labels.tooltip_logout=ログアウト
    labels.advance=詳細検索
    labels.advance_search_title=詳細検索
    labels.advance_search_must_queries=すべての単語を含む
    labels.advance_search_phrase_query=語順も含めた完全一致
    labels.advance_search_should_queries=いずれかの単語を含む
    labels.advance_search_not_queries=含めない単語
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/sys/cpu/cpu.go

    	HasAVX              bool // Advanced vector extension
    	HasAVX2             bool // Advanced vector extension 2
    	HasAVX512           bool // Advanced vector extension 512
    	HasAVX512F          bool // Advanced vector extension 512 Foundation Instructions
    	HasAVX512CD         bool // Advanced vector extension 512 Conflict Detection Instructions
    	HasAVX512ER         bool // Advanced vector extension 512 Exponential and Reciprocal Instructions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/crypto/cryptobyte/asn1.go

    // and advances. It reports whether the read was successful and resulted in a
    // value that can be represented in an int64.
    func (s *String) ReadASN1Int64WithTag(out *int64, tag asn1.Tag) bool {
    	var bytes String
    	return s.ReadASN1(&bytes, tag) && checkASN1Integer(bytes) && asn1Signed(out, bytes)
    }
    
    // ReadASN1Enum decodes an ASN.1 ENUMERATION into out and advances. It reports
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
Back to top