Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.h212 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
Dsockutils.c779 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… argument
781 if ((*offset + size) > totsize)
/external/python/cpython2/Python/
Dcompile.c3690 int bsize, totsize, extended_arg_count = 0, last_extended_arg_count; in assemble_jump_offsets() local
3696 totsize = 0; in assemble_jump_offsets()
3700 b->b_offset = totsize; in assemble_jump_offsets()
3701 totsize += bsize; in assemble_jump_offsets()
/external/python/cpython3/Python/
Dcompile.c5263 int bsize, totsize, extended_arg_recompile; in assemble_jump_offsets() local
5269 totsize = 0; in assemble_jump_offsets()
5273 b->b_offset = totsize; in assemble_jump_offsets()
5274 totsize += bsize; in assemble_jump_offsets()