Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c58 char Txt[1024]; in Show_Bits() local
64 snprintf(Txt, strlen(" "), " "); in Show_Bits()
68 snprintf(Txt, sizeof(Txt), "%sX", Txt); in Show_Bits()
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()
73 snprintf(Txt, sizeof(Txt), "%s ", Txt); in Show_Bits()
74 printf("%s", Txt); in Show_Bits()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c58 char Txt[1024];
64 snprintf(Txt, strlen(" "), " ");
68 snprintf(Txt, sizeof(Txt), "%sX", Txt);
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
73 snprintf(Txt, sizeof(Txt), "%s ", Txt);
74 printf("%s", Txt);
Dtng_hostheader.c59 char Txt[1024]; in Show_Bits()
65 snprintf(Txt, strlen(" "), " "); in Show_Bits()
69 snprintf(Txt, sizeof(Txt), "%sX", Txt); in Show_Bits()
71 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()
74 snprintf(Txt, sizeof(Txt), "%s ", Txt); in Show_Bits()