Home
last modified time | relevance | path

Searched refs:VersionOption (Results 1 – 15 of 15) sorted by relevance

/dports/devel/tlsh/tlsh-d842e75/java/src/main/java/com/trendmicro/tlsh/
H A DTlsh.java90 VersionOption versionOption = null; in fromTlshStr()
95 for (VersionOption tryVersion : VersionOption.values()) { in fromTlshStr()
134 …tringLength(BucketOption bucketOption, ChecksumOption checksumOption, VersionOption versionOption)… in hashStringLength()
141 private final VersionOption version;
148 …Tlsh(VersionOption versionOption, int[] checksum, int lvalue, int q1ratio, int q2ratio, int[] code… in Tlsh()
161 public VersionOption getVersion() { in getVersion()
H A DVersionOption.java61 public enum VersionOption { enum
68 private VersionOption(String versionString) { in VersionOption() method in VersionOption
H A DTlshCreator.java105 private final VersionOption version;
118 this(BucketOption.BUCKETS_128, ChecksumOption.CHECKSUM_1B, VersionOption.VERSION_4); in TlshCreator()
133 this(bucketOption, checksumOption, VersionOption.VERSION_4); in TlshCreator()
150 …public TlshCreator(BucketOption bucketOption, ChecksumOption checksumOption, VersionOption version… in TlshCreator()
/dports/devel/tlsh/tlsh-d842e75/java/src/test/java/com/trendmicro/tlsh/
H A DTlshTest.java96 test_hash(BucketOption.BUCKETS_128, ChecksumOption.CHECKSUM_1B, VersionOption.VERSION_4); in test_hash_128_checksum_1()
115 test_hash(bucketOption, checksumOption, VersionOption.ORIGINAL); in test_hash()
118 …private void test_hash(BucketOption bucketOption, ChecksumOption checksumOption, VersionOption ver… in test_hash()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"), variable
526 if (!VersionOption) { in parseCommandLine()
581 if (VersionOption) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"), variable
526 if (!VersionOption) { in parseCommandLine()
581 if (VersionOption) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp89 VersionOption("V", cl::desc("Print the version number and exit"), variable
517 if (!VersionOption) { in parseCommandLine()
572 if (VersionOption) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"), variable
526 if (!VersionOption) { in parseCommandLine()
581 if (VersionOption) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp89 VersionOption("V", cl::desc("Print the version number and exit"), variable
517 if (!VersionOption) { in parseCommandLine()
572 if (VersionOption) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"), variable
526 if (!VersionOption) { in parseCommandLine()
581 if (VersionOption) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp89 VersionOption("V", cl::desc("Print the version number and exit"), variable
517 if (!VersionOption) { in parseCommandLine()
572 if (VersionOption) in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"), variable
526 if (!VersionOption) { in parseCommandLine()
581 if (VersionOption) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp90 VersionOption("V", cl::desc("Print the version number and exit"),
526 if (!VersionOption) {
581 if (VersionOption)
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Denblend.cc496 VersionOption, PreAssembleOption /* -a */, NoPreAssembleOption, HelpOption, LevelsOption, enumerator
942 optionSet.insert(VersionOption); in process_options()
H A Denfuse.cc533 VersionOption, HelpOption, LevelsOption, OutputOption, VerboseOption, enumerator
1071 optionSet.insert(VersionOption); in process_options()