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

  /external/valgrind/main/VEX/
test_main.c 1124 Int minoff = offset; local
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 2596 static int minoff[3][3] = { { 1000, 1000, 1000 }, variable
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 544 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
546 there is no match, add a (minoff,maxoff) :-> t binding.
548 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
549 any binding which fully or partially overlaps with (minoff,maxoff).
550 Then add a new (minoff,maxoff) :-> t or c binding. */
556 UInt* minoff, UInt* maxoff )
558 *minoff = descr->base;
559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
560 vassert((*minoff & ~0xFFFF) == 0)
570 UInt minoff = offset; local
579 UInt minoff, maxoff; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1332 Int minoff = offset; local
    [all...]

Completed in 139 milliseconds