Searched refs:totsize (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/ |
D | sockutils.h | 219 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
|
D | sockutils.c | 647 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… in sock_bufferize() argument 649 if ((*offset + size) > totsize) in sock_bufferize()
|
/external/python/cpython2/Python/ |
D | compile.c | 3689 int bsize, totsize, extended_arg_count = 0, last_extended_arg_count; in assemble_jump_offsets() local 3695 totsize = 0; in assemble_jump_offsets() 3699 b->b_offset = totsize; in assemble_jump_offsets() 3700 totsize += bsize; in assemble_jump_offsets()
|