Home
last modified time | relevance | path

Searched refs:binValue (Results 1 – 25 of 125) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dcdt_list.go191 args := op.binValue.(ListValue)
337 args := op.binValue.(ListValue)
447 …return &Operation{opType: _CDT_MODIFY, binName: binName, binValue: ListValue{_CDT_LIST_APPEND, New…
449 …return &Operation{opType: _CDT_MODIFY, binName: binName, binValue: ListValue{_CDT_LIST_APPEND_ITEM…
514 …return &Operation{opType: _CDT_MODIFY, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_P…
530 …return &Operation{opType: _CDT_MODIFY, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_P…
537 …return &Operation{opType: _CDT_MODIFY, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_R…
631 …return &Operation{opType: _CDT_MODIFY, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_C…
679 …return &Operation{opType: _CDT_READ, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_SIZ…
685 …return &Operation{opType: _CDT_READ, ctx: ctx, binName: binName, binValue: ListValue{_CDT_LIST_GET…
[all …]
H A Doperation.go64 binValue Value member
82 op.binValue = BytesValue(packer.Bytes())
90 return &Operation{opType: _READ, binName: binName, binValue: NewNullValue()}
95 return &Operation{opType: _READ, binValue: NewNullValue()}
100 return &Operation{opType: _READ, headerOnly: true, binValue: NewNullValue()}
105 return &Operation{opType: _WRITE, binName: bin.Name, binValue: bin.Value}
110 return &Operation{opType: _APPEND, binName: bin.Name, binValue: bin.Value}
115 return &Operation{opType: _PREPEND, binName: bin.Name, binValue: bin.Value}
120 return &Operation{opType: _ADD, binName: bin.Name, binValue: bin.Value}
125 return &Operation{opType: _TOUCH, binValue: NewNullValue()}
[all …]
H A Dcdt_bitwise.go91binValue: ListValue{_CDT_BITWISE_INSERT, IntegerValue(byteOffset), BytesValue(value), IntegerValue…
204binValue: ListValue{_CDT_BITWISE_NOT, IntegerValue(bitOffset), IntegerValue(bitSize), IntegerValue…
359 binValue: ListValue{_CDT_BITWISE_GET, IntegerValue(bitOffset), IntegerValue(bitSize)},
376 binValue: ListValue{_CDT_BITWISE_COUNT, IntegerValue(bitOffset), IntegerValue(bitSize)},
395binValue: ListValue{_CDT_BITWISE_LSCAN, IntegerValue(bitOffset), IntegerValue(bitSize), _BoolValue…
414binValue: ListValue{_CDT_BITWISE_RSCAN, IntegerValue(bitOffset), IntegerValue(bitSize), _BoolValue…
429 binValue := ListValue{_CDT_BITWISE_GET_INT, IntegerValue(bitOffset), IntegerValue(bitSize)}
431 binValue = append(binValue, IntegerValue(_CDT_BITWISE_INT_FLAGS_SIGNED))
437 binValue: binValue,
443 params := op.binValue.(ListValue)
[all …]
H A Dcdt.go19 if op.binValue != nil {
20 if params := op.binValue.(ListValue); len(params) > 0 {
33 binValue: ListValue([]interface{}{value1, value2, IntegerValue(attributes.attr)}),
55 binValue: ListValue([]interface{}{IntegerValue(returnType), ListValue(values)}),
66 binValue: ListValue([]interface{}{IntegerValue(returnType), value}),
77 binValue: ListValue([]interface{}{IntegerValue(returnType), index}),
88 binValue: ListValue([]interface{}{IntegerValue(returnType), index, count}),
99 binValue: ListValue([]interface{}{IntegerValue(returnType), key, index}),
110 binValue: ListValue([]interface{}{IntegerValue(returnType), key, index, count}),
122 binValue: ListValue([]interface{}{IntegerValue(returnType), begin}),
[all …]
H A Dhll_operation.go90 binValue: ListValue{_HLL_SET_UNION, _HLLValueArray(list), IntegerValue(policy.flags)},
103 binValue: ListValue{_HLL_SET_COUNT},
119 binValue: ListValue{_HLL_FOLD, IntegerValue(indexBitCount)},
133 binValue: ListValue{_HLL_COUNT},
149 binValue: ListValue{_HLL_UNION, _HLLValueArray(list)},
165 binValue: ListValue{_HLL_UNION_COUNT, _HLLValueArray(list)},
180 binValue: ListValue{_HLL_INTERSECT_COUNT, _HLLValueArray(list)},
194 binValue: ListValue{_HLL_SIMILARITY, _HLLValueArray(list)},
208 binValue: ListValue{_HLL_DESCRIBE},
215 params := op.binValue.(ListValue)
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/include/client-glue/
H A DWXMPUtils.hpp35 #define zXMPUtils_ConvertFromBool_1(binValue,strValue,strSize) \ argument
38 #define zXMPUtils_ConvertFromInt_1(binValue,format,strValue,strSize) \ argument
47 #define zXMPUtils_ConvertFromDate_1(binValue,strValue,strSize) \ argument
62 #define zXMPUtils_ConvertToDate_1(strValue,binValue) \ argument
63 WXMPUtils_ConvertToDate_1 ( strValue, binValue, &wResult );
161 WXMPUtils_ConvertFromBool_1 ( XMP_Bool binValue,
167 WXMPUtils_ConvertFromInt_1 ( XMP_Int32 binValue,
174 WXMPUtils_ConvertFromInt64_1 ( XMP_Int64 binValue,
181 WXMPUtils_ConvertFromFloat_1 ( double binValue,
188 WXMPUtils_ConvertFromDate_1 ( const XMP_DateTime & binValue,
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/public/include/client-glue/
H A DWXMPUtils.hpp35 #define zXMPUtils_ConvertFromBool_1(binValue,strValue,strSize) \ argument
38 #define zXMPUtils_ConvertFromInt_1(binValue,format,strValue,strSize) \ argument
47 #define zXMPUtils_ConvertFromDate_1(binValue,strValue,strSize) \ argument
62 #define zXMPUtils_ConvertToDate_1(strValue,binValue) \ argument
63 WXMPUtils_ConvertToDate_1 ( strValue, binValue, &wResult );
161 WXMPUtils_ConvertFromBool_1 ( XMP_Bool binValue,
167 WXMPUtils_ConvertFromInt_1 ( XMP_Int32 binValue,
174 WXMPUtils_ConvertFromInt64_1 ( XMP_Int64 binValue,
181 WXMPUtils_ConvertFromFloat_1 ( double binValue,
188 WXMPUtils_ConvertFromDate_1 ( const XMP_DateTime & binValue,
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/public/include/client-glue/
H A DWXMPUtils.hpp34 #define zXMPUtils_ConvertFromBool_1(binValue,strValue,SetClientString) \ argument
37 #define zXMPUtils_ConvertFromInt_1(binValue,format,strValue,SetClientString) \ argument
46 #define zXMPUtils_ConvertFromDate_1(binValue,strValue,SetClientString) \ argument
61 #define zXMPUtils_ConvertToDate_1(strValue,binValue) \ argument
62 WXMPUtils_ConvertToDate_1 ( strValue, binValue, &wResult );
155 XMP_PUBLIC WXMPUtils_ConvertFromBool_1 ( XMP_Bool binValue,
161 XMP_PUBLIC WXMPUtils_ConvertFromInt_1 ( XMP_Int32 binValue,
168 XMP_PUBLIC WXMPUtils_ConvertFromInt64_1 ( XMP_Int64 binValue,
175 XMP_PUBLIC WXMPUtils_ConvertFromFloat_1 ( double binValue,
182 XMP_PUBLIC WXMPUtils_ConvertFromDate_1 ( const XMP_DateTime & binValue,
[all …]
/dports/textproc/exempi/exempi-2.5.2/public/include/client-glue/
H A DWXMPUtils.hpp34 #define zXMPUtils_ConvertFromBool_1(binValue,strValue,SetClientString) \ argument
37 #define zXMPUtils_ConvertFromInt_1(binValue,format,strValue,SetClientString) \ argument
46 #define zXMPUtils_ConvertFromDate_1(binValue,strValue,SetClientString) \ argument
61 #define zXMPUtils_ConvertToDate_1(strValue,binValue) \ argument
62 WXMPUtils_ConvertToDate_1 ( strValue, binValue, &wResult );
155 XMP_PUBLIC WXMPUtils_ConvertFromBool_1 ( XMP_Bool binValue,
161 XMP_PUBLIC WXMPUtils_ConvertFromInt_1 ( XMP_Int32 binValue,
168 XMP_PUBLIC WXMPUtils_ConvertFromInt64_1 ( XMP_Int64 binValue,
175 XMP_PUBLIC WXMPUtils_ConvertFromFloat_1 ( double binValue,
182 XMP_PUBLIC WXMPUtils_ConvertFromDate_1 ( const XMP_DateTime & binValue,
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/include/client-glue/
H A DWXMPUtils.hpp35 #define zXMPUtils_ConvertFromBool_1(binValue,strValue,strSize) \ argument
38 #define zXMPUtils_ConvertFromInt_1(binValue,format,strValue,strSize) \ argument
47 #define zXMPUtils_ConvertFromDate_1(binValue,strValue,strSize) \ argument
62 #define zXMPUtils_ConvertToDate_1(strValue,binValue) \ argument
63 WXMPUtils_ConvertToDate_1 ( strValue, binValue, &wResult );
161 WXMPUtils_ConvertFromBool_1 ( XMP_Bool binValue,
167 WXMPUtils_ConvertFromInt_1 ( XMP_Int32 binValue,
174 WXMPUtils_ConvertFromInt64_1 ( XMP_Int64 binValue,
181 WXMPUtils_ConvertFromFloat_1 ( double binValue,
188 WXMPUtils_ConvertFromDate_1 ( const XMP_DateTime & binValue,
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DReconcileTIFF.cpp391 if ( ! nativeEndian ) binValue = Flip2 ( binValue ); in ImportSingleTIFF_Short()
416 if ( ! nativeEndian ) binValue = Flip4 ( binValue ); in ImportSingleTIFF_Long()
758 if ( ! nativeEndian ) binValue = Flip2 ( binValue ); in ImportArrayTIFF_Short()
791 if ( ! nativeEndian ) binValue = Flip4 ( binValue ); in ImportArrayTIFF_Long()
1310 if ( (binValue.year != 0) | (binValue.month != 0) | (binValue.day != 0) ) binValue.hasDate = true; in ImportTIFF_Date()
1316 …if ( (binValue.hour != 0) | (binValue.minute != 0) | (binValue.second != 0) ) binValue.hasTime = t… in ImportTIFF_Date()
1319 binValue.tzHour = binValue.tzMinute = 0; in ImportTIFF_Date()
1333 if ( binValue.nanoSecond != 0 ) binValue.hasTime = true; in ImportTIFF_Date()
1429 if ( ! nativeEndian ) binValue = Flip2 ( binValue ); in ImportTIFF_Flash()
2204 binValue[0], binValue[1], binValue[2], binValue[3] ); in Import2WayExif()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java118 binValue.setYear(value); in parse()
121 return binValue; in parse()
132 binValue.setMonth(value); in parse()
135 return binValue; in parse()
146 binValue.setDay(value); in parse()
149 return binValue; in parse()
155 binValue.setMonth(1); in parse()
156 binValue.setDay(1); in parse()
176 binValue.setHour(value); in parse()
189 binValue.setMinute(value); in parse()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncBinCoderCABACCounter.cpp74 Void TEncBinCABACCounter::encodeBin( UInt binValue, ContextModel &rcCtxModel ) in encodeBin() argument
81 m_fracBits += rcCtxModel.getEntropyBits( binValue ); in encodeBin()
82 rcCtxModel.update( binValue ); in encodeBin()
86 …std::cout << g_debugCounter << ": coding bin value " << binValue << ", fracBits = [" << startingFr… in encodeBin()
103 Void TEncBinCABACCounter::encodeBinEP( UInt binValue ) in encodeBinEP() argument
126 Void TEncBinCABACCounter::encodeBinTrm( UInt binValue ) in encodeBinTrm() argument
129 m_fracBits += ContextModel::getEntropyBitsTrm( binValue ); in encodeBinTrm()
H A DTEncBinCoderCABAC.cpp187 Void TEncBinCABAC::encodeBin( UInt binValue, ContextModel &rcCtxModel ) in encodeBin() argument
208 if( binValue != rcCtxModel.getMps() ) in encodeBin()
232 …std::cout << g_debugCounter << ": coding bin value " << binValue << ", range = [" << startingRange… in encodeBin()
249 Void TEncBinCABAC::encodeBinEP( UInt binValue ) in encodeBinEP() argument
255 DTRACE_CABAC_V( binValue ) in encodeBinEP()
263 encodeAlignedBinsEP(binValue, 1); in encodeBinEP()
268 if( binValue ) in encodeBinEP()
370 Void TEncBinCABAC::encodeBinTrm( UInt binValue ) in encodeBinTrm() argument
374 if( binValue ) in encodeBinTrm()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/phpmyadmin/shapefile/src/
H A DUtil.php67 * @param string $binValue Binary value
71 public static function swap($binValue) argument
73 $result = $binValue[strlen($binValue) - 1];
74 for ($i = strlen($binValue) - 2; $i >= 0; --$i) {
75 $result .= $binValue[$i];
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/phpmyadmin/shapefile/src/
H A DUtil.php67 * @param string $binValue Binary value
71 public static function swap($binValue) argument
73 $result = $binValue[strlen($binValue) - 1];
74 for ($i = strlen($binValue) - 2; $i >= 0; --$i) {
75 $result .= $binValue[$i];
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DReconcileTIFF.cpp375 if ( ! nativeEndian ) binValue = Flip2 ( binValue ); in ImportSingleTIFF_Short()
400 if ( ! nativeEndian ) binValue = Flip4 ( binValue ); in ImportSingleTIFF_Long()
735 if ( ! nativeEndian ) binValue = Flip2 ( binValue ); in ImportArrayTIFF_Short()
766 if ( ! nativeEndian ) binValue = Flip4 ( binValue ); in ImportArrayTIFF_Long()
908 XMP_Uns8 binValue = *binPtr; in ImportArrayTIFF_Byte() local
938 XMP_Int8 binValue = *binPtr; in ImportArrayTIFF_SByte() local
1030 float binValue = *binPtr; in ImportArrayTIFF_Float() local
1061 double binValue = *binPtr; in ImportArrayTIFF_Double() local
1287 XMP_DateTime binValue; in ImportTIFF_Date() local
1296 binValue.tzSign = binValue.tzHour = binValue.tzMinute = 0; in ImportTIFF_Date()
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dreplay_timeline_widget.cpp26 int binValue = 0; in setTimeline() local
29 histogram.append(binValue); in setTimeline()
30 if (binValue > maxBinValue) in setTimeline()
31 maxBinValue = binValue; in setTimeline()
36 binValue = 1; in setTimeline()
39 ++binValue; in setTimeline()
41 histogram.append(binValue); in setTimeline()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DSpatialSort.cpp204 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
214 const BinFloat binValue = conversion.asBin; in ToBinary() local
222 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
223 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
225 else if( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
226 return BinFloat(-0) - binValue; in ToBinary()
228 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
229 return binValue; in ToBinary()
231 return binValue; in ToBinary()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DSpatialSort.cpp205 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
215 const BinFloat binValue = conversion.asBin; in ToBinary() local
223 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
224 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
226 else if( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
227 return BinFloat(-0) - binValue; in ToBinary()
229 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
230 return binValue; in ToBinary()
232 return binValue; in ToBinary()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DSpatialSort.cpp204 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
214 const BinFloat binValue = conversion.asBin; in ToBinary() local
222 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
223 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
225 else if( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
226 return BinFloat(-0) - binValue; in ToBinary()
228 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
229 return binValue; in ToBinary()
231 return binValue; in ToBinary()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Common/
H A DSpatialSort.cpp205 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
215 const BinFloat binValue = conversion.asBin; in ToBinary() local
223 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
224 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
226 else if ( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
227 return BinFloat(-0) - binValue; in ToBinary()
229 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
230 return binValue; in ToBinary()
232 return binValue; in ToBinary()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DSpatialSort.cpp205 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
215 const BinFloat binValue = conversion.asBin; in ToBinary() local
223 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
224 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
226 else if ( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
227 return BinFloat(-0) - binValue; in ToBinary()
229 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
230 return binValue; in ToBinary()
232 return binValue; in ToBinary()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/Common/
H A DSpatialSort.cpp205 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
215 const BinFloat binValue = conversion.asBin; in ToBinary() local
223 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
224 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
226 else if ( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
227 return BinFloat(-0) - binValue; in ToBinary()
229 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
230 return binValue; in ToBinary()
232 return binValue; in ToBinary()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DSpatialSort.cpp204 const BinFloat binValue = reinterpret_cast<BinFloat const &>(pValue); in ToBinary() local
214 const BinFloat binValue = conversion.asBin; in ToBinary() local
222 if( (-42 == (~42 + 1)) && (binValue & 0x80000000)) in ToBinary()
223 return BinFloat(1 << (CHAR_BIT * sizeof(BinFloat) - 1)) - binValue; in ToBinary()
225 else if( (-42 == ~42) && (binValue & 0x80000000)) in ToBinary()
226 return BinFloat(-0) - binValue; in ToBinary()
228 else if( (-42 == (42 | (-0))) && (binValue & 0x80000000)) // -0 = 1000... binary in ToBinary()
229 return binValue; in ToBinary()
231 return binValue; in ToBinary()

12345