Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 3673) sorted by relevance

12345678910>>...147

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_access.hpp27 A( M const & a ) in A()
41 A( M & a ) in A()
52 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A00( M const & a ) { BOOST_STATI… in A00()
53 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A01( M const & a ) { BOOST_STATI… in A01()
54 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A02( M const & a ) { BOOST_STATI… in A02()
55 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A03( M const & a ) { BOOST_STATI… in A03()
56 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A04( M const & a ) { BOOST_STATI… in A04()
57 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A05( M const & a ) { BOOST_STATI… in A05()
58 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A06( M const & a ) { BOOST_STATI… in A06()
59 …_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A07( M const & a ) { BOOST_STATI… in A07()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_reg.h29 #define RVU_AF_AFPFX_MBOXX(a, b) (0x2000 | (a) << 4 | (b) << 3) argument
53 #define RVU_PRIV_PFX_CFG(a) (0x8000100 | (a) << 16) argument
54 #define RVU_PRIV_PFX_MSIX_CFG(a) (0x8000110 | (a) << 16) argument
55 #define RVU_PRIV_PFX_ID_CFG(a) (0x8000120 | (a) << 16) argument
56 #define RVU_PRIV_PFX_INT_CFG(a) (0x8000200 | (a) << 16) argument
63 #define RVU_PRIV_BLOCK_TYPEX_REV(a) (0x8000400 | (a) << 3) argument
64 #define RVU_PRIV_HWVFX_INT_CFG(a) (0x8001280 | (a) << 16) argument
75 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument
77 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) argument
78 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcpt_common.h39 #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
46 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36)) argument
47 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36)) argument
48 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(a) << 36)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_reg.h19 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument
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
27 #define RVU_PF_VFPF_MBOX_INT_ENA_W1SX(a) (0x8C0 | (a) << 3) argument
28 #define RVU_PF_VFPF_MBOX_INT_ENA_W1CX(a) (0x8E0 | (a) << 3) argument
29 #define RVU_PF_VFFLR_INTX(a) (0x900 | (a) << 3) argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dtest_float_subj.c9 double test_float_dadd(double a, double b) in test_float_dadd()
19 double test_float_dmul(double a, double b) in test_float_dmul()
24 double test_float_drsub(double a, double b) in test_float_drsub()
29 double test_float_dsub(double a, double b) in test_float_dsub()
34 int test_float_dcmpeq(double a, double b) in test_float_dcmpeq()
39 int test_float_dcmplt(double a, double b) in test_float_dcmplt()
44 int test_float_dcmple(double a, double b) in test_float_dcmple()
49 int test_float_dcmpge(double a, double b) in test_float_dcmpge()
54 int test_float_dcmpgt(double a, double b) in test_float_dcmpgt()
59 float test_float_fadd(float a, float b) in test_float_fadd()
[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/finclude/
H A Dopenacc.f90167 type (*), dimension (*) :: a local
174 type (*), dimension (*) :: a local
185 type (*), dimension (*) :: a local
192 type (*), dimension (*) :: a local
203 type (*), dimension (*) :: a local
210 type (*), dimension (*) :: a local
221 type (*), dimension (*) :: a local
228 type (*), dimension (*) :: a local
239 type (*), dimension (*) :: a local
246 type (*), dimension (*) :: a local
[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/finclude/
H A Dopenacc.f90167 type (*), dimension (*) :: a local
174 type (*), dimension (*) :: a local
185 type (*), dimension (*) :: a local
192 type (*), dimension (*) :: a local
203 type (*), dimension (*) :: a local
210 type (*), dimension (*) :: a local
221 type (*), dimension (*) :: a local
228 type (*), dimension (*) :: a local
239 type (*), dimension (*) :: a local
246 type (*), dimension (*) :: a local
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 (function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument
3 …elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent… argument
4 (a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appe… argument
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 (function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument
3 …elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.removeData(a,b,!0)}}},customEvent… argument
4 (a,i,e,d)),g&&(f.fragments[a[0]]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appe… function
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dtrace.h3 #define trace_cdns3_prepare_trb(a, b) argument
4 #define trace_cdns3_doorbell_ep0(a, b) argument
5 #define trace_cdns3_ctrl_req(a) argument
6 #define trace_cdns3_complete_trb(a, b) argument
7 #define trace_cdns3_ep0_irq(a, b) argument
8 #define trace_cdns3_gadget_giveback(a) argument
9 #define trace_cdns3_free_aligned_request(a) argument
10 #define trace_cdns3_prepare_aligned_request(a) argument
11 #define trace_cdns3_ring(a) argument
12 #define trace_cdns3_doorbell_epx(a, b) argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dskb_array.h32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full()
37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full()
42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb) in skb_array_produce()
47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_irq()
52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_bh()
57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb) in skb_array_produce_any()
66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty()
71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a) in __skb_array_peek()
76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty()
81 static inline bool skb_array_empty_bh(struct skb_array *a) in skb_array_empty_bh()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.c183 int8_t a, b; in T_add_s8() local
196 int16_t a, b; in T_add_s16() local
207 int32_t a, b; in T_add_s32() local
218 int64_t a, b; in T_add_s64() local
229 long a, b; in T_add_long() local
239 long long a, b; in T_add_longlong() local
249 ssize_t a, b; in T_add_ssizet() local
260 uint8_t a, b; in T_add_u8() local
272 uint16_t a, b; in T_add_u16() local
284 uint32_t a, b; in T_add_u32() local
[all …]
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.c186 int8_t a, b; in T_add_s8() local
200 int16_t a, b; in T_add_s16() local
212 int32_t a, b; in T_add_s32() local
224 int64_t a, b; in T_add_s64() local
236 long a, b; in T_add_long() local
247 long long a, b; in T_add_longlong() local
258 ssize_t a, b; in T_add_ssizet() local
270 uint8_t a, b; in T_add_u8() local
283 uint16_t a, b; in T_add_u16() local
296 uint32_t a, b; in T_add_u32() local
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8 angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
H A Dui-bootstrap-tpls-0.11.0.min.js8 angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dno_et_ops.hpp41 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 *()
117 operator * (const V& a, const number<B, et_off>& b) in operator *()
128 BOOST_MP_FORCEINLINE number<B, et_off> operator / (const number<B, et_off>& a, const number<B, et_o… in operator /()
[all …]
H A Dnumber_compare.hpp25 inline bool eval_eq(const B& a, const B& b) in eval_eq()
30 inline bool eval_eq_imp(const T& a, const U& b, const mpl::true_&) in eval_eq_imp()
36 inline bool eval_eq_imp(const T& a, const U& b, const mpl::false_&) in eval_eq_imp()
42 inline bool eval_eq(const T& a, const U& b) in eval_eq()
49 inline bool eval_lt(const B& a, const B& b) in eval_lt()
54 inline bool eval_lt_imp(const T& a, const U& b, const mpl::true_&) in eval_lt_imp()
60 inline bool eval_lt_imp(const T& a, const U& b, const mpl::false_&) in eval_lt_imp()
66 inline bool eval_lt(const T& a, const U& b) in eval_lt()
73 inline bool eval_gt(const B& a, const B& b) in eval_gt()
78 inline bool eval_gt_imp(const T& a, const U& b, const mpl::true_&) in eval_gt_imp()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_init.c46 static bool esas2r_initmem_alloc(struct esas2r_adapter *a, in esas2r_initmem_alloc()
75 static void esas2r_initmem_free(struct esas2r_adapter *a, in esas2r_initmem_free()
103 static bool alloc_vda_req(struct esas2r_adapter *a, in alloc_vda_req()
133 static void esas2r_unmap_regions(struct esas2r_adapter *a) in esas2r_unmap_regions()
150 static int esas2r_map_regions(struct esas2r_adapter *a) in esas2r_map_regions()
197 static void esas2r_setup_interrupts(struct esas2r_adapter *a, int intr_mode) in esas2r_setup_interrupts()
232 static void esas2r_claim_interrupts(struct esas2r_adapter *a) in esas2r_claim_interrupts()
264 struct esas2r_adapter *a; in esas2r_init_adapter() local
434 static void esas2r_adapter_power_down(struct esas2r_adapter *a, in esas2r_adapter_power_down()
544 struct esas2r_adapter *a = esas2r_adapters[i]; in esas2r_kill_adapter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmath_support.h21 #define IS_ODD(a) ((a) & 0x1) argument
22 #define IS_EVEN(a) (!IS_ODD(a)) argument
32 #define IMPLIES(a, b) (!(a) || (b)) argument
36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
39 #define ROUND_DIV(a, b) (((b) != 0) ? ((a) + ((b) >> 1)) / (b) : 0) argument
40 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument
41 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument
42 #define CEIL_MUL2(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
43 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dacmacros.h169 #define ACPI_DIV_2(a) _ACPI_DIV(a, 1) argument
170 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) argument
171 #define ACPI_MOD_2(a) _ACPI_MOD(a, 2) argument
173 #define ACPI_DIV_4(a) _ACPI_DIV(a, 2) argument
174 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) argument
175 #define ACPI_MOD_4(a) _ACPI_MOD(a, 4) argument
177 #define ACPI_DIV_8(a) _ACPI_DIV(a, 3) argument
178 #define ACPI_MUL_8(a) _ACPI_MUL(a, 3) argument
179 #define ACPI_MOD_8(a) _ACPI_MOD(a, 8) argument
181 #define ACPI_DIV_16(a) _ACPI_DIV(a, 4) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h41 #define IWL_ERR_DEV(d, f, a...) \ argument
46 #define IWL_ERR(m, f, a...) \ argument
48 #define IWL_WARN(m, f, a...) \ argument
53 #define IWL_INFO(m, f, a...) \ argument
58 #define IWL_CRIT(m, f, a...) \ argument
169 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
170 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
171 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
172 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument
173 #define IWL_DEBUG_TEMP(p, f, a...) IWL_DEBUG(p, IWL_DL_TEMP, f, ## a) argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h30 # define ioswabb(a, x) (x) argument
31 # define __mem_ioswabb(a, x) (x) argument
32 # define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) argument
33 # define __mem_ioswabw(a, x) (x) argument
34 # define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) argument
35 # define __mem_ioswabl(a, x) (x) argument
36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) argument
37 # define __mem_ioswabq(a, x) (x) argument
41 # define ioswabb(a, x) (x) argument
42 # define __mem_ioswabb(a, x) (x) argument
[all …]

12345678910>>...147