Home
last modified time | relevance | path

Searched defs:n (Results 26 – 50 of 5630) sorted by relevance

12345678910>>...226

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Darm_cde.h40 #define __arm_cx2(coproc, n, imm) \ argument
43 #define __arm_cx2a(coproc, acc, n, imm) \ argument
46 #define __arm_cx3(coproc, n, m, imm) \ argument
49 #define __arm_cx3a(coproc, acc, n, m, imm) \ argument
58 #define __arm_cx2d(coproc, n, imm) \ argument
61 #define __arm_cx2da(coproc, acc, n, imm) \ argument
64 #define __arm_cx3d(coproc, n, m, imm) \ argument
67 #define __arm_cx3da(coproc, acc, n, m, imm) \ argument
86 #define __arm_vcx2_u32(coproc, n, imm) \ argument
91 #define __arm_vcx2a_u32(coproc, acc, n, imm) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dmemcpy.c26 #define ALIGN_DEST_TO8_UP(d,s,n) \ argument
33 #define ALIGN_DEST_TO8_DN(d,s,n) \ argument
45 #define DO_REST_UP(d,s,n) \ argument
51 #define DO_REST_DN(d,s,n) \ argument
62 #define DO_REST_ALIGNED_UP(d,s,n) DO_REST_UP(d,s,n) argument
63 #define DO_REST_ALIGNED_DN(d,s,n) DO_REST_DN(d,s,n) argument
73 long n) in __memcpy_unaligned_up()
101 long n) in __memcpy_unaligned_dn()
119 long n) in __memcpy_aligned_up()
135 long n) in __memcpy_aligned_dn()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dklist.c94 static void add_head(struct klist *k, struct klist_node *n) in add_head()
101 static void add_tail(struct klist *k, struct klist_node *n) in add_tail()
108 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init()
122 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head()
134 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail()
146 void klist_add_behind(struct klist_node *n, struct klist_node *pos) in klist_add_behind()
162 void klist_add_before(struct klist_node *n, struct klist_node *pos) in klist_add_before()
186 struct klist_node *n = container_of(kref, struct klist_node, n_ref); in klist_release() local
204 static int klist_dec_and_del(struct klist_node *n) in klist_dec_and_del()
209 static void klist_put(struct klist_node *n, bool kill) in klist_put()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-3ph-1-0.c17 #define CSIPHY_3PH_LNn_CFG1(n) (0x000 + 0x100 * (n)) argument
19 #define CSIPHY_3PH_LNn_CFG2(n) (0x004 + 0x100 * (n)) argument
21 #define CSIPHY_3PH_LNn_CFG3(n) (0x008 + 0x100 * (n)) argument
22 #define CSIPHY_3PH_LNn_CFG4(n) (0x00c + 0x100 * (n)) argument
24 #define CSIPHY_3PH_LNn_CFG5(n) (0x010 + 0x100 * (n)) argument
27 #define CSIPHY_3PH_LNn_TEST_IMP(n) (0x01c + 0x100 * (n)) argument
29 #define CSIPHY_3PH_LNn_MISC1(n) (0x028 + 0x100 * (n)) argument
31 #define CSIPHY_3PH_LNn_CFG6(n) (0x02c + 0x100 * (n)) argument
33 #define CSIPHY_3PH_LNn_CFG7(n) (0x030 + 0x100 * (n)) argument
35 #define CSIPHY_3PH_LNn_CFG8(n) (0x034 + 0x100 * (n)) argument
[all …]
/OK3568_Linux_fs/kernel/fs/befs/
H A Dendian.h16 fs64_to_cpu(const struct super_block *sb, fs64 n) in fs64_to_cpu()
25 cpu_to_fs64(const struct super_block *sb, u64 n) in cpu_to_fs64()
34 fs32_to_cpu(const struct super_block *sb, fs32 n) in fs32_to_cpu()
43 cpu_to_fs32(const struct super_block *sb, u32 n) in cpu_to_fs32()
52 fs16_to_cpu(const struct super_block *sb, fs16 n) in fs16_to_cpu()
61 cpu_to_fs16(const struct super_block *sb, u16 n) in cpu_to_fs16()
72 fsrun_to_cpu(const struct super_block *sb, befs_disk_block_run n) in fsrun_to_cpu()
89 cpu_to_fsrun(const struct super_block *sb, befs_block_run n) in cpu_to_fsrun()
106 fsds_to_cpu(const struct super_block *sb, const befs_disk_data_stream *n) in fsds_to_cpu()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dexceptions-64e.S270 #define EXCEPTION_PROLOG(n, intnum, type, addition) \ argument
342 #define NORMAL_EXCEPTION_PROLOG(n, intnum, addition) \ argument
345 #define CRIT_EXCEPTION_PROLOG(n, intnum, addition) \ argument
348 #define DBG_EXCEPTION_PROLOG(n, intnum, addition) \ argument
351 #define MC_EXCEPTION_PROLOG(n, intnum, addition) \ argument
354 #define GDBELL_EXCEPTION_PROLOG(n, intnum, addition) \ argument
359 #define PROLOG_ADDITION_NONE_GEN(n) argument
360 #define PROLOG_ADDITION_NONE_GDBELL(n) argument
361 #define PROLOG_ADDITION_NONE_CRIT(n) argument
362 #define PROLOG_ADDITION_NONE_DBG(n) argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmxs_gpio.c18 #define PINCTRL_DOUT(n) (0x0500 + ((n) * 0x10)) argument
19 #define PINCTRL_DIN(n) (0x0600 + ((n) * 0x10)) argument
20 #define PINCTRL_DOE(n) (0x0700 + ((n) * 0x10)) argument
21 #define PINCTRL_PIN2IRQ(n) (0x0800 + ((n) * 0x10)) argument
22 #define PINCTRL_IRQEN(n) (0x0900 + ((n) * 0x10)) argument
23 #define PINCTRL_IRQSTAT(n) (0x0c00 + ((n) * 0x10)) argument
26 #define PINCTRL_DOUT(n) (0x0700 + ((n) * 0x10)) argument
27 #define PINCTRL_DIN(n) (0x0900 + ((n) * 0x10)) argument
28 #define PINCTRL_DOE(n) (0x0b00 + ((n) * 0x10)) argument
29 #define PINCTRL_PIN2IRQ(n) (0x1000 + ((n) * 0x10)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dsun6i-msgbox.c22 #define CTRL_REG(n) (0x0000 + 0x4 * ((n) / 4)) argument
23 #define CTRL_RX(n) BIT(0 + 8 * ((n) % 4)) argument
24 #define CTRL_TX(n) BIT(4 + 8 * ((n) % 4)) argument
31 #define RX_IRQ(n) BIT(0 + 2 * (n)) argument
33 #define TX_IRQ(n) BIT(1 + 2 * (n)) argument
36 #define FIFO_STAT_REG(n) (0x0100 + 0x4 * (n)) argument
39 #define MSG_STAT_REG(n) (0x0140 + 0x4 * (n)) argument
42 #define MSG_DATA_REG(n) (0x0180 + 0x4 * (n)) argument
70 int n; in sun6i_msgbox_irq() local
102 int n = channel_number(chan); in sun6i_msgbox_send_data() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/
H A Dvector_n.hpp12 #define FUSION_VECTOR_CTOR_DEFAULT_INIT(z, n, _) \ argument
15 #define FUSION_VECTOR_CTOR_INIT(z, n, _) \ argument
18 #define FUSION_VECTOR_MEMBER_CTOR_INIT(z, n, _) \ argument
21 #define FUSION_VECTOR_CTOR_FORWARD(z, n, _) \ argument
24 #define FUSION_VECTOR_CTOR_ARG_FWD(z, n, _) \ argument
27 #define FUSION_VECTOR_MEMBER_DECL(z, n, _) \ argument
30 #define FUSION_VECTOR_MEMBER_FORWARD(z, n, _) \ argument
33 #define FUSION_VECTOR_MEMBER_ASSIGN(z, n, _) \ argument
36 #define FUSION_VECTOR_MEMBER_DEREF_ASSIGN(z, n, _) \ argument
39 #define FUSION_VECTOR_MEMBER_MOVE(z, n, _) \ argument
[all …]
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dsnd_ps3_reg.h23 #define PS3_AUDIO_KICK(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x00) argument
24 #define PS3_AUDIO_SOURCE(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x04) argument
25 #define PS3_AUDIO_DEST(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x08) argument
26 #define PS3_AUDIO_DMASIZE(n) (PS3_AUDIO_DMAC_REGBASE(n) + 0x0C) argument
45 #define PS3_AUDIO_AO_3WCTRL(n) (0x00006200 + 0x200 * (n)) argument
53 #define PS3_AUDIO_AO_SPD_REGBASE(n) (0x00007200 + 0x200 * (n)) argument
55 #define PS3_AUDIO_AO_SPDCTRL(n) \ argument
57 #define PS3_AUDIO_AO_SPDUB(n, x) \ argument
59 #define PS3_AUDIO_AO_SPDCS(n, y) \ argument
77 #define PS3_AUDIO_INTR_0_CHAN(n) (1 << ((n) * 2)) argument
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_px30.h19 #define PMUGRF_OS_REG(n) (PMUGRF_OS_REG0 + (n) * 4) argument
22 #define DDR_GRF_CON(n) (0 + (n) * 4) argument
24 #define DDR_GRF_STATUS(n) (DDR_GRF_STATUS_BASE + (n) * 4) argument
42 #define PB(n) ((0x1 << (15 + 16)) | ((n) << 15)) argument
43 #define POSTDIV1(n) ((0x7 << (12 + 16)) | ((n) << 12)) argument
44 #define FBDIV(n) ((0xFFF << 16) | (n)) argument
47 #define RSTMODE(n) ((0x1 << (15 + 16)) | ((n) << 15)) argument
48 #define RST(n) ((0x1 << (14 + 16)) | ((n) << 14)) argument
49 #define PD(n) ((0x1 << (13 + 16)) | ((n) << 13)) argument
50 #define DSMPD(n) ((0x1 << (12 + 16)) | ((n) << 12)) argument
[all …]
H A Dsdram_rk3328.h34 #define DDR_GRF_CON(n) (0 + (n) * 4) argument
36 #define DDR_GRF_STATUS(n) (DDR_GRF_STATUS_BASE + (n) * 4) argument
39 #define ddrphy_psrstn_req(n) (((0x1 << 15) << 16) | ((n) << 15)) argument
40 #define ddrphy_srstn_req(n) (((0x1 << 14) << 16) | ((n) << 14)) argument
41 #define ddrctrl_psrstn_req(n) (((0x1 << 13) << 16) | ((n) << 13)) argument
42 #define ddrctrl_srstn_req(n) (((0x1 << 12) << 16) | ((n) << 12)) argument
43 #define ddrmsch_srstn_req(n) (((0x1 << 11) << 16) | ((n) << 11)) argument
44 #define msch_srstn_req(n) (((0x1 << 9) << 16) | ((n) << 9)) argument
45 #define dfimon_srstn_req(n) (((0x1 << 8) << 16) | ((n) << 8)) argument
46 #define grf_ddr_srstn_req(n) (((0x1 << 7) << 16) | ((n) << 7)) argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Dregs-timers.h15 #define TMR_TN_MM(n, m) (0x0004 + ((n) << 3) + (((n) + (m)) << 2)) argument
16 #define TMR_CR(n) (0x0028 + ((n) << 2)) argument
17 #define TMR_SR(n) (0x0034 + ((n) << 2)) argument
18 #define TMR_IER(n) (0x0040 + ((n) << 2)) argument
19 #define TMR_PLVR(n) (0x004c + ((n) << 2)) argument
20 #define TMR_PLCR(n) (0x0058 + ((n) << 2)) argument
25 #define TMR_ICR(n) (0x0074 + ((n) << 2)) argument
29 #define TMR_ILR(n) (0x008c + ((n) << 2)) argument
33 #define TMR_CVWR(n) (0x00A4 + ((n) << 2)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp179 …typename boost::container::iterator_traits<I>::difference_type n = boost::container::iterator_dist… in memmove() local
191 F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n()
205 I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source()
219 I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest()
338 …nitialized_move_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_move_alloc_n()
362 …initialized_move_alloc_n(Allocator &, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_move_alloc_n()
383 …zed_move_alloc_n_source(Allocator &a, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_move_alloc_n_source()
407 …ized_move_alloc_n_source(Allocator &, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_move_alloc_n_source()
473 …nitialized_copy_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_copy_alloc_n()
497 …initialized_copy_alloc_n(Allocator &, I f, typename boost::container::allocator_traits<Allocator>:… in uninitialized_copy_alloc_n()
[all …]
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dtest.c43 static void handle_vq(struct vhost_test *n) in handle_vq()
100 struct vhost_test *n = container_of(vq->dev, struct vhost_test, dev); in handle_vq_kick() local
107 struct vhost_test *n = kmalloc(sizeof *n, GFP_KERNEL); in vhost_test_open() local
130 static void *vhost_test_stop_vq(struct vhost_test *n, in vhost_test_stop_vq()
142 static void vhost_test_stop(struct vhost_test *n, void **privatep) in vhost_test_stop()
147 static void vhost_test_flush_vq(struct vhost_test *n, int index) in vhost_test_flush_vq()
152 static void vhost_test_flush(struct vhost_test *n) in vhost_test_flush()
159 struct vhost_test *n = f->private_data; in vhost_test_release() local
173 static long vhost_test_run(struct vhost_test *n, int test) in vhost_test_run()
224 static long vhost_test_reset_owner(struct vhost_test *n) in vhost_test_reset_owner()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dcrt0.S229 #define SAVE_GPR(n, base) std n,8*(n)(base) argument
230 #define REST_GPR(n, base) ld n,8*(n)(base) argument
231 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base) argument
232 #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) argument
233 #define SAVE_8GPRS(n, base) SAVE_4GPRS(n, base); SAVE_4GPRS(n+4, base) argument
234 #define SAVE_10GPRS(n, base) SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base) argument
235 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) argument
236 #define REST_4GPRS(n, base) REST_2GPRS(n, base); REST_2GPRS(n+2, base) argument
237 #define REST_8GPRS(n, base) REST_4GPRS(n, base); REST_4GPRS(n+4, base) argument
238 #define REST_10GPRS(n, base) REST_8GPRS(n, base); REST_2GPRS(n+8, base) argument
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dgadget.h31 #define DWC3_DEPCFG_INT_NUM(n) ((n) << 0) argument
37 #define DWC3_DEPCFG_BINTERVAL_M1(n) ((n) << 16) argument
39 #define DWC3_DEPCFG_EP_NUMBER(n) ((n) << 25) argument
44 #define DWC3_DEPCFG_EP_TYPE(n) ((n) << 1) argument
45 #define DWC3_DEPCFG_MAX_PACKET_SIZE(n) ((n) << 3) argument
46 #define DWC3_DEPCFG_FIFO_NUMBER(n) ((n) << 17) argument
47 #define DWC3_DEPCFG_BURST_SIZE(n) ((n) << 22) argument
48 #define DWC3_DEPCFG_DATA_SEQ_NUM(n) ((n) << 26) argument
57 #define DWC3_DEPXFERCFG_NUM_XFER_RES(n) ((n) & 0xffff) argument
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dbhrb.S32 #define MFBHRB_TABLE1(n) PPC_MFBHRBE(R3,n); blr argument
33 #define MFBHRB_TABLE2(n) MFBHRB_TABLE1(n); MFBHRB_TABLE1(n+1) argument
34 #define MFBHRB_TABLE4(n) MFBHRB_TABLE2(n); MFBHRB_TABLE2(n+2) argument
35 #define MFBHRB_TABLE8(n) MFBHRB_TABLE4(n); MFBHRB_TABLE4(n+4) argument
36 #define MFBHRB_TABLE16(n) MFBHRB_TABLE8(n); MFBHRB_TABLE8(n+8) argument
37 #define MFBHRB_TABLE32(n) MFBHRB_TABLE16(n); MFBHRB_TABLE16(n+16) argument
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfusb300_udc.h21 #define FUSB300_OFFSET_EPSET0(n) (0x20 + (n - 1) * 0x30) argument
22 #define FUSB300_OFFSET_EPSET1(n) (0x24 + (n - 1) * 0x30) argument
23 #define FUSB300_OFFSET_EPSET2(n) (0x28 + (n - 1) * 0x30) argument
24 #define FUSB300_OFFSET_EPFFR(n) (0x2c + (n - 1) * 0x30) argument
25 #define FUSB300_OFFSET_EPSTRID(n) (0x40 + (n - 1) * 0x30) argument
54 #define FUSB300_OFFSET_EPPRD_W0(n) (0x520 + (n - 1) * 0x10) argument
55 #define FUSB300_OFFSET_EPPRD_W1(n) (0x524 + (n - 1) * 0x10) argument
56 #define FUSB300_OFFSET_EPPRD_W2(n) (0x528 + (n - 1) * 0x10) argument
57 #define FUSB300_OFFSET_EPRD_PTR(n) (0x52C + (n - 1) * 0x10) argument
60 #define FUSB300_OFFSET_EPPORT(n) (0x1010 + (n - 1) * 0x10) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c39 #define SUN6I_DSI_BASIC_CTL_TRAIL_INV(n) (((n) & 0xf) << 4) argument
52 #define SUN6I_DSI_BASIC_CTL1_VIDEO_ST_DELAY(n) (((n) & 0x1fff) << 4) argument
58 #define SUN6I_DSI_BASIC_SIZE0_VBP(n) (((n) & 0xfff) << 16) argument
59 #define SUN6I_DSI_BASIC_SIZE0_VSA(n) ((n) & 0xfff) argument
62 #define SUN6I_DSI_BASIC_SIZE1_VT(n) (((n) & 0xfff) << 16) argument
63 #define SUN6I_DSI_BASIC_SIZE1_VACT(n) ((n) & 0xfff) argument
65 #define SUN6I_DSI_INST_FUNC_REG(n) (0x020 + (n) * 0x04) argument
66 #define SUN6I_DSI_INST_FUNC_INST_MODE(n) (((n) & 0xf) << 28) argument
67 #define SUN6I_DSI_INST_FUNC_ESCAPE_ENTRY(n) (((n) & 0xf) << 24) argument
68 #define SUN6I_DSI_INST_FUNC_TRANS_PACKET(n) (((n) & 0xf) << 20) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp39 void compensate_roundoff(T& n, AccT acc_n, mpl::true_) in compensate_roundoff()
49 void compensate_roundoff(T& n, AccT acc_n, mpl::false_) in compensate_roundoff()
56 void compensate_roundoff(T& n, AccT acc_n) in compensate_roundoff()
64 scale(int exp, T& n, AccT acc_n) in scale()
108 scale(int exp, int frac, T& n, AccT acc_n) in scale()
121 negate(bool neg, float n) in negate()
127 negate(bool neg, double n) in negate()
133 negate(bool neg, long double n) in negate()
140 negate(bool neg, T const& n) in negate()
146 negate(bool /*neg*/, unused_type n) in negate()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dide.h50 #define __ide_mm_insw(port, addr, n) raw_insw((u16 *)port, addr, n) argument
51 #define __ide_mm_insl(port, addr, n) raw_insl((u32 *)port, addr, n) argument
54 #define __ide_mm_outsw(port, addr, n) raw_outsw((u16 *)port, addr, n) argument
55 #define __ide_mm_outsl(port, addr, n) raw_outsl((u32 *)port, addr, n) argument
59 #define __ide_mm_insw(port, addr, n) io_insw((unsigned int)port, addr, n) argument
60 #define __ide_mm_insl(port, addr, n) io_insl((unsigned int)port, addr, n) argument
61 #define __ide_mm_outsw(port, addr, n) io_outsw((unsigned int)port, addr, n) argument
62 #define __ide_mm_outsl(port, addr, n) io_outsl((unsigned int)port, addr, n) argument
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-notifier.c52 struct cec_notifier *n; in cec_notifier_get_conn() local
88 struct cec_notifier *n = in cec_notifier_release() local
96 static void cec_notifier_put(struct cec_notifier *n) in cec_notifier_put()
107 struct cec_notifier *n = cec_notifier_get_conn(hdmi_dev, port_name); in cec_notifier_conn_register() local
128 void cec_notifier_conn_unregister(struct cec_notifier *n) in cec_notifier_conn_unregister()
150 struct cec_notifier *n; in cec_notifier_cec_adap_register() local
170 void cec_notifier_cec_adap_unregister(struct cec_notifier *n, in cec_notifier_cec_adap_unregister()
184 void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) in cec_notifier_set_phys_addr()
197 void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, in cec_notifier_set_phys_addr_from_edid()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S73 #define add_roundkey_enc(n) \ argument
76 #define round_enc(n) \ argument
82 #define add_roundkey_dec(n) \ argument
87 #define round_dec(n) \ argument
202 #define preload_roundkey_enc(n) \ argument
205 #define add_roundkey_enc4(n) \ argument
209 #define round_enc4(n) \ argument
222 #define preload_roundkey_dec(n) \ argument
226 #define add_roundkey_dec4(n) \ argument
230 #define round_dec4(n) \ argument
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-bit.c42 unsigned n; in mpi_get_nbits() local
62 int mpi_test_bit(MPI a, unsigned int n) in mpi_test_bit()
80 void mpi_set_bit(MPI a, unsigned int n) in mpi_set_bit()
99 void mpi_set_highbit(MPI a, unsigned int n) in mpi_set_highbit()
122 void mpi_clear_highbit(MPI a, unsigned int n) in mpi_clear_highbit()
140 void mpi_clear_bit(MPI a, unsigned int n) in mpi_clear_bit()
161 mpi_size_t n = a->nlimbs; in mpi_rshift_limbs() local
178 void mpi_rshift(MPI x, MPI a, unsigned int n) in mpi_rshift()
253 int n = a->nlimbs; in mpi_lshift_limbs() local
272 void mpi_lshift(MPI x, MPI a, unsigned int n) in mpi_lshift()

12345678910>>...226