Searched refs:first (Results 201 - 225 of 279) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dheap.cpp103 heap_page * page_list; // sorted so that the desired page is always first
124 heap_area * areas; // sorted so that the desired area is always first
290 // Find the first return address outside of the allocator code. Note, that
1096 // decremented as soon as this area is used for the first time
1167 // use up the first part of the area
1353 int32 first = -1; local
1358 first = i;
1362 first = -1;
1368 if (first >= 0)
1372 if (first <
[all...]
/haiku/headers/cpp/
H A Dstl_tree.h909 // first argument just needs to be non-null
911 return insert_unique(__v).first;
916 return insert_unique(__v).first;
926 // first argument just needs to be non-null
928 return insert_unique(__v).first;
942 // first argument just needs to be non-null
959 // first argument just needs to be non-null
1044 distance(__p.first, __p.second, __n);
1045 erase(__p.first, __p.second);
1158 distance(__p.first, __
[all...]
H A Dstl_hash_set.h159 return pair<iterator,bool>(__p.first, __p.second);
176 return pair<iterator, bool>(__p.first, __p.second);
/haiku/src/servers/app/
H A DWindow.cpp628 // only reload the window at the first position
939 // Activate or focus the window in case it doesn't accept first
949 // Eat the click if we don't accept first click
951 // the first click)
1496 Window::Frontmost(Window* first, int32 workspace) argument
1506 return first ? first : NextWindow(workspace);
1508 if (first == NULL)
1509 first = NextWindow(workspace);
1511 for (Window* window = first; windo
[all...]
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_mode.cpp834 Savage_SetIndexedColors(uint count, uint8 first, uint8* colorData, uint32 flags) argument
844 WriteIndexedColor(first++, // color index
/haiku/src/kits/debugger/files/
H A DFileManager.cpp662 // first clear the mapping, as the user may be attempting
760 status_t error = settings->AddSourceMapping(it->first, it->second);
808 fSourceDomain->EntryLocated(it->first, it->second);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp44 IMAPFolder* folder = iterator->first;
591 iterator->first->SetListener(NULL);
H A DIMAPFolder.cpp251 // TODO: copy it to the trash directory first!
305 // Synchronize all pending flags first
308 SyncMessageFlags(pendingIterator->first, pendingIterator->second);
318 uint32 uid = iterator->first;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h227 int32 first = 0, int32 last = 0);
234 int32 first = 0, int32 last = 0);
/haiku/headers/os/interface/
H A DControlLook.h300 int32 first = 0, int32 last = 0) = 0;
307 int32 first = 0, int32 last = 0) = 0;
/haiku/
H A Dconfigure17 as first option!]
37 specified multiple times. The first cross tools
78 first occurrence specifies the primary
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp154 = new(std::nothrow) SignalDispositionInfo(it->first,
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp399 print_partition(iterator->first);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp342 // add user directories first, so that they can override system translators
368 first. See _CompareTranslatorDirectoryPriority().
755 info.translator = iterator->first;
805 info.translator = iterator->first;
839 array[count++] = iterator->first;
1032 Directories added to the roster have a certain priority - the first entry
1101 update.AddInt32("translator_id", iterator->first);
1550 case the \a source is identified first)
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp236 // first set it's app signature as the preferred type
624 // if model is of unknown type, try mimeseting it first
1088 // relation with the lowest number goes first
1201 // sort list by name and volume name first to fill out labels
1409 bool first; member in struct:AddOneTermParams
1417 if (!params->first)
1421 params->first = false;
1447 params.first = true;
/haiku/headers/private/file_systems/
H A DQueryParser.h426 // first character of the equation symbol
453 // lets change "start" to point to the first character after the symbol
481 // at this point, "start" will point to the first character of the value,
482 // "end" will point to its last character, and "start" to the first non-
719 // first, check if we are matching for a live query and use that value
1027 Term<QueryPolicy>* first;
1030 first = fLeft;
1033 first = fRight;
1037 status_t status = first->Match(entry, node, attribute, type, key,
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c584 /* Set the first 128 bits. */
844 /* Force allocation of str_tree_storage the first time. */
967 int first, i;
972 the first node of the regular expression. */
973 first = dfa->str_tree->first->node_idx;
974 dfa->init_node = first;
975 err = re_node_set_init_copy (&init_nodes, dfa->eclosures + first);
1014 /* It must be the first time to invoke acquire_state. */
1115 /* Analyze the structure tree, and calculate "first", "nex
962 int first, i; local
[all...]
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp342 bool first = true;
360 if (first)
363 first = false;
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp94 bool first = true; local
97 if (first)
98 first = false;
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp137 bool first = true; local
142 if (first) {
144 first = false;
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c530 int n, l, first = 1; local
586 (dstp - msg) < 0x4000 && first) {
589 first = 0;
831 /* Recurse to get rest of name done first. */
929 *\li dnptrs is the pointer to the first name on the list,
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp97 bool first = true; local
101 if (first) {
103 first = false;
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp570 bool first = true; local
580 if (first) {
582 first = false;
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp659 bool first = fImageView->Bitmap() == NULL; local
662 if (!first && ref != fNavigator.CurrentRef()) {
671 if (!first && page != fNavigator.CurrentPage()) {
686 if (first)
695 if (first) {
1501 // first/lastPage is unused for now
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c176 BOOL ntfs_same_sid(const SID *first, const SID *second) argument
180 size = ntfs_sid_size(first);
182 && !memcmp(first, second, size));
628 * first check overall size if within allocation range
1545 struct POSIX_SECURITY *ntfs_merge_descr_posix(const struct POSIX_SECURITY *first, argument
1556 + (first->acccnt + first->defcnt
1563 firstace = first->acl.ace;
1567 first->acccnt,second->acccnt);
1573 firstace = &first
[all...]

Completed in 192 milliseconds

1234567891011>>