Home
last modified time | relevance | path

Searched refs:uiBt (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c60 IMG_UINT32 uiLp, uiBt, Bcnt; in Show_Bits() local
65 for (uiBt = 128; uiBt >= 1; uiBt = uiBt >> 1) { in Show_Bits()
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c60 IMG_UINT32 uiLp, uiBt, Bcnt;
65 for (uiBt = 128; uiBt >= 1; uiBt = uiBt >> 1) {
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
Dtng_hostheader.c61 IMG_UINT32 uiLp, uiBt, Bcnt; in Show_Bits()
66 for (uiBt = 128; uiBt >= 1; uiBt = uiBt >> 1) { in Show_Bits()
71 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()