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

  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 940 unsigned int minoff; local
965 minoff = EXT2_INODE_SIZE(fs->super) - sizeof(*inode) - sizeof(__u32);
976 if (offs < minoff)
977 minoff = offs;
981 *size = minoff - ((char *)entry - (char *)start) - sizeof(__u32);
984 *size = EXT2_EXT_ATTR_SIZE(minoff -
  /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 )
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/memcheck/
mc_translate.c 1412 Int minoff = offset; local
    [all...]

Completed in 101 milliseconds