/freebsd/contrib/bc/tests/bc/ |
H A D | lib2_results.txt | 269 FF 287 FF 7F 289 FF 291 00 FF 293 FF 01 299 FF 00 301 7F FF 303 7F FF 317 FF FF 7F FF 319 FF FF [all …]
|
/freebsd/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">; 17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, " 20 def arch_specific : FF<"arch-specific", "Display architecture-specific information">; 21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">; 22 def pretty_pgo_analysis_map : FF<"pretty-pgo-analysis-map", "Display PGO analysis values with forma… 23 def cg_profile : FF<"cg-profile", "Display call graph profile section">; 24 def decompress : FF<"decompress", "Dump decompressed section content when used with -x or -p">; 26 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">; 27 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">; [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | Opts.td | 4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>; 17 def debug_syms : FF<"debug-syms", "Show all symbols, even debugger only">; 18 def defined_only : FF<"defined-only", "Show only defined symbols">; 20 def dynamic : FF<"dynamic", "Display dynamic symbols instead of normal symbols">; 21 def export_symbols : FF<"export-symbols", "Export symbol list for all inputs">; 22 def extern_only : FF<"extern-only", "Show only external symbols">; 24 def help : FF<"help", "Display this help">; 25 def line_numbers : FF<"line-numbers", "Use debugging information to print symbols' filenames and line numbers">; 26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">; 27 def no_sort : FF<"n [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 158 FunctionFeatures FF; in getFunctionFeatures() local 160 FF.InstructionHistogram.resize(InstrCount); in getFunctionFeatures() 162 FF.InstructionPairHistogram.resize(ImportantInstructionSuccessions.size()); in getFunctionFeatures() 179 ++FF.InstructionHistogram[ID]; in getFunctionFeatures() 182 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures() 185 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures() 189 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures() 190 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures() 191 FF[NamedFeatureIndex::IsLinkOnceODR] = F.hasLinkOnceODRLinkage(); in getFunctionFeatures() 192 FF[NamedFeatureIndex::IsLinkOnce] = F.hasLinkOnceLinkage(); in getFunctionFeatures() [all …]
|
/freebsd/sys/kern/ |
H A D | md4c.c | 81 #define FF(a, b, c, d, x, s) { \ macro 193 FF (a, b, c, d, x[ 0], S11); /* 1 */ in MD4Transform() 194 FF (d, a, b, c, x[ 1], S12); /* 2 */ in MD4Transform() 195 FF (c, d, a, b, x[ 2], S13); /* 3 */ in MD4Transform() 196 FF (b, c, d, a, x[ 3], S14); /* 4 */ in MD4Transform() 197 FF (a, b, c, d, x[ 4], S11); /* 5 */ in MD4Transform() 198 FF (d, a, b, c, x[ 5], S12); /* 6 */ in MD4Transform() 199 FF (c, d, a, b, x[ 6], S13); /* 7 */ in MD4Transform() 200 FF (b, c, d, a, x[ 7], S14); /* 8 */ in MD4Transform() 201 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/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/contrib/file/tests/ |
H A D | Makefile.am | 147 zstd-v0.2-FF.result \ 148 zstd-v0.2-FF.testfile \ 149 zstd-v0.3-FF.result \ 150 zstd-v0.3-FF.testfile \ 151 zstd-v0.4-FF.result \ 152 zstd-v0.4-FF.testfile \ 153 zstd-v0.5-FF.result \ 154 zstd-v0.5-FF.testfile \ 155 zstd-v0.6-FF.result \ 156 zstd-v0.6-FF.testfile \ [all …]
|
H A D | Makefile.in | 441 zstd-v0.2-FF.result \ 442 zstd-v0.2-FF.testfile \ 443 zstd-v0.3-FF.result \ 444 zstd-v0.3-FF.testfile \ 445 zstd-v0.4-FF.result \ 446 zstd-v0.4-FF.testfile \ 447 zstd-v0.5-FF.result \ 448 zstd-v0.5-FF.testfile \ 449 zstd-v0.6-FF.result \ 450 zstd-v0.6-FF.testfile \ [all …]
|
/freebsd/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/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/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/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/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/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/tests/sys/cddl/zfs/tests/utils_test/ |
H A D | utils_test_005_pos.ksh | 62 test_requires FF 68 log_mustnot $FF -F zfs /dev/${DISK}s0
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 185 const auto *FF = cast<MCFillFragment>(this); in dump() local 186 OS << " Value:" << static_cast<unsigned>(FF->getValue()) in dump() 187 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize()) in dump() 188 << " NumValues:" << FF->getNumValues(); in dump()
|
H A D | MCAssembler.cpp | 259 auto &FF = cast<MCFillFragment>(F); in computeFragmentSize() local 261 if (!FF.getNumValues().evaluateKnownAbsolute(NumValues, *this)) { in computeFragmentSize() 262 getContext().reportError(FF.getLoc(), in computeFragmentSize() 266 int64_t Size = NumValues * FF.getValueSize(); in computeFragmentSize() 268 getContext().reportError(FF.getLoc(), "invalid number of bytes"); in computeFragmentSize() 694 const MCFillFragment &FF = cast<MCFillFragment>(F); in writeFragment() local 695 uint64_t V = FF.getValue(); in writeFragment() 696 unsigned VSize = FF.getValueSize(); in writeFragment()
|
/freebsd/bin/pax/ |
H A D | options.h | 58 #define FF 0x00000010 macro 108 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 7 class FF<string name> : Flag<["--"], name>; 94 def cmse_implib: FF<"cmse-implib">, 141 def : FF<"no-call-graph-profile-sort">, Alias<call_graph_profile_sort>, AliasArgs<["none"]>, 155 def cref: FF<"cref">, 201 def enable_non_contiguous_regions : FF<"enable-non-contiguous-regions">, 257 def force_group_allocation: FF<"force-group-allocation">, 285 def ignore_function_address_equality: FF<"ignore-function-address-equality">, 288 def ignore_data_address_equality: FF<"ignore-data-address-equality">, 341 def no_warnings: FF<"no-warnings">, HelpText<"Suppress warnings and cancel --fatal-warnings">; 350 def omagic: FF<"omagic">, MetaVarName<"<magic>">, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSNP.td | 18 // F3 0F 01 FF 23 // F2 0F 01 FF
|
/freebsd/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/share/vt/fonts/ |
H A D | vgarom-thin-8x8.hex | 66 005F:00000000000000FF 152 00FF:84008484847C04F8
|
/freebsd/secure/caroot/untrusted/ |
H A D | E-Tugra_Global_Root_CA_ECC_v3.pem | 42 FF:82:31:72:3E:F9:C4:66:6C:AD:38:9E:D1:B0:51:88:A5:90:CC:F5 44 FF:82:31:72:3E:F9:C4:66:6C:AD:38:9E:D1:B0:51:88:A5:90:CC:F5
|
/freebsd/crypto/openssl/test/ct/ |
H A D | tls1.sct | 11 F5:E8:AB:6A:68:06:53:98:7D:CF:41:02:7D:FE:FF:A1:
|