Searched defs:histsave (Results 1 - 2 of 2) 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);

Completed in 86 milliseconds