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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 46 typedef char HChar; /* signfulness depends on host */
108 static inline HChar toHChar ( Int x ) {
110 return (HChar)x;
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 106 typedef char HChar; /* signfulness depends on host */
126 void fail ( HChar* msg )
210 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
348 void modify_macho_loadcmds ( HChar* filename,
533 static Bool is_plausible_tool_exe_name ( HChar* nm )
535 HChar* p;
  /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-sgcheck/tests/
bad_percentify.c 15 typedef char HChar;
33 void(*send)(HChar,void*),
35 const HChar* format,
51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
62 HChar buf[512];
70 static void add_to__printf_buf ( HChar c, void *p )
85 const HChar *format, va_list vargs )
97 const HChar *format, va_list vargs )
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
119 UInt VG_(printf) ( const HChar *format, ...
    [all...]
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/VEX/switchback/
test_bzip2.c 877 typedef char HChar;
973 static HChar vexxx_toupper ( HChar c )
981 static Int vexxx_strlen ( const HChar* str )
988 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
1009 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1058 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1060 HChar buf[40]
    [all...]
test_ppc_jm1.c 158 typedef char HChar;
322 static HChar vexxx_toupper ( HChar c )
330 static Int vexxx_strlen ( const HChar* str )
337 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
358 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
407 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
409 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 651 milliseconds