Searched refs:index (Results 226 - 250 of 1857) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h485 #define VsetRGB(index, count, array) toscallWWP(XBIOS_TRAP, 93, (int16)index, (int16)count, (void *)array)
/haiku/src/system/kernel/
H A Dsmp.cpp122 // as index into sLastCaller. Note, that it has to be casted to uint32
130 int32 index = (uint32)atomic_add(&sLastIndex, 1) % NUM_LAST_CALLERS; local
132 sLastCaller[index].caller = caller;
133 sLastCaller[index].lock = lock;
143 int32 index = (NUM_LAST_CALLERS + lastIndex - 1 - i) % NUM_LAST_CALLERS; local
144 if (sLastCaller[index].lock == lock)
145 return sLastCaller[index].caller;
1318 \param cpu The index of the calling CPU.
/haiku/src/system/kernel/debug/
H A Ddebug.cpp922 // If the command is continuable, remember the current line index.
1177 kprintf("invalid CPU index\n");
1496 uint32 index = 0; local
1497 while (index < kMaxDebuggerModules && sDebuggerModules[index] != NULL) {
1498 debugger_module_info* module = sDebuggerModules[index];
1505 index++;
1693 "Switches to CPU with the index <cpu>.\n", 0);
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp135 set_debug_argument_variable(int32 index, uint64 value) argument
138 snprintf(name, sizeof(name), "_arg%ld", index);
827 = "usage: %s [ <thread id> ] <call index> [ -<arg count> ]\n"
831 " <call index> - The index of the call in the stack trace.\n"
878 for (int32 index = 0; index <= callIndex; index++) {
885 if (index == callIndex)
900 if (index
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp163 for (i = 0; i < frameStack->index; i++) {
187 for (i = 0; i < frameStack->index; i++) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp163 for (i = 0; i < frameStack->index; i++) {
187 for (i = 0; i < frameStack->index; i++) {
304 for (i = 0; i < frameStack->index; i++) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp89 set_debug_argument_variable(int32 index, uint64 value) argument
92 snprintf(name, sizeof(name), "_arg%" B_PRId32, index);
362 for (i = 0; i < frameStack->index; i++) {
386 for (i = 0; i < frameStack->index; i++) {
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp97 set_debug_argument_variable(int32 index, uint64 value) argument
100 snprintf(name, sizeof(name), "_arg%" B_PRId32, index);
372 for (i = 0; i < frameStack->index; i++) {
396 for (i = 0; i < frameStack->index; i++) {
/haiku/src/system/boot/loader/
H A Dmenu.cpp252 Menu::ItemAt(int32 index) argument
254 if (index < 0 || index >= fCount)
261 if (index-- == 0)
272 int32 index = 0; local
277 return index;
279 index++;
322 int32 index = 0; local
328 *_index = index;
332 index
363 RemoveItemAt(int32 index) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp153 PackageFSActivationChangeItem* ItemAt(uint32 index) const
155 return index < CountItems() ? &fRequest->items[index] : NULL;
198 Index* index = fIndices.Clear(true); local
199 while (index != NULL) {
200 Index* next = index->IndexHashLink();
201 delete index;
202 index = next;
254 // create the name index
256 NameIndex* index local
271 SizeIndex* index = new(std::nothrow) SizeIndex; local
286 LastModifiedIndex* index = new(std::nothrow) LastModifiedIndex; local
301 AttributeIndex* index = new(std::nothrow) AttributeIndex; local
[all...]
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp244 // find the correct index (sorted by offset)
246 int32 index = 0; local
248 for (; index < count; index++) {
249 BGradient::ColorStop* s = ColorAtFast(index);
253 if (!fColors.AddItem((void*)step, index)) {
258 return index;
263 Gradient::AddColor(const BGradient::ColorStop& color, int32 index) argument
266 if (!fColors.AddItem((void*)step, index)) {
276 Gradient::RemoveColor(int32 index) argument
292 SetColor(int32 index, const BGradient::ColorStop& color) argument
307 SetColor(int32 index, const rgb_color& color) argument
321 SetOffset(int32 index, float offset) argument
420 int32 index = (int32)floorf(count * from->offset + 0.5); local
[all...]
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp362 int32 index = fPointCount; local
365 _SetPoint(index, point);
366 _NotifyPointAdded(index);
378 int32 index = fPointCount; local
381 _SetPoint(index, point, pointIn, pointOut, connected);
382 _NotifyPointAdded(index);
391 VectorPath::AddPoint(BPoint point, int32 index) argument
393 if (index < 0)
394 index = 0;
395 if (index > fPointCoun
417 RemovePoint(int32 index) argument
441 SetPoint(int32 index, BPoint point) argument
461 SetPoint(int32 index, BPoint point, BPoint pointIn, BPoint pointOut, bool connected) argument
552 SetInOutConnected(int32 index, bool connected) argument
567 GetPointAt(int32 index, BPoint& point) const argument
580 GetPointInAt(int32 index, BPoint& point) const argument
593 GetPointOutAt(int32 index, BPoint& point) const argument
606 GetPointsAt(int32 index, BPoint& point, BPoint& pointIn, BPoint& pointOut, bool* connected) const argument
706 FindBezierScale(int32 index, BPoint point, double* scale) const argument
737 GetPoint(int32 index, double t, BPoint& point) const argument
948 int32 index = 0; local
1036 _SetPoint(int32 index, BPoint point) argument
1049 _SetPoint(int32 index, const BPoint& point, const BPoint& pointIn, const BPoint& pointOut, bool connected) argument
[all...]
H A DShape.h82 virtual void ItemAdded(VectorPath* path, int32 index);
86 virtual void PointAdded(int32 index);
87 virtual void PointRemoved(int32 index);
88 virtual void PointChanged(int32 index);
97 virtual void ItemAdded(Transformer* t, int32 index);
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h149 int index; member in struct:evTimer
H A Dev_timers.c262 if (heap_element(ctx->timers, del->index) != del)
265 if (heap_delete(ctx->timers, del->index) < 0)
289 if (heap_element(ctx->timers, timer->index) != timer)
315 if (heap_element(ctx->timers, timer->index) != timer)
344 result = heap_increased(ctx->timers, timer->index);
350 result = heap_decreased(ctx->timers, timer->index);
464 timer->index = idx;
/haiku/src/system/libnetwork/netresolv/include/isc/
H A Dheap.h30 heap_index_func index; member in struct:heap_context
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp71 for (int index = 0; index < refCount; index++) {
72 fThreadDataStore->FindRef("refs", index, &ref);
74 if (index > 0) {
122 int index = 1; local
123 for (;; index++) {
126 if (index != 1)
127 tryName << " " << index; local
146 for (int index
[all...]
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp214 int32 index = fMatchingTypeMenuField->Menu()->IndexOf(item); local
218 if (index < kStartsWith || index > kRegexpMatch)
224 return typeArray[index];
H A DNavMenu.cpp145 for (int32 index = 0 ; index < count ; index++) {
146 ModelMenuItem* item = dynamic_cast<ModelMenuItem*>(menu->ItemAt(index));
216 for (int32 index = 0 ; index < count ; index++) {
217 if (typeslist->ItemAt(index)->Compare(mimestr) == 0) {
242 for (int32 index = 0; incoming->HasRef("refs", index); inde
[all...]
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp168 inline int32 IndexAt(int32 index) const
169 { return at(index); }
482 // points to the correct index
1063 PathManipulator::PointAdded(int32 index) argument
1070 PathManipulator::PointRemoved(int32 index) argument
1072 fSelection->Remove(index);
1078 PathManipulator::PointChanged(int32 index) argument
1250 PathManipulator::_InsertPoint(BPoint where, int32 index) argument
1263 if (fPath->FindBezierScale(index - 1, where, &scale)
1265 && fPath->GetPoint(index
1301 _SetInOutConnected(int32 index, bool connected) argument
1308 _SetSharp(int32 index) argument
1336 _RemovePoint(int32 index) argument
1346 _RemovePointIn(int32 index) argument
1357 _RemovePointOut(int32 index) argument
1412 int32 index = fOldSelection->IndexAt(i); local
1426 _Select(int32 index, bool extend) argument
1458 _Deselect(int32 index) argument
1473 int32 index = fSelection->IndexAt(i); local
1535 _ControlPointRect(int32 index, uint32 mode) const argument
1581 int32 index = -1; local
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp256 // index.
257 int index = 0; local
261 if (archive->FindMessage("transformer", index, &transformerArchive) != B_OK)
274 index++;
353 TransformerListView::CloneItem(int32 index) const
355 if (TransformerItem* item = dynamic_cast<TransformerItem*>(ItemAt(index))) {
394 TransformerListView::ItemAdded(Transformer* transformer, int32 index) argument
403 _AddTransformer(transformer, index);
509 TransformerListView::_AddTransformer(Transformer* transformer, int32 index) argument
512 return AddItem(new TransformerItem(transformer, this), index);
[all...]
H A DTransformerListView.h62 virtual void ItemAdded(Transformer* transformer, int32 index);
72 Transformer* transformer, int32 index);
H A DStyleListView.h64 virtual void ItemAdded(Style* style, int32 index);
79 bool _AddStyle(Style* style, int32 index);
H A DShapeListView.h68 virtual void ItemAdded(Shape* shape, int32 index);
79 bool _AddShape(Shape* shape, int32 index);
H A DPathListView.h67 virtual void ItemAdded(VectorPath* path, int32 index);
81 bool _AddPath(VectorPath* path, int32 index);

Completed in 121 milliseconds

1234567891011>>