Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for 32 (0.21 sec)

  1. src/archive/zip/reader_test.go

    				Modified: time.Date(2012, 8, 10, 14, 33, 32, 0, time.UTC),
    				Mode:     0644,
    			},
    		},
    	},
    	// Another zip64 file with different Extras fields. (golang.org/issue/7069)
    	{
    		Name: "zip64-2.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "README",
    				Content:  []byte("This small file is in ZIP64 format.\n"),
    				Modified: time.Date(2012, 8, 10, 14, 33, 32, 0, timeZone(-4*time.Hour)),
    				Mode:     0644,
    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)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"$shifts<>(SB)", "$shifts<>(SB)"},
    	{"$~(1<<63)", "$9223372036854775807"},
    	{"$~0x3F", "$-64"},
    	{"$~15", "$-16"},
    	{"(((8)&0xf)*4)(SP)", "32(SP)"},
    	{"(((8-14)&0xf)*4)(SP)", "40(SP)"},
    	{"(6+8)(AX)", "14(AX)"},
    	{"(8*4)(BP)", "32(BP)"},
    	{"(AX)", "(AX)"},
    	{"(AX)(CX*8)", "(AX)(CX*8)"},
    	{"(BP)(CX*4)", "(BP)(CX*4)"},
    	{"(BP)(DX*4)", "(BP)(DX*4)"},
    	{"(BP)(R8*4)", "(BP)(R8*4)"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  3. misc/wasm/wasm_exec.js

    						sp = this._inst.exports.getsp() >>> 0; // see comment above
    						storeValue(sp + 32, result);
    					},
    
    					// func valueSet(v ref, p string, x ref)
    					"syscall/js.valueSet": (sp) => {
    						sp >>>= 0;
    						Reflect.set(loadValue(sp + 8), loadString(sp + 16), loadValue(sp + 32));
    					},
    
    					// func valueDelete(v ref, p string)
    					"syscall/js.valueDelete": (sp) => {
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  4. src/cmd/asm/internal/asm/testdata/s390x.s

    	RLLG	$4, R2, R3              // eb320004001c
    
    	RNSBG	$0, $31, $32, R1, R2  // ec21001f2054
    	RXSBG	$17, $8, $16, R3, R4  // ec4311081057
    	ROSBG	$9, $24, $11, R5, R6  // ec6509180b56
    	RNSBGT	$0, $31, $32, R7, R8  // ec87801f2054
    	RXSBGT	$17, $8, $16, R9, R10 // eca991081057
    	ROSBGT	$9, $24, $11, R11, R0 // ec0b89180b56
    	RISBG	$0, $31, $32, R1, R2  // ec21001f2055
    	RISBGN	$17, $8, $16, R3, R4  // ec4311081059
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  5. api/go1.3.txt

    pkg syscall (freebsd-386), const TCP_VENDOR ideal-int
    pkg syscall (freebsd-386), const WEXITED = 16
    pkg syscall (freebsd-386), const WEXITED ideal-int
    pkg syscall (freebsd-386), const WTRAPPED = 32
    pkg syscall (freebsd-386), const WTRAPPED ideal-int
    pkg syscall (freebsd-386), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (freebsd-386), func FcntlFlock(uintptr, int, *Flock_t) error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/amd64.s

    // Tests for SP indexed addresses.
    	MOVQ	foo(SP)(AX*1), BX		// 488b1c04
    	MOVQ	foo+32(SP)(CX*2), DX		// 488b544c20
    	MOVQ	foo+32323(SP)(R8*4), R9		// 4e8b8c84437e0000
    	MOVL	foo(SP)(SI*8), DI		// 8b3cf4
    	MOVL	foo+32(SP)(R10*1), R11		// 468b5c1420
    	MOVL	foo+32323(SP)(R12*2), R13	// 468bac64437e0000
    	MOVW	foo(SP)(AX*4), R8		// 66448b0484
    	MOVW	foo+32(SP)(R9*8), CX		// 66428b4ccc20
    	MOVW	foo+32323(SP)(AX*1), DX		// 668b9404437e0000
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 18:57:21 GMT 2019
    - 3.3K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint8
    pkg crypto/ed25519, const PrivateKeySize = 64
    pkg crypto/ed25519, const PrivateKeySize ideal-int
    pkg crypto/ed25519, const PublicKeySize = 32
    pkg crypto/ed25519, const PublicKeySize ideal-int
    pkg crypto/ed25519, const SeedSize = 32
    pkg crypto/ed25519, const SeedSize ideal-int
    pkg crypto/ed25519, const SignatureSize = 64
    pkg crypto/ed25519, const SignatureSize ideal-int
    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)
  8. api/go1.5.txt

    pkg crypto/sha512, const Size224 ideal-int
    pkg crypto/sha512, const Size256 = 32
    pkg crypto/sha512, const Size256 ideal-int
    pkg crypto/sha512, func New512_224() hash.Hash
    pkg crypto/sha512, func New512_256() hash.Hash
    pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8
    pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8
    pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/mips64.s

    	MOVBU	R12, R17	// 319100ff
    
    //	LMOVV addr ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	MOVV	foo<>+3(SB), R2
    	MOVV	(R5), R18	// dcb20000
    	MOVV	8(R16), R4	// de040008
    	MOVV	-32(R14), R1	// ddc1ffe0
    	LLV	(R1), R2	// d0220000
    
    //	LMOVW addr ',' rreg
    //	{
    //		outcode(int($1), &$2, 0, &$4);
    //	}
    	MOVW	foo<>+3(SB), R2
    	MOVW	(R11), R22	// 8d760000
    	MOVW	1(R9), R24	// 8d380001
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg strconv (freebsd-386), const IntSize = 32
    pkg strconv (freebsd-386-cgo), const IntSize = 32
    pkg strconv (freebsd-amd64), const IntSize = 64
    pkg strconv (freebsd-amd64-cgo), const IntSize = 64
    pkg strconv (freebsd-arm), const IntSize = 32
    pkg strconv (freebsd-arm-cgo), const IntSize = 32
    pkg strconv (linux-386), const IntSize = 32
    pkg strconv (linux-386-cgo), const IntSize = 32
    pkg strconv (linux-amd64), const IntSize = 64
    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)
Back to top