Home
last modified time | relevance | path

Searched refs:msk (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG_lbm.c85 Uint8 id[4], pbm, colormap[MAXCOLORS*3], *MiniBuf, *ptr, count, color, msk; in IMG_LoadLBM_RW() local
392 msk = 0x80; in IMG_LoadLBM_RW()
396 … if ( ( plane + j ) <= 7 ) ptr[j] |= (Uint8)( color & msk ) >> ( 7 - plane - j ); in IMG_LoadLBM_RW()
397 … else ptr[j] |= (Uint8)( color & msk ) << ( plane + j - 7 ); in IMG_LoadLBM_RW()
399 msk >>= 1; in IMG_LoadLBM_RW()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_cmu.h281 void hal_cmu_codec_set_fault_mask(uint32_t msk);

Completed in 5 milliseconds