OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WD
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/stty/
print.c
180
#define
WD
"%-8s"
181
(void)snprintf(buf1 + cnt * 8, 9,
WD
, p->name);
182
(void)snprintf(buf2 + cnt * 8, 9,
WD
, ccval(p, cc[p->sub]));
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h
100
const WriteDescriptor *
WD
;
109
// field RegisterID from
WD
.
152
:
WD
(&Desc), CyclesLeft(UNKNOWN_CYCLES), RegisterID(RegID), PRFID(0),
161
unsigned getWriteResourceID() const { return
WD
->SClassOrWriteResourceID; }
164
unsigned getLatency() const { return
WD
->Latency; }
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
249
WD
= {PWD, PWD};
251
WD
= {PWD, RealPWD};
269
if (!
WD
)
272
sys::fs::make_absolute(
WD
->Resolved, Storage);
282
Optional<WorkingDirectory>
WD
;
308
if (
WD
)
309
return std::string(
WD
->Specified.str());
318
if (!
WD
)
330
WD
= {Absolute, Resolved};
Completed in 148 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026