| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | compare.hpp | 69 return std::toupper(Arg1)==std::toupper(Arg2); in operator ()() 71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc); in operator ()() 122 return std::toupper(Arg1)<std::toupper(Arg2); in operator ()() 124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc); in operator ()() 175 return std::toupper(Arg1)<=std::toupper(Arg2); in operator ()() 177 return std::toupper<T1>(Arg1,m_Loc)<=std::toupper<T2>(Arg2,m_Loc); in operator ()()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | ts_kmp.c | 57 != (icase ? toupper(text[i]) : text[i])) in kmp_find() 60 == (icase ? toupper(text[i]) : text[i])) in kmp_find() 81 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 82 != (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 84 if ((icase ? toupper(pattern[k]) : pattern[k]) in compute_prefix_tbl() 85 == (icase ? toupper(pattern[q]) : pattern[q])) in compute_prefix_tbl() 111 kmp->pattern[i] = toupper(((u8 *)pattern)[i]); in kmp_init()
|
| H A D | ts_bm.c | 76 if ((icase ? toupper(text[shift-i]) in bm_find() 160 bm->pattern[i] = toupper(((u8 *)pattern)[i]); in bm_init()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 30 while (*s1 && (toupper(*s1) == toupper(*s2))) in lsx_strcasecmp() 32 return toupper(*s1) - toupper(*s2); in lsx_strcasecmp() 43 while (--n && *s1 && (toupper(*s1) == toupper(*s2))) in lsx_strncasecmp() 45 return toupper(*s1) - toupper(*s2); in lsx_strncasecmp()
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | namei.c | 46 __affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr, toupper_t toupper, bool notrunca… in __affs_hash_dentry() argument 60 hash = partial_name_hash(toupper(*name), hash); in __affs_hash_dentry() 83 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry() argument 109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry() 138 affs_match(struct dentry *dentry, const u8 *name2, toupper_t toupper) in affs_match() argument 151 if (toupper(*name++) != toupper(*name2++)) in affs_match() 159 toupper_t toupper = affs_get_toupper(sb); in affs_hash_name() local 164 hash = (hash * 13 + toupper(*name++)) & 0x7ff; in affs_hash_name() 174 toupper_t toupper = affs_get_toupper(sb); in affs_find_entry() local 192 if (affs_match(dentry, AFFS_TAIL(sb, bh)->name, toupper)) in affs_find_entry()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cctype | 33 int toupper(int c); 99 #ifdef toupper 100 #undef toupper 117 using ::toupper;
|
| H A D | ctype.h | 56 #undef toupper
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cctype | 33 int toupper(int c); 99 #ifdef toupper 100 #undef toupper 117 using ::toupper;
|
| H A D | ctype.h | 56 #undef toupper
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char.hpp | 165 , hi(static_cast<char_type>(char_encoding::toupper(ch))) {} in literal_char() 239 , from_hi(static_cast<char_type>(char_encoding::toupper(from))) in char_range() 240 , to_hi(static_cast<char_type>(char_encoding::toupper(to))) in char_range() 368 chset.set(static_cast<char_type>(CharEncoding::toupper(ch))); in char_set() 374 chset.set(static_cast<char_type>(CharEncoding::toupper(ch)) in char_set() 375 , static_cast<char_type>(CharEncoding::toupper(next))); in char_set() 380 chset.set(static_cast<char_type>(CharEncoding::toupper(ch))); in char_set()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_pnp.c | 329 char c = toupper(idstr[i]); in matching_id() 332 || (list_id[i] != 'X' && c != toupper(list_id[i]))) in matching_id()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | standard.hpp | 124 toupper(int ch) in toupper() function 126 return std::toupper(ch); in toupper()
|
| /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 | ctype.h | 125 extern int toupper (int __c) __THROW; 213 __NTH (toupper (int __c)) in __NTH() 221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
|
| /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 | ctype.h | 125 extern int toupper (int __c) __THROW; 213 __NTH (toupper (int __c)) in __NTH() 221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | case_conv.hpp | 66 … return std::toupper( static_cast<typename boost::make_unsigned <CharT>::type> ( Ch )); in operator ()() 68 return std::toupper<CharT>( Ch, *m_Loc ); in operator ()()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 42 ? toupper(*cp) : *cp)-'A'+10) < base) { in simple_strtoul() 139 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
|
| /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 | safe-ctype.h | 145 #undef toupper 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /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 | safe-ctype.h | 145 #undef toupper 146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cctype | 60 #undef toupper 76 using ::toupper;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cctype | 60 #undef toupper 76 using ::toupper;
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | sys_info.c | 14 *s = toupper(*s); in upstring()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | ctype.h | 38 int toupper(int c);
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | swap_case.c | 179 *str = toupper(*str); in sandbox_swap_case_do_op() 188 *str = toupper(*str); in sandbox_swap_case_do_op()
|
| /OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/ |
| H A D | ucp1020.c | 69 char direction = toupper(val[0]); in board_gpio_init() 70 char level = toupper(val[1]); in board_gpio_init()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | ctype.h | 22 int toupper(int c);
|