Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1486 (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___GET_SYSTEM_SETTINGS           = 0x5BA // 1466
    	SYS_FTELLO                          = 0x5C8 // 1480
    	SYS_FSEEKO                          = 0x5C9 // 1481
    	SYS_LLDIV                           = 0x5CB // 1483
    	SYS_WCSTOLL                         = 0x5CC // 1484
    	SYS_WCSTOULL                        = 0x5CD // 1485
    	SYS_LLABS                           = 0x5CE // 1486
    	SYS___CONSOLE2                      = 0x5D2 // 1490
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+1456(SB)/8,$0x0000000016178744
    DATA ·IEEEConst+1464(SB)/8,$0x0000000085544940
    
    	/* x^166976 mod p(x), x^166912 mod p(x) */
    DATA ·IEEEConst+1472(SB)/8,$0x000000014c177458
    DATA ·IEEEConst+1480(SB)/8,$0x000000019cd21e80
    
    	/* x^165952 mod p(x), x^165888 mod p(x) */
    DATA ·IEEEConst+1488(SB)/8,$0x000000011b6ddf04
    DATA ·IEEEConst+1496(SB)/8,$0x000000013eb95bc0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    	pc=5079772 func=146 file=85 line=90
    	pc=5079785 func=59 file=36 line=90
    Stack id=38 nframes=2
    	pc=4310679 func=72 file=73 line=914
    	pc=4316644 func=107 file=73 line=1469
    Stack id=52 nframes=3
    	pc=4708004 func=147 file=148 line=81
    	pc=5079238 func=149 file=148 line=87
    	pc=5079164 func=71 file=36 line=41
    Stack id=20 nframes=3
    	pc=4708004 func=147 file=148 line=81
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  4. src/database/sql/sql_test.go

    	ct := new(concurrentRandomTest)
    	for i := 0; i < b.N; i++ {
    		doConcurrentTest(b, ct)
    	}
    }
    
    func BenchmarkManyConcurrentQueries(b *testing.B) {
    	b.ReportAllocs()
    	// To see lock contention in Go 1.4, 16~ cores and 128~ goroutines are required.
    	const parallelism = 16
    
    	db := newTestDB(b, "magicquery")
    	defer closeDB(b, db)
    	db.SetMaxIdleConns(runtime.GOMAXPROCS(0) * parallelism)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    	OP_EXTSWSLI = 31<<26 | 445<<2
    	OP_SETB     = 31<<26 | 128<<1
    )
    
    func pfxadd(rt, ra int16, r uint32, imm32 int64) (uint32, uint32) {
    	return AOP_PFX_10_MLS(r, uint32(imm32>>16)), AOP_IRR(14<<26, uint32(rt), uint32(ra), uint32(imm32))
    }
    
    func pfxload(a obj.As, reg int16, base int16, r uint32) (uint32, uint32) {
    	switch a {
    	case AMOVH:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-gc-stress.test

    GCMarkAssistBegin dt=64 stack=3
    GCMarkAssistEnd dt=3228
    HeapAlloc dt=76 heapalloc_value=190995904
    GCMarkAssistBegin dt=149 stack=3
    GoBlock dt=3823 reason_string=13 stack=11
    GoStart dt=1406 g=82 g_seq=4
    GCMarkAssistEnd dt=12
    HeapAlloc dt=82 heapalloc_value=191618496
    GCMarkAssistBegin dt=75 stack=3
    GoStop dt=4342 reason_string=20 stack=9
    GoStart dt=17 g=82 g_seq=5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top