Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dfloor0.c177 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve() local
328 if(f>=nextf)break; in vorbis_lsp_to_curve()
343 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()
346 if(f<=nextf)break; in vorbis_lsp_to_curve()
349 nextf=9999999; in vorbis_lsp_to_curve()
355 nextf=9999999; in vorbis_lsp_to_curve()
/external/mksh/src/
Dcheck.t11055 x="inline_${nextf}() {"$fbody$'\n}\n'
11057 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
11058 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
11060 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"
11061 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'
11063 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"
11067 nextf=${line#?}
11756 x="inline_${nextf}() {"$fbody$'\n}\n'
11758 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
11759 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
[all …]