Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 76 of 76 for nstk (0.09 sec)

  1. src/runtime/proc.go

    		} else if pc > firstmoduledata.etext {
    			// "ExternalCode" is better than "etext".
    			pc = abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum
    		}
    		stk[0] = pc
    		if mp.preemptoff != "" {
    			stk[1] = abi.FuncPCABIInternal(_GC) + sys.PCQuantum
    		} else {
    			stk[1] = abi.FuncPCABIInternal(_System) + sys.PCQuantum
    		}
    	}
    
    	if prof.hz.Load() != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/runtime/os_windows.go

    // stack, but that's not necessary for Windows. No stack guards are present
    // and the GC has not been initialized, so write barriers will fail.
    //
    //go:nowritebarrierrec
    //go:nosplit
    func newosproc0(mp *m, stk unsafe.Pointer) {
    	// TODO: this is completely broken. The args passed to newosproc0 (in asm_amd64.s)
    	// are stacksize and function, not *m and stack.
    	// Check os_linux.go for an implementation that might actually work.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	GetACP() (acp uint32) = kernel32.GetACP
    //sys	MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
    //sys	getBestInterfaceEx(sockaddr unsafe.Pointer, pdwBestIfIndex *uint32) (errcode error) = iphlpapi.GetBestInterfaceEx
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    		err = errnoErr(e1)
    	}
    	return
    }
    
    func MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) {
    	r0, _, e1 := syscall.Syscall6(procMultiByteToWideChar.Addr(), 6, uintptr(codePage), uintptr(dwFlags), uintptr(unsafe.Pointer(str)), uintptr(nstr), uintptr(unsafe.Pointer(wchar)), uintptr(nwchar))
    	nwrite = int32(r0)
    	if nwrite == 0 {
    		err = errnoErr(e1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  5. gradle/verification-keyring.keys

    vStIPep+GCcq+42CARXPK4Jd9Ob7t8q7YYRzfQMs+/nJ8wAFRI0WbTwKejdZ+IVD
    DuCEvF/yzGWdFZtfLMGESrMhI381BSAnfD4H/5+VvNC0+0EyAQeAsWZQNMlMuq3c
    JafTEhQ9LM3r/c/bWKkPz3d5vjuo+BVZm7hb9kX119A0zEZ/wTQwBv6m7rE+NSTA
    WnvSJs9xPxIjxBjy7tYA//mExzkKRecPCeEi0kbRxrSggi5/jpI3oTz3EFhn6UW2
    srE72hxltLUE6wTjoluq3Jrum4NnT0KBvvxqCFG85G3GIsXAIKQqji2hw56hRyOY
    ucJD7h3Qo0H3OLSVfOiFfSQ4vNBY/l0bWTaD/jOFPMXA87Kmx2PB11UuFjhUm/wK
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.pfr"/>
      </mime-type>
      <mime-type type="application/h224"/>
      <mime-type type="application/http"/>
      <mime-type type="application/hyperstudio">
        <glob pattern="*.stk"/>
      </mime-type>
      <mime-type type="application/ibe-key-request+xml"/>
      <mime-type type="application/ibe-pkg-reply+xml"/>
      <mime-type type="application/ibe-pp-data"/>
      <mime-type type="application/iges"/>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top