Searched refs:UWord (Results 76 - 100 of 156) sorted by relevance

1234567

/external/valgrind/main/none/tests/amd64/
H A Dmovbe.c9 typedef unsigned long int UWord; typedef
/external/valgrind/main/none/tests/x86/
H A Dmovbe.c9 typedef unsigned long int UWord; typedef
/external/valgrind/main/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c26 typedef unsigned long int UWord; typedef
257 if (0 == (((UWord)src) & (VECTOR_BYTES-1))) n_s_aligned++;
258 if (0 == (((UWord)dst) & (VECTOR_BYTES-1))) n_d_aligned++;
259 if (0 == (((UWord)src) & (VECTOR_BYTES-1)) && 0 == (((UWord)dst) & (VECTOR_BYTES-1)))
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c659 = clstack_end + 1 - sizeof(UWord);
673 volatile UWord. */
679 if ((jumped) == ((UWord)0)) { \
1071 volatile UWord jumped;
1091 if (jumped != (UWord)0) {
1646 Vg_CoreClientReq, zztid, O_CLREQ_RET, sizeof(UWord)); \
1652 zztid, O_CLREQ_RET, sizeof(UWord), f); \
1661 static Bool os_client_request(ThreadId tid, UWord *args)
1763 UWord* arg = (UWord*)(CLREQ_ARG
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c352 UWord trapno, UWord err, const vki_sigset_t *set,
471 UWord trapno;
472 UWord err;
529 UWord trapno;
530 UWord err;
H A Dsigframe-arm-linux.c124 UWord trapno, UWord err, const vki_sigset_t *set,
170 UWord trapno;
171 UWord err;
H A Dsigframe-arm64-linux.c122 UWord trapno, UWord err, const vki_sigset_t *set,
164 UWord trapno;
165 UWord err;
H A Dsigframe-ppc64-linux.c124 sizeof(UWord) ); \
131 sizeof(UWord) ); \
224 sp, sizeof(UWord) );
227 sp, sizeof(UWord) );
H A Dsigframe-ppc32-linux.c126 sizeof(UWord) ); \
133 sizeof(UWord) ); \
702 sp, sizeof(UWord) );
705 sp, sizeof(UWord) );
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-generic.h87 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg);
89 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
220 #define UW UWord
252 extern UWord ML_(generic_PRE_sys_shmat) ( TId, UW, UW, UW );
H A Dsyswrap-mips32-linux.c228 UWord arg1, UWord arg2, UWord arg3,
229 UWord arg4, UWord arg5, Off64T arg6);
250 UWord * stack;
258 stack = (UWord *) ML_ (allocstack) (ctid);
409 UWord arg1, UWord arg2, UWord arg
[all...]
H A Dsyswrap-linux.c387 *(UWord *)sp = 0;
392 *(UWord *)sp = 0;
397 *(UWord *)sp = 0;
445 (UWord)NULL, (UWord)parent_tidptr,
446 (UWord)NULL, (UWord)child_tidptr );
451 (UWord)NULL, (UWord)parent_tidptr,
452 (UWord)child_tidpt
[all...]
/external/valgrind/main/drd/
H A Ddrd_bitmap.c106 bm->cache[i].a1 = ~(UWord)1;
156 UWord b0;
190 bm2->bm1.bm0_r[k] = ~(UWord)0;
253 UWord b0;
287 bm2->bm1.bm0_w[k] = ~(UWord)0;
355 UWord b0;
389 UWord b0;
442 UWord b0;
497 UWord b0;
542 const UWord* p
[all...]
H A Ddrd_clientreq.c54 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret);
78 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret)
80 UWord result = 0;
H A Ddrd_barrier.c43 UWord tid; // A DrdThreadId declared as UWord because
333 const UWord word_tid = tid;
408 const UWord word_tid = tid;
506 const UWord word_tid = tid;
H A Ddrd_clientobj.h109 UWord waiters; // Number of threads inside sem_wait().
/external/valgrind/main/shared/
H A Dvg_replace_strmem.c833 const Addr WS = sizeof(UWord); /* 8 or 4 */ \
845 /* s and d have same UWord alignment. */ \
846 /* Pull up to a UWord boundary. */ \
851 { *(UWord*)d = *(UWord*)s; s += WS; d += WS; n -= WS; } \
872 /* s and d have same UWord alignment. */ \
873 /* Back down to a UWord boundary. */ \
878 { s -= WS; d -= WS; *(UWord*)d = *(UWord*)s; n -= WS; } \
1417 UWord nle
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c21 typedef unsigned long UWord; typedef
235 // (U1*)(UWord)constULL funny casting to keep gcc quiet on
237 U1* huge_addr = (U1*)(UWord)0x6600000000ULL; // 408GB
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c225 UWord value = 0x037f;
234 UWord value = amd64->guest_FC3210;
244 UWord value =
282 UWord value = 0x1f80;
H A Dserver.c186 UWord ret = 0;
530 UWord ret = 0;
531 UWord tool_ret = 0;
559 UWord arg[2];
561 arg[0] = (UWord) VG_USERREQ__GDB_MONITOR_COMMAND;
562 arg[1] = (UWord) mon;
815 UWord *client_auxv = VG_(client_auxv);
823 client_auxv_len += 2 * sizeof(UWord);
825 client_auxv_len += 2 * sizeof(UWord);
/external/valgrind/main/include/
H A Dpub_tool_machine.h139 const HChar* regname, UWord val));
H A Dpub_tool_libcfile.h74 extern SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev );
H A Dpub_tool_tooliface.h424 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
440 UWord* args, UInt nArgs),
442 UWord* args, UInt nArgs, SysRes res)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c150 UWord ML_(read_UWord) ( UChar* data ) {
151 if (sizeof(UWord) == sizeof(UInt)) {
153 } else if (sizeof(UWord) == sizeof(ULong)) {
/external/valgrind/main/helgrind/
H A Dlibhb.h46 void (*get_stacktrace)( Thr*, Addr*, UWord ),

Completed in 668 milliseconds

1234567