Home
last modified time | relevance | path

Searched defs:b (Results 551 – 575 of 3788) sorted by relevance

1...<<21222324252627282930>>...152

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmatx.hpp820 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx()
827 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) in Matx()
841 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) in Matx()
848 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) in Matx()
855 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp) in Matx()
1034 Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp op) in Vec()
1038 Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp op) in Vec()
1191 Matx<_Tp1, m, n>& operator += (Matx<_Tp1, m, n>& a, const Matx<_Tp2, m, n>& b) in operator +=()
1199 Matx<_Tp1, m, n>& operator -= (Matx<_Tp1, m, n>& a, const Matx<_Tp2, m, n>& b) in operator -=()
1207 Matx<_Tp, m, n> operator + (const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b) in operator +()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp100.c37 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true); in gp100_grctx_generate_pagepool() local
56 int gpc, ppc, b, n = 0; in gp100_grctx_generate_attrib() local
H A Dctxgf100.h18 #define mmio_vram(a,b,c,d) gf100_grctx_mmio_data((a), (b), (c), (d)) argument
19 #define mmio_refn(a,b,c,d,e) gf100_grctx_mmio_item((a), (b), (c), (d), (e)) argument
20 #define mmio_skip(a,b,c) mmio_refn((a), (b), (c), -1, -1) argument
21 #define mmio_wr32(a,b,c) mmio_refn((a), (b), (c), 0, -1) argument
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dtypes.h40 #define min_t(type, a, b) min(((type) a), ((type) b)) argument
41 #define max_t(type, a, b) max(((type) a), ((type) b)) argument
/OK3568_Linux_fs/external/xserver/test/sync/
H A Dsync.c161 int64_t a, b; in test_change_counter_overflow() member
174 int64_t b = overflow_args[i].b; in test_change_counter_overflow() local
183 int64_t b = overflow_args[i].b; in test_change_counter_overflow() local
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dtest_emulate_step.c292 int b; in test_lfsx_stfsx() member
335 int b; in test_plfs_pstfs() member
382 long b; in test_lfdx_stfdx() member
425 long b; in test_plfd_pstfd() member
498 u32 b[4]; in test_lvx_stvx() member
555 u32 b[4]; in test_lxvd2x_stxvd2x() member
/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Drxtx.h72 struct vnt_phy_field b; member
81 struct vnt_phy_field b; member
107 struct vnt_phy_field b; member
117 struct vnt_phy_field b; member
148 struct vnt_phy_field b; member
156 struct vnt_phy_field b; member
/OK3568_Linux_fs/external/xserver/include/
H A Dpixmap.h84 #define SamePixUnion(a,b,isPixel)\ argument
87 #define EqualPixUnion(as, a, bs, b) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dscoped_ptr.hpp117 void swap(scoped_ptr & b) BOOST_SP_NOEXCEPT in swap()
149 template<class T> inline void swap(scoped_ptr<T> & a, scoped_ptr<T> & b) BOOST_SP_NOEXCEPT in swap()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm-mips.c32 #define M(a, b, c, d, e, f) \ argument
41 #define M6(a, b, c, d, e) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mp.c441 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8188E(a,b) argument
443 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8188E(a,b) argument
447 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8814A(&(GET_HAL_DATA(a)->odmpriv), b) argument
449 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8814A(a,b) argument
453 #define PHY_IQCalibrate(_Adapter, b) PHY_IQCalibrate_8812A(_Adapter, b) argument
455 #define PHY_SetRFPathSwitch(_Adapter, b) PHY_SetRFPathSwitch_8812A(_Adapter, b) argument
459 #define PHY_IQCalibrate(_Adapter, b) PHY_IQCalibrate_8821A(&(GET_HAL_DATA(_Adapter)->odmpriv), b) argument
461 #define PHY_SetRFPathSwitch(_Adapter, b) PHY_SetRFPathSwitch_8812A(_Adapter, b) argument
465 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8192E(a,b) argument
467 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8192E(a,b) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_v4l2.c142 uvc_v4l2_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *b) in uvc_v4l2_reqbufs()
155 uvc_v4l2_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_querybuf()
165 uvc_v4l2_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_qbuf()
183 uvc_v4l2_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in uvc_v4l2_dqbuf()
/OK3568_Linux_fs/kernel/scripts/
H A Dunifdef.c750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge()
762 static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) { in op_eq()
765 static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) { in op_ne()
768 static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) { in op_or()
773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c23 union iwreq_data *wrqu, char *b) in _rtl92e_wx_get_freq()
32 union iwreq_data *wrqu, char *b) in _rtl92e_wx_get_mode()
245 union iwreq_data *wrqu, char *b) in _rtl92e_wx_set_mode()
378 union iwreq_data *wrqu, char *b) in _rtl92e_wx_set_scan()
468 union iwreq_data *wrqu, char *b) in _rtl92e_wx_get_scan()
490 union iwreq_data *wrqu, char *b) in _rtl92e_wx_set_essid()
511 union iwreq_data *wrqu, char *b) in _rtl92e_wx_get_essid()
558 union iwreq_data *wrqu, char *b) in _rtl92e_wx_set_freq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c18 const u64 *a = A, *b = B; in cmp_u64() local
30 const u32 *a = A, *b = B; in cmp_u32() local
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_lpc.c23 #define debug_trace(fmt, b...) debug(fmt, ##b) argument
25 #define debug_trace(fmt, b...) argument
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dqrc_texture.cpp225 # define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b argument
226 # define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) argument
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_ecc.c79 unsigned char b; in yaffs_ecc_calc() local
212 unsigned char b; in yaffs_ecc_calc_other() local
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dcpuflags.c75 u32 *a, u32 *b, u32 *c, u32 *d) in cpuid_count()
85 #define cpuid(id, a, b, c, d) cpuid_count(id, 0, a, b, c, d) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Ddem_data.cpp16 auto decodeMapbox = [] (const uint8_t r, const uint8_t g, const uint8_t b){ in __anondc5c74880102()
21 auto decodeTerrarium = [] (const uint8_t r, const uint8_t g, const uint8_t b){ in __anondc5c74880202()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dcamera.hpp39 constexpr bool operator==(const CameraOptions& a, const CameraOptions& b) { in operator ==()
48 constexpr bool operator!=(const CameraOptions& a, const CameraOptions& b) { in operator !=()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c15 unsigned char b[2]; member
23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Ditoa.h56 const uint32_t b = value / 10000; in u32toa() local
92 const uint32_t b = value / 10000; // 0 to 9999 in u32toa() local
151 const uint32_t b = v / 10000; in u64toa() local
/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c45 #define GET_UINT64_BE(n,b,i) \ argument
59 #define PUT_UINT64_BE(n,b,i) \ argument
176 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha512_process() argument
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-keyboard.c95 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
96 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
99 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument

1...<<21222324252627282930>>...152