Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 133 for mpos (0.36 sec)

  1. src/go/build/constraint/expr.go

    	// first token already in p.tok
    	if p.tok == "(" {
    		pos := p.pos
    		defer func() {
    			if e := recover(); e != nil {
    				if e, ok := e.(*SyntaxError); ok && e.Err == "unexpected end of expression" {
    					e.Err = "missing close paren"
    				}
    				panic(e)
    			}
    		}()
    		x := p.or()
    		if p.tok != ")" {
    			panic(&SyntaxError{Offset: pos, Err: "missing close paren"})
    		}
    		p.lex()
    		return x
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/link.go

    	Forwd    *Prog     // for x86 back end
    	Rel      *Prog     // for x86, arm back ends
    	Pc       int64     // for back ends or assembler: virtual or actual program counter, depending on phase
    	Pos      src.XPos  // source position of this instruction
    	Spadj    int32     // effect of instruction on stack pointer (increment or decrement amount)
    	As       As        // assembler opcode
    	Reg      int16     // 2nd source operand
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  3. src/internal/trace/gc.go

    			} else {
    				r = h
    			}
    		}
    		pos = l - 1 // Non-strict predecessor.
    	}
    	in.pos = pos
    	var partial totalUtil
    	if time != util[pos].Time {
    		partial = totalUtilOf(util[pos].Util, time-util[pos].Time)
    	}
    	return in.u.sums[pos] + partial
    }
    
    // next returns the smallest time t' > time of a change in the
    // utilization function.
    func (in *integrator) next(time int64) int64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/first-steps.md

     <span style="background-color:#C4A000"><font color="#2E3436">╰─────────────────────────────────────────────────────╯</font></span>
    
    <font color="#4E9A06">INFO</font>:     Will watch for changes in these directories: [&apos;/home/user/code/awesomeapp&apos;]
    <font color="#4E9A06">INFO</font>:     Uvicorn running on <b>http://127.0.0.1:8000</b> (Press CTRL+C to quit)
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 12K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/core/convert/TimeConversionUtil.java

            }
            if (buf.indexOf("HH") == -1) {
                final int pos = buf.indexOf("H");
                if (pos != -1) {
                    buf.replace(pos, pos + 1, "HH");
                }
            }
            if (buf.indexOf("mm") == -1) {
                final int pos = buf.indexOf("m");
                if (pos != -1) {
                    buf.replace(pos, pos + 1, "mm");
                }
            }
            if (buf.indexOf("ss") == -1) {
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/expand_calls.go

    		}
    	}
    
    	return
    }
    
    func (x *expandState) decomposePair(pos src.XPos, b *Block, a, mem *Value, t0, t1 *types.Type, o0, o1 Op, rc *registerCursor) *Value {
    	e := b.NewValue1(pos, o0, t0, a)
    	pos = pos.WithNotStmt()
    	mem = x.decomposeAsNecessary(pos, b, e, mem, rc.next(t0))
    	e = b.NewValue1(pos, o1, t1, a)
    	mem = x.decomposeAsNecessary(pos, b, e, mem, rc.next(t1))
    	return mem
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/util/internal/GUtil.java

                return null;
            }
            StringBuilder builder = new StringBuilder();
            int pos = 0;
            Matcher matcher = UPPER_LOWER.matcher(string);
            while (pos < string.length()) {
                matcher.find(pos);
                if (matcher.end() == pos) {
                    // Not looking at a match
                    pos++;
                    continue;
                }
                if (builder.length() > 0) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. src/crypto/internal/edwards25519/scalar.go

    	for i := 0; i < 4; i++ {
    		digits[i] = byteorder.LeUint64(b[i*8:])
    	}
    
    	width := uint64(1 << w)
    	windowMask := uint64(width - 1)
    
    	pos := uint(0)
    	carry := uint64(0)
    	for pos < 256 {
    		indexU64 := pos / 64
    		indexBit := pos % 64
    		var bitBuf uint64
    		if indexBit < 64-w {
    			// This window's bits are contained in a single u64
    			bitBuf = digits[indexU64] >> indexBit
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/obj9.go

    				// the presence of these instructions.
    				q = obj.Appendp(q, c.newprog)
    				q.As = AWORD
    				q.Pos = p.Pos
    				q.From.Type = obj.TYPE_CONST
    				q.From.Offset = 0x3c4c0000
    				q = obj.Appendp(q, c.newprog)
    				q.As = AWORD
    				q.Pos = p.Pos
    				q.From.Type = obj.TYPE_CONST
    				q.From.Offset = 0x38420000
    				rel := obj.Addrel(c.cursym)
    				rel.Off = 0
    				rel.Siz = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. pkg/util/iptree/iptree_test.go

    			pos:  1,
    			want: 0,
    		},
    		{
    			name: "ipv6 middle is a zero",
    			ip:   netip.MustParseAddr("2001:db8::ff00:42:8329"),
    			pos:  56,
    			want: 0,
    		},
    		{
    			name: "ipv6 middle is a one",
    			ip:   netip.MustParseAddr("2001:db8::ff00:42:8329"),
    			pos:  81,
    			want: 1,
    		},
    		{
    			name: "ipv6 last is a one",
    			ip:   netip.MustParseAddr("2001:db8::ff00:42:8329"),
    			pos:  128,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:04 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top