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

  /external/valgrind/VEX/priv/
guest_arm_helpers.c 161 /* (res, shco, oldV) */
167 /* (res, unused, oldC:oldV) */
173 /* (resLo32, resHi32, oldC:oldV) */
241 /* (res, shco, oldV) */
247 /* (res, unused, oldC:oldV) */
253 /* (resLo32, resHi32, oldC:oldV) */
320 /* (res, shco, oldV) */
327 /* (res, unused, oldC:oldV) */
334 /* (resLo32, resHi32, oldC:oldV) */
403 /* (res, shco, oldV) */
    [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/coregrind/
m_wordfm.c 157 of existing node in *oldV, so that the caller can finalize it
162 /*OUT*/MaybeWord* oldV,
172 oldV->b = False;
188 if (avl_insert_wrk(&left_subtree, oldV, a, kCmp)) {
221 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
252 oldV->b = True;
253 oldV->w = (*rootp)->val;
613 MaybeWord oldV;
618 oldV.b = False;
619 oldV.w = 0
    [all...]
  /external/valgrind/cachegrind/
cg_merge.c 83 Bool delFromFM ( WordFM* fm, /*OUT*/Word* oldV, Word key );
1061 of existing node in *oldV, so that the caller can finalize it
1066 /*OUT*/MaybeWord* oldV,
1076 oldV->b = False;
1090 if (avl_insert_wrk(&left_subtree, oldV, a, kCmp)) {
1123 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
1154 oldV->b = True;
1155 oldV->w = (*rootp)->val;
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 573 UWord oldK, oldV;
582 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
585 tl_assert(oldV == 0);
765 UWord keyW, valW, oldK, oldV;
783 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key );
785 tl_assert(oldV == 0);
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 111 milliseconds