Home
last modified time | relevance | path

Searched refs:histsave (Results 1 – 6 of 6) sorted by relevance

/external/libvorbis/vq/
Dbookutil.c341 long *histsave=alloca(vals*sizeof(long)); in build_tree_from_lengths() local
342 memcpy(histsave,hist,vals*sizeof(long)); in build_tree_from_lengths()
392 bitsum+=(histsave[i]-1)*lengths[i]; in build_tree_from_lengths()
393 samples+=histsave[i]-1; in build_tree_from_lengths()
/external/mksh/src/
Dhistrap.c391 histsave(&hist_source->line, p, true, true); in hist_execute()
632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) in histsave() function
863 histsave(&lno, (char *)(base + 4), false, false); in histload()
Dlex.c1440 histsave(&s->line, s->str, true, true); in getsc_line()
Dfuncs.c439 histsave(&source->line, Xstring(xs, xp), true, false); in c_print()
2041 histsave(&source->line, Xstring(xs, xp), true, false); in c_read()
Dsh.h1776 void histsave(int *, const char *, bool, bool);
Dedit.c3054 histsave(&source->line, xbuf, true, true); in x_edit_line()
4294 histsave(&source->line, es->cbuf, true, in vi_cmd()