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

  /external/valgrind/VEX/pub/
libvex_basictypes.h 46 typedef char HChar; /* signfulness depends on host */
114 static inline HChar toHChar ( Int x ) {
116 return (HChar)x;
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 132 typedef char HChar; /* signfulness depends on host */
152 void fail ( HChar* msg )
236 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
374 void modify_macho_loadcmds ( HChar* filename,
576 static Bool is_plausible_tool_exe_name ( HChar* nm )
578 HChar* p;
  /external/valgrind/none/tests/x86/
x86locked.c 15 typedef char HChar;
137 static HChar outBuf[1024];
  /external/valgrind/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 __attribute__(( noinline)) 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/none/tests/amd64/
amd64locked.c 15 typedef char HChar;
137 static HChar outBuf[1024];
  /external/valgrind/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/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 629 milliseconds