| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | templated_streams.hpp | 26 #define BOOST_TEMPLATED_STREAM_TEMPLATE(E,T) \ argument 29 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) \ argument 32 #define BOOST_TEMPLATED_STREAM_ARGS(E,T) \ argument 35 #define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E,T,A) \ argument 40 #define BOOST_TEMPLATED_STREAM_ELEM(E) E argument 44 #define BOOST_TEMPLATED_STREAM(X,E,T) \ argument 47 #define BOOST_TEMPLATED_STREAM_WITH_ALLOC(X,E,T,A) \ argument 52 #define BOOST_TEMPLATED_STREAM_TEMPLATE(E,T) /**/ argument 54 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) /**/ argument 56 #define BOOST_TEMPLATED_STREAM_ARGS(E,T) /**/ argument [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sha1.c | 56 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 62 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 63 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 64 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 65 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 66 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 88 __u32 A, B, C, D, E; in sha1_transform() local
|
| H A D | errname.c | 15 #define E(err) [err + BUILD_BUG_ON_ZERO(err <= 0 || err > 300)] = "-" #err macro 176 #define E(err) [err - 512 + BUILD_BUG_ON_ZERO(err < 512 || err > 550)] = "-" #err macro
|
| H A D | locking-selftest.c | 286 #define E() \ macro 512 #define E() \ macro 544 #define E() \ macro 577 #define E() \ macro 610 #define E() \ macro 643 #define E() \ macro 676 #define E() \ macro 709 #define E() \ macro 741 #define E() \ macro
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | sha.c | 61 register uint32_t A, B, C, D, E; in SHA1_Transform() local 70 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument 86 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument 99 #define SHA_F2(A, B, C, D, E, t) \ in SHA1_Transform() argument 115 #define SHA_F3(A, B, C, D, E, t) \ in SHA1_Transform() argument 131 #define SHA_F4(A, B, C, D, E, t) \ in SHA1_Transform() argument 206 uint32_t A, B, C, D, E; in SHA1_transform() local
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | pfxlen.c | 142 #define E(a, b, c, d) \ macro 157 #define E(a, b, c, d) \ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_namespacing.c | 24 enum E { enum 28 typedef enum E E; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | shared_ptr.hpp | 882 typedef typename shared_ptr<T>::element_type E; in static_pointer_cast() typedef 892 typedef typename shared_ptr<T>::element_type E; in const_pointer_cast() typedef 902 typedef typename shared_ptr<T>::element_type E; in dynamic_pointer_cast() typedef 912 typedef typename shared_ptr<T>::element_type E; in reinterpret_pointer_cast() typedef 924 typedef typename shared_ptr<T>::element_type E; in static_pointer_cast() typedef 934 typedef typename shared_ptr<T>::element_type E; in const_pointer_cast() typedef 944 typedef typename shared_ptr<T>::element_type E; in dynamic_pointer_cast() typedef 954 typedef typename shared_ptr<T>::element_type E; in reinterpret_pointer_cast() typedef 989 template<class E, class T, class Y> basic_ostream<E, T> & operator<< (basic_ostream<E, T> & os, sha… in operator <<()
|
| /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/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE) argument 154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \ argument
|
| /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/ext/pb_ds/detail/ |
| H A D | type_utils.hpp | 136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE) argument 154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/ |
| H A D | expression.hpp | 73 #define BOOST_PHOENIX_DEFINE_EXPRESSION_NAMESPACE(R, D, E) \ argument 77 #define BOOST_PHOENIX_DEFINE_EXPRESSION_NAMESPACE_END(R, D, E) \ argument 81 #define BOOST_PHOENIX_DEFINE_EXPRESSION_NS(R, D, E) \ argument
|
| /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 | tree-ssa-operands.h | 85 #define PHI_ARG_DEF_FROM_EDGE(PHI, E) \ argument 87 #define PHI_ARG_DEF_PTR_FROM_EDGE(PHI, E) \ argument
|
| /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 | tree-ssa-operands.h | 85 #define PHI_ARG_DEF_FROM_EDGE(PHI, E) \ argument 87 #define PHI_ARG_DEF_PTR_FROM_EDGE(PHI, E) \ argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_sm3.c | 237 #define R(A, B, C, D, E, F, G, H, xx) \ argument 248 #define R8(A, B, C, D, E, F, G, H, xx) \ argument 364 uint32_t E; in sm3_compress_blocks() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ripemd.h | 87 RIPEMD160_LONG A, B, C, D, E; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_types.h | 68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | longest_common_subsequence.hpp | 78 using E = typename std::iterator_traits<InIt>::value_type; in longest_common_subsequence() typedef
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | sha1.c | 256 UINT32 A, B, C, D, E; /* Word buffers */ in Mrvl_SHA1ProcessMessageBlock() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | quick_clip.hpp | 70 mapbox::geometry::point<T> E = in[e]; in quick_lr_clip() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/rk/ |
| H A D | custom_log.h | 93 #define E(fmt, args...) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/rk/ |
| H A D | custom_log.h | 76 #define E(fmt, args...) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/rk/ |
| H A D | custom_log.h | 93 #define E(fmt, args...) \ macro
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-fsmount.c | 18 #define E(x) do { if ((x) == -1) { perror(#x); exit(1); } } while(0) macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | serialization.hpp | 496 void save(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> const& rt, unsigned int versio… in save() argument 525 void load(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> & rt, unsigned int version) in load() argument 572 void serialize(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> & rt, unsigned int versio… in serialize() argument 578 void serialize(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> const& rt, unsigned int v… in serialize() argument
|