Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 74 for 3bffffffffffffffff (0.13 sec)

  1. src/strconv/atoi_test.go

    	{"98765432100", 0, 98765432100, nil},
    	{"18446744073709551615", 0, 1<<64 - 1, nil},
    	{"18446744073709551616", 0, 1<<64 - 1, ErrRange},
    	{"18446744073709551620", 0, 1<<64 - 1, ErrRange},
    	{"0xFFFFFFFFFFFFFFFF", 0, 1<<64 - 1, nil},
    	{"0x10000000000000000", 0, 1<<64 - 1, ErrRange},
    	{"01777777777777777777777", 0, 1<<64 - 1, nil},
    	{"01777777777777777777778", 0, 0, ErrSyntax},
    	{"02000000000000000000000", 0, 1<<64 - 1, ErrRange},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 21 05:09:21 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/primitives/UnsignedLongs.java

       * unless the user is actually calling a parse method.
       */
      private static final class ParseOverflowDetection {
        private ParseOverflowDetection() {}
    
        // calculated as 0xffffffffffffffff / radix
        static final long[] maxValueDivs = new long[Character.MAX_RADIX + 1];
        static final int[] maxValueMods = new int[Character.MAX_RADIX + 1];
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/primitives/UnsignedLongs.java

       * unless the user is actually calling a parse method.
       */
      private static final class ParseOverflowDetection {
        private ParseOverflowDetection() {}
    
        // calculated as 0xffffffffffffffff / radix
        static final long[] maxValueDivs = new long[Character.MAX_RADIX + 1];
        static final int[] maxValueMods = new int[Character.MAX_RADIX + 1];
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	PPPIOCSXASYNCMAP                 = 0x8020744f
    	PPPIOCUNBRIDGECHAN               = 0x20007434
    	PPPIOCXFERUNIT                   = 0x2000744e
    	PR_SET_PTRACER_ANY               = 0xffffffffffffffff
    	PTRACE_GETFPREGS                 = 0xe
    	PTRACE_GET_THREAD_AREA           = 0x19
    	PTRACE_GET_THREAD_AREA_3264      = 0xc4
    	PTRACE_GET_WATCH_REGS            = 0xd0
    	PTRACE_OLDSETOPTIONS             = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	PPPIOCSRASYNCMAP                 = 0x40047454
    	PPPIOCSXASYNCMAP                 = 0x4020744f
    	PPPIOCUNBRIDGECHAN               = 0x7434
    	PPPIOCXFERUNIT                   = 0x744e
    	PR_SET_PTRACER_ANY               = 0xffffffffffffffff
    	PTRACE_GETFDPIC                  = 0x21
    	PTRACE_GETFDPIC_EXEC             = 0x0
    	PTRACE_GETFDPIC_INTERP           = 0x1
    	RLIMIT_AS                        = 0x9
    	RLIMIT_MEMLOCK                   = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  6. src/fmt/format.go

    func (f *fmt) fmtUnicode(u uint64) {
    	buf := f.intbuf[0:]
    
    	// With default precision set the maximum needed buf length is 18
    	// for formatting -1 with %#U ("U+FFFFFFFFFFFFFFFF") which fits
    	// into the already allocated intbuf with a capacity of 68 bytes.
    	prec := 4
    	if f.precPresent && f.prec > 4 {
    		prec = f.prec
    		// Compute space needed for "U+" , number, " '", character, "'".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/LOONG64.rules

    (SGTUconst [c] (ANDconst [m] _)) && uint64(m) < uint64(c) => (MOVVconst [1])
    (SGTconst [c] (SRLVconst _ [d])) && 0 <= c && 0 < d && d <= 63 && 0xffffffffffffffff>>uint64(d) < uint64(c) => (MOVVconst [1])
    (SGTUconst [c] (SRLVconst _ [d])) && 0 < d && d <= 63 && 0xffffffffffffffff>>uint64(d) < uint64(c) => (MOVVconst [1])
    
    // absorb constants into branches
    (EQ  (MOVVconst [0]) yes no) => (First yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 31.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_loong64.go

    	PR_SET_NAME                       = 0xf
    	PR_SET_NO_NEW_PRIVS               = 0x26
    	PR_SET_PDEATHSIG                  = 0x1
    	PR_SET_PTRACER                    = 0x59616d61
    	PR_SET_PTRACER_ANY                = 0xffffffffffffffff
    	PR_SET_SECCOMP                    = 0x16
    	PR_SET_SECUREBITS                 = 0x1c
    	PR_SET_SPECULATION_CTRL           = 0x35
    	PR_SET_SYSCALL_USER_DISPATCH      = 0x3b
    	PR_SET_TAGGED_ADDR_CTRL           = 0x37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewrite.go

    // Return the encoded RLWINM constant, or 0 if they cannot be merged.
    func mergePPC64ClrlsldiSrd(sld, srd int64) int64 {
    	mask_1 := uint64(0xFFFFFFFFFFFFFFFF) >> uint(srd)
    	// for CLRLSLDI, it's more convenient to think of it as a mask left bits then rotate left.
    	mask_2 := uint64(0xFFFFFFFFFFFFFFFF) >> uint(GetPPC64Shiftmb(int64(sld)))
    
    	// Rewrite mask to apply after the final left shift.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  10. src/crypto/internal/nistec/p256_asm_arm64.s

    DATA p256ord<>+0x00(SB)/8, $0xf3b9cac2fc632551
    DATA p256ord<>+0x08(SB)/8, $0xbce6faada7179e84
    DATA p256ord<>+0x10(SB)/8, $0xffffffffffffffff
    DATA p256ord<>+0x18(SB)/8, $0xffffffff00000000
    DATA p256one<>+0x00(SB)/8, $0x0000000000000001
    DATA p256one<>+0x08(SB)/8, $0xffffffff00000000
    DATA p256one<>+0x10(SB)/8, $0xffffffffffffffff
    DATA p256one<>+0x18(SB)/8, $0x00000000fffffffe
    GLOBL p256const0<>(SB), 8, $8
    GLOBL p256const1<>(SB), 8, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top