| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_reg.h | 15 #define RVU_AF_MSIXTR_BASE (0x10) 16 #define RVU_AF_ECO (0x20) 17 #define RVU_AF_BLK_RST (0x30) 18 #define RVU_AF_PF_BAR4_ADDR (0x40) 19 #define RVU_AF_RAS (0x100) 20 #define RVU_AF_RAS_W1S (0x108) 21 #define RVU_AF_RAS_ENA_W1S (0x110) 22 #define RVU_AF_RAS_ENA_W1C (0x118) 23 #define RVU_AF_GEN_INT (0x120) 24 #define RVU_AF_GEN_INT_W1S (0x128) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_reg.h | 17 #define RVU_PF_VFX_PFVF_MBOX0 (0x00000) 18 #define RVU_PF_VFX_PFVF_MBOX1 (0x00008) 19 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument 20 #define RVU_PF_VF_BAR4_ADDR (0x10) 21 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) argument 22 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) argument 23 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) argument 24 #define RVU_PF_VFTRPEND_W1SX(a) (0x840 | (a) << 3) argument 25 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) argument 26 #define RVU_PF_VFPF_MBOX_INT_W1SX(a) (0x8A0 | (a) << 3) argument [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | hash_sha256.c | 19 int is224; /*!< 0 => SHA-256, else SHA-224 */ 25 volatile unsigned char *p = v; while( n-- ) *p++ = 0; in mbedtls_zeroize() 38 } while( 0 ) 48 } while( 0 ) 53 memset( ctx, 0, sizeof( RK_SHA256_CTX ) ); in mbedtls_sha256_init() 75 ctx->total[0] = 0; in mbedtls_sha256_starts() 76 ctx->total[1] = 0; in mbedtls_sha256_starts() 78 if( is224 == 0 ) in mbedtls_sha256_starts() 81 ctx->state[0] = 0x6A09E667; in mbedtls_sha256_starts() 82 ctx->state[1] = 0xBB67AE85; in mbedtls_sha256_starts() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/ |
| H A D | mat_operations3.hpp | 9 //This file was generated by a program. Do not edit manually. 26 template <class A,class B> 29 mat_traits<A>::rows==3 && mat_traits<B>::rows==3 && 30 mat_traits<A>::cols==3 && mat_traits<B>::cols==3, 31 deduce_mat2<A,B,3,3> >::type 32 operator+( A const & a, B const & b ) in operator +() argument 34 typedef typename deduce_mat2<A,B,3,3>::type R; in operator +() 38 …ts<R>::template write_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::… in operator +() 39 …its<R>::template write_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>:… in operator +() 40 …its<R>::template write_element<0,2>(r)=mat_traits<A>::template read_element<0,2>(a)+mat_traits<B>:… in operator +() [all …]
|
| H A D | mat_operations2.hpp | 9 //This file was generated by a program. Do not edit manually. 24 template <class A,class B> 27 mat_traits<A>::rows==2 && mat_traits<B>::rows==2 && 28 mat_traits<A>::cols==2 && mat_traits<B>::cols==2, 29 deduce_mat2<A,B,2,2> >::type 30 operator+( A const & a, B const & b ) in operator +() argument 32 typedef typename deduce_mat2<A,B,2,2>::type R; in operator +() 36 …ts<R>::template write_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::… in operator +() 37 …its<R>::template write_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>:… in operator +() 38 …s<R>::template write_element<1,0>(r)=mat_traits<A>::template read_element<1,0>(a)+mat_traits<B>::t… in operator +() [all …]
|
| H A D | mat_operations4.hpp | 9 //This file was generated by a program. Do not edit manually. 26 template <class A,class B> 29 mat_traits<A>::rows==4 && mat_traits<B>::rows==4 && 30 mat_traits<A>::cols==4 && mat_traits<B>::cols==4, 31 deduce_mat2<A,B,4,4> >::type 32 operator+( A const & a, B const & b ) in operator +() argument 34 typedef typename deduce_mat2<A,B,4,4>::type R; in operator +() 38 …ts<R>::template write_element<0,0>(r)=mat_traits<A>::template read_element<0,0>(a)+mat_traits<B>::… in operator +() 39 …its<R>::template write_element<0,1>(r)=mat_traits<A>::template read_element<0,1>(a)+mat_traits<B>:… in operator +() 40 …its<R>::template write_element<0,2>(r)=mat_traits<A>::template read_element<0,2>(a)+mat_traits<B>:… in operator +() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/ |
| H A D | polynomial_horner3_20.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_19.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_18.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_17.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_16.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_15.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_14.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| H A D | polynomial_horner3_13.hpp | 15 inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 17 return static_cast<V>(0); in evaluate_polynomial_c_imp() 21 inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<1>*) BOOST_MATH_NOEXCEPT(V) in evaluate_polynomial_c_imp() argument 23 return static_cast<V>(a[0]); in evaluate_polynomial_c_imp() 27 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<2>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 29 return static_cast<V>(a[1] * x + a[0]); in evaluate_polynomial_c_imp() 33 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<3>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 35 return static_cast<V>((a[2] * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() 39 inline V evaluate_polynomial_c_imp(const T* a, const V& x, const mpl::int_<4>*) BOOST_MATH_NOEXCEPT… in evaluate_polynomial_c_imp() argument 41 return static_cast<V>(((a[3] * x + a[2]) * x + a[1]) * x + a[0]); in evaluate_polynomial_c_imp() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 79 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 80 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 85 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 89 (((uintptr_t)(i) & 0x8000) >> 15)) 211 #define PPC_INST_BCCTR_FLUSH 0x4c400420 212 #define PPC_INST_COPY 0x7c20060c 213 #define PPC_INST_DCBA 0x7c0005ec 214 #define PPC_INST_DCBA_MASK 0xfc0007fe [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/au88x0/ |
| H A D | au88x0_a3d.c | 21 a3dsrc_SetTimeConsts(a3dsrc_t * a, short HrtfTrack, short ItdTrack, in a3dsrc_SetTimeConsts() argument 24 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetTimeConsts() 26 a3d_addrA(a->slice, a->source, A3D_A_HrtfTrackTC), HrtfTrack); in a3dsrc_SetTimeConsts() 28 a3d_addrA(a->slice, a->source, A3D_A_ITDTrackTC), ItdTrack); in a3dsrc_SetTimeConsts() 30 a3d_addrA(a->slice, a->source, A3D_A_GainTrackTC), GTrack); in a3dsrc_SetTimeConsts() 32 a3d_addrA(a->slice, a->source, A3D_A_CoeffTrackTC), CTrack); in a3dsrc_SetTimeConsts() 35 #if 0 37 a3dsrc_GetTimeConsts(a3dsrc_t * a, short *HrtfTrack, short *ItdTrack, 47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget() argument 50 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetAtmosTarget() [all …]
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | des.c | 31 0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14, 32 0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54, 33 0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16, 34 0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56, 35 0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c, 36 0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c, 37 0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e, 38 0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e, 39 0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34, 40 0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/class/ |
| H A D | cl907d.h | 4 * Permission is hereby granted, free of charge, to any person obtaining a 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 27 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4 0x00000004 28 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE 0:0 29 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE_FALSE 0x00000000 30 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_4_DONE_TRUE 0x00000001 31 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20 0x00000014 32 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18 0:0 33 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18_FALSE 0x00000000 34 #define NV907D_CORE_NOTIFIER_3_CAPABILITIES_CAP_SOR0_20_SINGLE_LVDS18_TRUE 0x00000001 [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | md5-asm.S | 53 lwbrx reg,0,rWP; /* load data */ 65 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument 73 add a,a,rT0; /* 1: a = a + f */ \ 76 add a,a,w0; /* 1: a = a + wk */ \ 78 rotrwi a,a,p; /* 1: a = a rotl x */ \ 79 add d,d,w1; /* 2: a = a + wk */ \ 80 add a,a,b; /* 1: a = a + b */ \ 81 and rT0,a,b; /* 2: f = b and c */ \ 82 andc rT1,c,a; /* 2: f' = ~b and d */ \ 84 add d,d,rT0; /* 2: a = a + f */ \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cpt_common.h | 16 #define CPT_81XX_PCI_PF_DEVICE_ID 0xa040 17 #define CPT_81XX_PCI_VF_DEVICE_ID 0xa041 31 #define VF_STATE_DOWN 0 39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument 40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument 41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument 42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument 43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument 44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument 45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-uclibcgnueabihf/ |
| HD | librkaudio.so | ... ]%s-%d: Success %s 0x%lx 0x%lx 0x% ... |
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-gnueabihf/ |
| HD | librkaudio.so | ... ]%s-%d: Success %s 0x%lx 0x%lx 0x% ... |
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| H A D | uncore-other.json | 4 "Counter": "0,1,2,3", 11 "Counter": "0,1,2,3", 12 "EventCode": "0x35", 14 "Filter": "config1=0x40e33", 16 "UMask": "0x21", 21 "Counter": "0,1,2,3", 22 "EventCode": "0x35", 24 "Filter": "config1=0x40040e33", 26 "UMask": "0x21", 31 "Counter": "0,1,2,3", [all …]
|
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-bifrost-g31-g13p0-wayland-gbm.so | a ` d t u x y v w p r q ... |
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | globtest.c | 12 module_param(verbose, bool, 0); 24 /* Can't get string literals into a particular section, so... */ in test() 47 * pointed-to strings to be in a particular section. 49 * Anyway, a test consists of: 50 * 1. Expected glob_match result: '1' or '0'. 54 * The list of tests is terminated with a final '\0' instead of 55 * a glob_match result character. 59 "1" "a\0" "a\0" 60 "0" "a\0" "b\0" 61 "0" "a\0" "aa\0" [all …]
|