Searched refs:funcblocksize (Results 1 – 2 of 2) sorted by relevance
58 int funcblocksize; /* size of structures in function */ variable118 funcblocksize = offsetof(struct funcnode, n); in copyfunc()121 blocksize = funcblocksize; in copyfunc()138 funcblocksize += nodesize[n->type];221 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));361 if (block_size > funcblocksize) { in writenode()367 funcblocksize -= block_size; in writenode()694 funcblocksize = 0; in codec_encode()712 header.string_offset = header.cmd_offset + funcblocksize; in codec_encode()
54 int funcblocksize; /* size of structures in function */87 funcblocksize = offsetof(struct funcnode, n);90 blocksize = funcblocksize;115 funcblocksize += SHELL_ALIGN(sizeof(struct nodelist));168 if (block_size > funcblocksize) {174 funcblocksize -= block_size;336 funcblocksize = 0;354 header.string_offset = header.cmd_offset + funcblocksize;
Completed in 4 milliseconds