Searched refs:_index (Results 1 - 25 of 34) sorted by path

12

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex262 \item{\code{rh\_index\_section\_offset}:
283 \code{resource\_index\_entry} structures, that locates the data of each
310 \item{\code{rish\_index\_section\_offset}:
316 \item{\code{rish\_index\_section\_size}:
349 Directly, without padding, it follows a table of \code{resource\_index\_entry}
354 the size of \code{resource\_index\_entry} and the number of resources.
487 \item{\code{ri\_index}:
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h95 int32& _index, BMessage& item) const;
/haiku/headers/private/kernel/boot/
H A Dmenu.h119 MenuItem* FindSelected(int32* _index = NULL);
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h103 int32& _index) const;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_timer.c58 #define AR_GENTMR_BIT(_index) (1 << (_index))
H A Dar9300desc.h444 #define set_11n_tries(_series, _index) \
445 (SM((_series)[_index].Tries, AR_xmit_data_tries##_index))
447 #define set_11n_rate(_series, _index) \
448 (SM((_series)[_index].Rate, AR_xmit_rate##_index))
450 #define set_11n_pkt_dur_rts_cts(_series, _index) \
451 (SM((_series)[_index].PktDuration, AR_packet_dur##_index) |\
452 ((_series)[_index]
[all...]
/haiku/src/apps/text_search/
H A DGrepListView.cpp29 GrepListView::FindItem(const entry_ref& ref, int32* _index) const
37 *_index = i;
41 *_index = -1;
H A DGrepListView.h26 int32* _index) const;
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp861 const char* nameField, const char* name, int32& _index,
869 _index = index;
860 _GetItem(const BMessage& container, const char* itemField, const char* nameField, const char* name, int32& _index, BMessage& item) const argument
/haiku/src/kits/shared/
H A DColorQuantizer.cpp258 BColorQuantizer::_GetPaletteColors(Node* node, RGBA* table, uint32* _index, argument
265 table[*_index].r = clip((float)node->sumR / node->pixelCount);
266 table[*_index].g = clip((float)node->sumG / node->pixelCount);
267 table[*_index].b = clip((float)node->sumB / node->pixelCount);
268 table[*_index].a = clip((float)node->sumA / node->pixelCount);
270 sums[*_index] = node->pixelCount;
271 (*_index)++;
275 _GetPaletteColors(node->child[i], table, _index, sums);
/haiku/src/kits/tracker/
H A DPoseList.cpp151 PoseList::FindPoseByFileName(const char* name, int32* _index) const
158 if (_index != NULL)
159 *_index = index;
H A DPoseList.h76 BPose* FindPoseByFileName(const char* name, int32* _index = NULL) const;
H A DPoseView.cpp8193 BPoseView::FirstVisiblePose(int32* _index) const
8197 Bounds().top + fListElemHeight - 1), _index);
8202 BPoseView::LastVisiblePose(int32* _index) const
8206 - fListElemHeight + 2), _index);
8210 if (_index != NULL)
8211 *_index = CurrentPoseList()->CountItems() - 1;
H A DPoseView.h269 BPose* FirstVisiblePose(int32* _index = NULL) const;
270 BPose* LastVisiblePose(int32* _index = NULL) const;
/haiku/src/preferences/locale/
H A DLanguageListView.cpp201 LanguageListView::ItemForLanguageID(const char* id, int32* _index) const
208 if (_index != NULL)
209 *_index = index;
219 LanguageListView::ItemForLanguageCode(const char* code, int32* _index) const
226 if (_index != NULL)
227 *_index = index;
H A DLanguageListView.h71 int32* _index = NULL) const;
73 int32* _index = NULL) const;
/haiku/src/servers/input/
H A DPathList.cpp48 PathList::HasPath(const char* path, int32* _index) const
52 if (_index != NULL)
53 *_index = i;
H A DPathList.h21 int32* _index = NULL) const;
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp107 void TestConcurrentWriteReadThread(TestContext& context, void* _index) argument
109 if (!_TestConcurrentWriteReadThread(context, (addr_t)_index))
113 void TestConcurrentWriteNestedReadThread(TestContext& context, void* _index) argument
115 if (!_TestConcurrentWriteNestedReadThread(context, (addr_t)_index))
119 void TestConcurrentDegradeThread(TestContext& context, void* _index) argument
121 if (!_TestConcurrentDegradeThread(context, (addr_t)_index))
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c126 #define set11nTries(_series, _index) \
127 (SM((_series)[_index].Tries, AR_XmitDataTries##_index))
129 #define set11nRate(_series, _index) \
130 (SM((_series)[_index].Rate, AR_XmitRate##_index))
132 #define set11nPktDurRTSCTS(_series, _index) \
133 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) |\
134 ((_series)[_index]
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1044 uint16 keyLength, uint16* _index, off_t* _next)
1051 if (_index)
1052 *_index = 0;
1083 if (_index)
1084 *_index = i;
1091 if (_index)
1092 *_index = saveIndex;
1158 off_t* _offset, bplustree_node** _fragment, uint32* _index)
1188 *_index = j;
1043 _FindKey(const bplustree_node* node, const uint8* key, uint16 keyLength, uint16* _index, off_t* _next) argument
1156 _FindFreeDuplicateFragment(Transaction& transaction, const bplustree_node* node, CachedNode& cached, off_t* _offset, bplustree_node** _fragment, uint32* _index) argument
H A DBPlusTree.h337 bplustree_node** _fragment, uint32* _index);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexDirectory.cpp74 AttributeIndex **_index)
119 if (_index)
120 *_index = index;
73 CreateIndex(const char *name, uint32 type, AttributeIndex **_index) argument
/haiku/src/kits/interface/
H A DMenu.cpp1955 BMenuItem*& item, int32 *_index)
1983 if (_index != NULL)
1984 *_index = index;
1954 _ResolveItemSpecifier(const BMessage& specifier, int32 what, BMenuItem*& item, int32 *_index) argument
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp749 DatabaseLocation::_OpenType(const char* type, BNode& _node, int32& _index) const
756 _index = i;

Completed in 202 milliseconds

12