Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for 2147483647 (0.05 sec)

  1. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	MOVVP	32764(R5), R4		// a4fc7f26
    	MOVVP	32(R5), R4		// a4200026
    	MOVVP	4(R5), R4		// a4040026
    	MOVVP	(R5), R4		// a4000026
    
    	// ADDU16I.D instruction
    	ADDV16	$(-32768<<16), R4, R5	// ADDV16	$-2147483648, R4, R5	// 85000012
    	ADDV16	$(0<<16), R4, R5	// ADDV16	$0, R4, R5		// 85000010
    	ADDV16	$(8<<16), R4, R5	// ADDV16	$524288, R4, R5		// 85200010
    	ADDV16	$(32767<<16), R4, R5	// ADDV16	$2147418112, R4, R5	// 85fcff11
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg debug/macho, const GENERIC_RELOC_TLV RelocTypeGeneric
    pkg debug/macho, const GENERIC_RELOC_VANILLA = 0
    pkg debug/macho, const GENERIC_RELOC_VANILLA RelocTypeGeneric
    pkg debug/macho, const LoadCmdRpath = 2147483676
    pkg debug/macho, const LoadCmdRpath LoadCmd
    pkg debug/macho, const X86_64_RELOC_BRANCH = 2
    pkg debug/macho, const X86_64_RELOC_BRANCH RelocTypeX86_64
    pkg debug/macho, const X86_64_RELOC_GOT = 4
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC = 12
    pkg syscall (netbsd-arm64-cgo), const F_DUPFD_CLOEXEC ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_DUPFD ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_FSCTL = -2147483648
    pkg syscall (netbsd-arm64-cgo), const F_FSCTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK = 1879048192
    pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/bytes/bytes_test.go

    				t.Errorf("%s#%d got %q want %q", prefix, i, err, tt.errStr)
    			}
    		}
    	}
    
    	const maxInt = int(^uint(0) >> 1)
    
    	runTestCases("", []testCase{
    		0: {"--", -2147483647, "negative"},
    		1: {"", maxInt, ""},
    		2: {"-", 10, ""},
    		3: {"gopher", 0, ""},
    		4: {"-", -1, "negative"},
    		5: {"--", -102, "negative"},
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 28 18:13:58 UTC 2025
    - 62.9K bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-386), const CLONE_FILES ideal-int
    pkg syscall (linux-386), const CLONE_FS = 512
    pkg syscall (linux-386), const CLONE_FS ideal-int
    pkg syscall (linux-386), const CLONE_IO = 2147483648
    pkg syscall (linux-386), const CLONE_IO ideal-int
    pkg syscall (linux-386), const CLONE_NEWIPC = 134217728
    pkg syscall (linux-386), const CLONE_NEWIPC ideal-int
    pkg syscall (linux-386), const CLONE_NEWNET = 1073741824
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top