HomeSort by relevance Sort by last modified time
    Searched refs:HChar (Results 176 - 200 of 281) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/coregrind/
m_sparsewa.c 82 void* (*alloc_nofail)(const HChar*,SizeT);
83 const HChar* cc;
234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
235 const HChar* cc,
m_rangemap.c 52 const HChar* cc; /* cost centre for alloc */
66 const HChar* cc,
m_oset.c 116 const HChar* cc; // cost centre for allocator
289 Alloc_Fn_t alloc_fn, const HChar* cc,
318 Alloc_Fn_t alloc_fn, const HChar* cc,
364 AvlTree* VG_(OSetWord_Create)(Alloc_Fn_t alloc_fn, const HChar* cc,
927 const HChar*(*strElem)(const void *), Int p )
939 static void OSet_Print( const AvlTree* t, const HChar *where,
940 const HChar*(*strElem)(const void *) )
m_deduppoolalloc.c 47 const HChar* cc; /* pool allocator's cost centre */
88 const HChar* cc,
330 const HChar* str,
  /external/valgrind/drd/
drd_barrier.c 58 static const HChar* barrier_get_typename(struct barrier_info* const p);
59 static const HChar* barrier_type_name(const BarrierT bt);
543 static const HChar* barrier_get_typename(struct barrier_info* const p)
550 static const HChar* barrier_type_name(const BarrierT bt)
drd_clientobj.h 169 const HChar* DRD_(clientobj_type_name)(const ObjType t);
drd_clientreq.c 153 DRD_(thread_set_name)(drd_tid, (const HChar*)arg[1]);
475 DRD_(semaphore_open)(arg[1], (HChar*)arg[2], arg[3], arg[4], arg[5]);
593 { DRD_(thread_get_running_tid)(), (HChar*)arg[1] };
608 { DRD_(thread_get_running_tid)(), (HChar*)arg[1] };
drd_thread.c 406 HChar* msg;
415 HChar* vc;
720 const HChar* DRD_(thread_get_name)(const DrdThreadId tid)
729 void DRD_(thread_set_name)(const DrdThreadId tid, const HChar* const name)
977 HChar *vc_min, *vc_max;
    [all...]
  /external/valgrind/include/
pub_tool_redir.h 35 #include "pub_tool_basics.h" // Bool and HChar
363 Bool VG_(is_soname_ld_so) (const HChar *soname);
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 367 static void unimplemented ( const HChar* str )
913 const HChar* nameIReg ( Int sz, UInt reg, Bool irregular )
915 static const HChar* ireg64_names[16]
918 static const HChar* ireg32_names[16]
921 static const HChar* ireg16_names[16]
924 static const HChar* ireg8_names[16]
927 static const HChar* ireg8_irregular[8]
    [all...]
host_mips_defs.h 168 extern const HChar *showMIPSCondCode(MIPSCondCode);
237 extern const HChar *showMIPSUnaryOp(MIPSUnaryOp);
250 extern const HChar *showMIPSAluOp(MIPSAluOp,
260 extern const HChar *showMIPSShftOp(MIPSShftOp,
270 extern const HChar *showMIPSMaccOp(MIPSMaccOp, Bool);
353 extern const HChar *showMIPSFpOp(MIPSFpOp);
363 extern const HChar *showMIPSFpGpMoveOp ( MIPSFpGpMoveOp );
372 extern const HChar *showMIPSMoveCondOp ( MIPSMoveCondOp );
host_s390_defs.h 42 const HChar *s390_hreg_as_string(HReg);
91 const HChar *s390_amode_as_string(const s390_amode *);
373 const HChar *name; /* callee's name (for debugging) */
654 const HChar *name, RetLoc rloc);
731 const HChar *s390_insn_as_string(const s390_insn *);
guest_x86_toIR.c     [all...]
guest_s390_defs.h 57 IRExpr* guest_s390x_spechelper ( const HChar *function_name,
guest_x86_defs.h 68 IRExpr* guest_x86_spechelper ( const HChar* function_name,
  /external/valgrind/exp-dhat/
dh_main.c 729 void dh_handle_noninsn_read ( CorePart part, ThreadId tid, const HChar* s,
803 const HChar* hName= NULL;
1033 const HChar* metric_name );
1036 static const HChar *clo_sort_by = "max-bytes-live";
1038 static Bool dh_process_cmd_line_option(const HChar* arg)
    [all...]
  /external/valgrind/lackey/
lk_main.c 195 static const HChar* clo_fnname = "main";
197 static Bool lk_process_cmd_line_option(const HChar* arg)
331 static const HChar* nameOfTypeIndex ( Int i )
481 const HChar* helperName;
752 const HChar *fnname;
    [all...]
  /external/valgrind/memcheck/tests/
unit_oset.c 58 static void* allocate_node(const HChar* cc, SizeT szB)
73 static const HChar *wordToStr(const void *p)
75 static HChar buf[32];
444 static HChar *blockToStr(void *p)
446 static HChar buf[32];
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c 632 (HChar*)ARG2, ARG3, SARG4);
660 (HChar*)ARG2, SARG3, SARG4);
666 PRINT("sys_openat64 ( %ld, %#lx(%s), %ld )", SARG1, ARG2, (HChar*)ARG2,
686 ML_(record_fd_open_with_given_name)(tid, RES, (HChar*)ARG2);
737 PRINT("sys_stat64 ( %#lx(%s), %#lx )", ARG1, (HChar*)ARG1, ARG2);
752 PRINT("sys_lstat64 ( %#lx(%s), %#lx )", ARG1, (HChar*)ARG1, ARG2);
802 PRINT("sys_statvfs64 ( %#lx(%s), %#lx )", ARG1, (HChar *) ARG1, ARG2);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 174 void (*barf)( const HChar* ) __attribute__((noreturn));
175 const HChar* barfstr;
195 __attribute__((noreturn)) void (*barf)(const HChar*),
196 const HChar* barfstr )
359 const HChar* barfMsg )
425 void (*barf)( const HChar* ) __attribute__((noreturn));
    [all...]
priv_d3basics.h 576 const HChar* ML_(pp_DW_children) ( DW_children hashch );
577 const HChar* ML_(pp_DW_TAG) ( DW_TAG tag );
578 const HChar* ML_(pp_DW_FORM) ( DW_FORM form );
579 const HChar* ML_(pp_DW_AT) ( DW_AT attr );
  /external/valgrind/callgrind/
main.c 381 const HChar* helperName;
695 const HChar* helperName;
    [all...]
callstack.c 133 HChar trigger[VG_(strlen)(fn->name) + 20];
155 HChar trigger[VG_(strlen)(fn->name) + 20];
276 const HChar spaces[][41] = {
  /external/valgrind/helgrind/
hg_main.c 109 static void all__sanity_check ( const HChar* who ); /* fwds */
409 HChar spaces[128+1];
468 static const HChar* show_LockKind ( LockKind lkk ) {
571 static void pp_everything ( Int flags, const HChar* caller )
804 static void laog__sanity_check ( const HChar* who ); /* fwds */
887 static void threads__sanity_check ( const HChar* who )
890 const HChar* how = "no error";
922 static void locks__sanity_check ( const HChar* who )
925 const HChar* how = "no error";
986 static void all_except_Locks__sanity_check ( const HChar* who )
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 41 void sr_extended_perror (SysRes sr, const HChar *msg)
83 const HChar* msg = "VG_(poll) failed (old kernel ?) retrying ... \n";
309 void remote_open (const HChar *name)
311 const HChar *user, *host;
    [all...]

Completed in 842 milliseconds

1 2 3 4 5 6 78 91011>>