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

  /external/valgrind/main/VEX/
test_main.c 1125 Int maxoff = minoff + size - 1; local
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 2595 static int maxoff[3][3]; 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 )
559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
561 vassert((*maxoff & ~0xFFFF) == 0);
562 vassert(*minoff <= *maxoff);
571 UInt maxoff = minoff + sizeofIRType(ty) - 1; local
579 UInt minoff, maxoff; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1333 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 245 milliseconds