Home
last modified time | relevance | path

Searched refs:totsize (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dsockutils.h219 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
Dsockutils.c647 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/
Dcompile.c3689 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()