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

  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 160 /* (res, shco, oldV) */
166 /* (res, unused, oldC:oldV) */
172 /* (resLo32, resHi32, oldC:oldV) */
240 /* (res, shco, oldV) */
246 /* (res, unused, oldC:oldV) */
252 /* (resLo32, resHi32, oldC:oldV) */
319 /* (res, shco, oldV) */
326 /* (res, unused, oldC:oldV) */
333 /* (resLo32, resHi32, oldC:oldV) */
402 /* (res, shco, oldV) */
    [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/main/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;
622 MaybeWord oldV;
627 oldV.b = False;
628 oldV.w = 0
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 83 Bool delFromFM ( WordFM* fm, /*OUT*/Word* oldV, Word key );
1050 of existing node in *oldV, so that the caller can finalize it
1055 /*OUT*/MaybeWord* oldV,
1065 oldV->b = False;
1079 if (avl_insert_wrk(&left_subtree, oldV, a, kCmp)) {
1112 if (avl_insert_wrk(&right_subtree, oldV, a, kCmp)) {
1143 oldV->b = True;
1144 oldV->w = (*rootp)->val;
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 574 UWord oldK, oldV;
583 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
586 tl_assert(oldV == 0);
766 UWord keyW, valW, oldK, oldV;
784 b = VG_(delFromFM)( gitree, &oldK, &oldV, (UWord)&key );
786 tl_assert(oldV == 0);
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 398 milliseconds