Home
last modified time | relevance | path

Searched defs:HF (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/unbound/compat/
H A Dgetentropy_solaris.c70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
H A Dgetentropy_osx.c81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
H A Dgetentropy_linux.c86 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp498 const bool HF = getDynamicLinker() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3584 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local
4227 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local
H A DRewriteModernObjC.cpp5070 Preamble += HF; in RewriteByRefVar() local
4375 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); SynthesizeBlockLiterals() local