Home
last modified time | relevance | path

Searched refs:long_length (Results 1 – 25 of 135) sorted by relevance

123456

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/src/test/
H A Dmemory_stream_tests.cpp26 array<uint8_t, 5> long_length = {0xFF,0x00,0x00,0x20,0xC0}; // 8384 in TEST_F() local
41 buf.insert(buf.end(), long_length.begin(), long_length.begin() + 3); in TEST_F()
46 buf.insert(buf.end(), long_length.begin() + 3, long_length.end()); in TEST_F()
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DGetProperty.cpp66 getProperty -> long_length = GetULONG(buffer + 20, bigEndian); in parseIdentity()
91 PutULONG(getProperty -> long_length, buffer + 20, bigEndian); in unparseIdentity()
109 << ", long-length " << getProperty -> long_length << ".\n" << logofs_flush; in dumpIdentity()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DGetProperty.cpp54 getProperty -> long_length = GetULONG(buffer + 20, bigEndian); in parseIdentity()
79 PutULONG(getProperty -> long_length, buffer + 20, bigEndian); in unparseIdentity()
97 << ", long-length " << getProperty -> long_length << ".\n" << logofs_flush; in dumpIdentity()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_divider_handler_view.cc150 int long_length, in SetBounds() argument
153 gfx::Rect bounds = landscape ? gfx::Rect(short_length, long_length) in SetBounds()
154 : gfx::Rect(long_length, short_length); in SetBounds()
/dports/x11-wm/e16/e16-1.0.24/lib/
H A De16_hack.c183 long long_offset, long long_length,
193 long long_offset, long long_length, Bool delete_, in XGetWindowProperty() argument
208 return func(display, w, property, long_offset, long_length, delete_, in XGetWindowProperty()
/dports/net/py-pynsq/pynsq-0.9.0b1/nsq/
H A Dbackoff_timer.py16 def __init__(self, min_interval, max_interval, ratio=.25, short_length=10, long_length=250): argument
26 self.long_unit = self.max_long_timer / _Decimal(long_length)
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extras/targetnames/
H A DBER.pm126 sub long_length { 0x80 } subroutine
144 return pack ("C C C", $type, long_length | 1, $length) if $length < 256;
145 return pack ("C C n", $type, long_length | 2, $length) if $length < 65536;
657 if ($result & long_length) {
658 if ($result == (long_length | 1)) {
660 } elsif ($result == (long_length | 2)) {
/dports/net-mgmt/routers2-extras/routers2-v2.23/extras/targetnames/
H A DBER.pm126 sub long_length { 0x80 } subroutine
144 return pack ("C C C", $type, long_length | 1, $length) if $length < 256;
145 return pack ("C C n", $type, long_length | 2, $length) if $length < 65536;
657 if ($result & long_length) {
658 if ($result == (long_length | 1)) {
660 } elsif ($result == (long_length | 2)) {
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/USB/
H A DUSBV0.cpp26 V0BulkMessage::V0BulkMessage(Kernel& ios, const IOCtlVRequest& ioctlv, bool long_length) in V0BulkMessage() argument
30 if (long_length) in V0BulkMessage()
/dports/net/rtg/rtg-0.7.5/etc/
H A DBER.pm130 sub long_length { 0x80 } subroutine
154 return pack ("C C C", $type, long_length | 1, $length) if $length < 256;
155 return pack ("C C n", $type, long_length | 2, $length) if $length < 65536;
783 if ($result & long_length) {
784 if ($result == (long_length | 1)) {
786 } elsif ($result == (long_length | 2)) {
/dports/net-mgmt/p5-SNMP_Session/SNMP_Session-1.13/lib/
H A DBER.pm137 sub long_length { 0x80 } subroutine
177 return pack ("C C C", $type, long_length | 1, $length) if $length < 256;
178 return pack ("C C n", $type, long_length | 2, $length) if $length < 65536;
797 if ($result & long_length) {
798 if ($result == (long_length | 1)) {
800 } elsif ($result == (long_length | 2)) {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DFBXBinaryTokenizer.cpp146 bool long_length = false, in ReadString() argument
149 const uint32_t len_len = long_length ? 4 : 1; in ReadString()
154 … const uint32_t length = long_length ? ReadWord(input, cursor, end) : ReadByte(input, cursor, end); in ReadString()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFBXBinaryTokenizer.cpp138 bool long_length = false, in ReadString() argument
141 const uint32_t len_len = long_length ? 4 : 1; in ReadString()
146 … const uint32_t length = long_length ? ReadWord(input, cursor, end) : ReadByte(input, cursor, end); in ReadString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/x/
H A Dxproto_internal.cc79 uint32_t long_length; in SendRequestImpl() member
102 new_header.long_length = size32 + 1; in SendRequestImpl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C92 { return is_short() ? short_length() : long_length(); } in length()
101 size_t long_length() const in long_length() function

123456