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

/freebsd-10-stable/contrib/unbound/compat/
H A Dgetentropy_osx.c74 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
H A Dgetentropy_linux.c81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
88 #define HF(x) (sha512_update(&ctx, sizeof (void*), (uint8_t *)&(x))) macro
H A Dgetentropy_solaris.c70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3662 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
4331 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local
H A DRewriteModernObjC.cpp4566 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
5290 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local

Completed in 138 milliseconds