| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | aten.c | 30 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument 49 { int a, b, r; in aten_read_regr() local 72 { int k, a, b, c, d; in aten_read_block() local
|
| H A D | fit3.c | 32 #define j44(a,b) (((a>>3)&0x0f)|((b<<1)&0xf0)) argument 64 { int a, b; in fit3_read_regr() local 97 { int k, a, b, c, d; in fit3_read_block() local
|
| H A D | dstr.c | 35 #define j44(a,b) (((a>>3)&0x07)|((~a>>4)&0x08)|((b<<1)&0x70)|((~b)&0x80)) argument 49 { int a, b, r; in dstr_read_regr() local 117 { int k, a, b; in dstr_read_block() local
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-other.c | 57 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument 58 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument 61 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
|
| H A D | usb-mouse.c | 55 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument 56 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument 59 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/intel/ |
| H A D | pinctrl-tigerlake.c | 34 #define TGL_COMMUNITY(b, s, e, pl, ho, g) \ argument 48 #define TGL_LP_COMMUNITY(b, s, e, g) \ argument 51 #define TGL_H_COMMUNITY(b, s, e, g) \ argument
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | tgr192.c | 34 u64 a, b, c; member 400 u64 b = *rb; in tgr192_round() local 419 u64 b = *rb; in tgr192_pass() local 464 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | gen_stats.c | 143 struct gnet_stats_basic_packed *b) in __gnet_stats_copy_basic() 164 struct gnet_stats_basic_packed *b, in ___gnet_stats_copy_basic() 210 struct gnet_stats_basic_packed *b) in gnet_stats_copy_basic() 234 struct gnet_stats_basic_packed *b) in gnet_stats_copy_basic_hw()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | vl_alias.c | 51 const struct sockaddr_in *b = &srx_b->transport.sin; in afs_compare_addrs() local 65 const struct sockaddr_in6 *b = &srx_b->transport.sin6; in afs_compare_addrs() local 91 int a = 0, b = 0, addr_matches = 0; in afs_compare_fs_alists() local 123 int i, a = 0, b = 0, uuid_matches = 0, addr_matches = 0; in afs_compare_volume_slists() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | item.h | 48 u8 *b = (u8 *) buf; in __mlxsw_item_get8() local 64 u8 *b = (u8 *) buf; in __mlxsw_item_set8() local 82 __be16 *b = (__be16 *) buf; in __mlxsw_item_get16() local 98 __be16 *b = (__be16 *) buf; in __mlxsw_item_set16() local 116 __be32 *b = (__be32 *) buf; in __mlxsw_item_get32() local 132 __be32 *b = (__be32 *) buf; in __mlxsw_item_set32() local 150 __be64 *b = (__be64 *) buf; in __mlxsw_item_get64() local 165 __be64 *b = (__be64 *) buf; in __mlxsw_item_set64() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecp_curves.c | 39 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 45 #define BYTES_TO_T_UINT_2( a, b ) \ argument 48 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 54 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 64 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 67 #define BYTES_TO_T_UINT_2( a, b ) \ argument 572 const mbedtls_mpi_uint *b, size_t blen, in ecp_group_load() 916 #define INIT( b ) \ argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | range.hpp | 18 bool operator==(const Range<T>& a, const Range<T>& b) { in operator ==() 23 bool operator!=(const Range<T>& a, const Range<T>& b) { in operator !=()
|
| H A D | size.hpp | 31 constexpr inline bool operator==(const Size& a, const Size& b) { in operator ==() 35 constexpr inline bool operator!=(const Size& a, const Size& b) { in operator !=()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_x86_gcc.h | 53 hw_cpuid(u32 * a, u32 * b, u32 * c, u32 * d) in hw_cpuid() 68 hw_cpuid(u32 * a, u32 * b, u32 * c, u32 * d) in hw_cpuid()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | util.cpp | 8 std::string stringifyColor(double r, double g, double b, double a) { in stringifyColor() 15 Result<Color> rgba(double r, double g, double b, double a) { in rgba()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_route.c | 129 struct route4_bucket *b; in route4_classify() local 218 struct route4_bucket *b; in route4_get() local 285 struct route4_bucket *b; in route4_destroy() local 318 struct route4_bucket *b; in route4_delete() local 390 struct route4_bucket *b; in route4_set_parms() local 478 struct route4_bucket *b; in route4_change() local 581 struct route4_bucket *b = rtnl_dereference(head->table[h]); in route4_walk() local
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2_util.h | 36 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument 39 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | r2300_fpu.S | 23 #define EX(a,b) \ argument 29 #define EX2(a,b) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | ipaq_micro_battery.c | 91 static int get_capacity(struct power_supply *b) in get_capacity() 111 static int get_status(struct power_supply *b) in get_status() 128 static int micro_batt_get_property(struct power_supply *b, in micro_batt_get_property() 176 static int micro_ac_get_property(struct power_supply *b, in micro_ac_get_property()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sign-file.c | 164 BIO *b; in read_private_key() local 181 BIO *b; in read_x509() local 337 BIO *b; in main() local 382 BIO *b; in main() local
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_add_sub.c | 37 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add() 131 FPU_REG const *a, *b; in FPU_sub() local 272 FPU_REG const *b, u_char tagb, u_char signb, in add_sub_specials()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/ |
| H A D | within_concept.hpp | 93 bool b = str->apply(*p, *sp, *sp, *st); in apply() local 159 bool b = str->apply(*p, *bx); in apply() local 223 bool b = str->apply(*b1, *b2); in apply() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-input.c | 110 unsigned char b; in get_key_flydvb_trio() local 164 unsigned char b; in get_key_msi_tvanywhere_plus() local 215 unsigned char b; in get_key_kworld_pc150u() local 267 unsigned char b; in get_key_purpletv() local 337 unsigned char b[4]; in get_key_pinnacle() local
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | eth_media.c | 61 static int tipc_eth_raw2addr(struct tipc_bearer *b, in tipc_eth_raw2addr() 73 static int tipc_eth_msg2addr(struct tipc_bearer *b, in tipc_eth_msg2addr()
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | packets-buffer.c | 21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init() 71 void iso_packets_buffer_destroy(struct iso_packets_buffer *b, in iso_packets_buffer_destroy()
|