Home
last modified time | relevance | path

Searched defs:b (Results 301 – 325 of 3788) sorted by relevance

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp_sys.h39 #define setsockopt(a,b,c,d,e) (setsockopt)(a,b,c,(const char *)d,(int)e) argument
104 #define TLS_read(s,b,l) ssl_read(s,(unsigned char *)b,l) argument
105 #define TLS_write(s,b,l) ssl_write(s,(unsigned char *)b,l) argument
121 #define TLS_read(s,b,l) gnutls_record_recv(s,b,l) argument
122 #define TLS_write(s,b,l) gnutls_record_send(s,b,l) argument
133 #define TLS_read(s,b,l) SSL_read(s,b,l) argument
134 #define TLS_write(s,b,l) SSL_write(s,b,l) argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbbltone.c39 #define SelMask(b,n,w) ((((b) >> n) & 1) * Mask(n,w)) argument
41 #define C1(b,w) \ argument
44 #define C2(b,w) \ argument
48 #define C4(b,w) \ argument
54 #define C8(b,w) \ argument
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-spine.c23 struct dm_block *b, in node_prepare_for_write()
38 struct dm_block *b, in node_check()
95 int bn_read_lock(struct dm_btree_info *info, dm_block_t b, in bn_read_lock()
120 void unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block()
197 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dbits.h90 #define _hrt_mask(b, n) \ argument
92 #define _hrt_get_bits(w, b, n) \ argument
94 #define _hrt_set_bits(w, b, n, v) \ argument
96 #define _hrt_get_bit(w, b) \ argument
98 #define _hrt_set_bit(w, b, v) \ argument
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_space.h21 #define XFS_NRMAPADD_SPACE_RES(mp, b)\ argument
29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument
79 #define XFS_GROWFSRT_SPACE_RES(mp,b) \ argument
94 #define XFS_SYMLINK_SPACE_RES(mp,nl,b) \ 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/linux/
H A Duuid.h24 __u8 b[16]; member
27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duuid.h24 __u8 b[16]; member
27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_nesting.c21 int b; member
30 union core_reloc_nesting_subunion b; member
31 } b; member
/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/linux/
H A Duuid.h24 __u8 b[16]; member
27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/OK3568_Linux_fs/kernel/include/crypto/
H A Db128ops.h53 u64 a, b; member
57 __be64 a, b; member
61 __le64 b, a; member
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_vli.h138 #define LEVEL(t,b,v) \ in vli_decode_bits() argument
164 #define LEVEL(t,b,v) do { \ in __vli_encode_bits() argument
193 u8 *b; member
250 unsigned char *b = bs->cur.b; in bitstream_put_bits() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h219 inline bool cmp(const Point* a, const Point* b) in cmp()
261 inline double Dot(const Point& a, const Point& b) in Dot()
267 inline double Cross(const Point& a, const Point& b) in Cross()
316 inline void Triangle::IsInterior(bool b) in IsInterior()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dconstants.hpp159 T b; in calc_pi() local
245 static BOOST_MP_THREAD_LOCAL bool b = false; in get_constant_ln2() local
266 static BOOST_MP_THREAD_LOCAL bool b = false; in get_constant_e() local
284 static BOOST_MP_THREAD_LOCAL bool b = false; in get_constant_pi() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams.h18 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument
22 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) \ argument
28 #define ISPP_PACK_4BYTE(a, b, c, d) \ argument
32 #define ISPP_PACK_2SHORT(a, b) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Draster_dem_tile.hpp46 inline DEMTileNeighbors operator|(DEMTileNeighbors a, DEMTileNeighbors b) { in operator |()
50 inline DEMTileNeighbors operator&(DEMTileNeighbors a, DEMTileNeighbors b) { in operator &()
54 inline bool operator!=(DEMTileNeighbors a, DEMTileNeighbors b) { in operator !=()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/detail/
H A Dsplit.hpp20 # define BOOST_PP_SPLIT_II(n, a, b) BOOST_PP_SPLIT_ ## n(a, b) argument
32 # define BOOST_PP_SPLIT_0(a, b) a argument
33 # define BOOST_PP_SPLIT_1(a, b) b argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h404 #define rtc_time_to_tm(a, b) rtc_time64_to_tm(a, b) argument
406 #define rtc_time_to_tm(a, b) rtc_time_to_tm(a, b) argument
410 #define time_to_tm(a, b, c) time64_to_tm(a, b, c) argument
412 #define time_to_tm(a, b, c) time_to_tm(a, b, c) argument
507 #define PCI_SAVE_STATE(a, b) pci_save_state(a) argument
508 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a) argument
510 #define PCI_SAVE_STATE(a, b) pci_save_state(a, b) argument
511 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a, b) argument
911 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) argument
912 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c) argument
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dslob.c210 static void slob_free_pages(void *b, int order) in slob_free_pages()
306 slob_t *b = NULL; in slob_alloc() local
385 slob_t *prev, *next, *b = (slob_t *)block; in slob_free() local
602 void *b; in slob_alloc_node() local
650 static void __kmem_cache_free(void *b, int size) in __kmem_cache_free()
661 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu)); in kmem_rcu_free() local
666 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp976 inline void eval_fmod(T& result, const T& a, const T& b) in eval_fmod()
1038 inline void eval_remquo(T& result, const T& a, const T& b, int* pi) in eval_remquo()
1074 inline void eval_remainder(T& result, const U& a, const V& b) in eval_remainder()
1090 inline void eval_fdim(T& result, const T& a, const T& b) in eval_fdim()
1119 …ost::enable_if_c<boost::is_arithmetic<A>::value>::type eval_fdim(T& result, const T& a, const A& b) in eval_fdim()
1150 …ost::enable_if_c<boost::is_arithmetic<A>::value>::type eval_fdim(T& result, const A& a, const T& b) in eval_fdim()
1266 …name enable_if<is_integral<Arithmetic> >::type eval_gcd(T& result, const T& a, const Arithmetic& b) in eval_gcd()
1275 …name enable_if<is_integral<Arithmetic> >::type eval_gcd(T& result, const Arithmetic& a, const T& b) in eval_gcd()
1280 …name enable_if<is_integral<Arithmetic> >::type eval_lcm(T& result, const T& a, const Arithmetic& b) in eval_lcm()
1289 …name enable_if<is_integral<Arithmetic> >::type eval_lcm(T& result, const Arithmetic& a, const T& b) in eval_lcm()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp70 prefix_range(typename access_traits::const_iterator b, in prefix_range()
85 prefix_range(typename access_traits::const_iterator b, in prefix_range()
115 next_child(node_iterator nd_it, typename access_traits::const_iterator b, in next_child()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp70 prefix_range(typename access_traits::const_iterator b, in prefix_range()
85 prefix_range(typename access_traits::const_iterator b, in prefix_range()
115 next_child(node_iterator nd_it, typename access_traits::const_iterator b, in next_child()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dnubus.h16 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
17 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
18 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
H A Dzorro.h16 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
17 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
18 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
/OK3568_Linux_fs/kernel/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c40 u8 b[] = { 0x00, 0x00, 0x00, 0x00, in ttusbdecfe_dvbt_read_status() local
80 u8 b[] = { 0x00, 0x00, 0x00, 0x03, in ttusbdecfe_dvbt_set_frontend() local
108 u8 b[] = { 0x00, 0x00, 0x00, 0x01, in ttusbdecfe_dvbs_set_frontend() local
141 u8 b[] = { 0x00, 0xff, 0x00, 0x00, in ttusbdecfe_dvbs_diseqc_send_master_cmd() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/
H A Dpolylabel.hpp21 const geometry::point<T>& b) { in getSegDistSq()
56 const auto& b = ring[j]; in pointToPolygonDist() local
92 const geometry::point<T>& b = ring[j]; in getCentroidCell() local
120 auto compareMax = [] (const Cell<T>& a, const Cell<T>& b) { in polylabel()

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