Searched refs:Length (Results 76 - 100 of 551) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbxfroot.c185 /* "Length" field is available if table version >= 2 */
189 return (Rsdp->Length);
395 * Length - Maximum length to search
406 UINT32 Length)
416 EndAddress = StartAddress + Length;
/haiku/headers/private/fs_shell/
H A DKPath.h30 fssh_size_t Length() const { return fPathLength; } function in class:FSShell::KPath
/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp111 m_text.Length();
200 while(n < m_text.Length() && m_text[n] == '\n')
207 while(n < m_text.Length()) {
222 m_text.Length();
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h27 int32 Length() const;
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp50 path.Truncate(path.Length() - 2);
/haiku/src/kits/debugger/model/
H A DTypeLookupConstraints.cpp56 return fBaseTypeName.Length() > 0;
/haiku/src/kits/debugger/value/value_formatters/
H A DStringValueFormatter.cpp35 for (int32 i = 0; i < tempString.Length(); i++) {
/haiku/headers/private/debugger/model/
H A DWatchpoint.h23 int32 Length() const { return fLength; } function in class:Watchpoint
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp83 current += entry->Length();
86 entry = (btrfs_dir_entry*)((uint8*)entry + entry->Length());
141 current += entry->Length();
144 entry = (btrfs_dir_entry*)((uint8*)entry + entry->Length());
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp134 line.Length());
136 char buffer[line.Length() * 4];
137 size_t inLength = line.Length();
138 size_t outLength = line.Length() * 4;
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h26 size_t Length() const function in class:BlockedPath
/haiku/src/add-ons/kernel/file_systems/udf/
H A DSparablePartition.h43 uint32 Length() const { return fLength; } function in class:SparablePartition
/haiku/headers/private/netservices/
H A DHttpResult.h37 off_t Length() const;
/haiku/src/apps/haikudepot/server/
H A DJwtTokenHelper.cpp21 for (int i = 0; i < value.Length(); i++) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdebug.c213 if ((SourceDesc->String.Length == 1) &&
310 AcpiOsPrintf ("[0x%.2X]\n", (UINT32) SourceDesc->Buffer.Length);
312 (SourceDesc->Buffer.Length < 256) ?
313 SourceDesc->Buffer.Length : 256, DB_BYTE_DISPLAY, 0);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsparse.c213 if (Table->Length < sizeof (ACPI_TABLE_HEADER))
219 AmlLength = Table->Length - sizeof (ACPI_TABLE_HEADER);
327 if (Table->Length < sizeof (ACPI_TABLE_HEADER))
333 AmlLength = Table->Length - sizeof (ACPI_TABLE_HEADER);
/haiku/src/apps/cortex/support/
H A DProfileTarget.cpp97 if((*it).first.Length() > nameLength)
98 nameLength = (*it).first.Length();
/haiku/src/apps/terminal/
H A DTitlePlaceholderMapper.cpp39 int32 index = directory.Length();
45 if (number == 0 && index >= 0 && index + 1 < directory.Length())
/haiku/src/preferences/screen/
H A DAlertWindow.cpp113 TextView()->SetFontAndColor(0, str1.Length() + 1, &fOriginalFont,
116 TextView()->SetFontAndColor(0, str1.Length(), &fFont, B_FONT_ALL);
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp98 _regExpValid = (regcomp(&_regExp, (pattern.Length() > 0) ? pattern.String() : str, 0) == 0);
155 for (uint32 i=0; i<(unsigned)str.Length(); i++)
/haiku/src/tests/kits/support/
H A Dstring_utf8_tests.cpp12 printf("got: \"%s\" %lu %ld\n", string.String(), string.Length(), string.CountChars());
13 if (bytes != (size_t)string.Length()) {
/haiku/src/bin/mail_utils/
H A Dmail.cpp55 if (to.Length() > 0)
116 mail.AddContent(body.String(), body.Length());
/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp82 if (directoryString == NULL || directoryString->Length() == 0
111 if (file == NULL || file->fileName.Length() == 0 || !fFiles.AddItem(file)) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutclib.c369 * RETURN: Length
380 UINT32 Length = 0; local
387 Length++;
391 return (Length);
765 ACPI_SIZE Length; local
768 Length = strlen (String2);
769 if (!Length)
774 while (strlen (String1) >= Length)
776 if (memcmp (String1, String2, Length) == 0)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsxface.c441 (!InBuffer->Length))
665 * 1) Length of descriptor data must be at least as long as a UUID struct
679 Status = AcpiUtInitializeBuffer (Buffer, Resource->Length);
687 memcpy (Buffer->Pointer, Resource, Resource->Length);
688 Buffer->Length = Resource->Length;
738 ACPI_RESOURCE, Buffer->Pointer, Buffer->Length);
754 if (!Resource->Length)
838 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;

Completed in 190 milliseconds

1234567891011>>