Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 44 for 1888 (0.13 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/decode.go

    	xArgRM16:       16 / 8,
    	xArgRM32:       32 / 8,
    	xArgRM64:       64 / 8,
    	xArgRM8:        8 / 8,
    	xArgXmm2M128:   128 / 8,
    	xArgYmm2M256:   256 / 8,
    	xArgXmm2M16:    16 / 8,
    	xArgXmm2M32:    32 / 8,
    	xArgXmm2M64:    64 / 8,
    	xArgXmm:        128 / 8,
    	xArgXmmM128:    128 / 8,
    	xArgXmmM32:     32 / 8,
    	xArgXmmM64:     64 / 8,
    }
    
    // isCondJmp records the conditional jumps.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 45.1K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

                (options as JUnitPlatformOptions).excludeTags("org.gradle.test.fixtures.Flaky")
            }
            FlakyTestStrategy.ONLY -> {
                // Note there is an issue: https://github.com/spockframework/spock/issues/1288
                // JUnit Platform `includeTags` works before Spock engine, thus excludes all spock tests.
                // As a workaround, we tag all non-spock integration tests and use `includeTags(none() | Flaky)` here.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:43:28 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  3. src/internal/zstd/block.go

    	}
    
    	var seqCount int
    	if seqHdr < 128 {
    		seqCount = int(seqHdr)
    	} else if seqHdr < 255 {
    		if off >= len(data) {
    			return 0, 0, r.makeEOFError(off)
    		}
    		seqCount = ((int(seqHdr) - 128) << 8) + int(data[off])
    		off++
    	} else {
    		if off+1 >= len(data) {
    			return 0, 0, r.makeEOFError(off)
    		}
    		seqCount = int(data[off]) + (int(data[off+1]) << 8) + 0x7f00
    		off += 2
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 17:57:43 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modindex/read.go

    func (m *Module) pkgDir(i int) string {
    	if i < 0 || i >= m.n {
    		panic(errCorrupt)
    	}
    	return m.d.stringAt(12 + 8 + 8*i)
    }
    
    // pkgOff returns the offset of the data for the i'th package in the index.
    func (m *Module) pkgOff(i int) int {
    	if i < 0 || i >= m.n {
    		panic(errCorrupt)
    	}
    	return m.d.intAt(12 + 8 + 8*i + 4)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. src/cmd/internal/notsha256/sha256block_ppc64x.s

    DATA  ·kcon+0x420(SB)/8, $0x0405060700010203
    DATA  ·kcon+0x428(SB)/8, $0x1011121310111213
    DATA  ·kcon+0x430(SB)/8, $0x0001020304050607
    DATA  ·kcon+0x438(SB)/8, $0x08090a0b10111213
    #endif
    
    GLOBL ·kcon(SB), RODATA, $1088
    
    #define SHA256ROUND0(a, b, c, d, e, f, g, h, xi, idx) \
    	VSEL		g, f, e, FUNC; \
    	VSHASIGMAW	$15, e, $1, S1; \
    	VADDUWM		xi, h, h; \
    	VSHASIGMAW	$0, a, $1, S0; \
    	VADDUWM		FUNC, h, h; \
    	VXOR		b, a, FUNC; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. src/crypto/sha256/sha256block_ppc64x.s

    DATA  ·kcon+0x420(SB)/8, $0x0405060700010203
    DATA  ·kcon+0x428(SB)/8, $0x1011121310111213
    DATA  ·kcon+0x430(SB)/8, $0x0001020304050607
    DATA  ·kcon+0x438(SB)/8, $0x08090a0b10111213
    #endif
    
    GLOBL ·kcon(SB), RODATA, $1088
    
    #define SHA256ROUND0(a, b, c, d, e, f, g, h, xi, idx) \
    	VSEL		g, f, e, FUNC; \
    	VSHASIGMAW	$15, e, $1, S1; \
    	VADDUWM		xi, h, h; \
    	VSHASIGMAW	$0, a, $1, S0; \
    	VADDUWM		FUNC, h, h; \
    	VXOR		b, a, FUNC; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  7. src/cmd/trace/testdata/go122.test

    	pc=4815648 func=90 file=29 line=380
    	pc=4821008 func=91 file=92 line=46
    	pc=4821000 func=93 file=94 line=189
    	pc=5080260 func=97 file=36 line=89
    Stack id=91 nframes=8
    	pc=4757394 func=129 file=25 line=1488
    	pc=4819063 func=130 file=27 line=462
    	pc=4819041 func=131 file=132 line=17
    	pc=5060022 func=133 file=134 line=21
    	pc=5055784 func=135 file=112 line=257
    	pc=5058972 func=110 file=47 line=163
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	0x0, 1806,
    	/*1806*/ uint16(xSetOp), uint16(MOVAPS),
    	/*1808*/ uint16(xReadSlashR),
    	/*1809*/ uint16(xArgXmm2M128),
    	/*1810*/ uint16(xArgXmm1),
    	/*1811*/ uint16(xMatch),
    	/*1812*/ uint16(xSetOp), uint16(MOVAPD),
    	/*1814*/ uint16(xReadSlashR),
    	/*1815*/ uint16(xArgXmm2M128),
    	/*1816*/ uint16(xArgXmm1),
    	/*1817*/ uint16(xMatch),
    	/*1818*/ uint16(xCondIs64), 1821, 1875,
    	/*1821*/ uint16(xCondPrefix), 4,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  9. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoStop dt=6900 reason_string=16 stack=4
    GoStart dt=24 g=114 g_seq=5
    GCMarkAssistBegin dt=86 stack=3
    GoBlock dt=43 reason_string=10 stack=18
    ProcStop dt=49
    ProcStart dt=475 p=7 p_seq=4
    ProcStop dt=40
    ProcStart dt=1388 p=7 p_seq=5
    GoUnblock dt=9 g=131 g_seq=8 stack=0
    GoStart dt=169 g=131 g_seq=9
    GoSyscallBegin dt=24 p_seq=6 stack=7
    GoSyscallEnd dt=184
    GoBlock dt=11 reason_string=15 stack=2
    ProcStop dt=42
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  10. src/crypto/internal/edwards25519/scalar_fiat.go

    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 18:45:00 UTC 2022
    - 35.6K bytes
    - Viewed (0)
Back to top