Searched refs:first (Results 76 - 100 of 279) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h130 BOOL ntfs_same_sid(const SID *first, const SID *second);
163 struct POSIX_SECURITY *ntfs_merge_descr_posix(const struct POSIX_SECURITY *first,
/haiku/src/tools/translation/pnginfo/
H A Dpnginfo.cpp103 // if first 8 bytes of stream don't match PNG signature bail
231 int32 first = 1; local
232 for (int32 i = first; i < argc; i++)
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp60 // this device has been opened for the first time, so
193 status = vesa_set_indexed_colors(*info, args.first, args.colors,
200 return vga_set_indexed_colors(args.first, args.colors,
H A Dvesa_private.h48 extern status_t vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, uint16 count);
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.h73 void I810_SetIndexedColors(uint count, uint8 first, uint8* color_data,
/haiku/src/kits/support/
H A DArchivingManagers.cpp167 // first, we must sort the objects into the order they were archived in
174 pairs[info.token].first = info.archive;
175 pairs[info.token].second = it->first;
185 fError = pair.second->AllArchived(pair.first);
189 pair.first);
/haiku/src/preferences/media/
H A DMediaWindow.h62 status_t _InitMedia(bool first);
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h56 msf:1, //!< addressing format: 0 == LBA, 1 == MSF; try lba first, then msf if that fails
123 uint8 first; //!< First track/session in reply member in struct:__anon11
/haiku/src/kits/storage/mime/
H A DAssociatedTypes.cpp113 // if we have a mime sniffer, let's give it a shot first
133 /*! \todo I'm just grabbing the first item in the set here. Should we perhaps
261 printf("%s: ", i->first.c_str());
263 bool first = true; local
268 if (first)
269 first = false;
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.h106 static int CompareByName(const void* first,
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.h74 void (*SetIndexedColors)(uint count, uint8 first, uint8* color_data,
111 void Mach64_SetIndexedColors(uint count, uint8 first, uint8* color_data,
113 void Rage128_SetIndexedColors(uint count, uint8 first, uint8* color_data,
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp108 int32 first = fContainerView->FirstTabIndex(); local
113 borders, BControlLook::B_TOP_BORDER, index, selected, first, last);
116 borders, BControlLook::B_TOP_BORDER, index, selected, first, last);
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp326 vesa_set_indexed_colors(uint count, uint8 first, uint8* colors, uint32 flags) argument
331 args.first = first;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp109 bool first = true; local
131 if (first) {
140 first = false;
/haiku/headers/os/interface/
H A DOutlineListView.h87 const BListItem* first,
91 const BListItem* first,
134 bool _SwapItems(int32 first, int32 second);
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp200 parseBlockRun(Disk &disk, char *first, char *last) argument
205 return block_run::Run(atol(first), atol(last), 1);
206 } else if ((comma = strchr(first, ',')) != NULL) {
208 return block_run::Run(atol(first), atol(comma));
211 return disk.ToBlockRun(atoll(first));
/haiku/src/kits/mail/
H A Dmail_util.cpp256 // first ESC $ B switches to a Japanese character set, then the next
859 // some text already read in. If the first thing read was EOF,
885 // Fold if first character on the next line is whitespace.
941 // some text already read in. If the first thing read was EOF,
967 // if first character on the next line is whitespace, fold lines
1027 // already read in. If the first thing read was EOF, just return
1052 // if first character on the next line is whitespace, fold lines
1118 // Set p1 to the first letter in the name and p2 to just past the last
1126 p1++; // Advance to first letter in the name.
1363 zoneDeltaTime += atol (tempZoneString + 1) * 60 * 60; // Get the first tw
1468 int32 first; local
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp168 stp_set_string_parameter(fVariables, it->first.c_str(),
177 stp_set_boolean_parameter(fVariables, it->first.c_str(),
186 stp_set_int_parameter(fVariables, it->first.c_str(),
195 stp_set_dimension_parameter(fVariables, it->first.c_str(),
204 stp_set_float_parameter(fVariables, it->first.c_str(),
372 GPBand* first = *it;
373 BRect rect = first->GetBoundingRectangle();
/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp332 int& seg, bool first)
354 if (!first && phys_addr == last_phys_addr
364 if (first)
365 first = false;
436 bool first = true; local
445 flags, lastaddr, segs, seg, first);
446 first = false;
330 _bus_load_buffer(bus_dma_tag_t dmat, void* buf, bus_size_t buflen, int flags, bus_addr_t& last_phys_addr, bus_dma_segment_t* segs, int& seg, bool first) argument
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp122 Rule *first; member in struct:rules
280 rules->first = NULL;
286 Rule *rule = rules->first;
298 rule->Next() = rules->first;
299 rules->first = rule;
607 for (Rule *rule = rules->first; rule != NULL; rule = rule->Next()) {
731 Rule *rule = rules->first;
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp247 int32 first = 0; local
252 if (first > dirtyBottom || dirtyTop > last)
255 if (first < dirtyTop)
256 first = dirtyTop;
261 //debug_printf(" updating: %ld - %ld\n", first, last);
262 for (int32 i = first; i <= last; i++) {
831 BasicTerminalBuffer::EraseCharsFrom(int32 first, int32 numChars) argument
835 int32 end = min_c(first + numChars, fWidth);
836 for (int32 i = first; i < end; i++)
843 end = min_c(first
935 DeleteColumnsFrom(int32 first) argument
1116 _ClearLines(int32 first, int32 last) argument
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp913 if(!found.second || found.first->Window() != window) {
921 found.first->GetClippingRegion(&clipRegion);
923 found.first->ConvertFromScreen(m_lastMousePoint))) {
931 m_visibleTipRect = found.first->ConvertToScreen(
934 m_visibleTipRect = found.first->ConvertToScreen(
935 found.first->Bounds());
/haiku/headers/cpp/
H A Dstl_map.h67 return _M_comp(__x.first, __y.first);
152 // __i->first is greater than or equivalent to __k.
153 if (__i == end() || key_comp()(__k, (*__i).first))
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp235 bool first = true; local
238 if (!first || digit > 0) {
240 first = false;
298 /* this also skips first '%' */
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h211 CHK(myResult->Key() == refResult->first);
226 CHK(myResult->Key() == refResult->first);
236 CHK(myResult->Key() == refResult->first);
247 CHK(myResult->Key() == refResult->first);
278 CHK(entry.Key() == fReferenceIterator->first);
286 CHK(entry.Key() == fReferenceIterator->first);
382 nextKey = refIt->first;
392 CHK(myIt->Key() == refIt->first);
485 CHK(myIt->Key() == refIt->first);
498 CHK(myIt->Key() == refIt->first);
[all...]

Completed in 165 milliseconds

1234567891011>>