Searched refs:Length (Results 101 - 125 of 500) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DSparablePartition.h45 uint32 Length() const { return fLength; } function in class:Udf::SparablePartition
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c180 * LengthDesc - Length of field (CREATE_FIELD_OP only)
319 (8 * (UINT32) BufferDesc->Buffer.Length))
326 8 * (UINT32) BufferDesc->Buffer.Length));
539 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
555 ObjDesc->Region.Length));
657 ObjDesc->Region.Length = Table->Length;
662 ObjDesc->Region.Length));
695 UINT32 Length; local
726 Length
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsparse.c194 if (Table->Length < sizeof (ACPI_TABLE_HEADER))
201 AmlLength = Table->Length - sizeof (ACPI_TABLE_HEADER);
H A Dnsxfname.c340 Dest->Length = Source->Length;
344 ACPI_MEMCPY (StringArea, Source->String, Source->Length);
345 return (StringArea + Source->Length);
444 InfoSize += Hid->Length;
453 InfoSize += Uid->Length;
462 InfoSize += Sub->Length;
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp98 _regExpValid = (regcomp(&_regExp, (pattern.Length() > 0) ? pattern.String() : str, 0) == 0);
165 for (uint32 i=0; i<(unsigned)str.Length(); i++)
/haiku-fatelf/src/apps/cortex/support/
H A DProfileTarget.cpp97 if((*it).first.Length() > nameLength)
98 nameLength = (*it).first.Length();
/haiku-fatelf/src/bin/makeudfimage/
H A DPhysicalPartitionAllocator.cpp138 PhysicalPartitionAllocator::Length() const function in class:PhysicalPartitionAllocator
140 uint32 length = fAllocator.Length();
H A DAllocator.cpp67 if (offset >= Length()) {
70 if (offset > Length()) {
71 Udf::extent_address chunk(Length(), (offset-Length())<<BlockShift());
164 PRINT(("allocation length: %lu\n", Length()));
219 uint32 maxLength = ULONG_MAX-Length();
/haiku-fatelf/src/kits/network/libnetapi/
H A DDatagramSocket.cpp87 address.Length());
131 bytesSent = sendto(Socket(), buffer, size, 0, fPeer, fPeer.Length());
H A DUrl.cpp644 userInfo.Length() - colonDelimiter);
658 while (hostEnd < urlString.Length()
678 while (portEnd < urlString.Length()
688 fHasPort = portString.Length() > 0;
701 while (pathEnd < urlString.Length()
725 urlString.CopyInto(fRequest, *origin, urlString.Length() - *origin);
736 urlString.CopyInto(fFragment, *origin, urlString.Length() - *origin);
748 for (int32 i = 0; i < chunk.Length(); i++) {
774 for (int32 i = 0; i < chunk.Length(); i++) {
793 for (int8 index = 0; index < fProtocol.Length(); inde
[all...]
H A DHttpForm.cpp278 while (index < formString.Length()) {
540 return RawData().Length();
547 contentLength += _GetMultipartHeader(c).Length();
554 contentLength += c->String().Length();
573 contentLength += fMultipartBoundary.Length() + 6;
626 formString.Length() - firstEqual - 1);
629 formString.Length() - *index);
631 *index = formString.Length() + 1;
697 if (element->MimeType().Length() > 0)
H A DNetworkCookieJar.cpp236 return fFlattened.Length() + 1;
247 fFlattened.Length());
248 reinterpret_cast<char*>(buffer)[fFlattened.Length()] = 0;
268 while (flattenedCookies.Length() > 0) {
280 if (tempCookieLine.Length() != 0 && tempCookieLine[0] != '#') {
536 if (!domain.Length())
548 fIterator->fKey.SetTo(domain, domain.Length());
591 fLastElement->Domain().Length());
628 fIterator->fKey.SetTo(domain.String(), domain.Length());
/haiku-fatelf/src/tests/kits/support/
H A Dstring_utf8_tests.cpp11 printf("got: \"%s\" %lu %ld\n", string.String(), string.Length(), string.CountChars());
12 if (bytes != (size_t)string.Length()) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl3.h260 UINT8 Length; member in struct:acpi_fpdt_header
311 UINT32 Length; member in struct:acpi_table_s3pt
322 UINT8 Length; member in struct:acpi_s3pt_header
425 UINT32 Length; member in struct:acpi_mpst_power_node
535 UINT64 Length; member in struct:acpi_pcct_subspace
579 UINT16 Length; member in struct:acpi_pmtt_header
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfUtils.cpp132 if (modifier.Length() > 0) {
133 if (modifier[modifier.Length() - 1] == ' ')
134 modifier.Truncate(modifier.Length() - 1);
155 if (parameters.Length() > 0)
193 if (parentName.Length() > 0) {
205 if (name.Length() == 0)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c502 UINT32 Length; local
518 Length = 1;
528 Length = 2;
538 Length = 4;
548 Length = 8;
561 Length = 0;
562 while (Aml[Length])
564 Length++;
566 Length++;
585 ParserState->Aml += Length;
[all...]
/haiku-fatelf/src/kits/tracker/
H A DTrackerString.cpp127 int32 position = Length() - (int32)strlen(string);
197 int32 length = Length();
245 return FindLast(string.String(), Length() - 1);
252 return FindLast(string, Length() - 1);
269 int32 length = Length();
303 return FindLast(string, Length() - 1);
342 int32 length = Length();
374 return IFindLast(string.String(), Length() - 1);
381 return IFindLast(string, Length() - 1);
398 int32 length = Length();
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsdump.c162 UINT16 Length,
167 UINT16 Length,
172 UINT8 Length,
177 UINT8 Length,
211 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (Irq.DescriptorLength), "Descriptor Length", NULL},
232 {ACPI_RSD_UINT8 , ACPI_RSD_OFFSET (StartDpf.DescriptorLength), "Descriptor Length", NULL},
249 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.AddressLength), "Address Length", NULL}
256 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (FixedIo.AddressLength), "Address Length", NULL}
262 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
278 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Memory24.AddressLength), "Address Length", NUL
958 AcpiRsDumpByteList( UINT16 Length, UINT8 *Data) argument
973 AcpiRsDumpShortByteList( UINT8 Length, UINT8 *Data) argument
988 AcpiRsDumpDwordList( UINT8 Length, UINT32 *Data) argument
1003 AcpiRsDumpWordList( UINT16 Length, UINT16 *Data) argument
[all...]
/haiku-fatelf/src/bin/
H A Durlwrapper.cpp103 while (contents.Length()) {
107 cr = contents.Length();
112 if (!line.Length())
115 line.MoveInto(url, 4, line.Length());
119 if (url.Length()) {
142 while (contents.Length()) {
146 cr = contents.Length();
150 if (!line.Length())
187 if (url.Length()) {
304 if (user.Length())
[all...]
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp27 *length = text.Length();
130 fPatternLength = choiceStr.Length();
132 fPatternStartPos + choiceStr.Length());
262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length());
292 if (fPreText.Length()) {
301 if (fMatchText.Length()) {
310 if (fPostText.Length()) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/common/
H A Dadisasm.c710 AcpiOsPrintf (" * Length 0x%8.8X (%u)\n", Table->Length, Table->Length);
740 Checksum = AcpiTbChecksum (ACPI_CAST_PTR (UINT8, Table), Table->Length);
817 AcpiOsPrintf ("Table Body (Length 0x%X)\n", Table->Length);
819 Table->Length, DB_BYTE_DISPLAY, ACPI_UINT32_MAX);
832 * AmlLength - Length of the AML
992 Status = AdDeferredParse (Op, Op->Named.Data, Op->Named.Length);
1064 AdWriteTable (NewTable, NewTable->Length,
[all...]
H A Ddmextern.c227 ACPI_SIZE Length; local
272 Length = (ACPI_STRLEN (ParentPath) + ACPI_STRLEN (Path) + 1);
279 Length++;
282 Fullpath = ACPI_ALLOCATE_ZEROED (Length);
508 NewExternal->Length = (UINT16) ACPI_STRLEN (ExternalPath);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp27 fPosition, Parent()->Length()));
37 if (uint64(fPosition) >= Parent()->Length()) {
140 fFileCache = file_cache_create(fVolume->ID(), fId, Length());
141 fFileMap = file_map_create(fVolume->ID(), fId, Length());
220 if (uint64(pos) >= Length()) {
299 if (uint64(pos) >= Length()) {
362 uint64 bytesLeftInFile = uint64(pos) > Length() ? 0 : Length() - pos;
534 || offset >= (off_t)Length()) {
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp120 string.String(), string.Length());
124 string.String(), string.Length());
127 string.String(), string.Length());
130 string.String(), string.Length());
133 string.String(), string.Length());
136 string.String(), string.Length());
139 string.String(), string.Length());
230 if (fNamesInTrash[0].Length() != 0) {
254 if (fNamesInTrash[0].Length() <= 0) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c566 * Length - Length
580 ACPI_SIZE Length,
594 (UINT32) Length, Warn);
610 * Length - Length of the InBuffer
624 ACPI_SIZE Length,
634 if (!InBuffer || !ReturnBuffer || (Length < 16))
684 if (Length >= ACPI_PLD_BUFFER_SIZE)

Completed in 216 milliseconds

1234567891011>>