Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 52 for 0x000000000000000c (0.14 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     0x0000000000000001 (NEEDED)             Shared library: [libstdc++.so.6]
     0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
     0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
     0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
     0x000000000000000e (SONAME)             Library soname: [heythere]
     0x000000000000000c (INIT)               0x668
    """],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/sha3/keccakf.go

    // rc stores the round constants for use in the ι step.
    var rc = [24]uint64{
    	0x0000000000000001,
    	0x0000000000008082,
    	0x800000000000808A,
    	0x8000000080008000,
    	0x000000000000808B,
    	0x0000000080000001,
    	0x8000000080008081,
    	0x8000000000008009,
    	0x000000000000008A,
    	0x0000000000000088,
    	0x0000000080008009,
    	0x000000008000000A,
    	0x000000008000808B,
    	0x800000000000008B,
    	0x8000000000008089,
    	0x8000000000008003,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 10 16:37:53 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. src/math/big/float_test.go

    		{"0x0.8p-1074", math.Float64frombits(0x00000000000000000), Below}, // rounded down to even
    		{"0x0.9p-1074", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    		{"0x0.ap-1074", math.Float64frombits(0x00000000000000001), Above}, // rounded up to smallest denormal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

    #define MASK  R18
    
    DATA consts<>+0x00(SB)/8, $0x3320646e61707865
    DATA consts<>+0x08(SB)/8, $0x6b20657479622d32
    DATA consts<>+0x10(SB)/8, $0x0000000000000001
    DATA consts<>+0x18(SB)/8, $0x0000000000000000
    DATA consts<>+0x20(SB)/8, $0x0000000000000004
    DATA consts<>+0x28(SB)/8, $0x0000000000000000
    DATA consts<>+0x30(SB)/8, $0x0a0b08090e0f0c0d
    DATA consts<>+0x38(SB)/8, $0x0203000106070405
    DATA consts<>+0x40(SB)/8, $0x090a0b080d0e0f0c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 9K bytes
    - Viewed (0)
  5. src/crypto/aes/gcm_amd64.s

    DATA andMask<>+0x38(SB)/8, $0x0000000000000000
    DATA andMask<>+0x40(SB)/8, $0x000000ffffffffff
    DATA andMask<>+0x48(SB)/8, $0x0000000000000000
    DATA andMask<>+0x50(SB)/8, $0x0000ffffffffffff
    DATA andMask<>+0x58(SB)/8, $0x0000000000000000
    DATA andMask<>+0x60(SB)/8, $0x00ffffffffffffff
    DATA andMask<>+0x68(SB)/8, $0x0000000000000000
    DATA andMask<>+0x70(SB)/8, $0xffffffffffffffff
    DATA andMask<>+0x78(SB)/8, $0x0000000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    const (
    	_NCPUBITS = 0x40
    )
    
    const (
    	CBitFieldMaskBit0  = 0x8000000000000000
    	CBitFieldMaskBit1  = 0x4000000000000000
    	CBitFieldMaskBit2  = 0x2000000000000000
    	CBitFieldMaskBit3  = 0x1000000000000000
    	CBitFieldMaskBit4  = 0x800000000000000
    	CBitFieldMaskBit5  = 0x400000000000000
    	CBitFieldMaskBit6  = 0x200000000000000
    	CBitFieldMaskBit7  = 0x100000000000000
    	CBitFieldMaskBit8  = 0x80000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    const (
    	_NCPUBITS = 0x40
    )
    
    const (
    	CBitFieldMaskBit0  = 0x8000000000000000
    	CBitFieldMaskBit1  = 0x4000000000000000
    	CBitFieldMaskBit2  = 0x2000000000000000
    	CBitFieldMaskBit3  = 0x1000000000000000
    	CBitFieldMaskBit4  = 0x800000000000000
    	CBitFieldMaskBit5  = 0x400000000000000
    	CBitFieldMaskBit6  = 0x200000000000000
    	CBitFieldMaskBit7  = 0x100000000000000
    	CBitFieldMaskBit8  = 0x80000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    	CBitFieldMaskBit55 = 0x80000000000000
    	CBitFieldMaskBit56 = 0x100000000000000
    	CBitFieldMaskBit57 = 0x200000000000000
    	CBitFieldMaskBit58 = 0x400000000000000
    	CBitFieldMaskBit59 = 0x800000000000000
    	CBitFieldMaskBit60 = 0x1000000000000000
    	CBitFieldMaskBit61 = 0x2000000000000000
    	CBitFieldMaskBit62 = 0x4000000000000000
    	CBitFieldMaskBit63 = 0x8000000000000000
    )
    
    type SockaddrStorage struct {
    	Family uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. src/strconv/atof_test.go

    	{"0x0.000000000000f0p-1022", "7.4e-323", nil}, // 0x000000000000000f
    	{"0x0.00000000000060p-1022", "3e-323", nil},   // 0x0000000000000006
    	{"0x0.00000000000058p-1022", "3e-323", nil},   // rounded up
    	{"0x0.00000000000057p-1022", "2.5e-323", nil}, // rounded down
    	{"0x0.00000000000050p-1022", "2.5e-323", nil}, // 0x0000000000000005
    
    	{"0x0.00000000000010p-1022", "5e-324", nil},  // 0x0000000000000001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  10. src/runtime/mgcscavenge_test.go

    		}
    	}
    	for m := uint(1); m <= 64; m *= 2 {
    		tests := []uint64{
    			0x0000000000000000,
    			0x00000000ffffffff,
    			0xffffffff00000000,
    			0x8000000000000001,
    			0xf00000000000000f,
    			0xf00000010050000f,
    			0xffffffffffffffff,
    			0x0000000000000001,
    			0x0000000000000002,
    			0x0000000000000008,
    			uint64(1) << (m - 1),
    			uint64(1) << m,
    			// Try a few fixed arbitrary examples.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top