| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 73 friend bool operator==(const LatLng& a, const LatLng& b) { in operator ==() 77 friend bool operator!=(const LatLng& a, const LatLng& b) { in operator !=() 95 static LatLngBounds hull(const LatLng& a, const LatLng& b) { in hull() 174 friend bool operator==(const LatLngBounds& a, const LatLngBounds& b) { in operator ==() 178 friend bool operator!=(const LatLngBounds& a, const LatLngBounds& b) { in operator !=() 240 friend bool operator==(const EdgeInsets& a, const EdgeInsets& b) { in operator ==() 244 friend bool operator!=(const EdgeInsets& a, const EdgeInsets& b) { in operator !=()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| H A D | bitop_support.h | 19 #define bitop_setbit(a, b) ((a) |= (1UL << (b))) argument 21 #define bitop_getbit(a, b) (((a) & (1UL << (b))) != 0) argument 23 #define bitop_clearbit(a, b) ((a) &= ~(1UL << (b))) argument
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | softfloat.c | 224 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign) in subFloat64Sigs() 285 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign) in addFloat64Sigs() 454 static float32 subFloat32Sigs(float32 a, float32 b, flag zSign) in subFloat32Sigs() 516 static float32 addFloat32Sigs(float32 a, float32 b, flag zSign) in addFloat32Sigs() 573 float64 float64_sub(float64 a, float64 b) in float64_sub() 587 float32 float32_sub(float32 a, float32 b) in float32_sub() 601 float32 float32_add(float32 a, float32 b) in float32_add() 615 float64 float64_add(float64 a, float64 b) in float64_add() 656 static bits64 estimateDiv128To64(bits64 a0, bits64 a1, bits64 b) in estimateDiv128To64() 682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | style_diff.cpp | 11 const Immutable<std::vector<T>>& b, in diff() 48 const Immutable<std::vector<ImmutableImage>>& b) { in diffImages() 55 const Immutable<std::vector<ImmutableSource>>& b) { in diffSources() 63 const Immutable<std::vector<ImmutableLayer>>& b) { in diffLayers()
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map.h | 97 static inline int dm_sm_get_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_get_count() 104 dm_block_t b, int *result) in dm_sm_count_is_more_than_one() 109 static inline int dm_sm_set_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_set_count() 120 static inline int dm_sm_inc_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_inc_block() 125 static inline int dm_sm_dec_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_dec_block() 130 static inline int dm_sm_new_block(struct dm_space_map *sm, dm_block_t *b) in dm_sm_new_block()
|
| H A D | dm-transaction-manager.c | 31 static unsigned prefetch_hash(dm_block_t b) in prefetch_hash() 49 static void prefetch_add(struct prefetch_set *p, dm_block_t b) in prefetch_add() 103 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b) in is_shadow() 124 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) in insert_shadow() 328 int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_read_lock() 345 void dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) in dm_tm_unlock() 351 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_inc() 362 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_dec() 373 int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_ref()
|
| H A D | dm-block-manager.c | 300 static void report_recursive_bug(dm_block_t b, int r) in report_recursive_bug() 328 static struct dm_buffer *to_buffer(struct dm_block *b) in to_buffer() 333 dm_block_t dm_block_location(struct dm_block *b) in dm_block_location() 339 void *dm_block_data(struct dm_block *b) in dm_block_data() 455 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, in dm_bm_read_lock() 489 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock() 525 dm_block_t b, struct dm_block_validator *v, in dm_bm_read_try_lock() 558 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock_zero() 588 void dm_bm_unlock(struct dm_block *b) in dm_bm_unlock() 612 void dm_bm_prefetch(struct dm_block_manager *bm, dm_block_t b) in dm_bm_prefetch()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/ |
| H A D | i2c-matroxfb.c | 73 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local 78 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local 83 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local 88 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local 102 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg() 125 static void i2c_bit_bus_del(struct i2c_bit_adapter* b) { in i2c_bit_bus_del()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfscache.c | 120 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free_locked() 137 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp, in nfsd_reply_cache_free() 221 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end() 228 prune_bucket(struct nfsd_drc_bucket *b, struct nfsd_net *nn) in prune_bucket() 260 struct nfsd_drc_bucket *b = &nn->drc_hashtbl[i]; in prune_cache_entries() local 340 nfsd_cache_insert(struct nfsd_drc_bucket *b, struct svc_cacherep *key, in nfsd_cache_insert() 404 struct nfsd_drc_bucket *b = &nn->drc_hashtbl[hash]; in nfsd_cache_lookup() local 510 struct nfsd_drc_bucket *b; in nfsd_cache_update() 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 D | rational_horner1_4.hpp | 21 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()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | writeback.h | 29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument 30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument 49 #define EM(a,b) { a, b }, argument 50 #define EMe(a,b) { a, b } argument
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo_avx2.c | 55 #define NFT_PIPAPO_AVX2_AND(dst, a, b) \ argument 222 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_2() local 284 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_4() local 363 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_8() local 459 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_12() local 553 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_4b_32() local 679 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_1() local 736 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_2() local 800 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_4() local 875 int i, ret = -1, m256_size = f->bsize / NFT_PIPAPO_LONGS_PER_M256, b; in nft_pipapo_avx2_lookup_8b_6() local [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | ftl.h | 63 #define BLOCK_FREE(b) ((b) == 0xffffffff) argument 64 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) argument 66 #define BLOCK_TYPE(b) ((b) & 0x7f) argument 67 #define BLOCK_ADDRESS(b) ((b) & ~0x7f) argument 68 #define BLOCK_NUMBER(b) ((b) >> 9) argument
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | twofish_generic.c | 44 #define G2(b) \ argument 53 #define ENCROUND(n, a, b, c, d) \ argument 60 #define DECROUND(n, a, b, c, d) \ argument 102 u32 a, b, c, d; in twofish_encrypt() local 139 u32 a, b, c, d; in twofish_decrypt() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | fexit_test.c | 19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG() 27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() 44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() 53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | vpstate.c | 29 nvbios_vpstate_offset(struct nvkm_bios *b) in nvbios_vpstate_offset() 42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse() 76 nvbios_vpstate_entry(struct nvkm_bios *b, struct nvbios_vpstate_header *h, in nvbios_vpstate_entry()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | buffer.c | 14 struct ceph_buffer *b; in ceph_buffer_new() local 36 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() local 44 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | memneq.c | 68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() 92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16() 156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | discover.c | 81 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() 104 struct tipc_bearer *b) in tipc_disc_msg_xmit() 125 static void disc_dupl_alert(struct tipc_bearer *b, u32 node_addr, in disc_dupl_alert() 142 struct tipc_bearer *b, in tipc_disc_addr_trial_msg() 193 struct tipc_bearer *b) in tipc_disc_rcv() 349 int tipc_disc_create(struct net *net, struct tipc_bearer *b, in tipc_disc_create() 400 void tipc_disc_reset(struct net *net, struct tipc_bearer *b) in tipc_disc_reset()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | siutils_priv.h | 182 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ argument 337 #define ub_scan(a, b, c) do {} while (0) argument 339 #define ub_setint(a, b) do {} while (0) argument 344 #define ub_setcoreidx(a, b) (0) argument 345 #define ub_core_cflags(a, b, c) (0) argument 346 #define ub_core_cflags_wo(a, b, c) do {} while (0) argument 347 #define ub_core_sflags(a, b, c) (0) argument 348 #define ub_corereg(a, b, c, d, e) (0) argument 349 #define ub_core_reset(a, b, c) do {} while (0) argument 350 #define ub_core_disable(a, b) do {} while (0) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | siutils_priv.h | 182 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ argument 337 #define ub_scan(a, b, c) do {} while (0) argument 339 #define ub_setint(a, b) do {} while (0) argument 344 #define ub_setcoreidx(a, b) (0) argument 345 #define ub_core_cflags(a, b, c) (0) argument 346 #define ub_core_cflags_wo(a, b, c) do {} while (0) argument 347 #define ub_core_sflags(a, b, c) (0) argument 348 #define ub_corereg(a, b, c, d, e) (0) argument 349 #define ub_core_reset(a, b, c) do {} while (0) argument 350 #define ub_core_disable(a, b) do {} while (0) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | siutils_priv.h | 182 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ argument 337 #define ub_scan(a, b, c) do {} while (0) argument 339 #define ub_setint(a, b) do {} while (0) argument 344 #define ub_setcoreidx(a, b) (0) argument 345 #define ub_core_cflags(a, b, c) (0) argument 346 #define ub_core_cflags_wo(a, b, c) do {} while (0) argument 347 #define ub_core_sflags(a, b, c) (0) argument 348 #define ub_corereg(a, b, c, d, e) (0) argument 349 #define ub_core_reset(a, b, c) do {} while (0) argument 350 #define ub_core_disable(a, b) do {} while (0) argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_msch.h | 19 } b; member 33 } b; member 43 } b; member 53 } b; member 67 } b; member 79 } b; member 94 } b; member 104 } b; member
|
| /OK3568_Linux_fs/kernel/arch/mips/lib/ |
| H A D | multi3.c | 15 static inline long long notrace dmulu(long long a, long long b) in dmulu() 24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu() 33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
|
| /OK3568_Linux_fs/kernel/lib/842/ |
| H A D | 842_compress.c | 109 #define get_input_data(p, o, b) \ argument 112 #define init_hashtable_nodes(p, b) do { \ argument 122 #define find_index(p, b, n) ({ \ argument 134 #define check_index(p, b, n) \ argument 139 #define replace_hash(p, b, i, d) do { \ argument 169 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local 224 int ret, i, b = 0; in add_template() local 327 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template() 383 int i, match, b = 0; in check_template() local
|