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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_asm_deps.sh26 for opt do
27 optval="${opt#*=}"
28 case "$opt" in
33 -I*) raw_inc_paths="${raw_inc_paths} ${opt}"
34 inc_path="${inc_path} ${opt#-I}"
38 *) [ -f "$opt" ] && srcfile="$opt"
H A Dgen_msvs_def.sh62 for opt in "$@"; do
63 optval="${opt#*=}"
64 case "$opt" in
71 -*) die_unknown $opt
73 *) file_list[${#file_list[@]}]="$opt"
H A Drtcd.pl33 foreach my $opt (qw/arch config/) {
34 if (!defined($opts{$opt})) {
35 warn "--$opt is required!\n";
69 foreach my $opt (@_) {
70 eval "\$${fn}_${opt}=${fn}_${opt}";
82 foreach my $opt (@_) {
83 my $ofn = eval "\$${fn}_${opt}";
95 eval "\$${fn}_default=${fn}_${opt}";
96 eval "\$${fn}_${opt}_lin
[all...]
H A Dversion.sh14 for opt in "$@"; do
15 optval="${opt#*=}"
16 case "$opt" in
H A Dgen_msvs_vcxproj.sh81 for opt in "$@"; do
82 optval="${opt#*=}"
84 die "Missing attribute value in '$opt' while generating $tag tag"
85 echo "${indent}${opt%%=*}=\"${optval}\""
213 for opt in "$@"; do
214 optval="${opt#*=}"
215 case "$opt" in
245 *) die Unrecognized Visual Studio Version in $opt
250 opt="${opt
[all...]
H A Dgen_msvs_proj.sh80 for opt in "$@"; do
81 optval="${opt#*=}"
83 die "Missing attribute value in '$opt' while generating $tag tag"
84 echo "${indent}${opt%%=*}=\"${optval}\""
193 for opt in "$@"; do
194 optval="${opt#*=}"
195 case "$opt" in
223 *) die Unrecognized Visual Studio Version in $opt
228 opt="${opt
[all...]
H A Dgen_msvs_sln.sh247 for opt in "$@"; do
248 optval="${opt#*=}"
249 case "$opt" in
260 *) die Unrecognized Visual Studio Version in $opt
271 *) die "Unrecognized Visual Studio Version '$optval' in $opt"
277 -*) die_unknown $opt
279 *) file_list[${#file_list[@]}]="$opt"
H A Dconfigure.sh63 for opt in ${CMDLINE_SELECT}; do
64 opt2=`echo $opt | sed -e 's;_;-;g'`
65 if enabled $opt; then
66 eval "toggle_${opt}=\"--disable-${opt2}\""
68 eval "toggle_${opt}=\"--enable-${opt2} \""
384 local opt="$1"
386 [ -n "$feature" ] || feature="$opt"
388 if enabled gcc && ! disabled "$feature" && ! check_cflags "-m$opt"; then
494 for opt in "$@"; do
495 optval="${opt#*
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dminiopt.h50 char opt; member in struct:miniopt
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_asm_stubs.c26 #define FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \
27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \
35 vp9_filter_block1d16_##dir##8_##avg##opt(src_start, \
46 vp9_filter_block1d8_##dir##8_##avg##opt(src_start, \
57 vp9_filter_block1d4_##dir##8_##avg##opt(src_start, \
69 vp9_filter_block1d16_##dir##2_##avg##opt(src, \
80 vp9_filter_block1d8_##dir##2_##avg##opt(src, \
91 vp9_filter_block1d4_##dir##2_##avg##opt(src, \
110 #define FUN_CONV_2D(avg, opt) \
111 void vp9_convolve8_##avg##opt(cons
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c66 t->opt = '\0';
117 t->opt = p[1];
125 if (strchr(t->flags, t->opt)) {
155 t->opt = '?';
H A Ddhdu.c375 char *opt = *argv++; local
379 "error: expected interface name after option %s\n", opt);
628 if (!opts.good_int && opts.opt != 'd') {
634 switch (opts.opt) {
976 if (opts.opt == 'h') {
978 } else if (opts.opt == 'r') {
1745 if (opts.opt == 'a') {
1763 } else if (!opts.opt) {
1776 fprintf(stderr, "unrecognized option %c\n", opts.opt);
1996 fprintf(stderr, "unrecognized option %c\n", opts.opt);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A Dget_files.py73 for opt, arg in opts:
74 if opt == '-u':
76 elif opt in ("-i", "--input_csv"):
78 elif opt in ("-o", "--output_dir"):
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c341 #define DECL(w, opt) \
342 int vp9_sub_pixel_variance##w##xh_##opt(const uint8_t *src, \
358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
359 unsigned int vp9_sub_pixel_variance##w##x##h##_##opt(const uint8_t *src, \
367 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
372 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \
379 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \
385 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \
418 #define DECL(w, opt) \
419 int vp9_sub_pixel_avg_variance##w##xh_##opt(cons
[all...]
/hardware/akm/AK8975_FS/akmdfs/
H A Dmain.c123 int opt;
128 while ((opt = getopt(argc, argv, "sm:z:")) != -1) {
129 switch(opt){
/hardware/ti/omap3/dspbridge/dspexec/
H A Ddspexec.c99 INT opt; local
111 while ((opt = getopt(argc, argv, "+T+v+w+?p:")) != EOF) {
112 switch (opt) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure378 for opt do
379 optval="${opt#*=}"
380 case "$opt" in
383 eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
388 log_echo "Ignoring $opt -- not in experimental mode."
391 process_common_cmdline $opt
394 *) process_common_cmdline "$opt"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py4693 for (opt, val) in opts:
4694 if opt == '--help':
4696 elif opt == '--output':
4700 elif opt == '--verbose':
4702 elif opt == '--filter':
4706 elif opt == '--counting':
4710 elif opt == '--root':
4713 elif opt == '--linelength':
4719 elif opt == '--extensions':
/hardware/intel/img/libdrm/
H A Dltmain.sh726 opt="$1"
729 case $opt in
732 --debug) preserve_args="$preserve_args $opt"
738 -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
747 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
760 *) func_error "invalid argument for $opt"
773 --quiet|--silent) preserve_args="$preserve_args $opt"
777 --verbose| -v) preserve_args="$preserve_args $opt"
781 --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
782 preserve_args="$preserve_args $opt
[all...]
H A Dconfigure3763 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
/hardware/ril/reference-ril/
H A Dreference-ril.c3375 int opt; local
3380 while ( -1 != (opt = getopt(argc, argv, "p:d:s:c:"))) {
3381 switch (opt) {
3433 int opt; local
3435 while ( -1 != (opt = getopt(argc, argv, "p:d:"))) {
3436 switch (opt) {

Completed in 588 milliseconds