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 1102 Int maxoff = minoff + size - 1; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 2484 static int maxoff[3][3]; variable
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 517 On seeing 't = Get(minoff,maxoff)', look up (minoff,maxoff) in the
519 there is no match, add a (minoff,maxoff) :-> t binding.
521 On seeing 'Put (minoff,maxoff) = t or c', first remove in the env
522 any binding which fully or partially overlaps with (minoff,maxoff).
523 Then add a new (minoff,maxoff) :-> t or c binding. */
529 UInt* minoff, UInt* maxoff )
532 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
534 vassert((*maxoff & ~0xFFFF) == 0);
535 vassert(*minoff <= *maxoff);
544 UInt maxoff = minoff + sizeofIRType(ty) - 1; local
552 UInt minoff, maxoff; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1267 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 226 milliseconds