HomeSort by relevance Sort by last modified time
    Searched defs:pchr (Results 1 - 5 of 5) sorted by null

  /build/tools/apriori/
debug.c 10 char *pchr = (char *)b; local
23 if (isprint(pchr[last]))
24 fputc(pchr[last], s);
33 fprintf(s, "%02x", (unsigned char)pchr[i]);
  /build/tools/isprelinked/
debug.c 10 char *pchr = (char *)b; local
22 if (isprint(pchr[last]))
23 fputc(pchr[last], s);
32 fprintf(s, "%02x", (unsigned char)pchr[i]);
  /build/tools/lsd/
debug.c 11 char *pchr = (char *)b; local
24 if (isprint(pchr[last]))
25 fputc(pchr[last], s);
34 fprintf(s, "%02x", (unsigned char)pchr[i]);
  /development/tools/yuv420sp2rgb/
debug.c 10 char *pchr = (char *)b; local
23 if (isprint(pchr[last]))
24 fputc(pchr[last], s);
33 fprintf(s, "%02x", (unsigned char)pchr[i]);
  /external/elfcopy/
debug.c 12 char *pchr = (char *)b; local
24 if (isprint(pchr[last]))
25 fputc(pchr[last], s);
28 if(pchr[last])
35 fprintf(s, "%02x", (unsigned char)pchr[i]);

Completed in 988 milliseconds