Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,020 for Sb (0.03 sec)

  1. src/runtime/sys_darwin_amd64.s

    	CALL	libc_write(SB)
    	TESTL	AX, AX
    	JGE	noerr
    	CALL	libc_error(SB)
    	MOVL	(AX), AX
    	NEGL	AX			// caller expects negative errno value
    noerr:
    	RET
    
    TEXT runtime·pipe_trampoline(SB),NOSPLIT,$0
    	CALL	libc_pipe(SB)		// pointer already in DI
    	TESTL	AX, AX
    	JEQ	3(PC)
    	CALL	libc_error(SB)		// return negative errno value
    	NEGL	AX
    	RET
    
    TEXT runtime·setitimer_trampoline(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  2. src/sync/atomic/asm.s

    	JMP	internal∕runtime∕atomic·Xadd(SB)
    
    TEXT ·AddUintptr(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Xadduintptr(SB)
    
    TEXT ·AddInt64(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Xadd64(SB)
    
    TEXT ·AddUint64(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Xadd64(SB)
    
    TEXT ·LoadInt32(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Load(SB)
    
    TEXT ·LoadUint32(SB),NOSPLIT,$0
    	JMP	internal∕runtime∕atomic·Load(SB)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. src/math/tan_s390x.s

    DATA ·tanrodataL13<> + 64(SB)/8, $0.108285667160535624e-31
    DATA ·tanrodataL13<> + 72(SB)/8, $0.612323399573676480e-16
    DATA ·tanrodataL13<> + 80(SB)/8, $0.157079632679489656e+01
    DATA ·tanrodataL13<> + 88(SB)/8, $0.636619772367581341e+00
    GLOBL ·tanrodataL13<> + 0(SB), RODATA, $96
    
    // Constants
    DATA ·tanxnan<> + 0(SB)/8, $0x7ff8000000000000
    GLOBL ·tanxnan<> + 0(SB), RODATA, $8
    DATA ·tanxlim<> + 0(SB)/8, $0x432921fb54442d19
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 27 23:30:00 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. src/runtime/sys_plan9_386.s

    TEXT runtime·closefd(SB),NOSPLIT,$0
    	MOVL	$4, AX
    	INT	$64
    	MOVL	AX, ret+4(FP)
    	RET
    
    TEXT runtime·exits(SB),NOSPLIT,$0
    	MOVL    $8, AX
    	INT     $64
    	RET
    
    TEXT runtime·brk_(SB),NOSPLIT,$0
    	MOVL    $24, AX
    	INT     $64
    	MOVL	AX, ret+4(FP)
    	RET
    
    TEXT runtime·sleep(SB),NOSPLIT,$0
    	MOVL    $17, AX
    	INT     $64
    	MOVL	AX, ret+4(FP)
    	RET
    
    TEXT runtime·plan9_semacquire(SB),NOSPLIT,$0
    	MOVL	$37, AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 22:12:04 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  5. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+48(SB)/8,$0x00000001a52fc582
    DATA ·IEEEConst+56(SB)/8,$0x00000001ebd224ac
    
    	/* x^257088 mod p(x), x^257024 mod p(x) */
    DATA ·IEEEConst+64(SB)/8,$0x00000001a4a7167a
    DATA ·IEEEConst+72(SB)/8,$0x000000000ccb97ca
    
    	/* x^256064 mod p(x), x^256000 mod p(x) */
    DATA ·IEEEConst+80(SB)/8,$0x000000000c18249a
    DATA ·IEEEConst+88(SB)/8,$0x00000001006ec8a8
    
    	/* x^255040 mod p(x), x^254976 mod p(x) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    DATA masks<>+0xd8(SB)/8, $0x000000ffffffffff
    DATA masks<>+0xe0(SB)/8, $0xffffffffffffffff
    DATA masks<>+0xe8(SB)/8, $0x0000ffffffffffff
    DATA masks<>+0xf0(SB)/8, $0xffffffffffffffff
    DATA masks<>+0xf8(SB)/8, $0x00ffffffffffffff
    GLOBL masks<>(SB),RODATA,$256
    
    // func checkASM() bool
    TEXT ·checkASM(SB),NOSPLIT,$0-1
    	// check that masks<>(SB) and shifts<>(SB) are aligned to 16-byte
    	MOVQ	$masks<>(SB), AX
    	MOVQ	$shifts<>(SB), BX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. src/internal/syscall/unix/asm_darwin.s

    TEXT ·libc_getgrouplist_trampoline(SB),NOSPLIT,$0-0; JMP libc_getgrouplist(SB)
    TEXT ·libc_getpwnam_r_trampoline(SB),NOSPLIT,$0-0; JMP libc_getpwnam_r(SB)
    TEXT ·libc_getpwuid_r_trampoline(SB),NOSPLIT,$0-0; JMP libc_getpwuid_r(SB)
    TEXT ·libc_getgrnam_r_trampoline(SB),NOSPLIT,$0-0; JMP libc_getgrnam_r(SB)
    TEXT ·libc_getgrgid_r_trampoline(SB),NOSPLIT,$0-0; JMP libc_getgrgid_r(SB)
    TEXT ·libc_sysconf_trampoline(SB),NOSPLIT,$0-0; JMP libc_sysconf(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 15:02:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

                    sb.append("Try downloading the file manually from the project website.");
                }
    
                sb.append(LS);
                sb.append(LS);
                sb.append(indentation);
                sb.append("Then, install it using the command: ");
                sb.append(LS);
                sb.append(indentation);
                sb.append("    mvn install:install-file -DgroupId=");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  9. src/runtime/rt0_js_wasm.s

    // an event.
    TEXT wasm_export_resume(SB),NOSPLIT,$0
    	I32Const $0
    	Call runtime·handleEvent(SB)
    	Drop
    	Call wasm_pc_f_loop(SB)
    
    	Return
    
    // wasm_export_getsp gets called from JavaScript to retrieve the SP.
    TEXT wasm_export_getsp(SB),NOSPLIT,$0
    	Get SP
    	Return
    
    TEXT runtime·pause(SB), NOSPLIT, $0-8
    	MOVD newsp+0(FP), SP
    	I32Const $1
    	Set PAUSE
    	RETUNWIND
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 19:28:25 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/runtime/splice.go

    // Splice implements the Splice interface.
    func (sb *spliceBuffer) Splice(raw []byte) {
    	sb.raw = raw
    }
    
    // Write implements the io.Writer interface.
    func (sb *spliceBuffer) Write(p []byte) (n int, err error) {
    	if sb.buf == nil {
    		sb.buf = &bytes.Buffer{}
    	}
    	return sb.buf.Write(p)
    }
    
    // Reset resets the buffer to be empty.
    func (sb *spliceBuffer) Reset() {
    	if sb.buf != nil {
    		sb.buf.Reset()
    	}
    	sb.raw = nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 05 18:03:48 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top