HomeSort by relevance Sort by last modified time
    Searched refs:UWord (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/valgrind/main/memcheck/
mc_include.h 438 /*OUT*/UWord* nBlocks );
512 /* For the fail_w_o functions, the UWord arg is actually the 32-bit
515 UWord. */
516 VG_REGPARM(2) void MC_(helperc_value_checkN_fail_w_o) ( HWord, UWord );
517 VG_REGPARM(1) void MC_(helperc_value_check8_fail_w_o) ( UWord );
518 VG_REGPARM(1) void MC_(helperc_value_check4_fail_w_o) ( UWord );
519 VG_REGPARM(1) void MC_(helperc_value_check1_fail_w_o) ( UWord );
520 VG_REGPARM(1) void MC_(helperc_value_check0_fail_w_o) ( UWord );
533 VG_REGPARM(2) void MC_(helperc_STOREV32be) ( Addr, UWord );
534 VG_REGPARM(2) void MC_(helperc_STOREV32le) ( Addr, UWord );
    [all...]
mc_main.c 58 static void ocache_sarp_Set_Origins ( Addr, UWord, UInt ); /* fwds */
59 static void ocache_sarp_Clear_Origins ( Addr, UWord ); /* fwds */
179 #define N_PRIMARY_MAP ( ((UWord)1) << N_PRIMARY_BITS)
441 UWord elems_seen = 0;
596 UWord pm_off = a >> 16;
732 UWord sm_off = SM_OFF(a);
740 UWord sm_off = SM_OFF(a);
753 UWord sm_off = SM_OFF(a);
762 UWord sm_off = SM_OFF(a);
768 static UWord get_sec_vbits8(Addr a)
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.c 55 struct { UWord arg1; UWord arg2; UWord res; }
69 UWord dynMax; /* 1 .. N_WCACHE_STAT_MAX inclusive */
70 UWord inUse; /* 0 .. dynMax inclusive */
84 UWord _i; \
85 UWord _arg1 = (UWord)(_zzarg1); \
86 UWord _arg2 = (UWord)(_zzarg2);
    [all...]
libhb_core.c 357 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL;
557 static UWord stats__secmaps_search = 0; // # SM finds
558 static UWord stats__secmaps_search_slow = 0; // # SM lookupFMs
559 static UWord stats__secmaps_allocd = 0; // # SecMaps issued
560 static UWord stats__secmap_ga_space_covered = 0; // # ga bytes covered
561 static UWord stats__secmap_linesZ_allocd = 0; // # LineZ's issued
562 static UWord stats__secmap_linesZ_bytes = 0; // .. using this much storage
563 static UWord stats__secmap_linesF_allocd = 0; // # LineF's issued
564 static UWord stats__secmap_linesF_bytes = 0; // .. using this much storage
565 static UWord stats__secmap_iterator_steppings = 0; // # calls to stepSMIte
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux-variants.h 43 #define UW UWord
priv_types_n_macros.h 54 UWord arg1;
55 UWord arg2;
56 UWord arg3;
57 UWord arg4;
58 UWord arg5;
59 UWord arg6;
60 UWord arg7;
61 UWord arg8;
152 /*OUT*/UWord*
231 /*OUT*/UWord* flags
    [all...]
syswrap-generic.c 246 UWord flags, ThreadId tid )
    [all...]
  /external/valgrind/main/include/
pub_tool_machine.h 122 UWord s1res, UWord s2res,
124 UWord s1err, UWord s2err );
131 HChar* regname, UWord val));
pub_tool_oset.h 42 // case where you just want to store UWord-sized values. The user
84 /*--- Creating and destroying OSets (UWord) ---*/
107 /*--- Operations on OSets (UWord) ---*/
129 // visited in increasing order of unsigned words (UWord). Or, returns
147 extern void VG_(OSetWord_Insert) ( OSet* os, UWord val );
148 extern Bool VG_(OSetWord_Contains) ( OSet* os, UWord val );
149 extern Bool VG_(OSetWord_Remove) ( OSet* os, UWord val );
151 extern Bool VG_(OSetWord_Next) ( OSet* os, /*OUT*/UWord* val );
  /external/valgrind/main/coregrind/
m_seqmatch.c 44 void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt,
45 void* input, SizeT szbInput, UWord nInput, UWord ixInput,
48 Bool (*pattEQinp)(void*,void*,void*,UWord),
169 void* null_completer, UWord ixcV ) {
m_clientstate.c 52 UWord VG_(clstk_id) = 0;
56 UWord* VG_(client_auxv) = NULL;
m_libcsignal.c 180 how, (UWord)set, (UWord)oldset,
181 _VKI_NSIG_WORDS * sizeof(UWord));
184 how, (UWord)set, (UWord)oldset);
192 how, (UWord)set, (UWord)oldset);
203 void darwin_signal_demux(void* a1, UWord a2, UWord a3, void* a4, void* a5) {
212 VG_(do_syscall2)(__NR_sigreturn, (UWord)a5, 0x1E)
    [all...]
m_libcproc.c 287 pid, (UWord)status, options, 0);
291 pid, (UWord)status, options, 0);
338 (UWord)filename, (UWord)argv, (UWord)envp);
403 res = VG_(do_syscall2)(__NR_ugetrlimit, resource, (UWord)rlim);
406 res = VG_(do_syscall2)(__NR_getrlimit, resource, (UWord)rlim);
416 res = VG_(do_syscall2)(__NR_setrlimit, resource, (UWord)rlim);
427 res = VG_(do_syscall5)(__NR_prctl, (UWord) option,
428 (UWord) arg2, (UWord) arg3, (UWord) arg4
    [all...]
m_hashtable.c 41 #define CHAIN_NO(key,tbl) (((UWord)(key)) % tbl->n_chains)
118 table->name, (UWord)old_chains, (UWord)new_chains,
119 (UWord)table->n_elements );
129 UWord chain = CHAIN_NO(node->key, table);
145 UWord chain = CHAIN_NO(node->key, table);
158 void* VG_(HT_lookup) ( VgHashTable table, UWord key )
172 void* VG_(HT_remove) ( VgHashTable table, UWord key )
174 UWord chain = CHAIN_NO(key, table);
m_stacks.c 86 UWord id;
93 static UWord next_id; /* Next id we hand out to a newly registered stack */
147 static UWord n_fails = 0;
148 static UWord n_searches = 0;
149 static UWord n_steps = 0;
178 UWord VG_(register_stack)(Addr start, Addr end)
209 void VG_(deregister_stack)(UWord id)
240 void VG_(change_stack)(UWord id, Addr start, Addr end)
m_execontext.c 234 static inline UWord ROLW ( UWord w, Int n )
236 Int bpw = 8 * sizeof(UWord);
241 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz )
244 UWord hash = 0;
279 UWord hash = calc_hash(cur->ips, cur->n_ips, new_size);
305 vg_assert(sizeof(void*) == sizeof(UWord));
331 UWord hash;
458 UWord i
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 238 const UWord* sW = (const UWord*)src; \
239 UWord* dW = (UWord*)dest; \
240 const UWord al = sizeof(UWord)-1; \
242 if (0 == (((UWord)dW) & al) && 0 == (((UWord)sW) & al)) { \
243 while (sz >= 4 * sizeof(UWord)) { \
248 sz -= 4 * sizeof(UWord); \
    [all...]
sg_main.c 95 UWord a1w = (UWord)a1;
96 UWord n1w = (UWord)n1;
97 UWord a2w = (UWord)a2;
98 UWord n2w = (UWord)n2;
249 (Word(*)(UWord,UWord))StackBlocks__cmp )
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 164 #define D3_INVALID_CUOFF ((UWord)(-1UL))
165 #define D3_FAKEVOID_CUOFF ((UWord)(-2UL))
170 UWord region_szB;
171 UWord region_next;
186 UWord region_szB,
187 UWord region_next,
206 static inline UWord get_position_of_Cursor ( Cursor* c ) {
210 static inline void set_position_of_Cursor ( Cursor* c, UWord pos ) {
336 static UWord get_UWord ( Cursor* c ) {
337 vg_assert(sizeof(UWord) == sizeof(void*))
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 159 res = VG_(do_syscall6)(__NR_mmap2, (UWord)start, length,
163 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length,
169 res = VG_(do_syscall7)(__NR_mmap, (UWord)start, length,
175 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length,
186 return VG_(do_syscall3)(__NR_mprotect, (UWord)start, length, prot );
191 return VG_(do_syscall2)(__NR_munmap, (UWord)start, length );
245 SysRes res = VG_(do_syscall3)(__NR_open, (UWord)pathname, flags, mode);
251 SysRes res = VG_(do_syscall3)(__NR_read, fd, (UWord)buf, count);
263 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz)
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 148 /* Word, UWord are machine words - same size as a pointer. This is
152 typedef unsigned long UWord;
206 /* Sanity check - that Word/UWord really are machine words. */
208 assert(sizeof(UWord) == sizeof(void*));
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
utils.c 84 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)&dbgtv, (UWord)NULL);
  /external/valgrind/main/cachegrind/
cg_sim.c 50 UWord* tags;
76 sizeof(UWord) * c->sets * c->assoc);
103 UWord tag = a >> L.tag_shift; \
104 UWord tag2; \
107 UWord* set; \
  /external/valgrind/main/VEX/useful/
smchash.c 10 typedef unsigned long int UWord;
112 UWord addr = (UWord)gb->actual;
113 UWord len = gb->nbytes;
151 UWord addr = (UWord)gb->actual;
152 UWord len = gb->nbytes;
195 UWord addr = (UWord)gb->actual;
196 UWord len = gb->nbytes
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 93 static Word interval_tree_Cmp ( UWord k1, UWord k2 )
108 static UWord stats__n_fBc_cached = 0;
109 static UWord stats__n_fBc_uncached = 0;
110 static UWord stats__n_fBc_notfound = 0;
134 UWord foundkey = 1;
135 UWord foundval = 1;
137 &foundkey, &foundval, (UWord)&fake );
231 UWord keyW = 0;
232 UWord valW = 0
    [all...]

Completed in 749 milliseconds

12 3 4 5 6