Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for oKey (0.12 sec)

  1. src/runtime/asm_amd64.s

    GLOBL shifts<>(SB),RODATA,$256
    
    TEXT runtime·return0(SB), NOSPLIT, $0
    	MOVL	$0, AX
    	RET
    
    
    // Called from cgo wrappers, this function returns g->m->curg.stack.hi.
    // Must obey the gcc calling convention.
    TEXT _cgo_topofstack(SB),NOSPLIT,$0
    	get_tls(CX)
    	MOVQ	g(CX), AX
    	MOVQ	g_m(AX), AX
    	MOVQ	m_curg(AX), AX
    	MOVQ	(g_stack+stack_hi)(AX), AX
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ImmutableSortedMap.java

     * equals</i>. That is, {@code a.compareTo(b)} or {@code comparator.compare(a, b)} should equal zero
     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting map will
     * not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/ImmutableSortedMap.java

     * equals</i>. That is, {@code a.compareTo(b)} or {@code comparator.compare(a, b)} should equal zero
     * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting map will
     * not correctly obey its specification.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/ImmutableCollectionsExplained">immutable collections</a>.
     *
     * @author Jared Levy
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 53K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/dwarf.go

    	// Used at various points in that parallel portion of DWARF gen to
    	// protect against conflicting updates to globals (such as "gdbscript")
    	dwmu *sync.Mutex
    }
    
    // dwSym wraps a loader.Sym; this type is meant to obey the interface
    // rules for dwarf.Sym from the cmd/internal/dwarf package. DwDie and
    // DwAttr objects contain references to symbols via this type.
    type dwSym loader.Sym
    
    func (c dwctxt) PtrSize() int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top