Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 25 of 2135) sorted by path

12345678910>>...86

/dports/archivers/libunrar/unrar/
H A Drarvm.cpp402 uint Value2=GET_VALUE(Cmd->ByteMode,Op2); in ExecuteCode() local
403 uint Result=UINT32(Value1<<Value2); in ExecuteCode()
404 Flags=(Result==0 ? VM_FZ:(Result&VM_FS))|((Value1<<(Value2-1))&0x80000000 ? VM_FC:0); in ExecuteCode()
411 uint Value2=GET_VALUE(Cmd->ByteMode,Op2); in ExecuteCode() local
412 uint Result=UINT32(Value1>>Value2); in ExecuteCode()
413 Flags=(Result==0 ? VM_FZ:(Result&VM_FS))|((Value1>>(Value2-1))&VM_FC); in ExecuteCode()
420 uint Value2=GET_VALUE(Cmd->ByteMode,Op2); in ExecuteCode() local
421 uint Result=UINT32(((int)Value1)>>Value2); in ExecuteCode()
422 Flags=(Result==0 ? VM_FZ:(Result&VM_FS))|((Value1>>(Value2-1))&VM_FC); in ExecuteCode()
/dports/archivers/libunrar6/unrar/
H A Dcrypt.hpp96 size_t salt_len,byte *key, byte *Value1, byte *Value2,
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dcrypt.hpp96 size_t salt_len,byte *key, byte *Value1, byte *Value2,
/dports/archivers/unrar-iconv/unrar/
H A Dcrypt.hpp96 size_t salt_len,byte *key, byte *Value1, byte *Value2,
/dports/archivers/unrar/unrar/
H A Dcrypt.hpp96 size_t salt_len,byte *key, byte *Value1, byte *Value2,
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/
H A DBaseDraw.php501 * @param int|float $Value2
504 public function modulo($Value1, $Value2) argument
506 if (floor($Value2) == 0) {
509 if (floor($Value2) != 0) {
510 return $Value1 % $Value2;
513 $MinValue = min($Value1, $Value2);
519 return ($Value1 * $Factor) % ($Value2 * $Factor);
H A DDraw.php4344 * @param mixed $Value2
4348 public function drawXThresholdArea($Value1, $Value2, array $Format = []) argument
4383 $XPos2 = $this->GraphAreaX1 + $XScale[0] + $XStep * $Value2;
4480 $XPos2 = $this->GraphAreaY1 + $XScale[0] + $XStep * $Value2;
4785 * @param mixed $Value2
4789 public function drawThresholdArea($Value1, $Value2, array $Format = []) argument
4811 if ($Value1 > $Value2) {
4812 list($Value1, $Value2) = [$Value2, $Value1];
4838 $YPos2 = $this->scaleComputeY($Value2, ["AxisID" => $AxisID]);
4917 $XPos2 = $this->scaleComputeY($Value2, ["AxisID" => $AxisID]);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/Chart/
H A DScatter.php2043 * @param int|float $Value2
2047 public function drawScatterThresholdArea($Value1, $Value2, array $Format = []) argument
2068 if ($Value1 > $Value2) {
2069 list($Value1, $Value2) = [$Value2, $Value1];
2091 $X2 = $this->getPosArray($Value2, $AxisID);
2182 $Y2 = $this->getPosArray($Value2, $AxisID);
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/query_builder/
H A Dsql_query.rs127 pub fn bind<ST2, Value2>(self, value: Value2) -> UncheckedBind<Self, Value2, ST2> { in bind() argument
/dports/audio/gstreamer1-plugins-a52dec/gst-plugins-ugly-1.16.2/tests/check/
H A Dgst-plugins-ugly.supp186 Memcheck:Value2
/dports/audio/gstreamer1-plugins-amrnb/gst-plugins-ugly-1.16.2/tests/check/
H A Dgst-plugins-ugly.supp186 Memcheck:Value2
/dports/audio/gstreamer1-plugins-amrwbdec/gst-plugins-ugly-1.16.2/tests/check/
H A Dgst-plugins-ugly.supp186 Memcheck:Value2
/dports/audio/gstreamer1-plugins-sidplay/gst-plugins-ugly-1.16.2/tests/check/
H A Dgst-plugins-ugly.supp186 Memcheck:Value2
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs14055 pub Value2: i32, field
14192 pub Value2: i32, field
16942 pub Value2: i32, field
16991 pub Value2: i32, field
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3223 LONG Value2; member
3231 LONG Value2; member
3517 LONG Value2; member
3525 LONG Value2; member
/dports/audio/snd/snd-21.2/tools/
H A Dsnd.supp46 # Param Value1 Value2 Value4 Value8 Value16
173 # Param Value1 Value2 Value4 Value8 Value16
293 # Param Value1 Value2 Value4 Value8 Value16
/dports/audio/stmp/stmp-0.0.2/vendor/gopkg.in/ini.v1/
H A Dini_python_multiline_test.go13 Value2 string `ini:"value2"`
40 …So(testData.Value2, ShouldEqual, "there is an empty line above\nthat is not indented so it should …
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/
H A Dinteger_fwd.hpp149 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
152 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
155 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
172 template < static_gcd_type Value1, static_gcd_type Value2 >
174 template < static_gcd_type Value1, static_gcd_type Value2 >
H A Dmulti_index_container.hpp1273 typename Value2,typename IndexSpecifierList2,typename Allocator2
1277 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y) in operator ==() argument
1284 typename Value2,typename IndexSpecifierList2,typename Allocator2
1288 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y) in operator <() argument
1295 typename Value2,typename IndexSpecifierList2,typename Allocator2
1299 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y) in operator !=() argument
1306 typename Value2,typename IndexSpecifierList2,typename Allocator2
1310 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y) in operator >() argument
1317 typename Value2,typename IndexSpecifierList2,typename Allocator2
1321 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y) in operator >=() argument
[all …]
H A Dmulti_index_container_fwd.hpp60 typename Value2,typename IndexSpecifierList2,typename Allocator2
64 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
68 typename Value2,typename IndexSpecifierList2,typename Allocator2
72 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
76 typename Value2,typename IndexSpecifierList2,typename Allocator2
80 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
84 typename Value2,typename IndexSpecifierList2,typename Allocator2
88 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
92 typename Value2,typename IndexSpecifierList2,typename Allocator2
96 const multi_index_container<Value2,IndexSpecifierList2,Allocator2>& y);
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h3223 LONG Value2; member
3231 LONG Value2; member
3517 LONG Value2; member
3525 LONG Value2; member
/dports/audio/visp-go/visp-2585747/vendor/gopkg.in/ini.v1/
H A Dini_python_multiline_test.go13 Value2 string `ini:"value2"` member
40 …So(testData.Value2, ShouldEqual, "there is an empty line above\nthat is not indented so it should …
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mailru/easyjson/tests/
H A Ddata.go219 Value2 string member
233 Value2 int member
268 Value2: 5,
270 Sub1: SubStruct{Value: "test1", Value2: "v"},
271 Sub2: &SubStruct{Value: "test2", Value2: "v2"},
283 SubA1: SubStructAlias{Value: "test3", Value2: "v3"},
284 SubA2: &SubStructAlias{Value: "test4", Value2: "v4"},
348 SubNE: SubStruct{Value: "1", Value2: "2"},
349 SubPNE: &SubStruct{Value: "3", Value2: "4"},
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/mailru/easyjson/tests/
H A Ddata.go219 Value2 string member
233 Value2 int member
268 Value2: 5,
270 Sub1: SubStruct{Value: "test1", Value2: "v"},
271 Sub2: &SubStruct{Value: "test2", Value2: "v2"},
283 SubA1: SubStructAlias{Value: "test3", Value2: "v3"},
284 SubA2: &SubStructAlias{Value: "test4", Value2: "v4"},
348 SubNE: SubStruct{Value: "1", Value2: "2"},
349 SubPNE: &SubStruct{Value: "3", Value2: "4"},
/dports/biology/avida/avida-2.12.4-src/libs/apto/include/apto/core/
H A DMapStorage.h371 m_pair.Value2() = &m_map->m_table[m_table_idx][m_entry_idx].value; in Next()
405 m_pair.Value2() = &m_map->m_table[m_table_idx][m_entry_idx].value; in Next()

12345678910>>...86