| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cpu-features.h | 19 #define __opt(opt) (cpu_data[0].options & (opt)) macro 33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt)) 43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt)) 54 #define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt)) 75 #define cpu_has_tlb __opt(MIPS_CPU_TLB) 78 #define cpu_has_ftlb __opt(MIPS_CPU_FTLB) 81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV) 84 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS) 87 #define cpu_has_eva __opt(MIPS_CPU_EVA) 90 #define cpu_has_htw __opt(MIPS_CPU_HTW) [all …]
|
| /OK3568_Linux_fs/buildroot/package/argp-standalone/ |
| H A D | 0001-throw-in-funcdef.patch | 39 -__option_is_short (__const struct argp_option *__opt) __THROW 40 +__option_is_short (__const struct argp_option *__opt) 42 if (__opt->flags & OPTION_DOC) 48 -__option_is_end (__const struct argp_option *__opt) __THROW 49 +__option_is_end (__const struct argp_option *__opt) 51 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; 66 -__option_is_short (__const struct argp_option *__opt) __THROW 67 +__option_is_short (__const struct argp_option *__opt) 69 if (__opt->flags & OPTION_DOC) 75 -__option_is_end (__const struct argp_option *__opt) __THROW [all …]
|
| H A D | 0002-isprint.patch | 27 int __key = __opt->key; 38 int __key = __opt->key;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/argp-standalone/files/ |
| H A D | 0001-throw-in-funcdef.patch | 44 -__option_is_short (__const struct argp_option *__opt) __THROW 45 +__option_is_short (__const struct argp_option *__opt) 47 if (__opt->flags & OPTION_DOC) 53 -__option_is_end (__const struct argp_option *__opt) __THROW 54 +__option_is_end (__const struct argp_option *__opt) 56 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; 71 -__option_is_short (__const struct argp_option *__opt) __THROW 72 +__option_is_short (__const struct argp_option *__opt) 74 if (__opt->flags & OPTION_DOC) 80 -__option_is_end (__const struct argp_option *__opt) __THROW [all …]
|
| H A D | 0002-isprint.patch | 33 int __key = __opt->key; 44 int __key = __opt->key;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | argp.h | 495 extern int _option_is_short (const struct argp_option *__opt) __THROW; 496 extern int __option_is_short (const struct argp_option *__opt) __THROW; 500 extern int _option_is_end (const struct argp_option *__opt) __THROW; 501 extern int __option_is_end (const struct argp_option *__opt) __THROW; 532 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH() argument 534 if (__opt->flags & OPTION_DOC) in __NTH() 538 int __key = __opt->key; in __NTH() 544 __NTH (__option_is_end (const struct argp_option *__opt)) in __NTH() argument 546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
|
| H A D | mntent.h | 90 const char *__opt) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | argp.h | 495 extern int _option_is_short (const struct argp_option *__opt) __THROW; 496 extern int __option_is_short (const struct argp_option *__opt) __THROW; 500 extern int _option_is_end (const struct argp_option *__opt) __THROW; 501 extern int __option_is_end (const struct argp_option *__opt) __THROW; 532 __NTH (__option_is_short (const struct argp_option *__opt)) in __NTH() argument 534 if (__opt->flags & OPTION_DOC) in __NTH() 538 int __key = __opt->key; in __NTH() 544 __NTH (__option_is_end (const struct argp_option *__opt)) in __NTH() argument 546 return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; in __NTH()
|
| H A D | mntent.h | 90 const char *__opt) __THROW;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | optional | 330 void __construct_from(_That&& __opt) 332 if (__opt.has_value()) 333 __construct(_VSTD::forward<_That>(__opt).__get()); 338 void __assign_from(_That&& __opt) 340 if (this->__engaged_ == __opt.has_value()) 343 this->__val_ = _VSTD::forward<_That>(__opt).__get(); 350 __construct(_VSTD::forward<_That>(__opt).__get()); 423 void __construct_from(_That&& __opt) 425 if (__opt.has_value()) 426 __construct(_VSTD::forward<_That>(__opt).__get()); [all …]
|
| H A D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1499 copy_options __opt) { 1500 __copy(__from, __to, __opt); 1504 copy_options __opt, 1506 __copy(__from, __to, __opt, &__ec); 1520 copy_file(const path& __from, const path& __to, copy_options __opt) { 1521 return __copy_file(__from, __to, __opt); 1526 copy_options __opt, 1528 return __copy_file(__from, __to, __opt, &__ec); [all …]
|
| H A D | locale | 2162 char __opt = '\0'; 2170 __opt = __cmd; 2173 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | optional | 330 void __construct_from(_That&& __opt) 332 if (__opt.has_value()) 333 __construct(_VSTD::forward<_That>(__opt).__get()); 338 void __assign_from(_That&& __opt) 340 if (this->__engaged_ == __opt.has_value()) 343 this->__val_ = _VSTD::forward<_That>(__opt).__get(); 350 __construct(_VSTD::forward<_That>(__opt).__get()); 423 void __construct_from(_That&& __opt) 425 if (__opt.has_value()) 426 __construct(_VSTD::forward<_That>(__opt).__get()); [all …]
|
| H A D | filesystem | 1387 void __copy(const path& __from, const path& __to, copy_options __opt, 1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1499 copy_options __opt) { 1500 __copy(__from, __to, __opt); 1504 copy_options __opt, 1506 __copy(__from, __to, __opt, &__ec); 1520 copy_file(const path& __from, const path& __to, copy_options __opt) { 1521 return __copy_file(__from, __to, __opt); 1526 copy_options __opt, 1528 return __copy_file(__from, __to, __opt, &__ec); [all …]
|
| H A D | locale | 2162 char __opt = '\0'; 2170 __opt = __cmd; 2173 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt);
|