Home
last modified time | relevance | path

Searched defs:b (Results 176 – 200 of 3788) sorted by relevance

12345678910>>...152

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c29 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc()
37 #define yswap(a, b) do { \ argument
46 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
49 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3()
57 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dv4l2.h14 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
15 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
61 #define EM(a, b) {a, b}, argument
62 #define EMe(a, b) {a, b} argument
/OK3568_Linux_fs/kernel/net/tipc/
H A Dudp_media.c138 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr()
226 struct tipc_bearer *b, in tipc_udp_send_msg()
273 static bool tipc_udp_is_known_peer(struct tipc_bearer *b, in tipc_udp_is_known_peer()
293 static int tipc_udp_rcast_add(struct tipc_bearer *b, in tipc_udp_rcast_add()
325 static int tipc_udp_rcast_disc(struct tipc_bearer *b, struct sk_buff *skb) in tipc_udp_rcast_disc()
366 struct tipc_bearer *b; in tipc_udp_recv() local
453 struct tipc_bearer *b; in tipc_udp_nl_dump_remoteip() local
533 int tipc_udp_nl_add_bearer_data(struct tipc_nl_msg *msg, struct tipc_bearer *b) in tipc_udp_nl_add_bearer_data()
615 int tipc_udp_nl_bearer_add(struct tipc_bearer *b, struct nlattr *attr) in tipc_udp_nl_bearer_add()
653 static int tipc_udp_enable(struct net *net, struct tipc_bearer *b, in tipc_udp_enable()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c61 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
62 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
64 #define LOG3INPUT(p,f,a,b,c) dmxLogInput(p->dmxInput,f,a,b,c) argument
65 #define LOG5INPUT(p,f,a,b,c,d,e) dmxLogInput(p->dmxInput,f,a,b,c,d,e) argument
68 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
95 #define PRESS(b) \ in usbRead() argument
100 #define RELEASE(b) \ in usbRead() argument
/OK3568_Linux_fs/kernel/crypto/
H A Dtwofish_common.c468 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
483 #define CALC_SB_2(i, a, b) \ argument
491 #define CALC_SB192_2(i, a, b) \ argument
499 #define CALC_SB256_2(i, a, b) \ argument
529 #define CALC_K_2(a, b, c, d, j) \ argument
542 #define CALC_K192_2(a, b, c, d, j) \ argument
555 #define CALC_K256_2(a, b, j) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsiutils_priv.h166 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ argument
314 #define ub_scan(a, b, c) do {} while (0) argument
316 #define ub_setint(a, b) do {} while (0) argument
321 #define ub_setcoreidx(a, b) (0) argument
322 #define ub_core_cflags(a, b, c) (0) argument
323 #define ub_core_cflags_wo(a, b, c) do {} while (0) argument
324 #define ub_core_sflags(a, b, c) (0) argument
325 #define ub_corereg(a, b, c, d, e) (0) argument
326 #define ub_core_reset(a, b, c) do {} while (0) argument
327 #define ub_core_disable(a, b) do {} while (0) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp615 v_uint8x16 b; in v_popcount() local
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
734 template<typename T> inline T _absdiff(T a, T b) in _absdiff()
750 …typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg<_Tp, n> & b) in v_absdiff()
767 inline v_float32x4 v_absdiff(const v_float32x4& a, const v_float32x4& b) in v_absdiff()
778 inline v_float64x2 v_absdiff(const v_float64x2& a, const v_float64x2& b) in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp615 v_uint8x16 b; in v_popcount() local
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
734 template<typename T> inline T _absdiff(T a, T b) in _absdiff()
750 …typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg<_Tp, n> & b) in v_absdiff()
767 inline v_float32x4 v_absdiff(const v_float32x4& a, const v_float32x4& b) in v_absdiff()
778 inline v_float64x2 v_absdiff(const v_float64x2& a, const v_float64x2& b) in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp615 v_uint8x16 b; in v_popcount() local
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
734 template<typename T> inline T _absdiff(T a, T b) in _absdiff()
750 …typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg<_Tp, n> & b) in v_absdiff()
767 inline v_float32x4 v_absdiff(const v_float32x4& a, const v_float32x4& b) in v_absdiff()
778 inline v_float64x2 v_absdiff(const v_float64x2& a, const v_float64x2& b) in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dcore_reloc_types.h23 int b; member
30 int b; member
43 int b; member
51 union core_reloc_nesting_subunion b; member
52 } b; member
65 int b; member
66 } b; member
67 } b; member
85 int b; member
86 } b; member
[all …]
H A Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG()
27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG()
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG()
43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dio.c19 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_free() local
26 struct bbio *b = mempool_alloc(&c->bio_meta, GFP_NOIO); in bch_bbio_alloc() local
36 struct bbio *b = container_of(bio, struct bbio, bio); in __bch_submit_bbio() local
48 struct bbio *b = container_of(bio, struct bbio, bio); in bch_submit_bbio() local
139 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_count_io_errors() local
H A Dbtree.h170 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write()
175 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write()
180 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first()
185 static inline struct bset *btree_bset_last(struct btree *b) in btree_bset_last()
190 static inline unsigned int bset_block_offset(struct btree *b, struct bset *i) in bset_block_offset()
204 #define for_each_cached_btree(b, c, iter) \ argument
248 static inline void rw_lock(bool w, struct btree *b, int level) in rw_lock()
256 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock()
327 #define bcache_btree(fn, key, b, op, ...) \ argument
/OK3568_Linux_fs/external/xserver/glx/
H A Dextension_string.c37 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8))) argument
38 #define CLR_BIT(m,b) (m[ (b) / 8 ] &= ~(1U << ((b) % 8))) argument
39 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0) argument
40 #define CONCAT(a,b) a ## b argument
42 #define VER(a,b) a, b argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/
H A Drational_horner2_4.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner3_2.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner3_4.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner3_3.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner2_2.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner2_3.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
33 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
/OK3568_Linux_fs/kernel/lib/
H A Dlist_sort.c20 struct list_head *a, struct list_head *b) in merge()
56 struct list_head *a, struct list_head *b) in merge_final()
190 struct list_head *b)) in list_sort()
228 struct list_head *a = *tail, *b = a->prev; in list_sort() local
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c119 enum block_op_type type, dm_block_t b) in brb_push()
181 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop()
300 static int sm_metadata_get_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_get_count()
341 dm_block_t b, int *result) in sm_metadata_count_is_more_than_one()
392 static int sm_metadata_set_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_set_count()
411 static int sm_metadata_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_inc_block()
428 static int sm_metadata_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_dec_block()
445 static int sm_metadata_new_block_(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block_()
482 static int sm_metadata_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block()
610 static int sm_bootstrap_get_count(struct dm_space_map *sm, dm_block_t b, in sm_bootstrap_get_count()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c98 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
99 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
100 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
101 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
102 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
103 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
107 #define DMXDBG2(f,a,b) argument
108 #define DMXDBG3(f,a,b,c) argument
109 #define DMXDBG4(f,a,b,c,d) argument
110 #define DMXDBG5(f,a,b,c,d,e) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.h32 #define BUS_MSG(b,l,f,a...) do { \ argument
36 #define BUS_ERR(b,f,a...) BUS_MSG((b), error, f, ##a) argument
37 #define BUS_DBG(b,f,a...) BUS_MSG((b), debug, f, ##a) argument
38 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a) argument
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr.c38 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
80 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_generic_buf()
99 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
117 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_generic_buf()

12345678910>>...152