Searched refs:histsave (Results 1 – 6 of 6) sorted by relevance
/external/libvorbis/vq/ |
D | bookutil.c | 341 long *histsave=alloca(vals*sizeof(long)); in build_tree_from_lengths() local 342 memcpy(histsave,hist,vals*sizeof(long)); in build_tree_from_lengths() 392 bitsum+=(histsave[i]-1)*lengths[i]; in build_tree_from_lengths() 393 samples+=histsave[i]-1; in build_tree_from_lengths()
|
/external/mksh/src/ |
D | histrap.c | 391 histsave(&hist_source->line, p, true, true); in hist_execute() 632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) in histsave() function 863 histsave(&lno, (char *)(base + 4), false, false); in histload()
|
D | lex.c | 1440 histsave(&s->line, s->str, true, true); in getsc_line()
|
D | funcs.c | 439 histsave(&source->line, Xstring(xs, xp), true, false); in c_print() 2041 histsave(&source->line, Xstring(xs, xp), true, false); in c_read()
|
D | sh.h | 1776 void histsave(int *, const char *, bool, bool);
|
D | edit.c | 3054 histsave(&source->line, xbuf, true, true); in x_edit_line() 4294 histsave(&source->line, es->cbuf, true, in vi_cmd()
|