Searched refs:totsize (Results 1 – 2 of 2) sorted by relevance
/third_party/lame/libmp3lame/ |
D | mpglib_interface.c | 345 int totsize = 0; /* number of decoded samples per channel */ in lame_decode_headers() local 348 … switch (ret = lame_decode1_headers(buffer, len, pcm_l + totsize, pcm_r + totsize, mp3data)) { in lame_decode_headers() 352 return totsize; in lame_decode_headers() 354 totsize += ret; in lame_decode_headers() 654 int totsize = 0; /* number of decoded samples per channel */ in hip_decode_headers() local 657 … switch (ret = hip_decode1_headers(hip, buffer, len, pcm_l + totsize, pcm_r + totsize, mp3data)) { in hip_decode_headers() 661 return totsize; in hip_decode_headers() 663 totsize += ret; in hip_decode_headers()
|
/third_party/python/Python/ |
D | compile.c | 6708 int bsize, totsize, extended_arg_recompile; in assemble_jump_offsets() local 6714 totsize = 0; in assemble_jump_offsets() 6717 b->b_offset = totsize; in assemble_jump_offsets() 6718 totsize += bsize; in assemble_jump_offsets()
|