Searched defs:HF (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_solaris.c | 70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
H A D | getentropy_osx.c | 81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
H A D | getentropy_linux.c | 86 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 509 const bool HF = in getDynamicLinker() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 4373 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local 5068 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local
|