Home
last modified time | relevance | path

Searched refs:histsave (Results 1 – 7 of 7) 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.c386 histsave(&hist_source->line, cmd, HIST_STORE, true); in hist_execute()
573 histsave(NULL, NULL, HIST_DISCARD, true); in sethistfile()
629 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() function
648 histsave(lnp, c, HIST_STORE, true); in histsave()
749 histsave(NULL, NULL, HIST_DISCARD, true); in hist_init()
906 histsave(&lno, (char *)(base + 4), HIST_NOTE, false); in histload()
Dlex.c1436 histsave(&s->line, s->str, HIST_APPEND, true); in getsc_line()
1438 histsave(&s->line, s->str, HIST_QUEUE, true); in getsc_line()
1448 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
Dfuncs.c456 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_print()
2112 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_read()
Dmain.c818 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
Dsh.h1800 void histsave(int *, const char *, int, bool);
Dedit.c3081 histsave(&source->line, xbuf, HIST_STORE, true); in x_edit_line()
4368 histsave(&source->line, es->cbuf, in vi_cmd()