OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h
86
return std::any_of(begin(), end(), [&](const DictionaryEntry &
DE
) {
87
return
DE
.GetW() == W;
90
const DictionaryEntry *begin() const { return &
DE
[0]; }
94
return
DE
[Idx];
96
void push_back(DictionaryEntry
DE
) {
98
this->
DE
[Size++] =
DE
;
105
DictionaryEntry
DE
[kMaxDictSize];
FuzzerMutate.cpp
168
DictionaryEntry &
DE
) {
169
const Word &W =
DE
.GetW();
170
bool UsePositionHint =
DE
.HasPositionHint() &&
171
DE
.GetPositionHint() + W.size() < Size &&
175
size_t Idx = UsePositionHint ?
DE
.GetPositionHint() : Rand(Size + 1);
181
size_t Idx = UsePositionHint ?
DE
.GetPositionHint() : Rand(Size - W.size());
191
// input and if it succeeds it creates a
DE
with a position hint.
192
// Otherwise it creates a
DE
with one of the arguments w/o a position hint.
220
DictionaryEntry
DE
(W);
221
return
DE
;
[
all
...]
FuzzerMutate.h
112
DictionaryEntry &
DE
);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc
71
llvm::DataExtractor
DE
(Serialized, true, 8);
72
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
95
llvm::DataExtractor
DE
(Serialized, true, 8);
96
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
116
llvm::DataExtractor
DE
(Serialized, true, 8);
117
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
131
llvm::DataExtractor
DE
(Serialized, true, 8);
132
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
155
llvm::DataExtractor
DE
(Serialized, true, 8);
156
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
[
all
...]
fdr_log_writer_test.cc
68
llvm::DataExtractor
DE
(Serialized, true, 8);
69
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
121
llvm::DataExtractor
DE
(Serialized, true, 8);
122
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
156
llvm::DataExtractor
DE
(Serialized, true, 8);
157
auto TraceOrErr = llvm::xray::loadTrace(
DE
);
/src/sys/arch/hpc/conf/
platid.def
336
680
DE
-" 680 (German)"
340
690
DE
-" 690 (German)"
358
720
DE
-" 720 (German)"
/src/sys/arch/luna68k/dev/xplx/
xplx.asm
30
; http://k1.spdns.
de
/Develop/Projects/zasm
731
LD
DE
,PRIVATE_RAM
736
LD
DE
,VECTOR
993
LD
DE
,0709H
1322
PUSH
DE
1328
LD
DE
,PAM_CYCLE_CLK
1332
POP
DE
1370
LD
DE
,PAM_DRIVER
1409
POP
DE
1553
POP
DE
;9+
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
cpufeatureset.h
95
XEN_CPUFEATURE(
DE
, 0*32+ 2) /*A Debugging Extensions */
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c
330
* bdw_update_port_irq - update
DE
port interrupt
362
* bdw_update_pipe_irq - update
DE
pipe interrupt
2175
DRM_ERROR("Unexpected
DE
HPD interrupt 0x%08x\n", iir);
2248
DRM_ERROR("Unexpected
DE
Misc interrupt\n");
2265
DRM_ERROR("The master control interrupt lied (
DE
MISC)!\n");
2276
DRM_ERROR("The master control interrupt lied, (
DE
HPD)!\n");
2316
DRM_ERROR("Unexpected
DE
Port interrupt\n");
2319
DRM_ERROR("The master control interrupt lied (
DE
PORT)!\n");
2330
DRM_ERROR("The master control interrupt lied (
DE
PIPE)!\n");
2764
GEN3_IRQ_RESET(uncore,
DE
);
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026