Searched refs:argb (Results 1 – 5 of 5) sorted by relevance
/external/oprofile/libpopt/ |
D | popt.c | 183 con->os->argb = NULL; in poptGetContext() 224 os->argb = PBM_FREE(os->argb); in cleanOSE() 236 con->os->argb = PBM_FREE(con->os->argb); in poptResetContext() 373 con->os->argb = NULL; in handleAlias() 561 if (os->argb && PBM_ISSET(i, os->argb)) in findNextArg() 569 if (os->argb == NULL) os->argb = PBM_ALLOC(os->argc); in findNextArg() 570 if (os->argb != NULL) /* XXX can't happen */ in findNextArg() 571 PBM_SET(i, os->argb); in findNextArg() 739 if (con->os->argb && PBM_ISSET(con->os->next, con->os->argb)) { in poptGetNextOpt() 1069 con->os->argb = _free(con->os->argb); in poptFreeContext() [all …]
|
D | poptint.h | 50 pbm_set * argb; member
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
D | mmxp2_32.asm | 140 movq mm0, [esi] ; argb 141 movq mm1, mm0 ; argb 143 movq mm3, mm1 ; argb 150 movq mm4, [esi+8] ; argb 151 movq mm2, mm4 ; argb 153 movq mm1, mm2 ; argb
|
/external/qemu/android/skin/ |
D | argb.h | 30 mmx_save8888( mmx_t argb, mmx_t zero ) in mmx_save8888() argument 32 return (unsigned) _mm_cvtsi64_si32( _mm_packs_pu16( argb, zero ) ); in mmx_save8888() 49 mmx_mulshift( mmx_t argb, int multiplier, int rshift, mmx_t zero ) in mmx_mulshift() argument 51 mmx_t ar = _mm_unpackhi_pi16(argb, zero ); in mmx_mulshift() 52 mmx_t gb = _mm_unpacklo_pi16(argb, zero ); in mmx_mulshift()
|
/external/skia/src/images/ |
D | fpdfemb.h | 1759 FPDFEMB_TEXTMATRIX* matrix, const FPDFEMB_WCHAR* text, unsigned long argb);
|