| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | epia.c | 40 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument 41 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument 51 { int a, b, r; in epia_read_regr() local 138 { int k, ph, a, b; in epia_read_block() local
|
| H A D | epat.c | 31 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument 32 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument 70 { int a, b, r; in epat_read_regr() local 99 { int k, ph, a, b; in epat_read_block() local
|
| /OK3568_Linux_fs/kernel/sound/pci/riptide/ |
| H A D | riptide.c | 229 #define SEND_GETV(p,b) sendcmd(p,RESP,GETV,0,RET(b)) /* get version */ argument 230 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) argument 231 #define SEND_GUNS(p,b) sendcmd(p,RESP,GUNS,0,RET(b)) argument 232 #define SEND_SCID(p,b) sendcmd(p,RESP,SCID,0,RET(b)) argument 233 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… argument 234 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument 235 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument 236 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… argument 237 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmwa… argument 239 #define SEND_SSTR(p,b,c) sendcmd(p,PARM,SSTR|BYTE3(b),LONG0(c),RET(0)) /* start stream */ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_proto.h | 211 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument 212 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument 213 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_proto.h | 211 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument 212 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument 213 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_si_port_io.c | 14 unsigned char b) in port_outb() 29 unsigned char b) in port_outw() 44 unsigned char b) in port_outl()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_proto.h | 211 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument 212 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument 213 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 175 struct xfs_bmbt_irec b; member 438 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) argument 439 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b)) argument 440 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b)) argument 441 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b)) argument 442 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) argument 443 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b)) argument 444 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) argument 445 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b)) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | ethernet.h | 155 #define eacmp(a, b) (((*(const uint32 *)(a)) ^ (*(const uint32 *)(b))) || \ argument 159 #define ehcmp(a, b) ((((const uint32 *)(a))[0] ^ ((const uint32 *)(b))[0]) || \ argument 165 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \ argument 169 #define ehcmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \ argument 178 #define ether_cmp(a, b) eacmp(a, b) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | ethernet.h | 155 #define eacmp(a, b) (((*(const uint32 *)(a)) ^ (*(const uint32 *)(b))) || \ argument 159 #define ehcmp(a, b) ((((const uint32 *)(a))[0] ^ ((const uint32 *)(b))[0]) || \ argument 165 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \ argument 169 #define ehcmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \ argument 178 #define ether_cmp(a, b) eacmp(a, b) argument
|
| H A D | linuxver.h | 404 #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 908 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) argument 909 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | sha1-spe-asm.S | 106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | group.c | 22 const struct tomoyo_acl_head *b) in tomoyo_same_path_group() 37 const struct tomoyo_acl_head *b) in tomoyo_same_number_group() 56 const struct tomoyo_acl_head *b) in tomoyo_same_address_group()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io_generic.h | 8 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 9 #define _IO_CONCAT(a,b) a ## _ ## b argument
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | perf_event_mipsxx.c | 1700 #define IS_BOTH_COUNTERS_24K_EVENT(b) \ argument 1704 #define IS_BOTH_COUNTERS_34K_EVENT(b) \ argument 1707 #define IS_RANGE_P_34K_EVENT(r, b) \ argument 1716 #define IS_BOTH_COUNTERS_74K_EVENT(b) \ argument 1720 #define IS_BOTH_COUNTERS_PROAPTIV_EVENT(b) \ argument 1723 #define IS_BOTH_COUNTERS_P5600_EVENT(b) \ argument 1727 #define IS_BOTH_COUNTERS_1004K_EVENT(b) \ argument 1730 #define IS_RANGE_P_1004K_EVENT(r, b) \ argument 1740 #define IS_BOTH_COUNTERS_INTERAPTIV_EVENT(b) \ argument 1744 #define IS_RANGE_P_INTERAPTIV_EVENT(r, b) \ argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxconsole.c | 76 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument 77 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument 78 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument 79 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument 80 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument 81 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument 85 #define DMXDBG2(f,a,b) argument 86 #define DMXDBG3(f,a,b,c) argument 87 #define DMXDBG4(f,a,b,c,d) argument 88 #define DMXDBG5(f,a,b,c,d,e) argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_bitfields.c | 30 long int b: 2; member 59 short b; /* combined with previous bitfield */ member 82 long b: 16; member
|
| H A D | test_core_reloc_flavors.c | 18 int b; member 25 int b; member 32 int b; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | codel.h | 78 #define codel_time_after(a, b) \ argument 82 #define codel_time_before(a, b) codel_time_after(b, a) argument 84 #define codel_time_after_eq(a, b) \ argument 88 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | glue-cache.h | 135 unsigned long b, unsigned int c) { } in nop_flush_user_cache_range() 137 static inline void nop_coherent_kern_range(unsigned long a, unsigned long b) { } in nop_coherent_kern_range() 139 unsigned long b) { return 0; } in nop_coherent_user_range() 142 static inline void nop_dma_flush_range(const void *a, const void *b) { } in nop_dma_flush_range()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/ |
| H A D | warpers.hpp | 110 float a, b; member in cv::CompressedRectilinearWarper 121 float a, b; member in cv::CompressedRectilinearPortraitWarper 132 float a, b; member in cv::PaniniWarper 143 float a, b; member in cv::PaniniPortraitWarper
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessor/ |
| H A D | token_equal.hpp | 37 #define BOOST_MPL_PP_TOKEN_EQUAL(a, b) \ argument 48 #define BOOST_MPL_PP_TOKEN_EQUAL_I(a, b) \ argument
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | lcm.c | 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() 17 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
|
| H A D | gcd.c | 23 unsigned long gcd(unsigned long a, unsigned long b) in gcd() 50 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 106 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument 114 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument 122 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument 131 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument 140 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument 180 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument 187 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument 194 #define SMC_insl(a,r,b,l) do{ int __i ; \ argument 202 #define SMC_insw(a,r,b,l) do{ int __i ; \ argument 210 #define SMC_insb(a,r,b,l) do{ int __i ; \ argument [all …]
|