HomeSort by relevance Sort by last modified time
    Searched defs:histsave (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/vq/
bookutil.c 341 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/
histrap.c 359 /* Back up over last histsave */
367 histsave(&hist_source->line, cmd, HIST_STORE, true);
550 histsave(NULL, NULL, HIST_DISCARD, true);
585 /* called by histsave(), may not HIST_DISCARD, caller should flush */
606 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) function
625 histsave(lnp, c, HIST_STORE, true);
728 histsave(NULL, NULL, HIST_DISCARD, true);
885 histsave(&lno, (char *)(base + 4), HIST_NOTE, false);
    [all...]

Completed in 161 milliseconds