Home
last modified time | relevance | path

Searched defs:b (Results 351 – 375 of 3788) sorted by relevance

1...<<11121314151617181920>>...152

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbootstd.h72 #define _bsc2(type,name,atype,a,btype,b) \ argument
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dfscache.h147 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
148 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
158 #define EM(a, b) { a, b }, argument
159 #define E_(a, b) { a, b } argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/
H A Dxcam_defs.h50 #define XCAM_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
51 #define XCAM_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
69 #define XCAM_DOUBLE_EQUAL(a, b, tolerance) \ argument
72 #define XCAM_DOUBLE_EQUAL_AROUND(a, b) \ argument
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dreplay.c91 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
167 struct bud_entry *b; in set_buds_lprops() local
271 struct list_head *b) in replay_entries_cmp()
535 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
697 struct bud_entry *b; in replay_buds() local
719 struct bud_entry *b; in destroy_bud_list() local
743 struct bud_entry *b; in add_replay_bud() local
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dcmd640.c228 u8 b; in get_cmd640_reg_pci2() local
253 u8 b; in get_cmd640_reg() local
322 u8 b; in probe_for_cmd640_vlb() local
402 u8 b = get_cmd640_reg(prefetch_regs[index]); in check_prefetch() local
415 u8 b; in set_prefetch_mode() local
581 u8 b; in cmd640_set_pio_mode() local
724 u8 b, cfr; in cmd640x_init() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/
H A Dendian.hpp130 const unsigned char *b = reinterpret_cast<const unsigned char *>( in load_big_endian() local
149 const unsigned char *b = reinterpret_cast<const unsigned char *>( in load_big_endian() local
176 const unsigned char *b = reinterpret_cast<const unsigned char *>( in load_little_endian() local
194 const unsigned char *b = reinterpret_cast<const unsigned char *>( in load_little_endian() local
220 unsigned char *b = reinterpret_cast<unsigned char *>(bytes); in store_big_endian() local
236 unsigned char *b = reinterpret_cast<unsigned char *>(bytes); in store_big_endian() local
260 unsigned char *b = reinterpret_cast<unsigned char *>(bytes); in store_little_endian() local
275 unsigned char *b = reinterpret_cast<unsigned char *>(bytes); in store_little_endian() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c33 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
52 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
72 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
109 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
128 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
146 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
166 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dsummary.h201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
202 #define jffs2_sum_move_collected(a,b) argument
204 #define jffs2_sum_add_padding_mem(a,b) argument
205 #define jffs2_sum_add_inode_mem(a,b,c) argument
206 #define jffs2_sum_add_dirent_mem(a,b,c) argument
207 #define jffs2_sum_add_xattr_mem(a,b,c) argument
208 #define jffs2_sum_add_xref_mem(a,b,c) argument
209 #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.hpp72 constexpr bool operator!=(const StencilFunc::Type& a, const StencilFunc::Type& b) { in operator !=()
94 constexpr bool operator!=(const StencilOp::Type& a, const StencilOp::Type& b) { in operator !=()
143 constexpr bool operator!=(const BlendFunc::Type& a, const BlendFunc::Type& b) { in operator !=()
193 constexpr bool operator!=(const Viewport::Type& a, const Viewport::Type& b) { in operator !=()
197 constexpr bool operator==(const Viewport::Type& a, const Viewport::Type& b) { in operator ==()
282 constexpr bool operator!=(const PixelZoom::Type& a, const PixelZoom::Type& b) { in operator !=()
298 constexpr bool operator!=(const RasterPos::Type& a, const RasterPos::Type& b) { in operator !=()
312 constexpr bool operator!=(const PixelTransferDepth::Type& a, const PixelTransferDepth::Type& b) { in operator !=()
326 constexpr bool operator!=(const PixelTransferStencil::Type& a, const PixelTransferStencil::Type& b)… in operator !=()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c15 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_setup() local
44 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_dump() local
72 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_verify() local
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dfit2.c28 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
48 { int a, b, r; in fit2_read_regr() local
66 { int k, a, b, c, d; in fit2_read_block() local
H A Dktti.c24 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
44 { int a, b, r; in ktti_read_regr() local
56 { int k, a, b; in ktti_read_block() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dmin_max.hpp26 const T &max_value(const T &a, const T &b) in max_value()
30 const T &min_value(const T &a, const T &b) in min_value()
/OK3568_Linux_fs/kernel/lib/math/
H A Dint_sqrt.c21 unsigned long b, m, y = 0; in int_sqrt() local
50 u64 b, m, y = 0; in int_sqrt64() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/comparison/
H A Dequal_to.hpp29 equal_to(Seq1 const& a, Seq2 const& b) in equal_to()
47 operator==(Seq1 const& a, Seq2 const& b) in operator ==()
/OK3568_Linux_fs/kernel/crypto/
H A Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
69 u32 a, b, c, d; in md4_transform() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dtime.h162 # define timercmp(a, b, CMP) \ argument
166 # define timeradd(a, b, result) \ argument
176 # define timersub(a, b, result) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dtime.h162 # define timercmp(a, b, CMP) \ argument
166 # define timeradd(a, b, result) \ argument
176 # define timersub(a, b, result) \ argument
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h153 static inline void __raw_writeb(unsigned char b, volatile void __iomem *addr) in __raw_writeb()
157 static inline void __raw_writew(unsigned short b, volatile void __iomem *addr) in __raw_writew()
161 static inline void __raw_writel(unsigned int b, volatile void __iomem *addr) in __raw_writel()
165 static inline void __raw_writeq(unsigned long long b, volatile void __iomem *addr) in __raw_writeq()
187 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb()
217 #define writeb_relaxed(b, addr) writeb(b, addr) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dwl_macros.h108 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
111 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
115 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
118 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
134 #define CEIL_aByb(a, b) ((a + b - 1) / b) argument
H A Dmd5.c77 #define FF(a, b, c, d, x, s, ac) { \ argument
82 #define GG(a, b, c, d, x, s, ac) { \ argument
87 #define HH(a, b, c, d, x, s, ac) { \ argument
92 #define II(a, b, c, d, x, s, ac) { \ argument
193 UINT32 a = state[0], b = state[1], c = state[2], d = state[3], *x; in wpa_MD5Transform() local
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsm.h341 #define TSN_lt(a,b) \ argument
346 #define TSN_lte(a,b) \ argument
352 #define MID_lt(a, b) \ argument
358 #define SSN_lt(a,b) \ argument
364 #define ADDIP_SERIAL_gte(a,b) \ argument
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dvp702x.c31 u16 value, u16 index, u8 *b, int blen) in vp702x_usb_in_op_unlocked()
56 u16 index, u8 *b, int blen) in vp702x_usb_in_op()
68 u16 value, u16 index, u8 *b, int blen) in vp702x_usb_out_op_unlocked()
87 u16 index, u8 *b, int blen) in vp702x_usb_out_op()
222 u8 *b; in vp702x_init_pid_filter() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dui_compat.h75 # define des_read_pw_string(b,l,p,v) \ argument
77 # define des_read_pw(b,bf,s,p,v) \ argument
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dbuffer.h25 static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b) in ceph_buffer_get()
31 static inline void ceph_buffer_put(struct ceph_buffer *b) in ceph_buffer_put()

1...<<11121314151617181920>>...152