| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | no_et_ops.hpp | 23 BOOST_MP_FORCEINLINE number<B, et_off> operator - (const number<B, et_off>& v) in operator -() 31 BOOST_MP_FORCEINLINE number<B, et_off> operator ~ (const number<B, et_off>& v) in operator ~() 41 BOOST_MP_FORCEINLINE number<B, et_off> operator + (const number<B, et_off>& a, const number<B, et_o… in operator +() 50 operator + (const number<B, et_off>& a, const V& b) in operator +() 59 operator + (const V& a, const number<B, et_off>& b) in operator +() 70 BOOST_MP_FORCEINLINE number<B, et_off> operator - (const number<B, et_off>& a, const number<B, et_o… in operator -() 79 operator - (const number<B, et_off>& a, const V& b) in operator -() 88 operator - (const V& a, const number<B, et_off>& b) in operator -() 99 BOOST_MP_FORCEINLINE number<B, et_off> operator * (const number<B, et_off>& a, const number<B, et_o… in operator *() 108 operator * (const number<B, et_off>& a, const V& b) in operator *() [all …]
|
| H A D | et_ops.hpp | 24 inline BOOST_CONSTEXPR const number<B, ExpressionTemplates> operator + (const number<B, ExpressionT… in operator +() 28 inline detail::expression<detail::negate, number<B, et_on> > operator - (const number<B, et_on>& v) in operator -() 42 …operator ~ (const number<B, et_on>& v) { return detail::expression<detail::complement_immediates, … in operator ~() 52 operator + (const number<B, et_on>& a, const number<B, et_on>& b) in operator +() 58 operator + (const number<B, et_on>& a, const V& b) in operator +() 64 operator + (const V& a, const number<B, et_on>& b) in operator +() 70 operator + (const number<B, ET>& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +() 76 operator + (const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const number<B, ET>& b) in operator +() 117 …operator + (const number<B, ET>& a, const detail::expression<detail::multiply_immediates, Arg1, Ar… in operator +() 123 …detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>& a, const number<B, ET>& b) in operator +() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | static_assert.hpp | 33 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert( B, Msg ) argument 36 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) argument 72 # define BOOST_STATIC_ASSERT( B ) static_assert(B, #B) argument 113 #define BOOST_STATIC_ASSERT( B ) \ argument 125 # define BOOST_STATIC_ASSERT( B ) \ argument 136 #define BOOST_STATIC_ASSERT( B ) \ argument 145 #define BOOST_STATIC_ASSERT( B ) \ argument 157 # define BOOST_STATIC_ASSERT( B ) \ argument 171 # define BOOST_STATIC_ASSERT(B) \ argument
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_imgproc.cpp | 24 static void get_rgb_color(RK_U32 *R, RK_U32 *G, RK_U32 *B, RK_S32 x, RK_S32 y, RK_S32 frm_cnt) { in get_rgb_color() 39 static void fill_MPP_FMT_RGB565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_RGB565() 57 static void fill_MPP_FMT_BGR565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_BGR565() 75 static void fill_MPP_FMT_RGB555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_RGB555() 93 static void fill_MPP_FMT_BGR555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_BGR555() 111 static void fill_MPP_FMT_RGB444(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_RGB444() 129 static void fill_MPP_FMT_BGR444(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_BGR444() 147 static void fill_MPP_FMT_RGB888(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_RGB888() 164 static void fill_MPP_FMT_BGR888(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_BGR888() 181 static void fill_MPP_FMT_RGB101010(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) { in fill_MPP_FMT_RGB101010() [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 | dynamic_queue_limits.c | 14 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument 15 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
|
| /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/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | util_math.h | 27 #define MIN2( A, B ) ( (A)<(B) ? (A) : (B) ) argument 28 #define MAX2( A, B ) ( (A)>(B) ? (A) : (B) ) argument 29 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) argument
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.c | 663 static void get_rgb_color(RK_U32 *R, RK_U32 *G, RK_U32 *B, RK_S32 x, RK_S32 y, RK_S32 frm_cnt) in get_rgb_color() 703 static void fill_MPP_FMT_RGB565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB565() 722 static void fill_MPP_FMT_BGR565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR565() 741 static void fill_MPP_FMT_RGB555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB555() 760 static void fill_MPP_FMT_BGR555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR555() 779 static void fill_MPP_FMT_RGB444(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB444() 798 static void fill_MPP_FMT_BGR444(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR444() 817 static void fill_MPP_FMT_RGB888(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB888() 835 static void fill_MPP_FMT_BGR888(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR888() 853 static void fill_MPP_FMT_RGB101010(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB101010() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_types.h | 31 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument 47 #define SIGNATURE_32(A, B, C, D) \ argument 68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_sw_fence.c | 98 struct i915_sw_fence *A, *B, *C; in test_dag() local 177 struct i915_sw_fence *A, *B; in test_AB() local 225 struct i915_sw_fence *A, *B, *C; in test_ABC() local 305 struct i915_sw_fence *A, *B, *C; in test_AB_C() local 382 struct i915_sw_fence *A, *B, *C; in test_C_AB() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/ |
| H A D | warpers.hpp | 112 CompressedRectilinearWarper(float A = 1, float B = 1) in CompressedRectilinearWarper() 123 CompressedRectilinearPortraitWarper(float A = 1, float B = 1) in CompressedRectilinearPortraitWarper() 134 PaniniWarper(float A = 1, float B = 1) in PaniniWarper() 145 PaniniPortraitWarper(float A = 1, float B = 1) in PaniniPortraitWarper()
|
| /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/config/ |
| H A D | linux.h | 78 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 81 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 84 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 87 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ 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/config/ |
| H A D | linux.h | 78 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 81 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 84 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument 87 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | des.c | 582 #define ROUND(L, R, A, B, K, d) \ argument 784 u32 L, R, A, B; in des_encrypt() local 805 u32 L, R, A, B; in des_decrypt() local 847 u32 L, R, A, B; in des3_ede_encrypt() local 876 u32 L, R, A, B; in des3_ede_decrypt() local
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | enterleave.c | 347 CoreEnterLeaveNonLinear(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveNonLinear() 431 CoreEnterLeaveToAncestor(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToAncestor() 487 CoreEnterLeaveToDescendant(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToDescendant() 1036 CoreFocusNonLinear(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusNonLinear() 1126 CoreFocusToAncestor(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusToAncestor() 1183 CoreFocusToDescendant(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreFocusToDescendant() 1254 WindowPtr B, /* NoneWin or PointerRootWin */ in CoreFocusPointerRootNoneSwitch() 1298 WindowPtr B, /* PointerRootWin or NoneWin */ in CoreFocusToPointerRootOrNone() 1346 WindowPtr B, int mode) in CoreFocusFromPointerRootOrNone()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_namespacing.c | 32 union B {}; union 36 B = 2, enumerator
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | MD5Checksum.cpp | 244 void CMD5Checksum::FF(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in FF() 264 void CMD5Checksum::GG(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in GG() 284 void CMD5Checksum::HH(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in HH() 304 void CMD5Checksum::II(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in II()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_gt_pm.c | 16 static int cmp_u64(const void *A, const void *B) in cmp_u64() 28 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | crc32-vpmsum_core.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | bignum.c | 889 int mbedtls_mpi_add_abs( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_add_abs() 966 int mbedtls_mpi_sub_abs( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_sub_abs() 1009 int mbedtls_mpi_add_mpi( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_add_mpi() 1040 int mbedtls_mpi_sub_mpi( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_sub_mpi() 1175 int mbedtls_mpi_mul_mpi( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_mul_mpi() 1324 int mbedtls_mpi_div_mpi( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, const mbedtls_mpi *B… in mbedtls_mpi_div_mpi() 1455 int mbedtls_mpi_mod_mpi( mbedtls_mpi *R, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_mod_mpi() 1552 static int mpi_montmul( mbedtls_mpi *A, const mbedtls_mpi *B, const mbedtls_mpi *N, mbedtls_mpi_uin… in mpi_montmul() 1817 int mbedtls_mpi_gcd( mbedtls_mpi *G, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_gcd()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 316 static bool Equal(fInt A, fInt B) in Equal() 324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() 453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() 499 fInt A, B, Quotient; in Divide() local
|
| /OK3568_Linux_fs/kernel/tools/virtio/linux/ |
| H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers.hpp | 334 CompressedRectilinearWarper(float scale, float A = 1, float B = 1) in CompressedRectilinearWarper() 355 CompressedRectilinearPortraitWarper(float scale, float A = 1, float B = 1) in CompressedRectilinearPortraitWarper() 376 PaniniWarper(float scale, float A = 1, float B = 1) in PaniniWarper() 397 PaniniPortraitWarper(float scale, float A = 1, float B = 1) in PaniniPortraitWarper()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | recovery_version.h | 30 #define CONS(A,B) _CONS(A,B) argument
|