Searched refs:pep (Results 1 - 8 of 8) sorted by relevance
/third_party/ninja/src/ |
H A D | minidump-win32.cc | 35 void CreateWin32MiniDump(_EXCEPTION_POINTERS* pep) { in CreateWin32MiniDump() argument 72 mdei.ExceptionPointers = pep; in CreateWin32MiniDump() 78 hFile, mdt, (pep != 0) ? &mdei : 0, 0, 0); in CreateWin32MiniDump()
|
H A D | ninja.cc | 62 void CreateWin32MiniDump(_EXCEPTION_POINTERS* pep);
|
/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 729 all, scheme, rfc, pep, selfdot, name = match.groups() 736 elif pep: 737 url = 'https://peps.python.org/pep-%04d/' % int(pep)
|
/third_party/node/tools/msvs/ |
H A D | find_python.cmd | 32 :: https://www.python.org/dev/peps/pep-0514/#installpath
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 137 xhci_dump_endpoint(struct xhci_softc *sc, struct xhci_endp_ctx *pep) in xhci_dump_endpoint() argument 139 DPRINTFN(5, "pep = %p\n", pep); in xhci_dump_endpoint() 140 DPRINTFN(5, "dwEpCtx0=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx0)); in xhci_dump_endpoint() 141 DPRINTFN(5, "dwEpCtx1=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx1)); in xhci_dump_endpoint() 142 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)xhci_ctx_get_le64(sc, &pep->qwEpCtx2)); in xhci_dump_endpoint() 143 DPRINTFN(5, "dwEpCtx4=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx4)); in xhci_dump_endpoint() 144 DPRINTFN(5, "dwEpCtx5=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx5)); in xhci_dump_endpoint() 145 DPRINTFN(5, "dwEpCtx6=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx6)); in xhci_dump_endpoint() 146 DPRINTFN(5, "dwEpCtx7=0x%08x\n", xhci_ctx_get_le32(sc, &pep in xhci_dump_endpoint() [all...] |
/third_party/libuv/src/win/ |
H A D | fs.c | 663 LONG fs__filemap_ex_filter(LONG excode, PEXCEPTION_POINTERS pep, in fs__filemap_ex_filter() argument 670 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter() 671 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter() 672 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 729 LONG fs__filemap_ex_filter(LONG excode, PEXCEPTION_POINTERS pep, in fs__filemap_ex_filter() argument 736 if (pep != NULL && pep->ExceptionRecord != NULL && in fs__filemap_ex_filter() 737 pep->ExceptionRecord->NumberParameters >= 3) { in fs__filemap_ex_filter() 738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter()
|
/third_party/python/Lib/ |
H A D | pydoc.py | 695 all, scheme, rfc, pep, selfdot, name = match.groups() 702 elif pep: 703 url = 'https://peps.python.org/pep-%04d/' % int(pep)
|
Completed in 20 milliseconds