Searched refs:Txt (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostheader.c | 58 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/ |
D | pnw_hostheader.c | 58 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);
|
D | tng_hostheader.c | 59 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()
|