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.t11296 x="inline_${nextf}() {"$fbody$'\n}\n'
11298 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
11299 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
11301 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"
11302 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'
11304 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"
11308 nextf=${line#?}
11997 x="inline_${nextf}() {"$fbody$'\n}\n'
11999 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
12000 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
[all …]