OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Out
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utmisc.c
93
* SPECIAL OR CONSEQUENTIAL DAMAGES ARISING
OUT
OF THIS AGREEMENT, UNDER ANY
143
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT
OF THE USE
251
}
Out
;
264
Out
.Bytes[0] = In.Bytes[3];
265
Out
.Bytes[1] = In.Bytes[2];
266
Out
.Bytes[2] = In.Bytes[1];
267
Out
.Bytes[3] = In.Bytes[0];
269
return (
Out
.Value);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.cpp
65
FILE *
Out
= fopen(Path.c_str(), "w");
66
if (!
Out
) return;
67
fwrite(U.data(), sizeof(U[0]), U.size(),
Out
);
68
fclose(
Out
);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
DataFlow.cpp
36
// ./a.
out
INPUT_FILE [OUTPUT_FILE]
39
// ./a.
out
116
static void PrintDataFlow(FILE *
Out
) {
119
fprintf(
Out
, "F%zd %s\n", I, GetPrintableStringForLabel(FuncLabels[I]));
163
FILE *
Out
= OutIsStdout ? stdout : fopen(argv[4], "w");
164
PrintDataFlow(
Out
);
165
if (!OutIsStdout) fclose(
Out
);
Completed in 13 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025