| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_fixed.h | 35 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument 36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument 37 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument 38 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 40 #define dfixed_init(A) { .full = dfixed_const((A)) } argument 41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument 42 #define dfixed_trunc(A) ((A).full >> 12) argument 43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument 45 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() [all …]
|
| /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 | ira-int.h | 417 #define ALLOCNO_NUM(A) ((A)->num) argument 418 #define ALLOCNO_REGNO(A) ((A)->regno) argument 419 #define ALLOCNO_REG(A) ((A)->reg) argument 420 #define ALLOCNO_NEXT_REGNO_ALLOCNO(A) ((A)->next_regno_allocno) argument 421 #define ALLOCNO_LOOP_TREE_NODE(A) ((A)->loop_tree_node) argument 422 #define ALLOCNO_CAP(A) ((A)->cap) argument 423 #define ALLOCNO_CAP_MEMBER(A) ((A)->cap_member) argument 424 #define ALLOCNO_NREFS(A) ((A)->nrefs) argument 425 #define ALLOCNO_FREQ(A) ((A)->freq) argument 426 #define ALLOCNO_HARD_REGNO(A) ((A)->hard_regno) argument [all …]
|
| /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 | ira-int.h | 417 #define ALLOCNO_NUM(A) ((A)->num) argument 418 #define ALLOCNO_REGNO(A) ((A)->regno) argument 419 #define ALLOCNO_REG(A) ((A)->reg) argument 420 #define ALLOCNO_NEXT_REGNO_ALLOCNO(A) ((A)->next_regno_allocno) argument 421 #define ALLOCNO_LOOP_TREE_NODE(A) ((A)->loop_tree_node) argument 422 #define ALLOCNO_CAP(A) ((A)->cap) argument 423 #define ALLOCNO_CAP_MEMBER(A) ((A)->cap_member) argument 424 #define ALLOCNO_NREFS(A) ((A)->nrefs) argument 425 #define ALLOCNO_FREQ(A) ((A)->freq) argument 426 #define ALLOCNO_HARD_REGNO(A) ((A)->hard_regno) argument [all …]
|
| /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 | 29 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) \ argument 35 #define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E,T,A) \ argument 42 #define BOOST_TEMPLATED_STREAM_ALLOC(A) A argument 47 #define BOOST_TEMPLATED_STREAM_WITH_ALLOC(X,E,T,A) \ argument 54 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) /**/ argument 58 #define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E,T,A) /**/ argument 64 #define BOOST_TEMPLATED_STREAM_ALLOC(A) std::allocator<char> argument 69 #define BOOST_TEMPLATED_STREAM_WITH_ALLOC(X,E,T,A) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.h | 170 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A) argument 171 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A) argument 172 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A) argument 173 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A) argument 174 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) argument 175 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) argument 176 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) argument 177 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 178 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument 179 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | parse_attr.hpp | 36 #define BOOST_SPIRIT_QI_ATTRIBUTE_REFERENCE(z, n, A) BOOST_PP_CAT(A, n)& argument 48 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in parse() argument 76 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in parse() argument 92 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse() argument 135 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse() argument 151 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse() argument 165 , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) in phrase_parse() argument
|
| /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/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | object.h | 121 #define NVIF_RD32(p,A...) DRF_RD(NVIF_RD32_, (p), 0, ##A) argument 122 #define NVIF_RV32(p,A...) DRF_RV(NVIF_RD32_, (p), 0, ##A) argument 123 #define NVIF_TV32(p,A...) DRF_TV(NVIF_RD32_, (p), 0, ##A) argument 124 #define NVIF_TD32(p,A...) DRF_TD(NVIF_RD32_, (p), 0, ##A) argument 125 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A) argument 126 #define NVIF_WV32(p,A...) DRF_WV( NVIF_WR32_, (p), 0, ##A) argument 127 #define NVIF_WD32(p,A...) DRF_WD( NVIF_WR32_, (p), 0, ##A) argument 128 #define NVIF_MR32(p,A...) DRF_MR(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 129 #define NVIF_MV32(p,A...) DRF_MV(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument 130 #define NVIF_MD32(p,A...) DRF_MD(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A) argument
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | squashfs_fs.h | 130 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument 132 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument 134 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument 138 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument 141 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument 144 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument 147 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument 151 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument 155 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument 157 #define SQUASHFS_LOOKUP_BLOCK(A) (SQUASHFS_LOOKUP_BYTES(A) / \ argument [all …]
|
| /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/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() 377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() 390 static fInt fGetSquare(fInt A) in fGetSquare() 453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() 492 static int GetReal (fInt A) in GetReal() 499 fInt A, B, Quotient; in Divide() local 509 static int uGetScaledDecimal (fInt A) /*Converts the fractional portion to whole integers - Costly … in uGetScaledDecimal() 540 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize()
|
| /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/kernel/tools/testing/selftests/powerpc/copyloops/asm/ |
| H A D | ppc_asm.h | 26 #define _GLOBAL(A) FUNC_START(test_ ## A) argument 27 #define _GLOBAL_TOC(A) _GLOBAL(A) argument 28 #define _GLOBAL_TOC_KASAN(A) _GLOBAL(A) argument 30 #define PPC_MTOCRF(A, B) mtocrf A, B 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() 1071 int mbedtls_mpi_add_int( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_sint b ) in mbedtls_mpi_add_int() 1087 int mbedtls_mpi_sub_int( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_sint b ) in mbedtls_mpi_sub_int() 1175 int mbedtls_mpi_mul_mpi( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B ) in mbedtls_mpi_mul_mpi() 1212 int mbedtls_mpi_mul_int( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_uint b ) in mbedtls_mpi_mul_int() 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() 1439 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, mbedtls_mpi_sint b ) in mbedtls_mpi_div_int() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amerge/ |
| H A D | rk_aiq_types_amerge_algo_prvt.h | 43 #define SHIFT2BIT(A) (A * 4.0) argument 44 #define SHIFT3BIT(A) (A * 8.0) argument 45 #define SHIFT4BIT(A) (A * 16.0) argument 46 #define SHIFT6BIT(A) (A * 64.0) argument 47 #define SHIFT7BIT(A) (A * 128.0) argument 48 #define SHIFT8BIT(A) (A * 256.0) argument 49 #define SHIFT9BIT(A) (A * 512.0) argument 50 #define SHIFT10BIT(A) (A * 1024.0) argument 51 #define SHIFT11BIT(A) (A * 2048.0) argument 52 #define SHIFT12BIT(A) (A * 4096.0) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
| H A D | gk104.c | 73 #define A_(A) if (inst == 0) info->index = NVKM_ENGINE_##A in gk104_top_oneinit() argument 74 #define B_(A) if (inst + NVKM_ENGINE_##A##0 < NVKM_ENGINE_##A##_LAST + 1) \ in gk104_top_oneinit() argument 76 #define C_(A) if (inst == 0) info->index = NVKM_SUBDEV_##A in gk104_top_oneinit() argument
|
| /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/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 748 ### 性能咨询 916 ### 功能咨询 1200 ### HAL层报错 1279 ### kernel层报错
|
| H A D | Rockchip_FAQ_RGA_EN.md | 745 ### Performance Consulting 910 ### Functions Consulting 1189 ### HAL Error 1271 ### Kernel Errors
|
| /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/kernel/drivers/atm/ |
| H A D | iphase.h | 74 #define IF_LOUD(A) IF_IADBG(IF_IADBG_LOUD) { A } argument 75 #define IF_ERR(A) IF_IADBG(IF_IADBG_ERR) { A } argument 76 #define IF_VERY_LOUD(A) IF_IADBG( IF_IADBG_VERY_LOUD ) { A } argument 78 #define IF_INIT_ADAPTER(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 79 #define IF_INIT(A) IF_IADBG( IF_IADBG_INIT_ADAPTER ) { A } argument 80 #define IF_SUNI_STAT(A) IF_IADBG( IF_IADBG_SUNI_STAT ) { A } argument 81 #define IF_QUERY_INFO(A) IF_IADBG( IF_IADBG_QUERY_INFO ) { A } argument 82 #define IF_COPY_OVER(A) IF_IADBG( IF_IADBG_COPY_OVER ) { A } argument 84 #define IF_INTR(A) IF_IADBG( IF_IADBG_INTR ) { A } argument 85 #define IF_DIS_INTR(A) IF_IADBG( IF_IADBG_DIS_INTR ) { A } argument [all …]
|
| /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() 1253 WindowPtr A, /* PointerRootWin or NoneWin */ in CoreFocusPointerRootNoneSwitch() 1297 CoreFocusToPointerRootOrNone(DeviceIntPtr dev, WindowPtr A, in CoreFocusToPointerRootOrNone() 1345 WindowPtr A, /* PointerRootWin or NoneWin */ in CoreFocusFromPointerRootOrNone()
|