Searched refs:part (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/boot/arch/arm/
H A Darch_cpu.cpp46 int part = 0; local
62 part = (result >> 4) & 0xfff;
68 part = (result >> 4) & 0xfff;
87 TRACE("%s: implementor=0x%x('%c'), arch=%d, variant=0x%x, part=0x%x, revision=0x%x\n",
88 __func__, implementor, implementor, arch, variant, part, revision);
/haiku/src/kits/mail/
H A DMailContainer.cpp1 /* Container - message part container class
23 // Offset where the part starts (includes MIME sub-headers but not the
38 // the MIME part total length (which doesn't include the blank line - it's
39 // part of the next boundary), you get -2.
123 message_part *part = (message_part *)(_components_in_raw.ItemAt(index));
124 if (part == NULL)
127 _io_data->Seek(part->start,SEEK_SET);
130 if (component.SetToRFC822(_io_data,part->end - part->start) < B_OK)
136 _io_data->Seek(part
426 message_part *part = (message_part *)_components_in_raw.ItemAt(i); local
[all...]
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h84 #define CPU_ID_RAW(impl, part, var, rev) \
86 CPU_PART_TO_MIDR((part)) | CPU_VAR_TO_MIDR((var)) | \
89 #define CPU_MATCH(mask, impl, part, var, rev) \
91 ((mask) & CPU_ID_RAW((impl), (part), (var), (rev))))
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1754 BString part; local
1755 haikuLicense.CopyInto(part, 0, licensePart1);
1757 fCreditsView->Insert(part);
1759 part.Truncate(0);
1760 haikuLicense.CopyInto(part, licensePart1 + 1, licensePart2 - 1
1763 fCreditsView->InsertHyperText(part, new OpenFileAction(mitPath.Path()));
1765 part.Truncate(0);
1766 haikuLicense.CopyInto(part, licensePart2 + 1, licensePart3 - 1
1769 fCreditsView->Insert(part);
1771 part
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h68 FramePart(int32 part);
H A DBackgroundsView.cpp1311 FramePart::FramePart(int32 part) argument
1314 fFramePart(part),
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css42 orderedlist, para, part, partintro, personblurb, preface, primaryie,
H A Dstyles.css75 appendix>title, bibliography>title, chapter>title, colophon>title, dedication>title, glossary>title, part>title, preface>title {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1209 unsigned int part = 0; local
1219 numparams = sscanf(dev->d_name, "/dev/hd%c%u", &drive_char, &part);
1238 ntfs_log_debug("win32_open(%s) -> drive %d, part %u.\n",
1239 dev->d_name, drive_id, part);
1240 err = ntfs_device_win32_open_partition(drive_id, part, &fd,
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js292 var part = this.buffer.slice(where, where + length);
293 var result = this.textDecoder.decode(part);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex41 attributes resources are part of the file contents and thus do not require a

Completed in 73 milliseconds