Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp509 const bool HF = in getDynamicLinker() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4373 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local
5068 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local