Home | History | Annotate | Download | only in perf

Lines Matching defs:HChar

1201 typedef char HChar;
1236 static HChar vex_toupper ( HChar c )
1244 static Int vex_strlen ( const HChar* str )
1251 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1264 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1313 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1315 HChar buf[40];
1319 HChar *digits = "0123456789ABCDEF";
1383 static HChar myprintf_buf[1000];
1386 static void add_to_myprintf_buf ( HChar c )