| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | speculation_barrier.h | 30 #define load_no_speculate(__ptr, __low, __high) \ argument 33 __builtin_load_no_speculate (__ptr_once, __low, __high, \ 37 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument 40 __builtin_load_no_speculate (__ptr_once, __low, __high, \ 44 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument 45 (__builtin_load_no_speculate (__ptr, __low, __high, __failval, __cmpptr)) 57 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument 70 if (__builtin_constant_p ((unsigned long long)__high) \ 71 && __high == ((void *)0)) \ 111 [__h] "r" (__high), \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | speculation_barrier.h | 30 #define load_no_speculate(__ptr, __low, __high) \ argument 33 __builtin_load_no_speculate (__ptr_once, __low, __high, \ 37 #define load_no_speculate_fail(__ptr, __low, __high, __failval) \ argument 40 __builtin_load_no_speculate (__ptr_once, __low, __high, \ 44 #define load_no_speculate_cmp(__ptr, __low, __high, __failval, __cmpptr) \ argument 45 (__builtin_load_no_speculate (__ptr, __low, __high, __failval, __cmpptr)) 57 #define __load_no_speculate1(__ptr, __low, __high, __failval, \ argument 70 if (__builtin_constant_p ((unsigned long long)__high) \ 71 && __high == ((void *)0)) \ 111 [__h] "r" (__high), \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | div64.h | 60 unsigned long __upper, __low, __high, __radix; \ 68 __high = __div >> 32; \ 71 if (__high < __radix) { \ 72 __upper = __high; \ 73 __high = 0; \ 75 __upper = __high % __radix; \ 76 __high /= __radix; \ 81 __quot = __high; \
|
| /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/arm-none-linux-gnueabihf/bits/ |
| H A D | ctype_inline.h | 48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY() 50 while (__low < __high) in _GLIBCXX_VISIBILITY() 52 return __high; in _GLIBCXX_VISIBILITY() 57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY() 59 while (__low < __high in _GLIBCXX_VISIBILITY() 67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY() 69 while (__low < __high in _GLIBCXX_VISIBILITY()
|
| /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/aarch64-none-linux-gnu/bits/ |
| H A D | ctype_inline.h | 48 is(const char* __low, const char* __high, mask* __vec) const in _GLIBCXX_VISIBILITY() 50 while (__low < __high) in _GLIBCXX_VISIBILITY() 52 return __high; in _GLIBCXX_VISIBILITY() 57 scan_is(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY() 59 while (__low < __high in _GLIBCXX_VISIBILITY() 67 scan_not(mask __m, const char* __low, const char* __high) const in _GLIBCXX_VISIBILITY() 69 while (__low < __high in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | div64.h | 24 unsigned long __upper, __low, __high, __mod, __base; \ 30 asm("" : "=a" (__low), "=d" (__high) : "A" (n));\ 31 __upper = __high; \ 32 if (__high) { \ 33 __upper = __high % (__base); \ 34 __high = __high / (__base); \ 38 asm("" : "=A" (n) : "a" (__low), "d" (__high)); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __locale | 496 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 498 return do_is(__low, __high, __vec); 502 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const 504 return do_scan_is(__m, __low, __high); 508 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const 510 return do_scan_not(__m, __low, __high); 520 const char_type* toupper(char_type* __low, const char_type* __high) const 522 return do_toupper(__low, __high); 532 const char_type* tolower(char_type* __low, const char_type* __high) const 534 return do_tolower(__low, __high); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __locale | 496 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 498 return do_is(__low, __high, __vec); 502 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const 504 return do_scan_is(__m, __low, __high); 508 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const 510 return do_scan_not(__m, __low, __high); 520 const char_type* toupper(char_type* __low, const char_type* __high) const 522 return do_toupper(__low, __high); 532 const char_type* tolower(char_type* __low, const char_type* __high) const 534 return do_tolower(__low, __high); [all …]
|
| /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/bits/ |
| H A D | thread-shared-types.h | 100 unsigned int __high; member 109 unsigned int __high; member
|
| /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/bits/ |
| H A D | thread-shared-types.h | 100 unsigned int __high; member 109 unsigned int __high; member
|
| /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 | bit | 132 unsigned long long __high = __x >> _Nd_ull; 133 if (__high != 0) 136 return __builtin_clzll(__high) - __diff; 180 unsigned long long __high = __x >> _Nd_ull; 181 return __builtin_ctzll(__high) + _Nd_ull; 216 unsigned long long __high = __x >> _Nd_ull; 217 return __builtin_popcountll(__low) + __builtin_popcountll(__high);
|
| /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 | bit | 132 unsigned long long __high = __x >> _Nd_ull; 133 if (__high != 0) 136 return __builtin_clzll(__high) - __diff; 180 unsigned long long __high = __x >> _Nd_ull; 181 return __builtin_ctzll(__high) + _Nd_ull; 216 unsigned long long __high = __x >> _Nd_ull; 217 return __builtin_popcountll(__low) + __builtin_popcountll(__high);
|
| /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/bits/ |
| H A D | stl_tree.h | 1399 auto __high = __low; in _GLIBCXX_VISIBILITY() 1401 while (__high != end() && !__cmp(__k, _S_key(__high._M_node))) in _GLIBCXX_VISIBILITY() 1402 ++__high; in _GLIBCXX_VISIBILITY() 1403 return { __low, __high }; in _GLIBCXX_VISIBILITY()
|
| /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/bits/ |
| H A D | stl_tree.h | 1399 auto __high = __low; in _GLIBCXX_VISIBILITY() 1401 while (__high != end() && !__cmp(__k, _S_key(__high._M_node))) in _GLIBCXX_VISIBILITY() 1402 ++__high; in _GLIBCXX_VISIBILITY() 1403 return { __low, __high }; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_reg.h | 141 #define REG_GENMASK(__high, __low) \ argument 142 ((u32)(GENMASK(__high, __low) + \ 143 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ 145 ((__low) < 0 || (__high) > 31 || (__low) > (__high)))))
|