Searched refs:b4 (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dpropertystore.h70 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid }
72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY name
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_sse.h220 __m128i b4 = _mm_srli_epi64(b, 32); /* shift by one dword */ local in function:mm_mullo_epi32
222 __m128i b4a4 = _mm_mul_epu32(b4, a4); /* multiply dwords 1, 3 */
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dreadtex.c70 unsigned long b1, b2, b3, b4; local in function:ConvertLong
78 b4 = *ptr++;
79 *array++ = (b1 << 24) | (b2 << 16) | (b3 << 8) | (b4);
/xsrc/external/mit/fonttosfnt/dist/
H A Dstruct.c296 BitmapPtr b4 = strikeBitmapIndex(strike, cmap, index + n + 4); local in function:makeIndexSubTables
297 if(b1 && b2 && b3 && b4 &&
301 SAME_METRICS(bitmap, b4)) {
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datilock.c192 pATI->LockData.b4 = ATIGetExtReg(0xB4U);
193 ATIModifyExtReg(pATI, 0xB4U, pATI->LockData.b4, 0x00U, 0x00U);
470 ATIModifyExtReg(pATI, 0xB4U, -1, 0x00U, pATI->LockData.b4);
H A Datistruct.h436 CARD8 a6, ab, b1, b4, b5, b6, b8, b9, be; member in struct:_ATIRec::__anon954fe0380108
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_sse.h222 __m128i b4 = _mm_srli_epi64(b, 32); /* shift by one dword */ local in function:mm_mullo_epi32
224 __m128i b4a4 = _mm_mul_epu32(b4, a4); /* multiply dwords 1, 3 */
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.c460 int b1 = 0, b2 = 0, b3 = 0, b4 = 0; local in function:MouseCommonOptions
471 } else if (sscanf(s, "%d %d %d %d", &b1, &b2, &b3, &b4) >= 2 &&
477 b4 > 0 && b4 <= MSE_MAXBUTTONS) {
479 pMse->positiveW = 1 << (b4-1);
482 b1, b2, b3, b4) == -1)
485 msg = Xprintf("buttons %d, %d, %d and %d", b1, b2, b3, b4);
499 if (b4 > pMse->buttons) pMse->buttons = b4;
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c750 int b1 = 0, b2 = 0, b3 = 0, b4 = 0; local in function:MouseCommonOptions
761 } else if (sscanf(s, "%d %d %d %d", &b1, &b2, &b3, &b4) >= 2 &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp41 void bc_finalizer::insert_rv6xx_load_ar_workaround(alu_group_node *b4) { argument
50 b4->insert_before(g);
H A Dsb_pass.h708 void insert_rv6xx_load_ar_workaround(alu_group_node *b4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_finalize.cpp41 void bc_finalizer::insert_rv6xx_load_ar_workaround(alu_group_node *b4) { argument
50 b4->insert_before(g);
H A Dsb_pass.h708 void insert_rv6xx_load_ar_workaround(alu_group_node *b4);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshaddd.c46 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
H A Dwinshadddnl.c46 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}

Completed in 20 milliseconds