Searched refs:current (Results 151 - 168 of 168) sorted by relevance

1234567

/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp144 struct devfs_vnode* current; member in struct:__anon34::devfs_dir_cookie
326 if (cookie->current == vnode)
327 cookie->current = vnode->dir_next;
1322 cookie->current = vnode->stream.u.dir.dir_head;
1384 childNode = cookie->current;
1409 cookie->current = nextChildNode;
1431 cookie->current = vnode->stream.u.dir.dir_head;
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp160 "Gets/sets the current playing position in microseconds.",
1319 // Restore the current play position only if we have something to play
1496 // remember current view scale
1522 // store playlist, current index and position if this is audio
1537 fprintf(stderr, "Failed to store current playlist.\n");
1912 int current = fController->CurrentAudioTrack(); local
1928 item->SetMarked(i == current);
1939 current = fController->CurrentVideoTrack();
1944 item->SetMarked(i == current);
1956 current
[all...]
/haiku/src/servers/app/
H A DDesktop.cpp148 // TODO: this is a try to not steal focus from the current window
763 // retrieve from current screen
826 // retrieve from current screen
858 // retrieve from current screen
901 screen_configuration* current = fWorkspaces[workspace] local
904 if ((stored != NULL && current != NULL
905 && !memcmp(&stored->mode, &current->mode,
907 || (stored == NULL && current == NULL))
912 .Remove(current);
933 // store the current configuratio
934 screen_configuration* current local
[all...]
/haiku/src/system/kernel/
H A Dteam.cpp925 /*! Returns the team's current total CPU time (kernel + user + offset).
929 \param ignoreCurrentRun If \c true and the current thread is one team's
934 \return The team's current total CPU time.
964 /*! Returns the team's current user CPU time.
968 \return The team's current user CPU time.
1186 kprintf("No current team!\n");
1371 Team* current; local
1378 for (current = group->teams; current != NULL;
1379 current
[all...]
H A Dsmp.cpp716 uint32 current = *(volatile int32*)&lock->count; local
718 if (count % 2 == 1 || current != count) {
/haiku/src/apps/bootmanager/
H A Dbootman.S380 pop ax ; Add current ticks
493 xor cx, cx ; The index of the current item
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c374 chan->pitch.current = 0x0000; /* should it be 0x0400 */
379 chan->volume.current = 0x0000; /* no volume */
472 chan->pitch.current = chan->pitch.target;
621 chan->volume.current);
634 chan->pitch.current);
1769 values[i] = gpr->current[i];
1783 gpr->current[i] = index * gpr->granularity;
1801 values[i] = gpr->current[i];
/haiku/src/kits/tracker/
H A DFSUtils.cpp1161 // we will skip the current item, because we got a conflict
1650 // do not create a new directory, use the current one
1749 BEntry current; local
1750 while (source.GetNextEntry(&current) == B_OK) {
1751 if (current.IsDirectory()) {
1752 RecursiveMove(&current, &subDir, loopControl);
1753 current.Remove();
1755 name = current.Name();
1756 if (loopControl->OverwriteOnConflict(&current, name,
1759 MoveError::FailOnError(current
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1240 float current = 0.; local
1246 { USB_AUDIO_GET_CUR, 0, current },
1278 Control.name, current, Control.gain.min_gain, Control.gain.max_gain,
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c1389 u_int32_t status, current, len, flags; local
1394 current = (status & BFE_STAT_CDMASK) / sizeof(struct bfe_desc);
1401 for (prog = 0; current != cons; prog++,
1757 * Report current media status.
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c84 (current->values[_NL_ITEM_INDEX (item)].string)
474 /* The radix character of the current locale. */
481 /* The thousands character of the current locale. */
487 /* The numeric grouping specification of the current locale,
494 struct locale_data *current = loc->__locales[LC_NUMERIC]; variable in typeref:struct:locale_data
682 Return current read pointer. */
/haiku/src/kits/interface/
H A DTextView.cpp194 "Returns the current selection.", 0,
201 "Sets the current selection.", 0,
1515 // is the new selection any different from the current selection?
2782 // validate current size
3900 // remove any lines that start before the current line
4085 // reset string width to start of current run ...
4092 // before the current "word"
4111 int32 current = fromOffset; local
4112 for (offset = _NextInitialByte(current); current < limi
[all...]
H A DView.cpp331 // (that's NOT the current View visible clipping but the additional
1441 BMessage* current = fOwner->CurrentMessage(); local
1442 if (!current || current->FindPoint("be:view_where", &offset) != B_OK)
1636 // we get the current mouse location and buttons from the app_server
1688 // if we want to make this view the current focus view
2147 // This will update the current state, if necessary
2158 // This will update the current state, if necessary
5116 // queue, just ignore the current one, the newer one
6086 // current vie
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1750 // consider the passed offset as the current ht capability block pointer
1810 PCI::_FindDevice(PCIBus *current, uint8 domain, uint8 bus, uint8 device, argument
1813 if (current->domain == domain) {
1816 for (PCIDev *child = current->child; child != NULL;
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2168 struct decode* current = fFreeDecode++;
2177 current->branch[0] = fFreeDecode;
2179 current->branch[1] = fFreeDecode;
2182 current->leaf = source[16 + fDecodeLeaf++];
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp63 void PrepareTextRun(text_run *current);
402 // We only push a copy of the run on the stack because the current
427 // replace the current one, we don't need it anymore
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1170 /* this button just contains a rectangle of the current background
1181 than what a standard BButton would allow) with the current value
1194 than what a standard BButton would allow) with the current value
1633 /* copy the new state as the new current state */
2162 bigtime_t timer, time_left, current; local
2188 /* credit the timer by the current delay between frame */
2252 current = system_time();
2253 time_left = timer-current;
2259 timer = current;
2603 of the current targe
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex600 the usual memory page size of current x86 architectures and therefore the

Completed in 215 milliseconds

1234567