| /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 86 : [__c] "r" (__cmpptr), [__l] "r" (__low), \ 110 : [__c] "r" (__cmpptr), [__l] "r" (__low), \ 122 #define __load_no_speculate(__ptr, __low, __high, __failval, __cmpptr) \ argument [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 86 : [__c] "r" (__cmpptr), [__l] "r" (__low), \ 110 : [__c] "r" (__cmpptr), [__l] "r" (__low), \ 122 #define __load_no_speculate(__ptr, __low, __high, __failval, __cmpptr) \ argument [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/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() 51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)]; 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() 60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m)) in _GLIBCXX_VISIBILITY() 61 ++__low; in _GLIBCXX_VISIBILITY() 62 return __low; 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() [all …]
|
| /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() 51 *__vec++ = _M_table[static_cast<unsigned char>(*__low++)]; 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() 60 && !(_M_table[static_cast<unsigned char>(*__low)] & __m)) in _GLIBCXX_VISIBILITY() 61 ++__low; in _GLIBCXX_VISIBILITY() 62 return __low; 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() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | div64.h | 60 unsigned long __upper, __low, __high, __radix; \ 69 __low = __div; \ 79 __mod = do_div64_32(__low, __upper, __low, __radix); \ 82 __quot = __quot << 32 | __low; \
|
| /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/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));\ 36 asm("divl %2" : "=a" (__low), "=d" (__mod) \ 37 : "rm" (__base), "0" (__low), "1" (__upper)); \ 38 asm("" : "=A" (n) : "a" (__low), "d" (__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/libc/usr/include/bits/ |
| H A D | thread-shared-types.h | 99 unsigned int __low; member 108 unsigned int __low; 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 | 99 unsigned int __low; member 108 unsigned int __low; 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 | 139 unsigned long long __low = __x & __max_ull; 140 return (_Nd - _Nd_ull) + __builtin_clzll(__low); 177 unsigned long long __low = __x & __max_ull; 178 if (__low != 0) 179 return __builtin_ctzll(__low); 215 unsigned long long __low = __x & __max_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 | 139 unsigned long long __low = __x & __max_ull; 140 return (_Nd - _Nd_ull) + __builtin_clzll(__low); 177 unsigned long long __low = __x & __max_ull; 178 if (__low != 0) 179 return __builtin_ctzll(__low); 215 unsigned long long __low = __x & __max_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 | 1398 auto __low = _M_lower_bound_tr(__k); in _GLIBCXX_VISIBILITY() 1399 auto __high = __low; 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 | 1398 auto __low = _M_lower_bound_tr(__k); in _GLIBCXX_VISIBILITY() 1399 auto __high = __low; 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) + \ 144 __is_constexpr(__low) && \ 145 ((__low) < 0 || (__high) > 31 || (__low) > (__high)))))
|