OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
375
/* 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);
[
all
...]
Completed in 57 milliseconds