Home | History | Annotate | Download | only in Tremolo

Lines Matching full:sizeof

59   memset(vc,0,sizeof(*vc));
119 memset(vc,0,sizeof(*vc));
131 memset(vi,0,sizeof(*vi));
132 vi->codec_setup=(codec_setup_info *)_ogg_calloc(1,sizeof(codec_setup_info));
174 memset(vi,0,sizeof(*vi));
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
225 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
251 ci->book_param=(codebook *)_ogg_calloc(ci->books,sizeof(*ci->book_param));
262 ci->floor_param=_ogg_malloc(sizeof(*ci->floor_param)*ci->floors);
263 ci->floor_type=_ogg_malloc(sizeof(*ci->floor_type)*ci->floors);
276 ci->residue_param=_ogg_malloc(sizeof(*ci->residue_param)*ci->residues);
282 ci->map_param=_ogg_malloc(sizeof(*ci->map_param)*ci->maps);
291 (vorbis_info_mode *)_ogg_malloc(ci->modes*sizeof(*ci->mode_param));