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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 46 typedef char HChar; /* signfulness depends on host */
95 static inline HChar toHChar ( Int x ) {
97 return (HChar)x;
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 15 typedef char HChar;
125 static HChar outBuf[1024];
  /external/valgrind/main/none/tests/x86/
x86locked.c 15 typedef char HChar;
125 static HChar outBuf[1024];
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 900 typedef char HChar;
995 static HChar vex_toupper ( HChar c )
1003 static Int vex_strlen ( const HChar* str )
1010 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1031 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1080 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1082 HChar buf[40]
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 893 typedef char HChar;
988 static HChar vex_toupper ( HChar c )
996 static Int vex_strlen ( const HChar* str )
1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1024 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1075 HChar buf[40]
    [all...]
varinfo6.c 931 typedef char HChar;
1026 static HChar vex_toupper ( HChar c )
1034 static Int vex_strlen ( const HChar* str )
1041 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1062 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1111 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1113 HChar buf[40]
    [all...]
  /external/valgrind/main/perf/
bz2.c 893 typedef char HChar;
988 static HChar vex_toupper ( HChar c )
996 static Int vex_strlen ( const HChar* str )
1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1024 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1075 HChar buf[40]
    [all...]
test_input_for_tinycc.c 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]
    [all...]

Completed in 299 milliseconds