Searched refs:pList (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dsavage_draw.cpp21 Savage_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
31 int x = pList->left;
32 int y = pList->top;
33 int w = pList->right - x + 1;
34 int h = pList->bottom - y + 1;
48 pList++;
54 Savage_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
64 int y = *pList++;
65 int x = *pList++;
66 int w = *pList
92 Savage_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
124 Savage_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
[all...]
H A Dtrio64_draw.cpp20 Trio64_FillRectangle(engine_token* et, uint32 color, fill_rect_params* pList, argument
31 int x = pList->left;
32 int y = pList->top;
33 int w = pList->right - x;
34 int h = pList->bottom - y;
43 pList++;
49 Trio64_FillSpan(engine_token* et, uint32 color, uint16* pList, uint32 count) argument
59 int y = *pList++;
60 int x = *pList++;
61 int w = *pList
84 Trio64_InvertRectangle(engine_token* et, fill_rect_params* pList, uint32 count) argument
111 Trio64_ScreenToScreenBlit(engine_token* et, blit_params* pList, uint32 count) argument
[all...]
H A Dvirge_draw.cpp27 Virge_FillRectangle(engine_token* et, uint32 color, fill_rect_params* pList, uint32 count) argument
37 int x = pList->left;
38 int y = pList->top;
39 int w = pList->right - x + 1;
40 int h = pList->bottom - y + 1;
49 pList++;
55 Virge_FillSpan(engine_token* et, uint32 color, uint16* pList, uint32 count) argument
65 int y = *pList++;
66 int x = *pList++;
67 int w = *pList
91 Virge_InvertRectangle(engine_token* et, fill_rect_params* pList, uint32 count) argument
118 Virge_ScreenToScreenBlit(engine_token* et, blit_params* pList, uint32 count) argument
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp119 Mach64_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
130 int x = pList->left;
131 int y = pList->top;
132 int w = pList->right - x + 1;
133 int h = pList->bottom - y + 1;
139 pList++;
145 Mach64_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
156 int y = *pList++;
157 int x = *pList++;
158 int w = *pList
171 Mach64_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
196 Mach64_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
[all...]
H A Drage128_draw.cpp130 Rage128_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
144 int x = pList->left;
145 int y = pList->top;
146 int w = pList->right - x + 1;
147 int h = pList->bottom - y + 1;
153 pList++;
159 Rage128_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
172 int y = *pList++;
173 int x = *pList++;
174 int w = *pList
187 Rage128_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
216 Rage128_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c135 const uint16_t *pList, uint16_t listSize,
1808 * INPUT pList -ptr to the list to search
1815 const uint16_t *pList, uint16_t listSize,
1818 const uint16_t listEndValue = *(pList + listSize - 1);
1826 if (target < (uint32_t)(*pList * EEP_SCALE - EEP_DELTA)) {
1827 *pLowerValue = *pList;
1828 *pUpperValue = *pList;
1848 if (abs(pList[i] * EEP_SCALE - (int32_t) target) < EEP_DELTA) {
1849 *pLowerValue = pList[i];
1850 *pUpperValue = pList[
1814 ar5211GetLowerUpperValues(uint16_t value, const uint16_t *pList, uint16_t listSize, uint16_t *pLowerValue, uint16_t *pUpperValue) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1369 ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, argument
1377 if (target <= pList[0]) {
1381 if (target >= pList[listSize-1]) {
1392 if (pList[i] == target) {
1400 if (target < pList[i + 1]) {
H A Dah_internal.h977 extern HAL_BOOL ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5111.c59 const uint16_t *pList, uint16_t listSize,
H A Dar5212_reset.c68 uint16_t *pList, uint16_t listSize,

Completed in 67 milliseconds