Searched refs:Sequence (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h65 uint32 Sequence() const function in struct:JournalHeader
72 { sequence = B_HOST_TO_BENDIAN_INT32(Sequence() + 1); }
74 { sequence = B_HOST_TO_BENDIAN_INT32(Sequence() - 1); }
H A DJournal.cpp950 while (header->CheckMagic() && header->Sequence() == nextCommitID) {
1011 if (!header->CheckMagic() || header->Sequence() != nextCommitID) {
1085 if (!header->CheckMagic() || header->Sequence() != nextCommitID) {
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py142 [typing.Any, _abc.Sequence[typing.Any], typing.AnyStr, typing.Any],
423 recording: typing.Sequence[CompiledToken],
479 scopes: _abc.Sequence[typing.Any],
846 TSequence = collections.abc.Sequence
1064 def cli(argv: typing.Optional[_abc.Sequence[str]] = None) -> None:
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.h65 uint32 Sequence() const { return B_BENDIAN_TO_HOST_INT32(sequence); } function in struct:tcp_header
H A Dtcp.cpp266 dprintf(" sequence: %lu\n", header.Sequence());
715 segment.sequence = header.Sequence();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h595 UINT32 Sequence; /* Used to detect runtime CDAT table changes */ member in struct:acpi_table_cdat
2300 UINT8 Sequence; /* HPET sequence number */ member in struct:acpi_table_hpet
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h300 uint64 Sequence() const { return B_LENDIAN_TO_HOST_INT64(sequence); } function in struct:btrfs_inode
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1079 printf(" %lu:%lu (%lu)", header.Sequence(), header.Sequence() + length, length);

Completed in 90 milliseconds