OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Out
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
utmisc.c
40
* IN ANY WAY
OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
143
}
Out
;
156
Out
.Bytes[0] = In.Bytes[3];
157
Out
.Bytes[1] = In.Bytes[2];
158
Out
.Bytes[2] = In.Bytes[1];
159
Out
.Bytes[3] = In.Bytes[0];
161
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
);
Completed in 38 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026