OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Desc
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutexset.h
26
struct
Desc
{
39
Desc
Get(uptr i) const;
48
Desc
descs_[kMaxSize];
65
MutexSet::
Desc
MutexSet::Get(uptr i) const { return
Desc
(); }
tsan_mutexset.cc
84
MutexSet::
Desc
MutexSet::Get(uptr i) const {
tsan_rtl_report.cc
181
MutexSet::
Desc
d = mset->Get(i);
/src/sys/external/bsd/gnu-efi/dist/lib/
error.c
25
WCHAR *
Desc
;
77
for (Index = 0; ErrorCodeTable[Index].
Desc
; Index +=1) {
79
StrCpy (Buffer, ErrorCodeTable[Index].
Desc
);
/src/sys/arch/emips/stand/common/
ace.c
108
static void SysacePrintRegister(const REGDESC *
Desc
, uint32_t Value);
110
static void SysacePrintRegister(const REGDESC *
Desc
, uint32_t Value)
113
printf("\t%s %x =",
Desc
->RegisterName, Value);
117
(
Desc
->BitNames[i]) ?
Desc
->BitNames[i] : "?");
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutexset_test.cc
20
MutexSet::
Desc
d = mset.Get(i);
/src/sys/arch/emips/ebus/
ace_ebus.c
450
SysacePrintRegister(const REGDESC *
Desc
, uint32_t Value)
454
printf("\t%s %x =",
Desc
->RegisterName, Value);
458
(
Desc
->BitNames[i]) ?
Desc
->BitNames[i] : "?");
Completed in 26 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026