Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dfloor0.c176 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve() local
327 if(f>=nextf)break; in vorbis_lsp_to_curve()
342 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()
345 if(f<=nextf)break; in vorbis_lsp_to_curve()
348 nextf=9999999; in vorbis_lsp_to_curve()
354 nextf=9999999; in vorbis_lsp_to_curve()
/external/mksh/src/
Dcheck.t10093 x="inline_${nextf}() {"$fbody$'\n}\n'
10095 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
10096 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
10098 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"
10099 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'
10101 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"
10105 nextf=${line#?}
10790 x="inline_${nextf}() {"$fbody$'\n}\n'
10792 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
10793 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
[all …]