Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for 36 (0.49 sec)

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

    	MOVHU	-0x24(R9), R8        // MOVHU -36(R9), R8         // b48259e1
    	MOVHU.W	-0x24(R9), R8        // MOVHU.W -36(R9), R8       // b48279e1
    	MOVHU.P	-0x24(R9), R8        // MOVHU.P -36(R9), R8       // b48259e0
    	MOVH	-0x24(R9), R8        // MOVH -36(R9), R8          // f48259e1
    	MOVH.W	-0x24(R9), R8        // MOVH.W -36(R9), R8        // f48279e1
    	MOVH.P	-0x24(R9), R8        // MOVH.P -36(R9), R8        // f48259e0
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg debug/elf, const R_PPC64_REL30 = 37 #54345
    pkg debug/elf, const R_PPC64_REL30 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF = 33 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HA = 36 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HA R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HI = 35 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_HI R_PPC64 #54345
    pkg debug/elf, const R_PPC64_SECTOFF_LO = 34 #54345
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. misc/cgo/gmp/gmp.go

    	return z
    }
    
    // SetString interprets s as a number in the given base
    // and sets z to that value.  The base must be in the range [2,36].
    // SetString returns an error if s cannot be parsed or the base is invalid.
    func (z *Int) SetString(s string, base int) error {
    	z.doinit()
    	if base < 2 || base > 36 {
    		return os.ErrInvalid
    	}
    	p := C.CString(s)
    	defer C.free(unsafe.Pointer(p))
    	if C.mpz_set_str(&z.i[0], p, C.int(base)) < 0 {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
  4. api/go1.6.txt

    pkg debug/elf, const R_MIPS_REL16 = 33
    pkg debug/elf, const R_MIPS_REL16 R_MIPS
    pkg debug/elf, const R_MIPS_REL32 = 3
    pkg debug/elf, const R_MIPS_REL32 R_MIPS
    pkg debug/elf, const R_MIPS_RELGOT = 36
    pkg debug/elf, const R_MIPS_RELGOT R_MIPS
    pkg debug/elf, const R_MIPS_SCN_DISP = 32
    pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS
    pkg debug/elf, const R_MIPS_SHIFT5 = 16
    pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  5. src/archive/zip/reader_test.go

    00002f0 89 17 85 f8 16 94 f2 8a b2 a3 f5 b6 6d df 75 cd
    0000300 90 dd 64 bd 5d 55 4e f2 55 19 1b b7 cc ef 1b ea
    0000310 2e 05 9c f4 aa 1e a8 cd a6 82 c7 59 0f 5e 9d e0
    0000320 bb fc 6c d6 99 23 eb 36 ad c6 c5 e1 d8 e1 e2 3e
    0000330 d9 90 5a f7 91 5d 6f bc 33 6d 98 47 d2 7c 2e 2f
    0000340 99 a4 25 72 85 49 2c be 0b 5b af 8f e5 6e 81 a6
    0000350 a3 5a 6f 39 53 3a ab 7a 8b 1e 26 f7 46 6c 7d 26
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EHOSTUNREACH = 65
    pkg syscall (netbsd-arm64-cgo), const EIDRM = 82
    pkg syscall (netbsd-arm64-cgo), const EILSEQ = 85
    pkg syscall (netbsd-arm64-cgo), const EINPROGRESS = 36
    pkg syscall (netbsd-arm64-cgo), const EINTR = 4
    pkg syscall (netbsd-arm64-cgo), const EINVAL = 22
    pkg syscall (netbsd-arm64-cgo), const EIO = 5
    pkg syscall (netbsd-arm64-cgo), const EISCONN = 56
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/callback.go

    func stack28()   { var buf [28]byte; use(buf[:]); C.callGoStackCheck() }
    func stack32()   { var buf [32]byte; use(buf[:]); C.callGoStackCheck() }
    func stack36()   { var buf [36]byte; use(buf[:]); C.callGoStackCheck() }
    func stack40()   { var buf [40]byte; use(buf[:]); C.callGoStackCheck() }
    func stack44()   { var buf [44]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const AF_NS = 6
    pkg syscall (darwin-386), const AF_OSI = 7
    pkg syscall (darwin-386), const AF_PPP = 34
    pkg syscall (darwin-386), const AF_PUP = 4
    pkg syscall (darwin-386), const AF_RESERVED_36 = 36
    pkg syscall (darwin-386), const AF_ROUTE = 17
    pkg syscall (darwin-386), const AF_SIP = 24
    pkg syscall (darwin-386), const AF_SNA = 11
    pkg syscall (darwin-386), const AF_SYSTEM = 32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_PPP ideal-int
    pkg syscall (darwin-arm64), const AF_PUP = 4
    pkg syscall (darwin-arm64), const AF_PUP ideal-int
    pkg syscall (darwin-arm64), const AF_RESERVED_36 = 36
    pkg syscall (darwin-arm64), const AF_RESERVED_36 ideal-int
    pkg syscall (darwin-arm64), const AF_ROUTE = 17
    pkg syscall (darwin-arm64), const AF_ROUTE ideal-int
    pkg syscall (darwin-arm64), const AF_SIP = 24
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	MOVHU 6844(R4), R19                        // 93787579
    	MOVHU (R5)(R25.SXTW), R15                  // afc87978
    	//TODO MOVBW.P 77(R19), R11                // 6bd6c438
    	MOVB.P 36(RSP), R27                        // fb478238
    	//TODO MOVBW.W -57(R19), R13               // 6d7edc38
    	MOVB.W -178(R16), R24                      // 18ee9438
    	//TODO MOVBW 430(R8), R22                  // 16b9c639
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
Back to top