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

  /external/valgrind/VEX/useful/
test_main.c 1146 Int maxoff = minoff + size - 1; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 293 var maxoff int // maximum offset into a array var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 293 var maxoff int // maximum offset into a array var
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.cc 4453 off_t maxoff = startoff; local
    [all...]
  /external/valgrind/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/memcheck/
mc_translate.c 1402 Int maxoff = minoff + size - 1; local
    [all...]

Completed in 122 milliseconds