Home
last modified time | relevance | path

Searched refs:GetNextByte (Results 1 – 25 of 75) sorted by relevance

123

/dports/net/norm/norm-1.5r6/protolib/examples/
H A DlfsrExample.cpp19 for (int i = 0; i < 22; i++) pn.GetNextByte(); in main()
26 UINT8 byte = pn.GetNextByte(); in main()
39 UINT8 byte = pn.GetNextByte(); in main()
77 UINT8 byte = pnx.GetNextByte(); in main()
88 UINT8 byte = pnx.GetNextByte(); in main()
123 printf("pn[%d] = 0x%02x\n", k, pn.GetNextByte()); in main()
126 printf("seek pn[%d] = = 0x%02x\n", k, pn.GetNextByte()); in main()
129 printf("seek pn[%d] = = 0x%02x\n", k, pn.GetNextByte()); in main()
170 rxReg.GetNextByte(); in main()
172 printf("rxReg[%d] = 0x%02x\n", i, rxReg.GetNextByte()); in main()
/dports/lang/v8/v8-9.6.180.12/test/unittests/diagnostics/
H A Deh-frame-writer-unittest.cc162 EXPECT_EQ((1 << 6) | kOffset, iterator.GetNextByte()); in TEST_F()
179 EXPECT_EQ((1 << 6) | kFirstOffset, iterator.GetNextByte()); in TEST_F()
196 EXPECT_EQ(kOffset, iterator.GetNextByte()); in TEST_F()
215 EXPECT_EQ((1 << 6) | kFirstOffset, iterator.GetNextByte()); in TEST_F()
219 EXPECT_EQ(kSecondOffset - kFirstOffset, iterator.GetNextByte()); in TEST_F()
223 EXPECT_EQ(kThirdOffset - kSecondOffset, iterator.GetNextByte()); in TEST_F()
259 EXPECT_EQ(kFirstOffset, iterator.GetNextByte()); in TEST_F()
437 int eh_frame_hdr_version = iterator.GetNextByte(); in TEST_F()
442 iterator.GetNextByte()); in TEST_F()
445 EXPECT_EQ(EhFrameConstants::kUData4, iterator.GetNextByte()); in TEST_F()
[all …]
H A Deh-frame-iterator-unittest.cc27 EXPECT_EQ(0xFF, iterator.GetNextByte()); in TEST_F()
36 EXPECT_EQ(0xC0, iterator.GetNextByte()); in TEST_F()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/src/
H A Dstream.cpp327 unsigned char b = GetNextByte(); in StreamInUtf8()
338 bytes[0] = GetNextByte(); in StreamInUtf16()
339 bytes[1] = GetNextByte(); in StreamInUtf16()
357 bytes[0] = GetNextByte(); in StreamInUtf16()
358 bytes[1] = GetNextByte(); in StreamInUtf16()
402 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
427 bytes[0] = GetNextByte(); in StreamInUtf32()
428 bytes[1] = GetNextByte(); in StreamInUtf32()
429 bytes[2] = GetNextByte(); in StreamInUtf32()
430 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/src/
H A Dstream.cpp333 unsigned char b = GetNextByte(); in StreamInUtf8()
344 bytes[0] = GetNextByte(); in StreamInUtf16()
345 bytes[1] = GetNextByte(); in StreamInUtf16()
363 bytes[0] = GetNextByte(); in StreamInUtf16()
364 bytes[1] = GetNextByte(); in StreamInUtf16()
408 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
433 bytes[0] = GetNextByte(); in StreamInUtf32()
434 bytes[1] = GetNextByte(); in StreamInUtf32()
435 bytes[2] = GetNextByte(); in StreamInUtf32()
436 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/src/
H A Dstream.cpp312 unsigned char b = GetNextByte(); in StreamInUtf8()
325 bytes[0] = GetNextByte(); in StreamInUtf16()
326 bytes[1] = GetNextByte(); in StreamInUtf16()
349 bytes[0] = GetNextByte(); in StreamInUtf16()
350 bytes[1] = GetNextByte(); in StreamInUtf16()
398 unsigned char Stream::GetNextByte() const in GetNextByte() function in YAML::Stream
431 bytes[0] = GetNextByte(); in StreamInUtf32()
432 bytes[1] = GetNextByte(); in StreamInUtf32()
433 bytes[2] = GetNextByte(); in StreamInUtf32()
434 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/
H A Dstream.cpp333 unsigned char b = GetNextByte();
344 bytes[0] = GetNextByte();
345 bytes[1] = GetNextByte();
363 bytes[0] = GetNextByte();
364 bytes[1] = GetNextByte();
408 unsigned char Stream::GetNextByte() const {
433 bytes[0] = GetNextByte();
434 bytes[1] = GetNextByte();
435 bytes[2] = GetNextByte();
436 bytes[3] = GetNextByte();
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/src/
H A Dstream.cpp330 unsigned char b = GetNextByte(); in StreamInUtf8()
341 bytes[0] = GetNextByte(); in StreamInUtf16()
342 bytes[1] = GetNextByte(); in StreamInUtf16()
362 bytes[0] = GetNextByte(); in StreamInUtf16()
363 bytes[1] = GetNextByte(); in StreamInUtf16()
406 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
431 bytes[0] = GetNextByte(); in StreamInUtf32()
432 bytes[1] = GetNextByte(); in StreamInUtf32()
433 bytes[2] = GetNextByte(); in StreamInUtf32()
434 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/src/
H A Dstream.cpp327 unsigned char b = GetNextByte(); in StreamInUtf8()
338 bytes[0] = GetNextByte(); in StreamInUtf16()
339 bytes[1] = GetNextByte(); in StreamInUtf16()
357 bytes[0] = GetNextByte(); in StreamInUtf16()
358 bytes[1] = GetNextByte(); in StreamInUtf16()
402 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
427 bytes[0] = GetNextByte(); in StreamInUtf32()
428 bytes[1] = GetNextByte(); in StreamInUtf32()
429 bytes[2] = GetNextByte(); in StreamInUtf32()
430 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/src/
H A Dstream.cpp333 unsigned char b = GetNextByte(); in StreamInUtf8()
344 bytes[0] = GetNextByte(); in StreamInUtf16()
345 bytes[1] = GetNextByte(); in StreamInUtf16()
363 bytes[0] = GetNextByte(); in StreamInUtf16()
364 bytes[1] = GetNextByte(); in StreamInUtf16()
408 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
433 bytes[0] = GetNextByte(); in StreamInUtf32()
434 bytes[1] = GetNextByte(); in StreamInUtf32()
435 bytes[2] = GetNextByte(); in StreamInUtf32()
436 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/src/
H A Dstream.cpp327 unsigned char b = GetNextByte(); in StreamInUtf8()
338 bytes[0] = GetNextByte(); in StreamInUtf16()
339 bytes[1] = GetNextByte(); in StreamInUtf16()
357 bytes[0] = GetNextByte(); in StreamInUtf16()
358 bytes[1] = GetNextByte(); in StreamInUtf16()
402 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
427 bytes[0] = GetNextByte(); in StreamInUtf32()
428 bytes[1] = GetNextByte(); in StreamInUtf32()
429 bytes[2] = GetNextByte(); in StreamInUtf32()
430 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/src/
H A Dstream.cpp333 unsigned char b = GetNextByte(); in StreamInUtf8()
344 bytes[0] = GetNextByte(); in StreamInUtf16()
345 bytes[1] = GetNextByte(); in StreamInUtf16()
363 bytes[0] = GetNextByte(); in StreamInUtf16()
364 bytes[1] = GetNextByte(); in StreamInUtf16()
408 unsigned char Stream::GetNextByte() const { in GetNextByte() function in YAML::Stream
433 bytes[0] = GetNextByte(); in StreamInUtf32()
434 bytes[1] = GetNextByte(); in StreamInUtf32()
435 bytes[2] = GetNextByte(); in StreamInUtf32()
436 bytes[3] = GetNextByte(); in StreamInUtf32()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.Encoding.CodePages/src/System/Text/
H A DGB18030Encoding.cs489 if (byte2 == -1) byte2 = buffer.GetNextByte(); in GetChars()
490 else if (byte3 == -1) byte3 = buffer.GetNextByte(); in GetChars()
491 else byte4 = buffer.GetNextByte(); in GetChars()
575 byte ch = buffer.GetNextByte(); in GetChars()
590 byte ch2 = buffer.GetNextByte(); in GetChars()
611 byte ch3 = buffer.GetNextByte(); in GetChars()
612 byte ch4 = buffer.GetNextByte(); in GetChars()
674 byte3 = buffer.GetNextByte(); in GetChars()
H A DISO2022Encoding.cs925 escapeBytes[escapeCount++] = buffer.GetNextByte(); in GetCharsCP5022xJP()
955 ch = buffer.GetNextByte(); in GetCharsCP5022xJP()
1010 iBytes |= buffer.GetNextByte(); in GetCharsCP5022xJP()
1249 escapeBytes[escapeCount++] = buffer.GetNextByte(); in GetCharsCP50225KR()
1277 ch = buffer.GetNextByte(); in GetCharsCP50225KR()
1332 iBytes |= buffer.GetNextByte(); in GetCharsCP50225KR()
1481 ch = buffer.GetNextByte(); in GetCharsCP52936()
1515 ch = buffer.GetNextByte(); in GetCharsCP52936()
1594 byte ch2 = buffer.GetNextByte(); in GetCharsCP52936()
H A DISCIIEncoding.cs377 byte b = buffer.GetNextByte(); in GetChars()
636 buffer.GetNextByte(); in GetChars()
646 buffer.GetNextByte(); in GetChars()
656 buffer.GetNextByte(); in GetChars()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_fake.c27 static void GetNextByte( const ASCII ** strpointer, BYTE default_byte, BYTE * sn ) ;
64 static void GetNextByte( const ASCII ** strpointer, BYTE default_byte, BYTE * sn ) in GetNextByte() function
118 GetNextByte(strpointer,dn[1],&sn[1]); in GetDeviceName()
119 GetNextByte(strpointer,dn[2],&sn[2]); in GetDeviceName()
120 GetNextByte(strpointer,dn[3],&sn[3]); in GetDeviceName()
121 GetNextByte(strpointer,dn[4],&sn[4]); in GetDeviceName()
122 GetNextByte(strpointer,dn[5],&sn[5]); in GetDeviceName()
123 GetNextByte(strpointer,dn[6],&sn[6]); in GetDeviceName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dgb18030encoding.cs545 if (byte2 == -1) byte2 = buffer.GetNextByte(); in GetChars()
546 else if (byte3 == -1) byte3 = buffer.GetNextByte(); in GetChars()
547 else byte4 = buffer.GetNextByte(); in GetChars()
631 byte ch = buffer.GetNextByte(); in GetChars()
646 byte ch2 = buffer.GetNextByte(); in GetChars()
667 byte ch3 = buffer.GetNextByte(); in GetChars()
668 byte ch4 = buffer.GetNextByte(); in GetChars()
730 byte3 = buffer.GetNextByte(); in GetChars()
H A Diso2022encoding.cs987 escapeBytes[escapeCount++] = buffer.GetNextByte(); in GetCharsCP5022xJP()
1018 ch = buffer.GetNextByte(); in GetCharsCP5022xJP()
1073 iBytes |= buffer.GetNextByte(); in GetCharsCP5022xJP()
1314 escapeBytes[escapeCount++] = buffer.GetNextByte(); in GetCharsCP50225KR()
1343 ch = buffer.GetNextByte(); in GetCharsCP50225KR()
1398 iBytes |= buffer.GetNextByte(); in GetCharsCP50225KR()
1549 ch = buffer.GetNextByte(); in GetCharsCP52936()
1583 ch = buffer.GetNextByte(); in GetCharsCP52936()
1662 byte ch2 = buffer.GetNextByte(); in GetCharsCP52936()
H A Disciiencoding.cs413 byte b = buffer.GetNextByte(); in GetChars()
674 buffer.GetNextByte(); in GetChars()
684 buffer.GetNextByte(); in GetChars()
694 buffer.GetNextByte(); in GetChars()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoLFSR.h87 UINT8 GetNextByte();
198 UINT8 GetNextByte();
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/tests/
H A DCrc32Test.cpp65 …jitter.Call(reinterpret_cast<void*>(&CCrc32Test::GetNextByte), 1, Jitter::CJitter::RETURN_VALUE_32… in CompileTestFunction()
119 uint32 CCrc32Test::GetNextByte(CONTEXT* context) in GetNextByte() function in CCrc32Test
H A DCrc32Test.h34 static uint32 GetNextByte(CONTEXT*);
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoLFSR.cpp175 UINT8 ProtoLFSR::GetNextByte() in GetNextByte() function in ProtoLFSR
234 buffer[i] = GetNextByte(); in FillBuffer()
593 UINT8 ProtoLFSRX::GetNextByte() in GetNextByte() function in ProtoLFSRX
652 buffer[i] = GetNextByte(); in FillBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/
H A Deh-frame.h241 byte GetNextByte() { return GetNextValue<byte>(); } in GetNextByte() function
243 return static_cast<EhFrameConstants::DwarfOpcodes>(GetNextByte()); in GetNextOpcode()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Deh-frame.h233 byte GetNextByte() { return GetNextValue<byte>(); } in GetNextByte() function
235 return static_cast<EhFrameConstants::DwarfOpcodes>(GetNextByte()); in GetNextOpcode()

123