| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | des_core.c | 49 #define GET_UINT32_BE(n,b,i) \ argument 59 #define PUT_UINT32_BE(n,b,i) \ argument 296 #define SWAP(a,b) { uint32_t t = a; a = b; b = t; t = 0; } argument
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-bitset.c | 168 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_set_bit() local 185 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_clear_bit() local 202 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_test_bit() local
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_framereg.c | 27 static bool seq_nr_after(u16 a, u16 b) in seq_nr_after() 38 #define seq_nr_before(a, b) seq_nr_after((b), (a)) argument 39 #define seq_nr_before_or_eq(a, b) (!seq_nr_after((a), (b))) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | nxt200x.c | 789 u8 b[3]; in nxt200x_read_ber() local 801 u8 b[2]; in nxt200x_read_signal_strength() local 821 u8 b[2]; in nxt200x_read_snr() local 854 u8 b[3]; in nxt200x_read_ucblocks() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | next.hpp | 447 T float_distance_imp(const T& a, const T& b, const mpl::true_&, const Policy& pol) in float_distance_imp() 552 T float_distance_imp(const T& a, const T& b, const mpl::false_&, const Policy& pol) in float_distance_imp() 659 inline typename tools::promote_args<T, U>::type float_distance(const T& a, const U& b, const Policy… in float_distance() 666 typename tools::promote_args<T, U>::type float_distance(const T& a, const U& b) in float_distance()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_types.h | 59 #define ___PASTE(a,b) a##b argument 60 #define __PASTE(a,b) ___PASTE(a,b) argument 135 #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) argument 259 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 548 struct pci_bus *b; in pci_alloc_bus() local 858 struct pci_bus *b; in pci_set_bus_msi_domain() local 880 struct pci_bus *bus, *b; in pci_register_host_bridge() local 3038 int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) in pci_bus_insert_busn_res() 3065 int pci_bus_update_busn_res_end(struct pci_bus *b, int bus_max) in pci_bus_update_busn_res_end() 3086 void pci_bus_release_busn_res(struct pci_bus *b) in pci_bus_release_busn_res() 3103 struct pci_bus *b; in pci_scan_root_bus_bridge() local 3144 struct pci_bus *b; in pci_scan_root_bus() local 3177 struct pci_bus *b; in pci_scan_bus() local 3260 const struct pci_dev *b = to_pci_dev(d_b); in pci_sort_bf_cmp() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 112 #define BCMSTRBUF_LEN(b) (b->size) argument 113 #define BCMSTRBUF_BUF(b) (b->buf) argument 335 #define bcmdumptslog(b) argument 635 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 639 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 1014 #define bcm_bsize(b) ((b)->size) argument 1015 #define bcm_breset(b) do {bcm_binit(b, (b)->origbuf, (b)->origsize);} while (0) argument 1118 #define bcm_object_trace_opr(a, b, c, d) argument 1119 #define bcm_object_trace_upd(a, b) argument 1120 #define bcm_object_trace_chk(a, b, c, d, e) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 112 #define BCMSTRBUF_LEN(b) (b->size) argument 113 #define BCMSTRBUF_BUF(b) (b->buf) argument 335 #define bcmdumptslog(b) argument 635 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 639 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 1014 #define bcm_bsize(b) ((b)->size) argument 1015 #define bcm_breset(b) do {bcm_binit(b, (b)->origbuf, (b)->origsize);} while (0) argument 1118 #define bcm_object_trace_opr(a, b, c, d) argument 1119 #define bcm_object_trace_upd(a, b) argument 1120 #define bcm_object_trace_chk(a, b, c, d, e) argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/build/tests/ex/ |
| H A D | b.c | 3 int b(void) in b() function
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | add.hpp | 22 inline void add_unsigned(CppInt1& result, const CppInt2& a, const CppInt3& b) BOOST_MP_NOEXCEPT_IF(… in add_unsigned() 139 inline void subtract_unsigned(CppInt1& result, const CppInt2& a, const CppInt3& b) BOOST_MP_NOEXCEP… in subtract_unsigned() 223 inline void subtract_unsigned(CppInt1& result, const CppInt2& a, const limb_type& b) BOOST_MP_NOEXC… in subtract_unsigned() 293 …const cpp_int_backend<MinBits3, MaxBits3, SignType3, Checked3, Allocator3>& b) BOOST_MP_NOEXCEPT_I… in eval_add() 450 …const cpp_int_backend<MinBits3, MaxBits3, SignType3, Checked3, Allocator3>& b) BOOST_MP_NOEXCEPT_I… in eval_subtract()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | debug.c | 24 #define for_each_written_bset(b, start, i) \ argument 31 void bch_btree_verify(struct btree *b) in bch_btree_verify()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | h8300_timer16.c | 23 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) argument 24 #define bclr(b, a) iowrite8(ioread8(a) & ~(1 << (b)), (a)) argument
|
| H A D | h8300_timer8.c | 35 #define bset(b, a) iowrite8(ioread8(a) | (1 << (b)), (a)) argument 36 #define bclr(b, a) iowrite8(ioread8(a) & ~(1 << (b)), (a)) argument
|
| /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/mtd/ |
| H A D | nftl-user.h | 57 struct nftl_uci1 b; member 62 struct nftl_bci b; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | nftl-user.h | 57 struct nftl_uci1 b; member 62 struct nftl_bci b; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/ |
| H A D | rk_aiq_adebayer_algo_v1.cpp | 5 #define MIN(a,b) ((a) <= (b) ? (a):(b)) argument 8 #define MAX(a,b) ((a) >= (b) ? (a):(b)) argument
|
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | nftl-user.h | 57 struct nftl_uci1 b; member 62 struct nftl_bci b; member
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | udivsi3.S | 52 #define CONCAT1(a, b) CONCAT2(a, b) argument 53 #define CONCAT2(a, b) a ## b argument
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | patch.c | 47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local 127 u64 ip, *b; in ia64_patch_rse() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_mods.c | 17 int a, b, c, d, e, f, g, h; member 36 int_t b; member
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_prioq.c | 87 struct snd_seq_event *b) in compare_timestamp() 104 struct snd_seq_event *b) in compare_timestamp_rel()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | sched.h | 13 static inline int sched_find_first_bit(const unsigned long *b) in sched_find_first_bit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linuxver.h | 483 #define PCI_SAVE_STATE(a, b) pci_save_state(a) argument 484 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a) argument 486 #define PCI_SAVE_STATE(a, b) pci_save_state(a, b) argument 487 #define PCI_RESTORE_STATE(a, b) pci_restore_state(a, b) argument 862 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) argument 863 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c) argument 867 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) argument 868 #define kfifo_out_spinlocked(a, b, c, d) kfifo_out_locked(a, b, c, d) argument
|