Home
last modified time | relevance | path

Searched refs:BIG_CONSTANT (Results 1 – 25 of 104) sorted by relevance

12345

/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/src/
H A DMurmurHash3.h26 #define BIG_CONSTANT(x) (x) macro
46 #define BIG_CONSTANT(x) (x##LLU) macro
73 uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in MurmurHash3_T_128()
74 uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in MurmurHash3_T_128()
141 h1 *= BIG_CONSTANT(0xff51afd7ed558ccd); in MurmurHash3_T_128()
143 h1 *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in MurmurHash3_T_128()
147 h2 *= BIG_CONSTANT(0xff51afd7ed558ccd); in MurmurHash3_T_128()
149 h2 *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in MurmurHash3_T_128()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dmurmur3.cpp35 #define BIG_CONSTANT(x) (x) macro
56 #define BIG_CONSTANT(x) (x##LL) macro
68 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix()
70 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix()
83 int64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in MurmurHash3_x64_128()
84 int64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in MurmurHash3_x64_128()
/dports/misc/libpostal/libpostal-1.1-alpha/src/murmur/
H A Dmurmur.c21 #define BIG_CONSTANT(x) (x##LLU) macro
31 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
33 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
50 uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in MurmurHash3_x64_128()
51 uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in MurmurHash3_x64_128()
/dports/net-mgmt/statsite/statsite-0.8.0/deps/murmurhash/
H A DMurmurHash3.c22 #define BIG_CONSTANT(x) (x##LLU) macro
39 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix()
41 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix()
58 uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in MurmurHash3_x64_128()
59 uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in MurmurHash3_x64_128()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dhash_mm3.c36 # define BIG_CONSTANT(x) (x) macro
45 # define BIG_CONSTANT(x) (x##LLU) macro
78 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
80 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/misc/
H A DMurmurHash.cpp27 #define BIG_CONSTANT(x) (x) macro
48 #define BIG_CONSTANT(x) (x##LLU) macro
108 static const size_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in update()
109 static const size_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in update()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/misc/
H A DMurmurHash.cpp27 #define BIG_CONSTANT(x) (x) macro
48 #define BIG_CONSTANT(x) (x##LLU) macro
108 static const size_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in update()
109 static const size_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in update()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/misc/
H A DMurmurHash.cpp27 #define BIG_CONSTANT(x) (x) macro
48 #define BIG_CONSTANT(x) (x##LLU) macro
108 static const size_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in update()
109 static const size_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in update()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/misc/
H A DMurmurHash.cpp28 #define BIG_CONSTANT(x) (x) macro
47 #define BIG_CONSTANT(x) (x##LLU) macro
102 static const size_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in update()
103 static const size_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in update()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dcmurmur3.c52 #define BIG_CONSTANT(x) (x) macro
77 #define BIG_CONSTANT(x) (x##LL) macro
99 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix()
101 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix()
116 int64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in MurmurHash3_x64_128()
117 int64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in MurmurHash3_x64_128()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dmurmur3.cc44 #define BIG_CONSTANT(x) (x##LLU) macro
71 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
73 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
88 const uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in Hash_x64_128()
89 const uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in Hash_x64_128()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dmurmur3.cc44 #define BIG_CONSTANT(x) (x##LLU) macro
71 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
73 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
88 const uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in Hash_x64_128()
89 const uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in Hash_x64_128()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dmurmur3.cc44 #define BIG_CONSTANT(x) (x##LLU) macro
71 k *= BIG_CONSTANT(0xff51afd7ed558ccd); in fmix64()
73 k *= BIG_CONSTANT(0xc4ceb9fe1a85ec53); in fmix64()
88 const uint64_t c1 = BIG_CONSTANT(0x87c37b91114253d5); in Hash_x64_128()
89 const uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); in Hash_x64_128()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dunsigned-long-compare.c13 #define BIG_CONSTANT 0xFFFFFFFF80000000ULL macro
20 result = OneULL / BIG_CONSTANT; in main()

12345