HomeSort by relevance Sort by last modified time
    Searched refs:nodesize (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
mknodes.sh 136 echo "static const short nodesize[$tagno] = {"
146 echo " funcblocksize += nodesize[n->type];"
181 echo " funcblock = (char *) funcblock + nodesize[n->type];"
nodes.c 58 static const short nodesize[26] = { variable
122 funcblocksize += nodesize[n->type];
218 funcblock = (char *) funcblock + nodesize[n->type];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 617 nodesize = struct.calcsize('hP3iP0h')
627 res += XXXROUNDUP(len(children)) * nodesize
633 self.check_sizeof(st, basesize + nodesize +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 617 nodesize = struct.calcsize('hP3iP0h')
627 res += XXXROUNDUP(len(children)) * nodesize
633 self.check_sizeof(st, basesize + nodesize +
  /external/e2fsprogs/lib/blkid/
probe.h 707 __u32 nodesize; member in struct:btrfs_super_block

Completed in 664 milliseconds