Searched refs:end (Results 226 - 250 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp123 it != fDownloadProgresses.end(); it++) {
260 it != fDownloadedPackages.end(); ++it) {
298 fDownloadProgresses.begin(), fDownloadProgresses.end(),
301 if (itInsertionPt != fDownloadProgresses.end()) {
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h60 bool ReadSoundInRange(uint8& start, uint8& end, uint16& snd, uint32& size);
/haiku/src/kits/storage/sniffer/
H A DPattern.cpp89 int32 end = range.End(); local
91 if (end >= size)
92 end = size-1; // Don't bother searching beyond the end of the stream
93 for (int i = start; i <= end; i++) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp192 uint32 end = 0; local
194 while (end < fNumBits) {
196 ASSERT(block.CheckMarked(end, start - end));
197 end = start;
200 block.FindNextMarked(end);
201 _AddFreeRange(start, end - start);
203 start = end;
228 uint32 end = start + length;
229 if (end > fNumBit
829 off_t end = start + length - 1; local
[all...]
/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp267 size_t end; local
280 for (end = i + 1; end < nbytes; end++)
281 if (ISSPC(ubuf[end]))
289 end - i)) {
297 i = end;
H A DInstalledTypes.cpp114 if (i != fSupertypes.end())
154 If cached messages exist, the type is simply appended to the end of
247 if (i == fSupertypes.end()) {
337 if (i != fSupertypes.end()) {
396 // If we've come to the end of list, it's not an error
427 // If we've come to the end of list, it's not an error
490 for (i = fSupertypes.begin(); i != fSupertypes.end() && !err; i++) {
522 for (i = fSupertypes.begin(); i != fSupertypes.end() && !err; i++) {
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c76 char *end; local
80 value = strtoul (item, &end, 0);
81 if (*end == '\0' && value <= 4) {
87 value = strtoul (item, &end, 0);
88 if (*end == '\0' && value <= 4) {
94 value = strtoul (item, &end, 0);
95 if (*end == '\0' && value <= 4) {
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp530 char* end; local
531 first = strtoul(data, &end, 0);
534 if (end[0] == '-') {
535 last = strtoul(end + 1, NULL, 0);
542 } else if (end[0] == '+') {
543 num = strtoul(end + 1, NULL, 0) + 1;
545 } else if (end[0] != '\0') {
708 VariableMap::iterator best = variables.end();
711 for (; iterator != variables.end(); iterator++) {
720 if (best != variables.end()) {
[all...]
/haiku/src/kits/app/
H A DHandler.cpp710 while (iterator != handlers.end()) {
734 while (iterator != messengers.end()) {
782 iter = find(handlers.begin(), handlers.end(), handler);
783 if (iter != handlers.end()) {
799 iter = find(messengers.begin(), messengers.end(), messenger);
800 if (iter != messengers.end()) {
824 handlers.end(), handler);
825 if (iterator != handlers.end()) {
843 messengers.end(), messenger);
844 if (iterator != messengers.end()) {
[all...]
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp231 for (; iterator != fFileMap.end(); iterator++)
302 for (; iterator != fInfoMap.end(); iterator++)
305 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
308 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
322 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
338 for (iterator = fInfoMap.begin(); iterator != fInfoMap.end(); iterator++)
457 ASSERT(found != fInfoMap.end());
608 for (; iterator != info.active_flavors.end(); iterator++) {
788 if (foundFile == fFileMap.end()) {
800 if (foundInfo == fInfoMap.end()) {
[all...]
/haiku/headers/cpp/
H A Dstl_map.h141 iterator end() { return _M_t.end(); } function in class:map
142 const_iterator end() const { return _M_t.end(); } function in class:map
153 if (__i == end() || key_comp()(__k, (*__i).first))
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp66 virtual void GetSamples(double start, double end, double* samples, argument
71 double sampleLength = (end - start) / (double)sampleCount;
283 eventTime = end + 1;
287 eventTime = end + 1;
313 + (end - start)
/haiku/src/libs/x86emu/
H A Ddebug.c144 /* end major hack mode. */
234 u32 end = (off + 16) & 0xfffffff0; local
239 while (end <= off + amt) {
243 for (; i < end; i++)
246 start = end;
247 end = start + 16;
/haiku/src/kits/support/
H A DArchivingManagers.cpp110 if (it == fTokenMap.end())
156 return fTokenMap.find(archivable) != fTokenMap.end();
171 for(TokenMap::iterator it = fTokenMap.begin(), end = fTokenMap.end();
172 it != end; it++) {
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp194 while (iterator != fTranslators.end()) {
207 while (imageIterator != images.end()) {
380 const char* end = strchr(paths, ':'); local
383 if (end != NULL) {
384 path.SetTo(paths, end - 1 - paths);
385 paths = end + 1;
680 while (iterator != fMessengers.end()) {
703 while (iterator != fTranslators.end()) {
732 while (iterator != fTranslators.end()) {
787 while (iterator != fTranslators.end()) {
[all...]
/haiku/src/libs/libfdt/
H A Dfdt_sw.c340 fdt32_t *end; local
348 end = fdt_grab_space_(fdt, sizeof(*end));
349 if (! end)
351 *end = cpu_to_fdt32(FDT_END);
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp345 it != outputConnections.end(); ++it) {
631 // c_set.end(),
639 it != c_set.end(); ++it) {
746 inputs.begin(), inputs.end(),
749 if(it != inputs.end()) {
761 inputs.begin(), inputs.end(),
764 if(it != inputs.end()) {
787 outputs.begin(), outputs.end(),
790 if(it != outputs.end()) {
802 outputs.begin(), outputs.end(),
[all...]
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp278 for (it = fTextSpans.begin(); it != fTextSpans.end(); it++) {
301 BString end = Text(start, endLength); local
302 return end == string;
311 for (it = fTextSpans.begin(); it != fTextSpans.end(); it++) {
339 for (it = fTextSpans.begin(); it != fTextSpans.end(); it++) {
/haiku/src/bin/bfs_tools/
H A Drecover.cpp193 if (gMainInodes.find(run) == gMainInodes.end())
214 off_t end)
229 for (off_t offset = start; offset < end; offset += sizeof(buffer)) {
275 100 * (offset - start) / (end - start), count);
295 off_t end = offset + (disk.Log().length << disk.BlockShift()); local
298 offset, end);
300 collectInodes(disk, NULL, &gLogged, offset, end);
310 off_t end = (off_t)disk.NumBlocks() << disk.BlockShift(); local
313 offset, end);
315 collectInodes(disk, &gMainInodes, NULL, offset, end);
213 collectInodes(Disk& disk, RunSet* set, InodeHashtable* hashTable, off_t start, off_t end) argument
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp167 for (; it != fConfiguration->fStringSettings.end(); it ++) {
176 for (; it != fConfiguration->fBooleanSettings.end(); it ++) {
185 for (; it != fConfiguration->fIntSettings.end(); it ++) {
194 for (; it != fConfiguration->fDimensionSettings.end(); it ++) {
203 for (; it != fConfiguration->fDoubleSettings.end(); it ++) {
270 for (; it != fBands->end(); it++) {
369 if (it == bands.end())
374 for (it ++; it != bands.end(); it ++) {
437 for (; it != fBands->end(); it ++) {
/haiku/src/kits/mail/
H A DMailComponent.cpp209 int32 end = 0; local
216 while (end < string.Length()) {
217 end = string.FindFirst(';', i);
218 if (end < 0)
219 end = string.Length();
221 string.CopyInto(sub_cat, i, end - i);
222 i = end + 1;
224 //-------Trim spaces off of beginning and end of text
618 char* end = string + bytes; local
619 for (dest = src = string; src < end; sr
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c175 not functions -- `alloca'-allocated space disappears at the end of the
215 `string1' or just past its end. This works if PTR is NULL, which is
293 /* Fail unless at end of line. */
300 /* Analogously, for end of buffer/string. */
306 /* Same as jump, but marks the end of an alternative. */
337 /* Push a dummy failure point and continue. Used at the end of
358 wordend, /* Succeeds if at word end. */
517 print_partial_compiled_pattern (start, end)
519 unsigned char *end;
523 unsigned char *pend = end;
[all...]
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp319 char *end; local
320 device = strtol(string, &end, 0);
321 if (end == NULL || device == 0 || end[0] != ':')
324 node = strtoull(end + 1, &end, 0);
325 if (end == NULL || end[0] != ':')
329 *_end = end + 1;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp227 if (found == fFlagsMap.end())
307 for (; pendingIterator != fPendingFlagsMap.end(); pendingIterator++)
317 for (; iterator != fRefMap.end(); iterator++) {
319 if (fSynchronizedUIDsSet.find(uid) == fSynchronizedUIDsSet.end())
327 for (; deleteIterator != deleteUIDs.end(); deleteIterator++)
410 for (; iterator != uids.end(); iterator++) {
550 // if (found != lastUIDs.end()) {
599 if (found != fPendingBodies.end()) {
605 for (; iterator != messengers.end(); iterator++)
615 if (found == fRefMap.end())
[all...]
/haiku/src/bin/rc/
H A Ddecompile.cpp169 // characters. The buffer should also end with a '\0'. Although the
217 write_raw_line(uint8 *ptr, uint8 *end, size_t bytesPerLine) argument
223 while (ptr < end && count < bytesPerLine) {
239 uint8 *end = ptr + length; local
254 while (ptr < end) {
259 ptr = write_raw_line(ptr, end, bytesPerLine);
271 write_raw_line(ptr, end, bytesPerLine);
492 write_string_line(const char *ptr, const char *end, size_t charsPerLine) argument
499 while (ptr < end && count < charsPerLine && !end_of_item) {
527 if (end_of_item && ptr < end)
539 const char *end = ptr + length; local
[all...]

Completed in 168 milliseconds

1234567891011>>