Home
last modified time | relevance | path

Searched defs:b (Results 451 – 475 of 3788) sorted by relevance

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_frac.h33 #define sDIGIT_FITTING(v, a, b) \ argument
36 #define uDIGIT_FITTING(v, a, b) \ argument
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dio.h303 #define eth_io_copy_and_sum(s,c,l,b) \ argument
324 #define memset_io(a, b, c) memset((void *)(a), (b), (c)) argument
325 #define memcpy_fromio(a, b, c) memcpy((a), (void *)(b), (c)) argument
326 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) argument
337 #define eth_io_copy_and_sum(a,b,c,d) __readwrite_bug("eth_io_copy_and_sum") argument
356 #define isa_memset_io(a,b,c) _memset_io(__mem_isa(a),(b),(c)) argument
357 #define isa_memcpy_fromio(a,b,c) _memcpy_fromio((a),__mem_isa(b),(c)) argument
358 #define isa_memcpy_toio(a,b,c) _memcpy_toio(__mem_isa((a)),(b),(c)) argument
360 #define isa_eth_io_copy_and_sum(a,b,c,d) \ argument
388 #define isa_memset_io(a,b,c) __readwrite_bug("isa_memset_io") argument
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dbelkin_sa.h71 #define BELKIN_SA_BAUD(b) (230400/b) argument
73 #define BELKIN_SA_STOP_BITS(b) (b-1) argument
75 #define BELKIN_SA_DATA_BITS(b) (b-5) argument
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c441 RK_S32 compare_p(const void *a, const void *b) in compare_p()
465 RK_S32 compare_b0(const void *a, const void *b) in compare_b0()
495 RK_S32 compare_b1(const void *a, const void *b) in compare_b1()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvm86.h78 #define handle_vm86_fault(a, b) argument
81 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap()
86 static inline void save_v86_state(struct kernel_vm86_regs *a, int b) { } in save_v86_state()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfb_draw.h15 comp(unsigned long a, unsigned long b, unsigned long mask) in comp()
168 #define fb_shifted_pixels_mask_u32(p, i, b) FB_SHIFT_HIGH((p), ~(u32)0, (i)) argument
169 #define fb_shifted_pixels_mask_long(p, i, b) FB_SHIFT_HIGH((p), ~0UL, (i)) argument
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c181 static bool memeq(const void *a, const void *b, size_t size) in memeq()
198 uint8_t *b = buf; in memzero() local
261 struct xz_buf b; in unxz() local
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-colors.c1153 static void mult_matrix(double *r, double *g, double *b, const double m[3][3]) in mult_matrix()
1232 double *r, double *g, double *b) in csc()
1387 double r, g, b; in main() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Datags_proc.c16 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read() local
41 struct buffer *b; in init_atags_procfs() local
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h553 #define __do_readsb(a, b, n) eeh_readsb(PCI_FIX_ADDR(a), (b), (n)) argument
554 #define __do_readsw(a, b, n) eeh_readsw(PCI_FIX_ADDR(a), (b), (n)) argument
555 #define __do_readsl(a, b, n) eeh_readsl(PCI_FIX_ADDR(a), (b), (n)) argument
561 #define __do_writesb(a, b, n) _outsb(PCI_FIX_ADDR(a),(b),(n)) argument
562 #define __do_writesw(a, b, n) _outsw(PCI_FIX_ADDR(a),(b),(n)) argument
563 #define __do_writesl(a, b, n) _outsl(PCI_FIX_ADDR(a),(b),(n)) argument
565 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
566 #define __do_insw(p, b, n) readsw((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
567 #define __do_insl(p, b, n) readsl((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
568 #define __do_outsb(p, b, n) writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n)) argument
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlabel.c107 static int ns_cmp(struct aa_ns *a, struct aa_ns *b) in ns_cmp()
135 static int profile_cmp(struct aa_profile *a, struct aa_profile *b) in profile_cmp()
165 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp()
214 static int sort_cmp(const void *a, const void *b) in sort_cmp()
464 static int label_cmp(struct aa_label *a, struct aa_label *b) in label_cmp()
962 struct aa_label *b) in aa_label_next_in_merge()
1003 static int label_merge_cmp(struct aa_label *a, struct aa_label *b, in label_merge_cmp()
1049 struct aa_label *b) in label_merge_insert()
1119 struct aa_label *b) in labelset_of_merge()
1142 struct aa_label *b) in __label_find_merge()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_eq.c99 static void vortex_EqHw_SetLeftStates(vortex_t *vortex, const u16 a[], const u16 b[]) in vortex_EqHw_SetLeftStates()
116 static void vortex_EqHw_SetRightStates(vortex_t *vortex, const u16 a[], const u16 b[]) in vortex_EqHw_SetRightStates()
162 static void vortex_EqHw_SetBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetBypassGain()
174 static void vortex_EqHw_SetA3DBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetA3DBypassGain()
198 vortex_EqHw_SetLeftGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetLeftGainsSingleTarget()
204 vortex_EqHw_SetRightGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetRightGainsSingleTarget()
595 vortex_Eqlzr_SetA3dBypassGain(vortex_t * vortex, u32 a, u32 b) in vortex_Eqlzr_SetA3dBypassGain()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Drk-video-format.h9 #define v4l2_fourcc(a, b, c, d)\ argument
11 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) argument
/OK3568_Linux_fs/kernel/net/ceph/
H A Darmor.c43 unsigned char a, b, c; in ceph_armor() local
80 int a, b, c, d; in ceph_unarmor() local
H A Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
/OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidump/
H A Dacpidump.h15 #define INIT_GLOBAL(a,b) a=b argument
18 #define INIT_GLOBAL(a,b) a argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-video-format.h11 #define v4l2_fourcc(a, b, c, d)\ argument
13 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) argument
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dcurve25519-hacl64.c19 static __always_inline u64 u64_eq_mask(u64 a, u64 b) in u64_eq_mask()
29 static __always_inline u64 u64_gte_mask(u64 a, u64 b) in u64_gte_mask()
43 static __always_inline void modulo_carry_top(u64 *b) in modulo_carry_top()
309 u64 *b; in crecip_crecip() local
342 static __always_inline void fsum(u64 *a, u64 *b) in fsum()
351 static __always_inline void fdifference(u64 *a, u64 *b) in fdifference()
397 static __always_inline void fscalar(u64 *output, u64 *b, u64 s) in fscalar()
434 static __always_inline void fmul(u64 *output, u64 *a, u64 *b) in fmul()
444 static __always_inline void point_swap_conditional_step(u64 *a, u64 *b, in point_swap_conditional_step()
457 static __always_inline void point_swap_conditional5(u64 *a, u64 *b, u64 swap1) in point_swap_conditional5()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dsecurity_utils_hex.c17 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
20 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/OK3568_Linux_fs/kernel/net/core/
H A Dgen_estimator.c63 struct gnet_stats_basic_packed *b) in est_fetch_counters()
79 struct gnet_stats_basic_packed b; in est_timer() local
133 struct gnet_stats_basic_packed b; in gen_new_estimator() local
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dkbic.c35 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument
47 { int a, b, s; in kbic_read_regr() local
136 { int k, a, b; in kbic_read_block() local
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler.h53 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
200 #define ___PASTE(a, b) a##b argument
201 #define __PASTE(a, b) ___PASTE(a, b) argument
/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-s3c64xx.c49 #define GATE_BUS(_id, cname, pname, o, b) \ argument
51 #define GATE_SCLK(_id, cname, pname, o, b) \ argument
53 #define GATE_ON(_id, cname, pname, o, b) \ argument
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddibusb-common.c62 u8 *b; in dibusb_power_ctrl() local
86 u8 *b; in dibusb2_0_streaming_ctrl() local
115 u8 *b; in dibusb2_0_power_ctrl() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgm107.c886 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true); in gm107_grctx_generate_bundle() local
899 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true); in gm107_grctx_generate_pagepool() local
917 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false); in gm107_grctx_generate_attrib() local

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