Home
last modified time | relevance | path

Searched refs:third_byte (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/IO/Core/
H A DvtkUTF16TextCodec.cxx55 vtkTypeUInt8 third_byte = InputStream.get(); in utf16_to_unicode_next() local
65 big_endian ? third_byte << 8 | fourth_byte : fourth_byte << 8 | third_byte; in utf16_to_unicode_next()
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkUTF16TextCodec.cxx54 vtkTypeUInt8 third_byte = InputStream.get(); in utf16_to_unicode_next() local
63 big_endian ? third_byte << 8 | fourth_byte : fourth_byte << 8 | third_byte; in utf16_to_unicode_next()
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkUTF16TextCodec.cxx54 vtkTypeUInt8 third_byte = InputStream.get(); in utf16_to_unicode_next() local
63 big_endian ? third_byte << 8 | fourth_byte : fourth_byte << 8 | third_byte; in utf16_to_unicode_next()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dbase64.cpp190 const bool third_byte = ++i < in_len; in generic_encode_le() local
191 if(third_byte) { in generic_encode_le()
197 if(third_byte) { in generic_encode_le()
/dports/audio/jack-smf-utils/jack-smf-utils-1.0/libsmf/
H A Dsmf.c255 smf_event_new_from_bytes(int first_byte, int second_byte, int third_byte) in smf_event_new_from_bytes() argument
285 else if (third_byte < 0) in smf_event_new_from_bytes()
303 if (third_byte > 255) { in smf_event_new_from_bytes()
304 g_critical("smf_event_new_from_bytes: third byte is %d, which is larger than 255.", third_byte); in smf_event_new_from_bytes()
308 if (is_status_byte(third_byte)) { in smf_event_new_from_bytes()
327 event->midi_buffer[2] = third_byte; in smf_event_new_from_bytes()
/dports/audio/ardour6/Ardour-6.8.0/libs/evoral/libsmf/
H A Dsmf.c302 smf_event_new_from_bytes(int first_byte, int second_byte, int third_byte) in smf_event_new_from_bytes() argument
332 else if (third_byte < 0) in smf_event_new_from_bytes()
350 if (third_byte > 255) { in smf_event_new_from_bytes()
351 g_warning("smf_event_new_from_bytes: third byte is %d, which is larger than 255.", third_byte); in smf_event_new_from_bytes()
355 if (is_status_byte(third_byte)) { in smf_event_new_from_bytes()
374 event->midi_buffer[2] = third_byte; in smf_event_new_from_bytes()
/dports/audio/denemo/denemo-2.0.6/libs/libsmf/
H A Dsmf.c282 smf_event_new_from_bytes(int first_byte, int second_byte, int third_byte) in smf_event_new_from_bytes() argument
312 else if (third_byte < 0) in smf_event_new_from_bytes()
330 if (third_byte > 255) { in smf_event_new_from_bytes()
331 g_critical("smf_event_new_from_bytes: third byte is %d, which is larger than 255.", third_byte); in smf_event_new_from_bytes()
335 if (is_status_byte(third_byte)) { in smf_event_new_from_bytes()
354 event->midi_buffer[2] = third_byte; in smf_event_new_from_bytes()
/dports/audio/libsmf/libsmf-1.3/src/
H A Dsmf.c282 smf_event_new_from_bytes(int first_byte, int second_byte, int third_byte) in smf_event_new_from_bytes() argument
312 else if (third_byte < 0) in smf_event_new_from_bytes()
330 if (third_byte > 255) { in smf_event_new_from_bytes()
331 g_critical("smf_event_new_from_bytes: third byte is %d, which is larger than 255.", third_byte); in smf_event_new_from_bytes()
335 if (is_status_byte(third_byte)) { in smf_event_new_from_bytes()
354 event->midi_buffer[2] = third_byte; in smf_event_new_from_bytes()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/x64/
H A Ddisasm-x64.cc2217 byte third_byte = *(data + 2); in ThreeByteOpcodeInstruction() local
2222 switch (third_byte) { in ThreeByteOpcodeInstruction()
2255 if (third_byte == 0x17) { in ThreeByteOpcodeInstruction()
2258 } else if (third_byte == 0x08) { in ThreeByteOpcodeInstruction()
2261 } else if (third_byte == 0x09) { in ThreeByteOpcodeInstruction()
2264 } else if (third_byte == 0x0A) { in ThreeByteOpcodeInstruction()
2267 } else if (third_byte == 0x0B) { in ThreeByteOpcodeInstruction()
2270 } else if (third_byte == 0x0E) { in ThreeByteOpcodeInstruction()
2273 } else if (third_byte == 0x0F) { in ThreeByteOpcodeInstruction()
2276 } else if (third_byte == 0x14) { in ThreeByteOpcodeInstruction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc2364 byte third_byte = *(data + 2); in ThreeByteOpcodeInstruction() local
2369 switch (third_byte) { in ThreeByteOpcodeInstruction()
2404 if (third_byte == 0x17) { in ThreeByteOpcodeInstruction()
2407 } else if (third_byte == 0x08) { in ThreeByteOpcodeInstruction()
2410 } else if (third_byte == 0x09) { in ThreeByteOpcodeInstruction()
2413 } else if (third_byte == 0x0A) { in ThreeByteOpcodeInstruction()
2416 } else if (third_byte == 0x0B) { in ThreeByteOpcodeInstruction()
2419 } else if (third_byte == 0x0E) { in ThreeByteOpcodeInstruction()
2422 } else if (third_byte == 0x0F) { in ThreeByteOpcodeInstruction()
2425 } else if (third_byte == 0x14) { in ThreeByteOpcodeInstruction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc1804 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1807 switch (third_byte) { in TwoByteOpcodeInstruction()
1831 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1833 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1839 } else if (third_byte == 0x0A) { in TwoByteOpcodeInstruction()
1845 } else if (third_byte == 0x0B) { in TwoByteOpcodeInstruction()
1852 } else if (third_byte == 0x0E) { in TwoByteOpcodeInstruction()
1858 } else if (third_byte == 0x0F) { in TwoByteOpcodeInstruction()
1864 } else if (third_byte == 0x14) { in TwoByteOpcodeInstruction()
1870 } else if (third_byte == 0x15) { in TwoByteOpcodeInstruction()
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dhanxin.c206 int third_byte, fourth_byte; in isFourByte() local
211 third_byte = (glyph2 & 0xff00) >> 8; in isFourByte()
216 if ((third_byte >= 0x81) && (third_byte <= 0xfe)) { in isFourByte()
337 int third_byte, fourth_byte; in calculate_binary() local
629 third_byte = (source[i + position + 1] & 0xff00) >> 8; in calculate_binary()
633 (0x0a * (third_byte - 0x81)) + (fourth_byte - 0x30); in calculate_binary()
/dports/security/cloak/cloak-0.2.0/cargo-crates/ring-0.14.6/src/io/
H A Dder.rs80 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
81 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc1645 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1648 switch (third_byte) { in TwoByteOpcodeInstruction()
1663 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1665 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1671 } else if (third_byte == 0x0A) { in TwoByteOpcodeInstruction()
1677 } else if (third_byte == 0x0B) { in TwoByteOpcodeInstruction()
1684 } else if (third_byte == 0x14) { in TwoByteOpcodeInstruction()
1690 } else if (third_byte == 0x15) { in TwoByteOpcodeInstruction()
1696 } else if (third_byte == 0x16) { in TwoByteOpcodeInstruction()
1702 } else if (third_byte == 0x20) { in TwoByteOpcodeInstruction()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/io/
H A Dder.rs89 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
90 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/src/io/
H A Dder.rs89 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
90 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()
/dports/www/zola/zola-0.15.2/cargo-crates/ring-0.16.20/src/io/
H A Dder.rs88 let third_byte = usize::from(input.read_byte()?); in read_tag_and_get_value() localVariable
89 let combined = (second_byte << 8) | third_byte; in read_tag_and_get_value()

12