Searched refs:HF (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/scripts/
H A DgenHardFlags6 HF=
26 HF=$hardenfile
34 HF=$hf
39 # If we have a file to use (ie, HF is not empty) then look for one.
40 case "$HF" in
60 HF=$hf
68 case "$HF" in
74 HF=$hf
79 case "$HF" in
87 HF
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dsfp-machine.h83 typedef float alias_HFtype __attribute__ ((mode (HF)));
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_solaris.c70 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
310 HF(main); /* an addr in program */
312 HF(getentropy); /* an addr in this library */
313 HF(printf); /* an addr in libc */
H A Dgetentropy_linux.c86 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
389 HF(getentropy); /* an addr in this library */
390 HF(printf); /* an addr in libc */
H A Dgetentropy_osx.c81 #define HF(x) (SHA512_Update(&ctx, (char *)&(x), sizeof (void*))) macro
289 HF(getentropy); /* an addr in this library */
290 HF(printf); /* an addr in libc */
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dhalf.h62 typedef float HFtype __attribute__ ((mode (HF)));
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dhalf.h62 typedef float HFtype __attribute__ ((mode (HF)));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp439 const bool HF = local
444 Loader = HF ? "ld-linux-armhf.so.3" : "ld-linux.so.3";
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h143 typedef float HFtype __attribute__ ((mode (HF)));
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h143 typedef float HFtype __attribute__ ((mode (HF)));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4386 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
4387 InsertText(FunLocStart, HF);
5083 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local
5084 if (!HF.empty())
5085 Preamble += HF;
H A DRewriteObjC.cpp3596 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); local
3597 InsertText(FunLocStart, HF);
4241 std::string HF = SynthesizeByrefCopyDestroyHelper(ND, flag); local
4242 if (!HF.empty())
4243 InsertText(FunLocStart, HF);

Completed in 306 milliseconds