Home
last modified time | relevance | path

Searched defs:b (Results 151 – 175 of 3788) sorted by relevance

12345678910>>...152

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_padding.c12 long int b; member
32 int b; member
53 int b; member
76 int b __attribute__((aligned(32))); member
101 short b; member
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/include/mach/
H A Dio.h51 #define readb(b) __readb(b) argument
52 #define readw(b) __readw(b) argument
53 #define readl(b) __readl(b) argument
58 #define writeb(v,b) __writeb(v,b) argument
59 #define writew(v,b) __writew(v,b) argument
60 #define writel(v,b) __writel(v,b) argument
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtnum.c62 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add()
74 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub()
86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and()
96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or()
105 struct tnum tnum_xor(struct tnum a, struct tnum b) in tnum_xor()
128 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul()
141 struct tnum tnum_intersect(struct tnum a, struct tnum b) in tnum_intersect()
164 bool tnum_in(struct tnum a, struct tnum b) in tnum_in()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dddraw.h1222 #define IDirectDrawPalette_QueryInterface(p,a,b) ICOM_CALL_(QueryInterface,p,(p,a,b)) argument
1227 #define IDirectDrawPalette_GetEntries(p,a,b,c,d) ICOM_CALL_(GetEntries,p,(p,a,b,c,d)) argument
1228 #define IDirectDrawPalette_Initialize(p,a,b,c) ICOM_CALL_(Initialize,p,(p,a,b,c)) argument
1229 #define IDirectDrawPalette_SetEntries(p,a,b,c,d) ICOM_CALL_(SetEntries,p,(p,a,b,c,d)) argument
1250 #define IDirectDrawClipper_QueryInterface(p,a,b) ICOM_CALL_(QueryInterface,p,(p,a,b)) argument
1254 #define IDirectDrawClipper_GetClipList(p,a,b,c) ICOM_CALL_(GetClipList,p,(p,a,b,c)) argument
1256 #define IDirectDrawClipper_Initialize(p,a,b) ICOM_CALL_(Initialize,p,(p,a,b)) argument
1258 #define IDirectDrawClipper_SetClipList(p,a,b) ICOM_CALL_(SetClipList,p,(p,a,b)) argument
1259 #define IDirectDrawClipper_SetHWnd(p,a,b) ICOM_CALL_(SetHWnd,p,(p,a,b)) argument
1313 #define IDirectDraw_QueryInterface(p,a,b) ICOM_CALL_(QueryInterface,p,(p,a,b)) argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/include/
H A Dtb_asserts.h68 #define TB_ASSERT_STR_EQ(a, b) \ argument
124 #define TB_ASSERT_BIGINT_EQ(a, b) \ argument
135 #define TB_ASSERT_BIGINT_NEQ(a, b) \ argument
146 #define TB_ASSERT_BIGINT_LESS(a, b) \ argument
157 #define TB_ASSERT_INT_EQ(a, b) \ argument
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_common.h26 #define MPP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
27 #define MPP_MAX3(a, b, c) MPP_MAX(MPP_MAX(a,b),c) argument
28 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
30 #define MPP_MIN(a,b) ((a) > (b) ? (b) : (a)) argument
31 #define MPP_MIN3(a,b,c) MPP_MIN(MPP_MIN(a,b),c) argument
32 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
34 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) argument
38 #define MPP_DIV_SIGN(a, b) (((a) + (MPP_SIGN(a) * (b)) / 2) / (b)) argument
40 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp;} while(0) argument
43 #define MPP_VSWAP(a, b) { a ^= b; b ^= a; a ^= b; } argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dtime-utils-test.c159 u64 b = 1234567123456789ULL; in test__time_utils() local
172 u64 b = 1234567123456789ULL; in test__time_utils() local
189 u64 b = 7654321ULL * NSEC_PER_SEC; in test__time_utils() local
204 u64 b = 7654321ULL * NSEC_PER_SEC; in test__time_utils() local
219 u64 b = 11223344ULL * NSEC_PER_SEC; in test__time_utils() local
234 u64 b = 11223344ULL * NSEC_PER_SEC; in test__time_utils() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/
H A Dcat.hpp22 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b) argument
24 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_OO((a, b)) argument
29 # define BOOST_PP_CAT_I(a, b) a ## b argument
31 # define BOOST_PP_CAT_I(a, b) BOOST_PP_CAT_II(~, a ## b) argument
/OK3568_Linux_fs/kernel/include/trace/events/
H A D9p.h83 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
84 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
94 #define EM(a, b) { a, b }, argument
95 #define EMe(a, b) { a, b } argument
H A Derror_report.h33 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
34 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
41 #define EM(a, b) { a, b }, argument
42 #define EMe(a, b) { a, b } argument
H A Dcachefiles.h55 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
56 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
67 #define EM(a, b) { a, b }, argument
68 #define E_(a, b) { a, b } argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h43 #define nvif_rd(a,f,b,c) ({ \ argument
52 #define nvif_wr(a,f,b,c,d) ({ \ argument
59 #define nvif_rd08(a,b) ({ ((u8)nvif_rd((a), ioread8, 1, (b))); }) argument
60 #define nvif_rd16(a,b) ({ ((u16)nvif_rd((a), ioread16_native, 2, (b))); }) argument
61 #define nvif_rd32(a,b) ({ ((u32)nvif_rd((a), ioread32_native, 4, (b))); }) argument
62 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument
63 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument
64 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument
65 #define nvif_mask(a,b,c,d) ({ \ argument
72 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
/OK3568_Linux_fs/kernel/include/ras/
H A Dras_event.h387 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
388 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
399 #define EM(a, b) { a, b }, argument
400 #define EMe(a, b) { a, b } argument
/OK3568_Linux_fs/kernel/lib/
H A Dsort.c58 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32()
83 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64()
111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes()
133 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap()
147 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
228 size_t b, c, d; in sort_r() local
/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_5.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()
45 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner1_5.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()
39 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()
51 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()
63 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
H A Drational_horner3_5.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()
45 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dquick_clip.hpp15 mapbox::geometry::point<T> b, in intersect()
42 bool inside(mapbox::geometry::point<T> p, size_t edge, mapbox::geometry::box<T> const& b) { in inside()
60 mapbox::geometry::box<T> const& b) { in quick_lr_clip()
100 mapbox::geometry::box<T> const& b, in clip()
116 mapbox::geometry::box<T> const& b, in clip()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmath.hpp17 T angle_between(const Point<S>& a, const Point<S>& b) { in angle_between()
22 T angle_to(const Point<S>& a, const Point<S>& b) { in angle_to()
36 Point<T> normal(const S1& a, const S2& b) { in normal()
49 T dist(const S1& a, const S2& b) { in dist()
57 T distSqr(const S1& a, const S2& b) { in distSqr()
70 T length(T a, T b) { in length()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_rt.hpp56 inline constexpr T constexpr_min(T const& a, T const& b) BOOST_GCD_NOEXCEPT(T) in constexpr_min()
61 … inline constexpr auto constexpr_swap(T&a, T& b) BOOST_GCD_NOEXCEPT(T) -> decltype(a.swap(b)) in constexpr_swap()
66 inline constexpr void constexpr_swap(T&a, U& b...) BOOST_GCD_NOEXCEPT(T) in constexpr_swap()
398 …inline BOOST_CXX14_CONSTEXPR EuclideanDomain Euclid_gcd(EuclideanDomain a, EuclideanDomain b) BOOS… in Euclid_gcd()
411 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select()
418 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select()
425 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select()
431 inline BOOST_CXX14_CONSTEXPR T lcm_imp(const T& a, const T& b) BOOST_GCD_NOEXCEPT(T) in lcm_imp()
445 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in gcd()
455 inline BOOST_CXX14_CONSTEXPR Integer lcm(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in lcm()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c70 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
71 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
72 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
73 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
74 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
75 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
79 #define DMXDBG2(f,a,b) argument
80 #define DMXDBG3(f,a,b,c) argument
81 #define DMXDBG4(f,a,b,c,d) argument
82 #define DMXDBG5(f,a,b,c,d,e) argument
[all …]
H A Ddmxbackend.c82 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
83 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
84 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
85 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
86 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
87 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
88 #define DMXDBG8(f,a,b,c,d,e,g,h,i) dmxLog(dmxDebug,f,a,b,c,d,e,g,h,i) argument
89 #define DMXDBG9(f,a,b,c,d,e,g,h,i,j) dmxLog(dmxDebug,f,a,b,c,d,e,g,h,i,j) argument
93 #define DMXDBG2(f,a,b) argument
94 #define DMXDBG3(f,a,b,c) argument
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dlist_sort.c22 struct list_head *b), in merge()
51 struct list_head *b), in merge_and_restore_back_links()
105 struct list_head *b)) in list_sort()
203 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Daux.h32 #define AUX_MSG(b,l,f,a...) do { \ argument
36 #define AUX_ERR(b,f,a...) AUX_MSG((b), error, f, ##a) argument
37 #define AUX_DBG(b,f,a...) AUX_MSG((b), debug, f, ##a) argument
38 #define AUX_TRACE(b,f,a...) AUX_MSG((b), trace, f, ##a) argument
/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.h5 #define streq(a, b) (strcmp(a, b) == 0) argument
6 #define strcaseeq(a, b) (strcasecmp(a, b) == 0) argument
7 #define strneq(a, b, n) (strncmp(a, b, n) == 0) argument
8 #define strncaseeq(a, b, n) (strncasecmp(a, b, n) == 0) argument
45 # define ngettext(a, b, c) ((c==1) ? (a) : (b)) argument

12345678910>>...152