Searched refs:end (Results 1 - 25 of 643) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp104 // be queried by searching for the start and end codepoints
114 kUnicodeBlocks[blockIndex].end))
533 for (uint32 c = kUnicodeBlocks[i].start; c <= kUnicodeBlocks[i].end;
631 for (uint32 c = kUnicodeBlocks[i].start; c <= kUnicodeBlocks[i].end;
637 if (c + pos > kUnicodeBlocks[i].end)
/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/servers/app/
H A DServerApp.cpp579 for (; iterator != fBitmapMap.end(); iterator++) {
2377 // 4) uint32 end of unicode block
2383 uint32 start, end; local
2387 link.Read<uint32>(&end);
2396 status = font.IncludesUnicodeBlock(start, end, hasBlock);
3819 if (iterator == fBitmapMap.end())
3832 if (iterator == fPictureMap.end())
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp517 int32 start = 0, end = 0; local
518 fLoggingView->GetSelection(&start, &end);
521 char * buffData = buffer.LockBuffer(end - start + 1);
523 fLoggingView->GetText(start, end - start, buffData);
524 buffer.UnlockBuffer(end - start + 1);
526 err = fwrite(buffer.String(), 1, end - start + 1, f);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp926 message.AddInt64("end", position - fEditor.ViewOffset());
993 message.AddInt64("end", foundAt + dataSize - 1 - fEditor.ViewOffset());
1493 ProbeView::_UpdateSelectionMenuItems(int64 start, int64 end) argument
1506 if (end < start + 8)
1507 size = end + 1 - start;
1798 int64 start, end; local
1800 && message->FindInt64("end", &end) == B_OK)
1801 _UpdateSelectionMenuItems(start, end);
1818 int32 start, end; local
1914 int32 start, end; local
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp609 uint32* end = start + size / 4; local
610 for (uint32* p = start; p < end; p++)
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1288 it != fPackageCredits.end(); it++) {
2206 it != fPackageCredits.end(); ++it) {
2238 if (it != fPackageCredits.end()) {
/haiku/src/kits/shared/
H A DStringForSize.cpp65 char* end; local
66 parsedSize = strtoll(sizeString, &end, 0);
67 if (end != sizeString && parsedSize > 0) {
69 switch (tolower(*end)) {
78 end++;
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h207 uint32 end; /* index in the PTB (in samples) */ member in struct:_emuxki_chanparms_loop
H A Demuxki.c396 chan->loop.end = 0x000010; /* Why ? */
481 uint32 start, uint32 end)
484 chan->loop.end = end & EMU_CHAN_DSL_LOOPENDADDR_MASK;
526 (chan->fxsend.d.level << 24) | chan->loop.end);
1128 uint32 start, end; local
1148 end = start + bufsize / sample_size;
1150 start, end);
1153 start, end);
2188 // end Joystic
480 emuxki_channel_set_bufparms(emuxki_channel *chan, uint32 start, uint32 end) argument
2881 char *end; local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp979 char* end; local
984 value = strtoul (item, &end, 0);
985 if (*end == '\0') current_settings.channels = value;
991 value = strtoul (item, &end, 0);
992 if (*end == '\0') current_settings.bitsPerSample = value;
998 value = strtoul (item, &end, 0);
999 if (*end == '\0') current_settings.sample_rate = value;
1005 value = strtoul (item, &end, 0);
1006 if (*end == '\0') current_settings.buffer_frames = value;
1012 value = strtoul (item, &end,
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c827 char *end; local
831 value = strtoul (item, &end, 0);
832 if (*end == '\0')
836 value = strtoul (item, &end, 0);
837 if (*end == '\0')
841 value = strtoul (item, &end, 0);
842 if (*end == '\0')
H A Des1370.c515 char *end; local
519 value = strtoul (item, &end, 0);
520 if (*end == '\0') current_settings.sample_rate = value;
523 value = strtoul (item, &end, 0);
524 if (*end == '\0') current_settings.buffer_frames = value;
527 value = strtoul (item, &end, 0);
528 if (*end == '\0') current_settings.buffer_count = value;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c1049 char *end; local
1053 value = strtoul (item, &end, 0);
1054 if (*end == '\0')
1058 value = strtoul (item, &end, 0);
1059 if (*end == '\0')
1063 value = strtoul (item, &end, 0);
1064 if (*end == '\0')
/haiku/src/tools/fs_shell/
H A Dvfs.cpp521 const char *end = fssh_strchr(fsName, '/'); local
522 if (end == NULL) {
529 char *name = (char *)malloc(end + 1 - fsName);
533 fssh_strlcpy(name, fsName, end + 1 - fsName);
1573 // complete path if there is a slash at the end
1777 // if we reached the end of the file, we can return as well
H A Dfssh.cpp237 if (it == fCommands.end())
248 it != fCommands.end(); ++it) {
1653 " [ --end-offset <endOffset>] [-n] <device>\n"
1655 " [ --end-offset <endOffset>]\n"
1706 } else if (strcmp(arg, "--end-offset") == 0) {
/haiku/src/kits/tracker/
H A DContainerWindow.cpp196 goto end;
201 goto end;
205 goto end;
210 goto end;
219 goto end;
226 end:
1508 // the end point of the drag
3684 // can't deal with a slash at end
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1634 chapterData.AddInt64("end", bigtime_t(1000000.0
1635 * chapter->end * chapter->time_base.num
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp410 char* end = strchr(leaf, '/'); local
411 if (end != NULL)
412 end[0] = '\0';
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp431 void* end = ((uint8*)madt + madt->Header.Length); local
432 while (apicEntry < end) {
544 void* end = ((uint8*)madt + madt->Header.Length); local
545 while (apicEntry < end) {
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp48 acpi_mcfg_allocation *end = (acpi_mcfg_allocation *) ((char*)mcfg + mcfg->header.length);
51 if (alloc + 1 != end)
54 for (; alloc < end; alloc++) {
55 dprintf("PCI: mechanism addr: %" B_PRIx64 ", seg: %x, start: %x, end: %x\n",
/haiku/src/bin/pkgman/
H A DPackageManager.cpp116 char* end; local
117 long selected = strtol(buffer, &end, 0);
118 if (end == buffer || *end != '\n' || selected < 1
257 // And finally remove any stray chars at the end of the line
/haiku/src/kits/package/
H A DPackageInfoParser.h109 const char* end,
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp274 // find the next ':' or run till the end of the string
440 char *end; local
443 end = strchr(buffer, '\n');
444 if (end == NULL) {
448 end[0] = '\0';
/haiku/src/system/kernel/fs/
H A Dvfs.cpp184 off_t end; member in struct:__anon1::advisory_lock
789 const char* end = strchr(fsName, '/'); local
790 if (end == NULL) {
797 char* name = (char*)malloc(end + 1 - fsName);
801 strlcpy(name, fsName, end + 1 - fsName);
817 const char* end = strchr(fsNames, ':'); local
818 if (end == NULL) {
825 size_t length = end - fsNames + 1;
831 fsNames = end + 1;
1568 && lock->end >
[all...]

Completed in 201 milliseconds

1234567891011>>