Home
last modified time | relevance | path

Searched refs:thing (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm3900 thing=$1
3903 out=${4:-$thing}
3904 sed -n "s/^[^#]*extern.*$pattern *ff_\([^ ]*\)_$thing;/\1_$out/p" "$file"
4002 for thing; do
4003 comp=${thing%:*}
4004 prob=${thing#$comp}
4068 eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
4069 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
4070 eval list=\$$(toupper $thing)_LIST
4071 name=$(echo "${optval}" | sed "s/,/_${thing}|/
[all...]

Completed in 4 milliseconds