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

/external/libvorbis/vq/
H A Dbookutil.c341 long *histsave=alloca(vals*sizeof(long)); local
342 memcpy(histsave,hist,vals*sizeof(long));
392 bitsum+=(histsave[i]-1)*lengths[i];
393 samples+=histsave[i]-1;
/external/mksh/src/
H A Dhistrap.c376 /* Back up over last histsave */
392 histsave(&hist_source->line, p, true, true);
634 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) function
867 histsave(&lno, (char *)(base + 4), false, false);
H A Dfuncs.c445 histsave(&source->line, Xstring(xs, xp), true, false);
2069 histsave(&source->line, Xstring(xs, xp), true, false);
H A Dlex.c1466 histsave(&s->line, s->str, true, true);
H A Dsh.h1733 void histsave(int *, const char *, bool, bool);
H A Dedit.c3056 histsave(&source->line, xbuf, true, true);
4313 histsave(&source->line, es->cbuf, true,

Completed in 622 milliseconds