Home
last modified time | relevance | path

Searched defs:b (Results 501 – 525 of 3788) sorted by relevance

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h68 #define writeb(b,addr) (*(volatile unsigned char *) (addr) = (b)) argument
69 #define writew(b,addr) (*(volatile unsigned short *) (addr) = (b)) argument
70 #define writel(b,addr) (*(volatile unsigned int *) (addr) = (b)) argument
75 #define memset_io(a,b,c) memset((a),(b),(c)) argument
76 #define memcpy_fromio(a,b,c) memcpy((a),(b),(c)) argument
77 #define memcpy_toio(a,b,c) memcpy((a),(b),(c)) argument
199 __INS(b) in __INS() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c28 #define __jhash_mix(a, b, c) \ argument
38 #define __jhash_final(a, b, c) \ argument
55 u32 a, b, c; in jhash() local
89 static __noinline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
98 static __noinline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
H A Dtest_l4lb.c34 #define __jhash_mix(a, b, c) \ argument
44 #define __jhash_final(a, b, c) \ argument
61 u32 a, b, c; in jhash() local
95 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
104 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_common_api.h18 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
41 #define ALLOCATE_AND_FILL_SHARED_MEMORY_6(a,b,c,d,e,f) \ argument
100 #define TEEC_SelectApp(a, b) /*do nothing for now*/ argument
101 #define TEEC_createThread(a, b) /*do nothing for now*/ argument
125 uint32_t cmd, uint32_t a, uint32_t b) in Invoke_Simple_Function_v1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/
H A Dphydm_hal_txbf_api.h33 #define tx_bf_nr(a, b) ({ \ argument
38 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/function/
H A Dstrfns.py33 def invoke(self, a, b, length): argument
75 def invoke(self, a, b): argument
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_zones.h68 const struct nf_conntrack_zone *b, in nf_ct_zone_equal()
80 const struct nf_conntrack_zone *b) in nf_ct_zone_equal_any()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dphydm_hal_txbf_api.h33 #define tx_bf_nr(a, b) ({ \ argument
38 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dphydm_hal_txbf_api.h33 #define tx_bf_nr(a, b) ({ \ argument
38 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/
H A Dphydm_hal_txbf_api.h32 #define tx_bf_nr(a, b) ({ \ argument
37 #define tx_bf_nr(a, b) ((a > b) ? (b) : (a)) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/function/
H A Dstrfns.py33 def invoke(self, a, b, length): argument
75 def invoke(self, a, b): argument
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1302.c116 write_byte(unsigned char b) in write_byte()
136 unsigned char b=0; in read_byte() local
195 unsigned char b; in rtc_init() local
293 unsigned char b=0; in rtc_set() local
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Dcpu_buffer.c77 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in alloc_cpu_buffers() local
104 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in start_cpu_work() local
124 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in flush_cpu_work() local
454 struct oprofile_cpu_buffer *b = in wq_sync_buffer() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dserialize.hpp107 unsigned char b; in do_serialize() local
108 ar & b; in do_serialize() local
128 …unsigned char b = static_cast<unsigned char>(static_cast<typename Int::local_limb_type>(l >> (i * … in do_serialize() local
129 ar & b; in do_serialize() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dperf_regs.h14 #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } argument
15 #define SMPL_REG2(n, b) { .name = #n, .mask = 3ULL << (b) } argument
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-bus.c1214 struct pci_bus *b = dev->subordinate; in __pci_bus_size_bridges() local
1338 static void assign_fixed_resource_on_bus(struct pci_bus *b, struct resource *r) in assign_fixed_resource_on_bus()
1364 struct pci_bus *b; in pdev_assign_fixed_resources() local
1383 struct pci_bus *b; in __pci_bus_assign_resources() local
1449 static void pci_bus_allocate_dev_resources(struct pci_bus *b) in pci_bus_allocate_dev_resources()
1463 static void pci_bus_allocate_resources(struct pci_bus *b) in pci_bus_allocate_resources()
1481 void pci_bus_claim_resources(struct pci_bus *b) in pci_bus_claim_resources()
1492 struct pci_bus *b; in __pci_bridge_assign_resources() local
1599 struct pci_bus *b = dev->subordinate; in pci_bus_release_bridge_resources() local
1638 struct pci_bus *b; in pci_bus_dump_resources() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mp.c429 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8188E(a,b) argument
431 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8188E(a,b) argument
435 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8814A(&(GET_HAL_DATA(a)->odmpriv), b) argument
437 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8814A(a,b) argument
459 #define PHY_IQCalibrate(_Adapter, b) \ argument
469 #define PHY_SetRFPathSwitch(_Adapter, b) \ argument
475 #define PHY_IQCalibrate(a,b) PHY_IQCalibrate_8192E(a,b) argument
477 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8192E(a,b) argument
495 #define PHY_SetRFPathSwitch(a,b) PHY_SetRFPathSwitch_8723B(a,b) argument
506 #define PHY_SetRFPathSwitch(a, b) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_operations.hpp113 cmp( A const & a, B const & b, Cmp f ) in cmp()
475 operator/=( A & a, B b ) in operator /=()
502 operator/( A const & a, B b ) in operator /()
533 operator==( A const & a, B const & b ) in operator ==()
563 operator-=( A & a, B const & b ) in operator -=()
621 operator-( A const & a, B const & b ) in operator -()
654 operator*=( A & r, B const & b ) in operator *=()
691 operator*=( A & a, B b ) in operator *=()
719 operator*( A const & a, B const & b ) in operator *()
754 operator*( A const & a, B b ) in operator *()
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h120 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
121 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
158 #define __compiler_offsetof(a, b) \ argument
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_cbc_mac.c7 static int xor(unsigned char *a, unsigned char *b,unsigned char *c) in xor()
46 static int compare_string(unsigned char *a, unsigned char *b, unsigned int len) in compare_string()
H A Dsm4_cbc_mac.c6 static int xor(const unsigned char *a, const unsigned char *b,unsigned char *c) in xor()
45 static int compare_string(char *a, char *b, unsigned int len) in compare_string()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dbox_concept.hpp64 Geometry* b = 0; in apply() local
110 const Geometry* b = 0; in apply() local
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c67 struct b_node *b; in add_node() local
97 struct b_node *b, *prev; in insert_node() local
663 struct b_node *b; in jffs2_1pass_rescan_needed() local
706 struct b_node *b; in dump_fragments() local
737 struct b_node *b; in dump_dirents() local
915 struct b_node *b; in jffs2_1pass_fill_info() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtracing_map.c131 char *b = val_b; in tracing_map_cmp_string() local
144 u64 b = atomic64_read((atomic64_t *)val_b); in tracing_map_cmp_atomic64() local
842 const struct tracing_map_sort_entry *a, *b; in cmp_entries_dup() local
857 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum() local
888 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key() local
1020 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dspp.h23 __u32 b; member
35 struct dpu_hw_pcc_coeff b; member

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