Searched refs:xorMask (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp42 TDFX_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
46 if (andMask == NULL || xorMask == NULL)
72 fbCursor[row * 16 + colByte + 8] = *xorMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! TDFX_LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp53 Mach64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
57 if (andMask == NULL || xorMask == NULL)
81 uint8 xorBits = *xorMask++;
H A Drage128_cursor.cpp57 Rage128_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
61 if (andMask == NULL || xorMask == NULL)
89 fbCursor[row * 16 + colByte + 8] = *xorMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_cursor.cpp60 Trio64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
64 if (andMask == NULL || xorMask == NULL)
90 fbCursor[row * 16 + colByte + 2] = *xorMask++;
H A Dvirge_cursor.cpp60 Virge_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
64 if (andMask == NULL || xorMask == NULL)
90 fbCursor[row * 16 + colByte + 2] = *xorMask++;
H A Dsavage_cursor.cpp83 Savage_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
87 if (andMask == NULL || xorMask == NULL)
113 fbCursor[row * 16 + colByte + 2] = *xorMask++;
H A Dcursor.cpp14 uint8* andMask, uint8* xorMask)
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c116 uint32_t xorMask= xorKey ? local
137 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
138 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
139 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
140 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
141 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c123 uint32_t xorMask= xorKey ? local
158 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
159 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
160 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
161 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
162 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c164 uint32_t xorMask = xorKey ? local
217 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
218 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff;
219 key2 = LE_READ_4(k->kv_val+6) ^ xorMask;
220 key3 = (LE_READ_2(k->kv_val+10) ^ xorMask) & 0xffff;
221 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
/haiku/src/add-ons/accelerants/nvidia/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/skeleton/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/via/
H A DCursor.c14 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
29 head1_cursor_define(andMask,xorMask);
31 head2_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcursor.cpp18 uint8* andMask, uint8* xorMask)
43 data[16 * y + x + 8] = xorMask[byteWidth * y + x];
17 intel_set_cursor_shape(uint16 width, uint16 height, uint16 hotX, uint16 hotY, uint8* andMask, uint8* xorMask) argument
/haiku/src/add-ons/accelerants/neomagic/
H A DCursor.c13 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
28 nm_crtc_cursor_define(andMask,xorMask);
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c737 status_t eng_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
757 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
759 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
761 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
766 xorMask++;
774 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
776 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
778 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
783 xorMask++;
H A Dcrtc2.c699 status_t eng_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
728 xorMask++;
736 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
738 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
740 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
745 xorMask++;
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc2.c699 status_t eng_crtc2_cursor_define(uint8* andMask,uint8* xorMask) argument
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
728 xorMask++;
736 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
738 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
740 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
745 xorMask++;
/haiku/src/add-ons/accelerants/matrox/
H A DCursor.c25 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask) argument
38 gx00_crtc_cursor_define(andMask,xorMask);
H A Dbe_driver_proto.h35 status_t SET_CURSOR_SHAPE(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, uint8 *andMask, uint8 *xorMask);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_keycache.c452 u_int32_t xorMask = xorKey ? local
507 key0 = LE_READ_4(k->kv_val + 0) ^ xorMask;
508 key1 = (LE_READ_2(k->kv_val + 4) ^ xorMask) & 0xffff;
509 key2 = LE_READ_4(k->kv_val + 6) ^ xorMask;
510 key3 = (LE_READ_2(k->kv_val + 10) ^ xorMask) & 0xffff;
511 key4 = LE_READ_4(k->kv_val + 12) ^ xorMask;
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant_protos.h49 uint16 hotY, const uint8 *andMask, const uint8 *xorMask);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c909 status_t nv_crtc_cursor_define(uint8* andMask,uint8* xorMask) argument
929 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
931 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
933 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
938 xorMask++;
946 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
948 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
950 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
955 xorMask++;

Completed in 101 milliseconds

12