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.t11489 x="inline_${nextf}() {"$fbody$'\n}\n'
11491 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
11492 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
11494 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"
11495 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'
11497 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"
11501 nextf=${line#?}
12190 x="inline_${nextf}() {"$fbody$'\n}\n'
12192 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
12193 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
[all …]