Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 104 for HI (0.03 sec)

  1. src/runtime/pprof/pprof_test.go

    		d := time.Duration(total)
    		lo := time.Duration(N * D * 9 / 10)
    		hi := time.Duration(N) * blockMutexNTime * 11 / 10
    		if d < lo || d > hi {
    			for _, s := range p.Sample {
    				t.Logf("sample: %s", time.Duration(s.Value[i]))
    			}
    			t.Fatalf("profile samples total %v, want within range [%v, %v] (target: %v)", d, lo, hi, N*D)
    		}
    	})
    }
    
    func TestMutexProfileRateAdjust(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/asm0.go

    		o2 = OP_IRR(c.opirr(AOR), uint32(v), p.To.Reg, p.To.Reg)
    
    	case 20: /* mov lo/hi,r */
    		a := OP(2, 0) /* mfhi */
    		if p.From.Reg == REG_LO {
    			a = OP(2, 2) /* mflo */
    		}
    		o1 = OP_RRR(a, REGZERO, REGZERO, p.To.Reg)
    
    	case 21: /* mov r,lo/hi */
    		a := OP(2, 1) /* mthi */
    		if p.To.Reg == REG_LO {
    			a = OP(2, 3) /* mtlo */
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  3. src/runtime/asm_loong64.s

    	JMP	runtime·memhash64Fallback<ABIInternal>(SB)
    
    TEXT runtime·return0(SB), NOSPLIT, $0
    	MOVW	$0, R19
    	RET
    
    // Called from cgo wrappers, this function returns g->m->curg.stack.hi.
    // Must obey the gcc calling convention.
    TEXT _cgo_topofstack(SB),NOSPLIT,$16
    	// g (R22) and REGTMP (R30)  might be clobbered by load_g. They
    	// are callee-save in the gcc calling convention, so save them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  4. src/runtime/asm_amd64.s

    	get_tls(AX)
    	MOVQ	DI, g(AX)
    	MOVQ	DI, R14 // set the g register
    	RET
    
    TEXT runtime·abort(SB),NOSPLIT,$0-0
    	INT	$3
    loop:
    	JMP	loop
    
    // check that SP is in range [g->stack.lo, g->stack.hi)
    TEXT runtime·stackcheck(SB), NOSPLIT|NOFRAME, $0-0
    	get_tls(CX)
    	MOVQ	g(CX), AX
    	CMPQ	(g_stack+stack_hi)(AX), SP
    	JHI	2(PC)
    	CALL	runtime·abort(SB)
    	CMPQ	SP, (g_stack+stack_lo)(AX)
    	JHI	2(PC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    		}
    
    		if lo != hi && n.FrameOffset()+n.Type().Size() >= lo-int64(2*types.RegSize) {
    			// Merge with range we already have.
    			lo = n.FrameOffset()
    			continue
    		}
    
    		// Zero old range
    		p = Arch.ZeroRange(pp, p, frame+lo, hi-lo, &state)
    
    		// Set new range.
    		lo = n.FrameOffset()
    		hi = lo + n.Type().Size()
    	}
    
    	// Zero final range.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. src/archive/tar/writer_test.go

    				Format:  FormatGNU,
    			}, nil},
    			testClose{nil},
    		},
    	}, {
    		file: "testdata/gnu-not-utf8.tar",
    		tests: []testFnc{
    			testHeader{Header{
    				Typeflag: TypeReg,
    				Name:     "hi\x80\x81\x82\x83bye",
    				Mode:     0644,
    				Uid:      1000,
    				Gid:      1000,
    				Uname:    "rawr",
    				Gname:    "dsnet",
    				ModTime:  time.Unix(0, 0),
    				Format:   FormatGNU,
    			}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  7. src/os/os_windows_test.go

    	if err != nil {
    		t.Fatalf("Unable to duplicate stdin: %v", err)
    	}
    	testConsole := os.NewConsoleFile(stdinDuplicate, "test")
    
    	var tests = []string{
    		"abc",
    		"äöü",
    		"\u3042",
    		"“hi”™",
    		"hello\x1aworld",
    		"\U0001F648\U0001F649\U0001F64A",
    	}
    
    	for _, consoleSize := range []int{1, 2, 3, 10, 16, 100, 1000} {
    		for _, readSize := range []int{1, 2, 3, 4, 5, 8, 10, 16, 20, 50, 100} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. src/os/os_test.go

    	}
    }
    
    func TestChtimesToUnixZero(t *testing.T) {
    	file := newFile("chtimes-to-unix-zero", t)
    	fn := file.Name()
    	defer Remove(fn)
    	if _, err := file.Write([]byte("hi")); err != nil {
    		t.Fatal(err)
    	}
    	if err := file.Close(); err != nil {
    		t.Fatal(err)
    	}
    
    	unixZero := time.Unix(0, 0)
    	if err := Chtimes(fn, unixZero, unixZero); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  9. src/net/http/clientserver_test.go

    	}
    }
    
    func TestH12_ServerEmptyContentLength(t *testing.T) {
    	h12Compare{
    		Handler: func(w ResponseWriter, r *Request) {
    			w.Header()["Content-Type"] = []string{""}
    			io.WriteString(w, "<html><body>hi</body></html>")
    		},
    	}.run(t)
    }
    
    func TestH12_RequestContentLength_Known_NonZero(t *testing.T) {
    	h12requestContentLength(t, func() io.Reader { return strings.NewReader("FOUR") }, 4)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/reflect/all_test.go

    		"struct { a int8; b int8; c int8; d int8; e int8; f int32 }",
    	},
    	{struct {
    		x struct {
    			a int8 `reflect:"hi there"`
    		}
    	}{},
    		`struct { a int8 "reflect:\"hi there\"" }`,
    	},
    	{struct {
    		x struct {
    			a int8 `reflect:"hi \x00there\t\n\"\\"`
    		}
    	}{},
    		`struct { a int8 "reflect:\"hi \\x00there\\t\\n\\\"\\\\\"" }`,
    	},
    	{struct {
    		x struct {
    			f func(args ...int)
    		}
    	}{},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top