Searched refs:nextf (Results 1 – 2 of 2) sorted by relevance
176 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve() local327 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()
8799 x="inline_${nextf}() {"$fbody$'\n}\n'8801 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"8802 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'8804 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"8805 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'8807 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"8811 nextf=${line#?}9496 x="inline_${nextf}() {"$fbody$'\n}\n'9498 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"9499 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'[all …]