OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HF
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/unbound/dist/compat/
getentropy_linux.c
86
#define
HF
(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
389
HF
(getentropy); /* an addr in this library */
390
HF
(printf); /* an addr in libc */
getentropy_osx.c
81
#define
HF
(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
289
HF
(getentropy); /* an addr in this library */
290
HF
(printf); /* an addr in libc */
getentropy_solaris.c
70
#define
HF
(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*)))
310
HF
(main); /* an addr in program */
312
HF
(getentropy); /* an addr in this library */
313
HF
(printf); /* an addr in libc */
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
415
ArchName += "
hf
";
439
const bool
HF
=
444
Loader =
HF
? "ld-linux-armhf.so.3" : "ld-linux.so.3";
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
4386
std::string
HF
= SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4387
InsertText(FunLocStart,
HF
);
5083
std::string
HF
= SynthesizeByrefCopyDestroyHelper(ND, flag);
5084
if (!
HF
.empty())
5085
Preamble +=
HF
;
RewriteObjC.cpp
3596
std::string
HF
= SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3597
InsertText(FunLocStart,
HF
);
4241
std::string
HF
= SynthesizeByrefCopyDestroyHelper(ND, flag);
4242
if (!
HF
.empty())
4243
InsertText(FunLocStart,
HF
);
Completed in 27 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026