| /freebsd-14.2/contrib/bc/tests/bc/ |
| H A D | lib2_results.txt | 350 FF FF FF FF 7F FF FF FF 412 FF FF FF FF FF FF FF FF 439 FF FF FF FF FF FF FF 81 465 FF FF FF FF FF FF FF 80 490 FF FF FF FF FF FF FF 7F 515 FF FF FF FF FF FF FF 01 539 FF FF FF FF FF FF FF 00 560 FF FF FF FF FF FF 80 01 580 FF FF FF FF FF FF 80 00 599 FF FF FF FF FF FF 7F FF [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 16 def addrsig : FF<"addrsig", "Display address-significance table">; 27 def dyn_syms : FF<"dyn-syms", "Display the dynamic symbol table">; 30 def file_header : FF<"file-header", "Display file header">; 33 def pretty_print : FF<"pretty-print", "Pretty print JSON output">; 48 def unwind : FF<"unwind", "Display unwind information">; 62 def notes : FF<"notes", "Display notes">, Group<grp_elf>; 99 def help : FF<"help", "Display this help">; 100 def version : FF<"version", "Display the version">; 119 def : FF<"relocations", "Alias for --relocs">, Alias<relocs>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 18 def defined_only : FF<"defined-only", "Show only defined symbols">; 24 def help : FF<"help", "Display this help">; 26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">; 27 def no_sort : FF<"no-sort", "Show symbols in order encountered">; 28 def no_weak : FF<"no-weak", "Show only non-weak symbols">; 30 def print_armap : FF<"print-armap", "Print the archive map">; 33 def quiet : FF<"quiet", "Suppress 'no symbols' diagnostic">; 35 def reverse_sort : FF<"reverse-sort", "Sort in reverse order">; 36 def size_sort : FF<"size-sort", "Sort symbols by size">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineSizeEstimatorAnalysis.cpp | 159 FunctionFeatures FF; in getFunctionFeatures() local 161 FF.InstructionHistogram.resize(InstrCount); in getFunctionFeatures() 180 ++FF.InstructionHistogram[ID]; in getFunctionFeatures() 183 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures() 186 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures() 190 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures() 191 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures() 194 FF[NamedFeatureIndex::Blocks] = F.size(); in getFunctionFeatures() 198 FF[NamedFeatureIndex::MaxLoopDepth] = in getFunctionFeatures() 199 std::max(FF[NamedFeatureIndex::MaxLoopDepth], in getFunctionFeatures() [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | md4c.c | 78 #define FF(a, b, c, d, x, s) { \ macro 190 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform() 191 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 192 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform() 193 FF (b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform() 194 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform() 195 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform() 196 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform() 197 FF (b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform() 198 FF (a, b, c, d, x[ 8], S11); /* 9 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 108 #define FF(a, b, c, d, x, s, ac) { \ macro 240 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5Transform() 241 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in MD5Transform() 242 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform() 243 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform() 244 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in MD5Transform() 245 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in MD5Transform() 246 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform() 247 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in MD5Transform() 248 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */ in MD5Transform() [all …]
|
| /freebsd-14.2/lib/libmd/ |
| H A D | md4c.c | 79 #define FF(a, b, c, d, x, s) { \ macro 194 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform() 195 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 196 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform() 197 FF (b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform() 198 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform() 199 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform() 200 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform() 201 FF (b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform() 202 FF (a, b, c, d, x[ 8], S11); /* 9 */ in MD4Transform() [all …]
|
| H A D | md5c.c | 106 #define FF(a, b, c, d, x, s, ac) { \ macro 238 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5Transform() 239 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in MD5Transform() 240 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform() 241 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform() 242 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ in MD5Transform() 243 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ in MD5Transform() 244 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform() 245 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in MD5Transform() 246 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */ in MD5Transform() [all …]
|
| /freebsd-14.2/sbin/ipf/ipftest/ |
| H A D | md5.c | 81 #define FF(a, b, c, d, x, s, ac) \ macro 208 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform() 209 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform() 210 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform() 211 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform() 212 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform() 213 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform() 214 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform() 215 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 */ in Transform() 216 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */ in Transform() [all …]
|
| /freebsd-14.2/contrib/file/tests/ |
| H A D | Makefile.am | 126 zstd-v0.2-FF.result \ 127 zstd-v0.2-FF.testfile \ 128 zstd-v0.3-FF.result \ 129 zstd-v0.3-FF.testfile \ 130 zstd-v0.4-FF.result \ 131 zstd-v0.4-FF.testfile \ 132 zstd-v0.5-FF.result \ 133 zstd-v0.5-FF.testfile \ 134 zstd-v0.6-FF.result \ 160 zstd-v0.8-FF.result \ [all …]
|
| H A D | Makefile.in | 419 zstd-v0.2-FF.result \ 420 zstd-v0.2-FF.testfile \ 421 zstd-v0.3-FF.result \ 422 zstd-v0.3-FF.testfile \ 423 zstd-v0.4-FF.result \ 424 zstd-v0.4-FF.testfile \ 425 zstd-v0.5-FF.result \ 426 zstd-v0.5-FF.testfile \ 427 zstd-v0.6-FF.result \ 453 zstd-v0.8-FF.result \ [all …]
|
| /freebsd-14.2/contrib/mtree/ |
| H A D | specspec.c | 48 #define FF(a, b, c, d) \ macro 152 if (FF(n1, n2, F_CKSUM, cksum)) in compare_nodes() 154 if (FF(n1, n2, F_GID, st_gid)) in compare_nodes() 156 if (FF(n1, n2, F_GNAME, st_gid)) in compare_nodes() 158 if (FF(n1, n2, F_MODE, st_mode)) in compare_nodes() 160 if (FF(n1, n2, F_NLINK, st_nlink)) in compare_nodes() 162 if (FF(n1, n2, F_SIZE, st_size)) in compare_nodes() 168 if (FF(n1, n2, F_UID, st_uid)) in compare_nodes() 170 if (FF(n1, n2, F_UNAME, st_uid)) in compare_nodes() 184 if (FF(n1, n2, F_FLAGS, st_flags)) in compare_nodes()
|
| /freebsd-14.2/sys/fs/ext2fs/ |
| H A D | ext2_hash.c | 89 #define FF(a, b, c, d, x, s) { \ macro 121 FF(a, b, c, d, data[0], 3); in ext2_half_md4() 122 FF(d, a, b, c, data[1], 7); in ext2_half_md4() 123 FF(c, d, a, b, data[2], 11); in ext2_half_md4() 124 FF(b, c, d, a, data[3], 19); in ext2_half_md4() 125 FF(a, b, c, d, data[4], 3); in ext2_half_md4() 126 FF(d, a, b, c, data[5], 7); in ext2_half_md4() 127 FF(c, d, a, b, data[6], 11); in ext2_half_md4() 128 FF(b, c, d, a, data[7], 19); in ext2_half_md4()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 17 def help : FF<"help", "Display this help">; 19 def types : FF<"types", "Attempt to demangle types as well as function names">; 20 def no_params : FF<"no-params", "Skip function parameters and return types">; 21 def version : FF<"version", "Display the version">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 12 def common : FF<"common", "Print common symbols in the ELF file. When using Berkeley format, this i… 14 def help : FF<"help", "Display this help">; 16 def totals : FF<"totals", "Print totals of all objects - Berkeley format only">; 17 def version : FF<"version", "Display the version">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 12 def all : FF<"all", "Silently ignored. Present for GNU strings compatibility">; 14 def help : FF<"help", "Display this help">; 17 def version : FF<"version", "Display the version">;
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/utils_test/ |
| H A D | utils_test_005_pos.ksh | 65 test_requires FF 71 log_mustnot $FF -F zfs /dev/${DISK}s0
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/ |
| H A D | ac14xx.dts | 256 edid = [00 FF FF FF FF FF FF 00 14 94 00 00 00 00 00 00 257 0A 12 01 03 80 1C 23 78 CA 88 FF 94 52 54 8E 27
|
| /freebsd-14.2/bin/pax/ |
| H A D | options.h | 60 #define FF 0x00000010 macro 110 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 714 FunctionFarmer FF; in getBody() local 723 FF = create_std_move_forward; in getBody() 726 FF = nullptr; in getBody() 731 FF = create_OSAtomicCompareAndSwap; in getBody() 733 FF = create_call_once; in getBody() 735 FF = llvm::StringSwitch<FunctionFarmer>(Name) in getBody() 741 if (FF) { Val = FF(C, D); } in getBody()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 7 class FF<string name> : Flag<["--"], name>; 88 def cmse_implib: FF<"cmse-implib">, 149 def cref: FF<"cref">, 329 def omagic: FF<"omagic">, MetaVarName<"<magic>">, 451 def : FF<"time-trace">, Alias<time_trace_eq>, 541 def visual_studio_diagnostics_format : FF<"vs-diagnostics">, 591 def lto_debug_pass_manager: FF<"lto-debug-pass-manager">, 593 def lto_emit_asm: FF<"lto-emit-asm">, 603 def lto_cs_profile_generate: FF<"lto-cs-profile-generate">, 652 def thinlto_index_only: FF<"thinlto-index-only">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 421 const auto *FF = cast<MCFillFragment>(this); in dump() local 422 OS << " Value:" << static_cast<unsigned>(FF->getValue()) in dump() 423 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize()) in dump() 424 << " NumValues:" << FF->getNumValues(); in dump()
|
| /freebsd-14.2/crypto/openssl/crypto/sm3/ |
| H A D | sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ argument 59 const SM3_WORD TT1 = FF(A, B, C) + D + (SS1 ^ A12) + (Wj); \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSNP.td | 18 // F3 0F 01 FF 23 // F2 0F 01 FF
|
| /freebsd-14.2/share/vt/fonts/ |
| H A D | vgarom-thin-8x8.hex | 66 005F:00000000000000FF 152 00FF:84008484847C04F8
|