Searched defs:HF (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/lib/libcrypto/arc4random/ |
H A D | getentropy_aix.c | 59 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
H A D | getentropy_hpux.c | 63 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
H A D | getentropy_solaris.c | 67 #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 | 72 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 462 const bool HF = in getDynamicLinker() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3584 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local 4227 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local
|
H A D | RewriteModernObjC.cpp | 4376 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local 5071 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); in RewriteByRefVar() local
|