Searched refs:histsave (Results 1 - 6 of 6) sorted by relevance
/external/libvorbis/vq/ |
H A D | 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/ |
H A D | histrap.c | 376 /* 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 D | funcs.c | 445 histsave(&source->line, Xstring(xs, xp), true, false); 2069 histsave(&source->line, Xstring(xs, xp), true, false);
|
H A D | lex.c | 1466 histsave(&s->line, s->str, true, true);
|
H A D | sh.h | 1733 void histsave(int *, const char *, bool, bool);
|
H A D | edit.c | 3056 histsave(&source->line, xbuf, true, true); 4313 histsave(&source->line, es->cbuf, true,
|
Completed in 622 milliseconds