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

  /system/core/sh/
nodes.c.pat 49 int funcblocksize; /* size of structures in function */
75 funcblocksize = 0;
78 funcblock = ckmalloc(funcblocksize + funcstringsize);
79 funcstring = (char *) funcblock + funcblocksize;
99 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));
nodes.c 53 int funcblocksize; /* size of structures in function */ variable
106 funcblocksize = 0;
109 funcblock = ckmalloc(funcblocksize + funcstringsize);
110 funcstring = (char *) funcblock + funcblocksize;
122 funcblocksize += nodesize[n->type];
201 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));
mknodes.sh 146 echo " funcblocksize += nodesize[n->type];"

Completed in 214 milliseconds