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

12

/haiku/src/servers/input/
H A DPathList.h21 int32* _index = NULL) const;
H A DPathList.cpp48 PathList::HasPath(const char* path, int32* _index) const
52 if (_index != NULL)
53 *_index = i;
/haiku/src/apps/text_search/
H A DGrepListView.h26 int32* _index) const;
H A DGrepListView.cpp29 GrepListView::FindItem(const entry_ref& ref, int32* _index) const
37 *_index = i;
41 *_index = -1;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
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...]
H A Dar9300_timer.c58 #define AR_GENTMR_BIT(_index) (1 << (_index))
/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;
/haiku/src/preferences/locale/
H A DLanguageListView.h71 int32* _index = NULL) const;
73 int32* _index = NULL) const;
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;
/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/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/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/system/libroot/posix/stdlib/
H A Denv.cpp95 find_variable(const char *name, int32 length, int32 *_index) argument
104 if (_index != NULL)
105 *_index = i;
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.h183 int _index; member in class:BPrivate::hoardHeap
468 _index = i;
475 return _index;
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h103 int32& _index) const;
/haiku/headers/private/kernel/boot/
H A Dmenu.h119 MenuItem* FindSelected(int32* _index = NULL);
/haiku/src/servers/app/
H A DEventDispatcher.h36 event_listener* FindListener(int32 token, int32* _index = NULL);
H A DEventDispatcher.cpp105 EventTarget::FindListener(int32 token, int32* _index) argument
111 if (_index)
112 *_index = i;
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp88 file_extent* _FindExtent(off_t offset, uint32* _index);
157 FileMap::_FindExtent(off_t offset, uint32 *_index) argument
174 if (_index)
175 *_index = index;
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp325 find_file_extent(file_cache_ref *ref, off_t offset, uint32 *_index) argument
334 if (_index)
335 *_index = index;
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h95 int32& _index, BMessage& item) const;
/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
/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}:

Completed in 145 milliseconds

12