Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for 24 (0.16 sec)

  1. src/archive/tar/format.go

    type sparseArray []byte
    
    func (s sparseArray) entry(i int) sparseElem { return sparseElem(s[i*24:]) }
    func (s sparseArray) isExtended() []byte     { return s[24*s.maxEntries():][:1] }
    func (s sparseArray) maxEntries() int        { return len(s) / 24 }
    
    type sparseElem []byte
    
    func (s sparseElem) offset() []byte { return s[00:][:12] }
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 11.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"$16", "$16"},
    	{"-16(RSP)", "-16(RSP)"},
    	{"16(RSP)", "16(RSP)"},
    	{"1(R1)", "1(R1)"},
    	{"-1(R4)", "-1(R4)"},
    	{"18740(R5)", "18740(R5)"},
    	{"$2", "$2"},
    	{"$-24(R4)", "$-24(R4)"},
    	{"-24(RSP)", "-24(RSP)"},
    	{"$24(RSP)", "$24(RSP)"},
    	{"-32(RSP)", "-32(RSP)"},
    	{"$48", "$48"},
    	{"$(-64*1024)(R7)", "$-65536(R7)"},
    	{"$(8-1)", "$7"},
    	{"a+0(FP)", "a(FP)"},
    	{"a1+8(FP)", "a1+8(FP)"},
    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

    					"syscall/js.valueIndex": (sp) => {
    						sp >>>= 0;
    						storeValue(sp + 24, Reflect.get(loadValue(sp + 8), getInt64(sp + 16)));
    					},
    
    					// valueSetIndex(v ref, i int, x ref)
    					"syscall/js.valueSetIndex": (sp) => {
    						sp >>>= 0;
    						Reflect.set(loadValue(sp + 8), getInt64(sp + 16), loadValue(sp + 24));
    					},
    
    					// func valueCall(v ref, m string, args []ref) (ref, bool)
    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

    	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
    	RISBGZ	$9, $24, $11, R5, R6  // ec6509980b55
    	RISBGNZ	$0, $31, $32, R7, R8  // ec87009f2059
    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. src/cmd/asm/internal/asm/testdata/mips64.s

    	DSBH	R1, R2 // 7c0110a4
    	DSHD	R1, R2 // 7c011164
    
    	SEB	R1, R2 // 7c011420
    	SEH	R1, R2 // 7c011620
    
    	RET
    
    // MSA VMOVI
    	VMOVB	$511, W0   // 7b0ff807
    	VMOVH	$24, W23   // 7b20c5c7
    	VMOVW	$-24, W15  // 7b5f43c7
    	VMOVD	$-511, W31 // 7b700fc7
    
    	VMOVB	(R0), W8       // 78000220
    	VMOVB	511(R3), W0    // 79ff1820
    	VMOVB	-512(R12), W21 // 7a006560
    	VMOVH	(R24), W12     // 7800c321
    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)
  6. src/archive/zip/struct.go

    	directoryEndLen          = 22         // + comment
    	dataDescriptorLen        = 16         // four uint32: descriptor signature, crc32, compressed size, size
    	dataDescriptor64Len      = 24         // two uint32: signature, crc32 | two uint64: compressed size, size
    	directory64LocLen        = 20         //
    	directory64EndLen        = 56         // + extra
    
    	// Constants for the first byte in CreatorVersion.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  7. api/go1.3.txt

    pkg archive/tar, type Header struct, Xattrs map[string]string
    pkg compress/gzip, method (*Reader) Reset(io.Reader) error
    pkg crypto/tls, const CurveP256 = 23
    pkg crypto/tls, const CurveP256 CurveID
    pkg crypto/tls, const CurveP384 = 24
    pkg crypto/tls, const CurveP384 CurveID
    pkg crypto/tls, const CurveP521 = 25
    pkg crypto/tls, const CurveP521 CurveID
    pkg crypto/tls, func DialWithDialer(*net.Dialer, string, string, *Config) (*Conn, 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)
  8. src/cmd/asm/internal/asm/testdata/arm.s

    	XTAB	R2@>16, R8           // 7288a8e6
    	XTAB	R2@>24, R8           // 728ca8e6
    	XTAH	R3@>0, R9            // 7390b9e6
    	XTAH	R3@>8, R9            // 7394b9e6
    	XTAH	R3@>16, R9           // 7398b9e6
    	XTAH	R3@>24, R9           // 739cb9e6
    	XTABU	R4@>0, R7            // 7470e7e6
    	XTABU	R4@>8, R7            // 7474e7e6
    	XTABU	R4@>16, R7           // 7478e7e6
    	XTABU	R4@>24, R7           // 747ce7e6
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg debug/elf, const R_PPC64_TPREL34 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_UADDR16 = 25 #54345
    pkg debug/elf, const R_PPC64_UADDR16 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_UADDR32 = 24 #54345
    pkg debug/elf, const R_PPC64_UADDR32 R_PPC64 #54345
    pkg debug/elf, const R_PPC64_UADDR64 = 43 #54345
    pkg debug/elf, const R_PPC64_UADDR64 R_PPC64 #54345
    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV128 = 20776 #54251
    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)
  10. doc/asm.html

    	RET
    </pre>
    
    <p>
    In the general case, the frame size is followed by an argument size, separated by a minus sign.
    (It's not a subtraction, just idiosyncratic syntax.)
    The frame size <code>$24-8</code> states that the function has a 24-byte frame
    and is called with 8 bytes of argument, which live on the caller's frame.
    If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
    the argument size must be provided.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top