| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | machmode.h | 23 typedef opt_mode<machine_mode> opt_machine_mode; 242 class opt_mode 247 ALWAYS_INLINE CONSTEXPR opt_mode () : m_mode (E_VOIDmode) {} 248 ALWAYS_INLINE CONSTEXPR opt_mode (const T &m) : m_mode (m) {} 250 ALWAYS_INLINE CONSTEXPR opt_mode (const U &m) : m_mode (T (m)) {} 251 ALWAYS_INLINE CONSTEXPR opt_mode (from_int m) : m_mode (machine_mode (m)) {} 273 opt_mode<T>::else_void () const 282 opt_mode<T>::else_mode (machine_mode fallback) const 291 opt_mode<T>::require () const 301 opt_mode<T>::exists () const [all …]
|
| H A D | coretypes.h | 64 template<typename> class opt_mode; variable 65 typedef opt_mode<scalar_mode> opt_scalar_mode; 66 typedef opt_mode<scalar_int_mode> opt_scalar_int_mode; 67 typedef opt_mode<scalar_float_mode> opt_scalar_float_mode;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | machmode.h | 23 typedef opt_mode<machine_mode> opt_machine_mode; 242 class opt_mode 247 ALWAYS_INLINE CONSTEXPR opt_mode () : m_mode (E_VOIDmode) {} 248 ALWAYS_INLINE CONSTEXPR opt_mode (const T &m) : m_mode (m) {} 250 ALWAYS_INLINE CONSTEXPR opt_mode (const U &m) : m_mode (T (m)) {} 251 ALWAYS_INLINE CONSTEXPR opt_mode (from_int m) : m_mode (machine_mode (m)) {} 273 opt_mode<T>::else_void () const 282 opt_mode<T>::else_mode (machine_mode fallback) const 291 opt_mode<T>::require () const 301 opt_mode<T>::exists () const [all …]
|
| H A D | coretypes.h | 64 template<typename> class opt_mode; variable 65 typedef opt_mode<scalar_mode> opt_scalar_mode; 66 typedef opt_mode<scalar_int_mode> opt_scalar_int_mode; 67 typedef opt_mode<scalar_float_mode> opt_scalar_float_mode;
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | gconf.c | 42 static int opt_mode = OPT_NORMAL; variable 615 opt_mode = OPT_NORMAL; in on_set_option_mode1_activate() 624 opt_mode = OPT_ALL; in on_set_option_mode2_activate() 633 opt_mode = OPT_PROMPT; in on_set_option_mode3_activate() 1055 if (opt_mode == OPT_ALL && !menu_is_visible(menu)) in fill_row() 1057 else if (opt_mode == OPT_PROMPT && in fill_row() 1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree() 1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1362 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) || in display_tree() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | gconf.c | 40 static int opt_mode = OPT_NORMAL; variable 615 opt_mode = OPT_NORMAL; in on_set_option_mode1_activate() 624 opt_mode = OPT_ALL; in on_set_option_mode2_activate() 633 opt_mode = OPT_PROMPT; in on_set_option_mode3_activate() 1055 if (opt_mode == OPT_ALL && !menu_is_visible(menu)) in fill_row() 1057 else if (opt_mode == OPT_PROMPT && in fill_row() 1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree() 1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1362 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) || in display_tree() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | gconf.c | 42 static int opt_mode = OPT_NORMAL; variable 615 opt_mode = OPT_NORMAL; in on_set_option_mode1_activate() 624 opt_mode = OPT_ALL; in on_set_option_mode2_activate() 633 opt_mode = OPT_PROMPT; in on_set_option_mode3_activate() 1055 if (opt_mode == OPT_ALL && !menu_is_visible(menu)) in fill_row() 1057 else if (opt_mode == OPT_PROMPT && in fill_row() 1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree() 1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1362 if ((opt_mode == OPT_NORMAL && menu_is_visible(child)) || in display_tree() [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 2044 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" 2313 opt_mode= 2389 opt_mode=$1 2489 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then 3657 test compile = "$opt_mode" && func_mode_compile ${1+"$@"} 3663 case $opt_mode in 3840 func_fatal_help "invalid operation mode '$opt_mode'" 3855 for opt_mode in compile link execute install finish uninstall clean; do 3861 for opt_mode in compile link execute install finish uninstall clean; do 4011 test execute = "$opt_mode" && func_mode_execute ${1+"$@"} [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | flash.h | 118 u8 opt_mode; member
|
| H A D | flash.c | 355 rkflash_print_info("opt_mode: %x\n", nand_para.opt_mode); in flash_show_info()
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | flash.h | 116 u8 opt_mode; member
|
| H A D | flash.c | 356 rkflash_print_info("opt_mode: %x\n", nand_para.opt_mode); in flash_show_info()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch | 26 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
|
| H A D | 0009-Use-libtool-2.4.patch | 16377 + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" 16386 + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 16394 + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 16790 + opt_mode="$optarg" 16955 + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then 16964 + help="Try \`$progname --help --mode=$opt_mode' for more information." 17656 + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} 17663 + case $opt_mode in 17683 + func_fatal_help "invalid operation mode \`$opt_mode'" 17692 + for opt_mode in compile link execute install finish uninstall clean; do [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0004-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch | 17 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 15637 (!type user_struct 734 nil gc_unused "opt_mode<scalar_mode>" 15647 (!type user_struct 735 nil gc_unused "opt_mode<scalar_int_mode>" 15657 (!type user_struct 736 nil gc_unused "opt_mode<scalar_float_mode>" 31537 (!pair "opt_mode<scalar_float_mode>" 31549 (!pair "opt_mode<scalar_int_mode>" 31561 (!pair "opt_mode<scalar_mode>"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 15671 (!type user_struct 736 nil gc_unused "opt_mode<scalar_mode>" 15681 (!type user_struct 737 nil gc_unused "opt_mode<scalar_int_mode>" 15691 (!type user_struct 738 nil gc_unused "opt_mode<scalar_float_mode>" 31659 (!pair "opt_mode<scalar_float_mode>" 31671 (!pair "opt_mode<scalar_int_mode>" 31683 (!pair "opt_mode<scalar_mode>"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 17081 'machmode.h' also defines a template class 'opt_mode<T>' that holds a 17083 wrapper classes above. The main operations on an 'opt_mode<T>' X are as 17100 The default constructor sets an 'opt_mode<T>' to nothing. There is 17118 Return an 'opt_mode<T>' that holds X if X meets the conditions for 54598 * opt_mode: Machine Modes. (line 322)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 17081 'machmode.h' also defines a template class 'opt_mode<T>' that holds a 17083 wrapper classes above. The main operations on an 'opt_mode<T>' X are as 17100 The default constructor sets an 'opt_mode<T>' to nothing. There is 17118 Return an 'opt_mode<T>' that holds X if X meets the conditions for 54598 * opt_mode: Machine Modes. (line 322)
|