Home
last modified time | relevance | path

Searched refs:big_value (Results 1 – 25 of 115) sorted by relevance

12345

/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.c122 int big_value = info->big_values[gr][ch] << 1; in decode_huffman_data() local
139 if (r[0] > big_value) in decode_huffman_data()
140 r[0]=r[1]=big_value; in decode_huffman_data()
143 if (r[1] > big_value) in decode_huffman_data()
144 r[1]=big_value; in decode_huffman_data()
146 r[2]=big_value; in decode_huffman_data()
155 if (r[0] > big_value) in decode_huffman_data()
156 r[0]=big_value; in decode_huffman_data()
158 r[1]=r[2]=big_value; in decode_huffman_data()
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dhuffman.c122 int big_value = info->big_values[gr][ch] << 1; in decode_huffman_data() local
139 if (r[0] > big_value) in decode_huffman_data()
140 r[0]=r[1]=big_value; in decode_huffman_data()
143 if (r[1] > big_value) in decode_huffman_data()
144 r[1]=big_value; in decode_huffman_data()
146 r[2]=big_value; in decode_huffman_data()
155 if (r[0] > big_value) in decode_huffman_data()
156 r[0]=big_value; in decode_huffman_data()
158 r[1]=r[2]=big_value; in decode_huffman_data()
/dports/devel/boost-docs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp46 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
47 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
51 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
52 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
60 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
61 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
65 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
66 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
74 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
106 big_value(big); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp46 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
47 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
51 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
52 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
60 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
61 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
65 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
66 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
74 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
106 big_value(big); in test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp38 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
39 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
43 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
44 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
52 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
53 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
57 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
58 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
66 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
98 big_value(big); in test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp38 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
39 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
43 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
44 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
52 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
53 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
57 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
58 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
66 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
98 big_value(big); in test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp38 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
39 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
43 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
44 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
52 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
53 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
57 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
58 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
66 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
98 big_value(big); in test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp38 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
39 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
43 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
44 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
52 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
53 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
57 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
58 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
66 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
98 big_value(big); in test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp38 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
39 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
43 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
44 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
52 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
53 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
57 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
58 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
66 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
98 big_value(big); in test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp46 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
47 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
51 void big_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in big_value() function
52 void big_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in big_value() function
60 void big_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in big_value() function
61 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in big_value() function
65 void big_value(int16_t& x) {x = static_cast<int16_t>(0x02F1U);} in big_value() function
66 void big_value(uint16_t& x) {x = static_cast<uint16_t>(0x02F1U);} in big_value() function
74 void big_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in big_value() function
106 big_value(big); in test()
[all …]
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/t/
H A Dbig_value.t20 my $key = 'big_value';
23 my $big_value = 'x' x (THRESHOLD + 2048);
43 ok(! $bigger_memd->set($key, $big_value),
47 ["$key-2", $big_value],
74 ok($bigger_memd->set($key, $big_value), 'Store compressed value');
77 ok($bigger_memd->get($key) eq $big_value, 'Fetch and uncompress');
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value to big for ints to… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesnt get casted to a smaller … in test_big()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/numerics/c.math/
H A Dabs.pass.cpp38 …long long int big_value = std::numeric_limits<long long int>::max(); // a value too big for ints t… in test_big() local
39 long long int negative_big_value = -big_value; in test_big()
40 …assert(std::abs(negative_big_value) == big_value); // make sure it doesn't get casted to a smaller… in test_big()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_archive.cpp4755 if ( big_value ) in PeekAt3dmBigChunkType()
4756 *big_value = v; in PeekAt3dmBigChunkType()
7682 big_value = 0; in Read3dmV1Layer()
7811 big_value = 0; in Read3dmLayer()
9146 big_value = 0; in Read3dmV1AttributesOrMaterial()
9165 && (big_value >= 0 && big_value < 0x7FFFFFFF) in Read3dmV1AttributesOrMaterial()
9199 if ( big_value > 0 && big_value <= 255 ) in Read3dmV1AttributesOrMaterial()
9354 if ( big_value > 0 && big_value <= 0x7FFFFFFF && attributes ) in Read3dmV1AttributesOrMaterial()
9420 big_value = 0; in Read3dmV1Material()
12200 big_value = 0; in Read3dmV1Object()
[all …]
H A Dopennurbs_3dm_settings.cpp2912 ON__INT64 big_value; in ON_3dmSettings_Read_v1_TCODE_NAMED_VIEW() local
2961 ON__INT64 big_value; in ON_3dmSettings_Read_v1_TCODE_NAMED_CPLANE() local
3047 ON__INT64 big_value; in ON_3dmSettings_Read_v1_TCODE_VIEWPORT() local
3125 if ( big_value ) in ON_3dmSettings_Read_v1_TCODE_VIEWPORT()
3159 ON__INT64 big_value; in Read_v1() local
3217 ON__INT64 big_value; in Read_v2() local
3222 big_value = 0; in Read_v2()
3364 if ( big_value < -1 || big_value > 0x7FFFFFFF ) in Read_v2()
3375 if ( big_value < -1 || big_value > 0x7FFFFFFF ) in Read_v2()
3387 if ( big_value < -1 || big_value > 0x7FFFFFFF ) in Read_v2()
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_archive.cpp4779 if ( big_value ) in PeekAt3dmBigChunkType()
4780 *big_value = v; in PeekAt3dmBigChunkType()
7710 big_value = 0; in Read3dmV1Layer()
7839 big_value = 0; in Read3dmLayer()
9174 big_value = 0; in Read3dmV1AttributesOrMaterial()
9193 && (big_value >= 0 && big_value < 0x7FFFFFFF) in Read3dmV1AttributesOrMaterial()
9227 if ( big_value > 0 && big_value <= 255 ) in Read3dmV1AttributesOrMaterial()
9394 if ( big_value > 0 && big_value <= 0x7FFFFFFF && attributes ) in Read3dmV1AttributesOrMaterial()
9460 big_value = 0; in Read3dmV1Material()
12259 big_value = 0; in Read3dmV1Object()
[all …]

12345