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.c375 /* Back up over last histsave */
391 histsave(&hist_source->line, p, true, true);
632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) function
864 histsave(&lno, (char *)(base + 4), false, false);
H A Dfuncs.c445 histsave(&source->line, Xstring(xs, xp), true, false);
2054 histsave(&source->line, Xstring(xs, xp), true, false);
H A Dlex.c1453 histsave(&s->line, s->str, true, true);
H A Dsh.h1728 void histsave(int *, const char *, bool, bool);
H A Dedit.c3062 histsave(&source->line, xbuf, true, true);
4319 histsave(&source->line, es->cbuf, true,

Completed in 121 milliseconds