Home
last modified time | relevance | path

Searched defs:b (Results 601 – 625 of 3788) sorted by relevance

1...<<21222324252627282930>>...152

/OK3568_Linux_fs/u-boot/tools/
H A Dbmp_logo.c52 void gen_info(bitmap_t *b, uint16_t n_colors) in gen_info()
78 bitmap_t *b = &bmp; in main() local
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.h27 #define max(a, b) ({\ argument
32 #define min(a, b) ({\ argument
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-bcm7120-l2.c37 struct bcm7120_l2_intc_data *b; member
58 struct bcm7120_l2_intc_data *b = data->b; in bcm7120_l2_intc_irq_handle() local
88 struct bcm7120_l2_intc_data *b = gc->private; in bcm7120_l2_intc_suspend() local
/OK3568_Linux_fs/u-boot/lib/
H A Dsha256.c35 #define GET_UINT32_BE(n,b,i) { \ argument
43 #define PUT_UINT32_BE(n,b,i) { \ argument
107 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() argument
H A Dbch.c336 unsigned int b) in gf_mul()
348 unsigned int b) in gf_div()
549 unsigned int b, unsigned int c, in find_affine4_roots()
646 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
679 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
753 const struct gf_poly *b, int *rep) in gf_poly_mod()
789 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div()
807 struct gf_poly *b) in gf_poly_gcd()
1120 int i, j, b, d; in build_mod8_tables() local
/OK3568_Linux_fs/kernel/drivers/net/can/dev/
H A Drx-offload.c25 unsigned int a, unsigned int b) in can_rx_offload_le()
77 int (*compare)(struct sk_buff *a, struct sk_buff *b)) in __skb_queue_add_sort()
105 static int can_rx_offload_compare(struct sk_buff *a, struct sk_buff *b) in can_rx_offload_compare()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/class/
H A Dcl827d.h40 #define NV827D_HEAD_SET_OFFSET(a,b) (0x00000860 + (a)*0… argument
76 #define NV827D_HEAD_SET_CONTEXT_DMAS_ISO(a,b) (0x00000874 + (a)*0… argument
103 #define NV827D_HEAD_SET_VIEWPORT_POINT_IN(a,b) (0x000008C0 + (a)*0… argument
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c41 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b) in plt_entries_equal()
135 #define cmp_3way(a,b) ((a) < (b) ? -1 : (a) > (b)) argument
137 static int cmp_rela(const void *a, const void *b) in cmp_rela()
/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-cannonlake.c33 #define CNL_COMMUNITY(b, s, e, ho, g) \ argument
47 #define CNL_LP_COMMUNITY(b, s, e, g) \ argument
50 #define CNL_H_COMMUNITY(b, s, e, g) \ argument
H A Dpinctrl-sunrisepoint.c25 #define SPT_COMMUNITY(b, s, e, pl, gs, gn, g, n) \ argument
41 #define SPT_LP_COMMUNITY(b, s, e) \ argument
52 #define SPT_H_COMMUNITY(b, s, e, g) \ argument
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfinelock_queue.cc171 for (int b = 0; b < 32; b++) { in QueueAnalysis() local
178 int b = 0; in QueueAnalysis() local
188 for (int b = 0; b < 32; b++) { in QueueAnalysis() local
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sha1.c31 #define GET_UINT32_BE(n,b,i) \ argument
41 #define PUT_UINT32_BE(n,b,i) \ argument
115 #define P(a,b,c,d,e,x) \ in mbedtls_sha1_process() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dap.c32 #define IS_EQUAL(a,b) ( (a) == (b) ) argument
33 #define SET_BIT(v,b) ( (v) |= (0x01<<b) ) argument
34 #define CLEAR_BIT(v,b) ( (v) &= ~(0x01<<b) ) argument
35 #define IS_BIT_SET(v,b) ( (v) & (0x01<<(b) ) ) argument
H A Dsec_ccmp.c155 static inline void xor_block(u8 * b, u8 * a, size_t len) in xor_block()
249 u8 *b = key->tx_b; in lib80211_ccmp_encrypt() local
256 u8 *b = (key->tx_b + offset); in lib80211_ccmp_encrypt() local
337 u8 *b = key->rx_b; in lib80211_ccmp_decrypt() local
342 u8 *b = (key->rx_b + offset); in lib80211_ccmp_decrypt() local
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsysfs.c601 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats()
641 struct btree *b; in bch_root_usage() local
664 struct btree *b; in bch_cache_size() local
1038 struct bucket *b; in SHOW() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c80 void (*b)(int, struct { member
101 crazy_ptr_t b; member
136 char b; member
164 int b; member
180 int b; member
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dbcm3510.c71 #define dbufout(b,l,m) {\ argument
83 u8 b[256]; in bcm3510_writebytes() local
267 bcm3510_register_value b; in bcm3510_bert_reset() local
610 static int bcm3510_write_ram(struct bcm3510_state *st, u16 addr, const u8 *b, in bcm3510_write_ram()
635 const u8 *b; in bcm3510_download_firmware() local
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_a3d.c47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget()
62 a3dsrc_SetAtmosCurrent(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosCurrent()
124 a3dsrc_SetHrtfTarget(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfTarget()
137 a3dsrc_SetHrtfCurrent(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfCurrent()
150 a3dsrc_SetHrtfState(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfState()
/OK3568_Linux_fs/external/xserver/include/
H A Dregionstr.h361 #define REGION_INVERSE(pScreen, n, r, b) RegionInverse(n, r, b) argument
363 #define RECT_IN_REGION(pScreen, r, b) RegionContainsRect(r, b) argument
364 #define POINT_IN_REGION(pScreen, r, x, y, b) RegionContainsPoint(r, x, y, b) argument
370 #define REGION_INIT(pScreen, r, b, s) RegionInit(r, b, s) argument
372 #define REGION_RESET(pScreen, r, b) RegionReset(r, b) argument
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c154 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, in hist_entry__new_pair()
185 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, in __hpp__group_sort_idx()
225 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort()
264 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc()
453 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
640 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c1343 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; in yy_get_next_buffer() local
1635 YY_BUFFER_STATE b; in yy_create_buffer() local
1661 void yy_delete_buffer (YY_BUFFER_STATE b ) in yy_delete_buffer()
1680 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) in yy_init_buffer()
1708 void yy_flush_buffer (YY_BUFFER_STATE b ) in yy_flush_buffer()
1837 YY_BUFFER_STATE b; in yy_scan_buffer() local
1887 YY_BUFFER_STATE b; in yy_scan_bytes() local
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dlan91c96.h83 #define SMC_outsl(edev, r, b, l) ({ int __i; \ argument
92 #define SMC_outsw(edev, r, b, l) ({ int __i; \ argument
101 #define SMC_insl(edev, r, b, l) ({ int __i ; \ argument
111 #define SMC_insw(edev, r, b, l) ({ int __i ; \ argument
121 #define SMC_insb(edev, r, b, l) ({ int __i ; \ argument
148 #define SMC_outsw(edev, r, b, l) ({ int __i; \ argument
157 #define SMC_insw(edev, r, b, l) ({ int __i ; \ argument
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c363 unsigned int b) in gf_mul()
375 unsigned int b) in gf_div()
576 unsigned int b, unsigned int c, in find_affine4_roots()
673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
706 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
780 const struct gf_poly *b, int *rep) in gf_poly_mod()
816 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div()
834 struct gf_poly *b) in gf_poly_gcd()
1150 int i, j, b, d; in build_mod8_tables() 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 Dparam.h102 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
103 #define MAX(a,b) (((a)>(b))?(a):(b)) argument

1...<<21222324252627282930>>...152