Searched refs:index (Results 201 - 225 of 1857) sorted by last modified time

1234567891011>>

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp180 "... of PlaylistTrack { index } of ...", 0
544 int32 index; local
549 if (msg->GetCurrentSpecifier(&index, &specifier, &what, &property) != B_OK)
553 int32 match = propertyInfo.FindMatch(msg, index, &specifier, what, property);
648 int32 i = msg->GetInt32("index", fPlaylist->CountItems());
701 if (specifier.FindInt32("index", &i) != B_OK || i >= count) {
724 if (match == 14 && (specifier.FindInt32("index", &i) != B_OK
731 if (msg->GetCurrentSpecifier(&index, &specifier, &what, &property) != B_OK)
744 switch (itemPropertyInfo.FindMatch(msg, index, &specifier, what, property)) {
826 // fakePlaylistMessage.AddInt32("index",
844 int32 index; local
853 int32 index; local
862 int32 index; local
935 int32 index; local
947 int32 index; local
960 int32 index; local
1179 int32 index; local
1544 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
2912 _AddPlaylistItem(PlaylistItem* item, int32 index) argument
2922 _RemovePlaylistItem(int32 index) argument
2929 _MarkPlaylistItem(int32 index) argument
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp825 int32 index = 1; local
842 || strlen(argv[index]) <= 2
843 || argv[index][0] != '0'
844 || argv[index][1] != 'x') {
849 address = strtoul(argv[index], NULL, 0);
901 int32 index = 1; local
903 while (index < argc) {
904 if (argv[index][0] != '-')
907 if (!strcmp(argv[index], "-p")) {
910 } else if (!strcmp(argv[index], "
3979 vm_page_at_index(int32 index) argument
[all...]
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp97 for (int32 index = 0; index < menu->CountItems(); index++) {
98 BMenuItem* item = menu->ItemAt(index);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp244 TMatrix::Axis(int32 index) argument
248 v.x = m[index][0];
249 v.y = m[index][1];
250 v.z = m[index][2];
970 int32 index, color; local
1043 index = message->what - COLORS_RED_MSG;
1048 fNextSettings.colors[index] = (check_box->Value()?true:false);
1130 int32 index; local
1133 for (index = 0;; index
1646 uint32 i, index, i_step; local
1940 int32 i, index; local
[all...]
/haiku/src/apps/haikudepot/process/
H A DAbstractProcessNode.h38 PredecessorAt(int32 index) const;
43 SuccessorAt(int32 index) const;
H A DAbstractProcessNode.cpp104 AbstractProcessNode::PredecessorAt(int32 index) const
106 return fPredecessorNodes.ItemAt(index);
137 AbstractProcessNode::SuccessorAt(int32 index) const
139 return fSuccessorNodes.ItemAt(index);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp131 size_t index = 0;
135 = modelRequest->operations[index++];
258 size_t index = 0;
264 for (size_t i = 0; i < index; i++)
270 requests[index++] = modelRequest;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp53 fileblock_t index = offset >> fVolume->BlockShift(); local
54 TRACE("FindBlock(%" B_PRIdOFF ", %" B_PRIu64 ")\n", offset, index);
71 && stream->extent_index[i].LogicalBlock() <= index) {
74 TRACE("FindBlock() getting index %" B_PRId32 " at %" B_PRIu64 "\n",
94 if (stream->extent_entries[middle].LogicalBlock() > index)
104 if (stream->extent_entries[i].LogicalBlock() > index) {
119 ? logicalEndIndex - index
120 : stream->extent_entries[0].LogicalBlock() - index;
122 TRACE("FindBlock() sparse block index %" B_PRIu64 " at beginning of "
123 "stream\n", index);
293 int32 index = stream->extent_header.NumEntries(); local
339 int32 index = stream->extent_header.NumEntries(); local
370 int32 index = stream->extent_header.NumEntries(); local
419 int32 index = stream->extent_header.NumEntries() - 1; local
463 uint16 index = stream->extent_header.NumEntries() - 1; local
519 ext2_extent_index &index = stream->extent_index[i]; local
562 ext2_extent_index &index = stream->extent_index[i]; local
[all...]
H A DBitmapBlock.cpp94 uint32 index = startIndex; local
98 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
106 index += 1;
111 if (data[index++] != (marked ? 0xFFFFFFFF : 0)) {
113 B_PRIx32 "\n", iterations, data[index - 1]);
121 uint32 bits = B_LENDIAN_TO_HOST_INT32(data[index]);
147 TRACE("BitmapBlock::_Update(): start index: %" B_PRIu32 ", start bit: %"
184 uint32 index = startIndex; local
188 uint32 bits = B_LENDIAN_TO_HOST_INT32(fData[index]);
200 fData[index]
258 uint32 index = pos >> 5; local
381 uint32 index = 0; local
[all...]
/haiku/headers/private/libroot/locale/
H A DLocaleBackend.h168 virtual const char* GetLanginfo(int index) = 0;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp72 int32 index; member in struct:set_mtrr_parameter
199 sCpuModule->set_mtrr(parameter->index, parameter->base, parameter->length,
274 x86_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type) argument
277 parameter.index = index;
288 x86_get_mtrr(uint32 index, uint64* _base, uint64* _length, uint8* _type) argument
292 return sCpuModule->get_mtrr(index, _base, _length, _type);
1487 /*! Returns the index of the current CPU. Can only be called from the double
/haiku/src/kits/interface/
H A DAbstractSpinner.cpp976 BAbstractSpinner::ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, argument
979 return BControl::ResolveSpecifier(message, index, specifier, form,
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp57 int32 index = 0; local
59 for (int32 row = 0; row < layout->CountRows(); row += 3, index++) {
68 if (fSettings->FindMessage("partition", index, &partition) != B_OK)
74 fSettings->ReplaceMessage("partition", index, &partition);
192 PartitionsPage::_CreateControlMessage(uint32 what, int32 index) argument
195 message->AddInt32("index", index);
/haiku/src/apps/terminal/
H A DThemeView.cpp150 int index = 0; local
155 offset += strlen(colours[index++]) + 1;
159 offset += strlen(colours[index++]) + 1;
163 offset += strlen(colours[index++]) + 1;
167 offset += strlen(colours[index++]) + 1;
171 offset += strlen(colours[index++]) + 1;
175 offset += strlen(colours[index++]) + 1;
179 offset += strlen(colours[index++]) + 1;
183 offset += strlen(colours[index++]) + 1;
184 index
506 int32 index = 0; local
[all...]
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp248 for (int32 index = startIndex;; index++) {
250 = dynamic_cast<TWindowMenuItem*>(menu->ItemAt(index));
253 return index;
H A DStatusView.cpp845 int32 index;
847 BView* view = ViewAt(&index, &temp, id, false);
867 int32 index;
868 BView* view = ViewAt(&index, id, name);
874 /** at a specific index
879 TReplicantTray::ItemInfo(int32 index, const char** name, int32* id) argument
881 if (index < 0)
885 fShelf->ReplicantAt(index, &view, (uint32*)id, NULL);
895 /** replicant exists, by id/index */
900 int32 index; local
1084 ViewAt(int32* index, int32* id, int32 target, bool byIndex) argument
1120 ViewAt(int32* index, int32* id, const char* name) argument
1182 LocationForReplicant(int32 index, float replicantWidth) argument
1272 int32 index; local
[all...]
H A DTeamMenuItem.cpp130 for (int32 index = 0; index < teamCount; index++) {
131 team_id team = (addr_t)fTeam->ItemAt(index);
H A DTeamMenu.cpp252 for (int32 index = 0; index < itemCount; index++) {
253 BMenuItem* item = ItemAt(index);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h141 void UpdateAvailable(uint16 index);
H A DVirtioQueue.cpp276 uint16 index = descriptorIndex; local
277 if ((fRing.desc[index].flags & VRING_DESC_F_INDIRECT) == 0) {
278 while ((fRing.desc[index].flags & VRING_DESC_F_NEXT) != 0) {
279 index = fRing.desc[index].next;
287 fRing.desc[index].next = fRingHeadIndex;
315 uint16 index = QueueVector(insertIndex, fRing.desc, vector, local
318 fRingHeadIndex = index;
343 uint16 index = QueueVector(0, fDescriptors[insertIndex]->Indirect(), local
347 fRing.desc[insertIndex].len = index * sizeo
361 UpdateAvailable(uint16 index) argument
376 uint16 index = insertIndex; local
[all...]
H A DVirtioDevice.cpp21 return "ring event index";
193 for (size_t index = 0; index < count; index++) {
194 uint16 size = fController->get_queue_ring_size(fCookie, index);
195 fQueues[index] = new(std::nothrow) VirtioQueue(this, index, size);
196 queues[index] = fQueues[index];
198 if (fQueues[index] !
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp216 int index = GetIndexIntoMasterTable(DATA, LVDS_Info); local
227 if (atom_parse_data_header(gAtomContext, index, NULL,
368 int index = GetIndexIntoMasterTable(DATA, GPIO_Pin_LUT); local
374 if (atom_parse_data_header(gAtomContext, index, &tableSize, NULL, NULL,
376 ERROR("%s: could't read GPIO_Pin_LUT table from AtomBIOS index %d!\n",
377 __func__, index);
384 // Find the next available GPIO pin index
430 int index = GetIndexIntoMasterTable(DATA, GPIO_I2C_Info); local
434 if (atom_parse_data_header(gAtomContext, index, &tableSize,
436 ERROR("%s: could't read GPIO_I2C_Info table from AtomBIOS index
565 int index = GetIndexIntoMasterTable(DATA, SupportedDevicesInfo); local
669 int index = GetIndexIntoMasterTable(DATA, Object_Header); local
[all...]
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h33 intptr_t &Argument(int index) { return data[index]; } argument
34 intptr_t &ReturnValue(int index) { return data[num_args + index]; } argument
/haiku/src/apps/glteapot/
H A DObjectView.cpp344 long index = menu->IndexOf(item); local
345 menu->ItemAt(index)->SetMarked(true);
347 if (i != index)
/haiku/src/system/kernel/
H A Delf.cpp592 kprintf(" name index %d, '%s'\n", sym->st_name, SYMNAME(image, sym));
862 // version index from the defined and needed versions (they use the same
863 // index namespace).
1022 uint32 index = symbol - image->syms; local
1023 uint32 versionIndex = VER_NDX(image->symbol_versions[index]);
2667 size_t index = symbols[i].st_name; local
2668 if (index > stringTableSize)
2669 stringTableSize = index;

Completed in 95 milliseconds

1234567891011>>