Home
last modified time | relevance | path

Searched refs:CWD (Results 1 - 11 of 11) sorted by relevance

/third_party/selinux/secilc/docs/
H A DMakefile0 CWD = $(shell pwd)
2 HTMLDIR = $(CWD)/html
3 PDFDIR = $(CWD)/pdf
4 TMPDIR = $(CWD)/tmp
5 TESTDIR = $(CWD)/../test
1 CWD = $(shell pwd) global() macro
/third_party/mesa3d/src/vulkan/registry/
H A Dupdate-aliases.py13 CWD = pathlib.Path.cwd() variable
17 VK_XML.relative_to(CWD).as_posix(),
122 f'`{THIS_FILE.relative_to(CWD)}`.')
/third_party/rust/crates/rustix/tests/fs/
H A Dcwd.rs3 const CWD: rustix::fd::BorrowedFd<'static> = rustix::fs::cwd(); consts
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcheck_spec_links.py64 CWD = Path('.').resolve() variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp970 auto CWD = getCurrentWorkingDirectory(); in getRealPath() local
971 if (!CWD || CWD->empty()) in getRealPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1581 {X86::IDIV16r, X86::CWD, Copy, X86::AX, S}, // SDiv in selectDivRem()
1582 {X86::IDIV16r, X86::CWD, Copy, X86::DX, S}, // SRem in selectDivRem()
H A DX86FastISel.cpp1888 { X86::IDIV16r, X86::CWD, Copy, X86::AX, S }, // SDiv in X86SelectDivRem()
1889 { X86::IDIV16r, X86::CWD, Copy, X86::DX, S }, // SRem in X86SelectDivRem()
H A DX86ISelDAGToDAG.cpp4896 SExtOpcode = X86::CWD; in Select()
H A DX86ISelLowering.cpp25419 SDValue CWD =
25426 CWD, DAG.getConstant(0x800, DL, MVT::i16)),
25431 CWD, DAG.getConstant(0x400, DL, MVT::i16)),
[all...]
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h423 #define CWD CHOICE(cwtl, cwd, cwd) macro
1152 #define CWD cwd macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8337 SDValue CWD = DAG.getLoad(MVT::i32, dl, Store, Addr, MachinePointerInfo()); in LowerFLT_ROUNDS_() local
8342 CWD, DAG.getConstant(3, dl, MVT::i32)); in LowerFLT_ROUNDS_()
8347 CWD, DAG.getConstant(3, dl, MVT::i32)), in LowerFLT_ROUNDS_()

Completed in 83 milliseconds