Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.6.21/lib/crypto/mpi/ !
Dmpih-div.c33 mpi_limb_t n1, n0, r; in mpihelp_mod_1() local
207 mpi_limb_t n1; in mpihelp_divrem() local
233 mpi_limb_t n1, n0, n2; in mpihelp_divrem() local
316 mpi_limb_t n1, n2; in mpihelp_divrem() local
384 mpi_limb_t n1, n0, r; in mpihelp_divmod_1() local
Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
541 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
622 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
705 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
983 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
1007 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
[all …]
/linux-6.6.21/drivers/clk/ !
Dclk-si570.c71 unsigned int n1; member
95 unsigned int *n1, unsigned int *hs_div) in si570_get_divs()
194 unsigned int n1, hs_div; in si570_calc_divs() local
229 unsigned int n1, hs_div; in si570_recalc_rate() local
249 unsigned int n1, hs_div; in si570_round_rate() local
/linux-6.6.21/drivers/clk/meson/ !
Dclk-dualdiv.h14 unsigned int n1; member
22 struct parm n1; member
/linux-6.6.21/tools/testing/selftests/kvm/lib/ !
Dsparsebit.c383 unsigned int n1 = (prev->idx + MASK_BITS + prev->num_after - 1) in node_add() local
903 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set() local
911 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear() local
1374 unsigned int n1; in sparsebit_set_num() local
1456 unsigned int n1; in sparsebit_clear_num() local
1601 unsigned int n1; in sparsebit_dump() local
1689 unsigned int n1; in sparsebit_validate_internal() local
Delf.c137 for (unsigned int n1 = 0; n1 < hdr.e_phnum; n1++) { in kvm_vm_elf_load() local
/linux-6.6.21/tools/testing/selftests/mm/ !
Dmigration.c28 int n1; in FIXTURE() local
63 int migrate(uint64_t *ptr, int n1, int n2) in migrate()
/linux-6.6.21/net/dccp/ccids/lib/ !
Dpacket_history.c152 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss() local
228 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss() local
/linux-6.6.21/drivers/media/pci/cobalt/ !
Dcobalt-cpld.c124 unsigned mult, hsdiv, n1; member
236 u8 n1, hsdiv; in cobalt_cpld_set_freq() local
/linux-6.6.21/arch/m68k/include/asm/ !
Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
230 #define __constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3) \ argument
/linux-6.6.21/arch/mips/bcm63xx/ !
Dcpu.c164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
/linux-6.6.21/arch/alpha/lib/ !
Dudiv-qrnnd.S44 #define n1 $17 macro
/linux-6.6.21/tools/testing/selftests/wireguard/ !
Dnetns.sh38 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; } function
/linux-6.6.21/security/selinux/ss/ !
Debitmap.c33 const struct ebitmap_node *n1, *n2; in ebitmap_cmp() local
223 const struct ebitmap_node *n1, *n2; in ebitmap_contains() local
/linux-6.6.21/arch/powerpc/platforms/ps3/ !
Drepository.c41 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name()
53 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node()
109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node()
1049 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node()
1066 static int delete_node(u64 n1, u64 n2, u64 n3, u64 n4) in delete_node()
1083 static int write_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in write_node()
/linux-6.6.21/arch/powerpc/math-emu/ !
Dudivmodti4.c11 _FP_W_TYPE n1, _FP_W_TYPE n0, in _fp_udivmodti4()
/linux-6.6.21/lib/math/ !
Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
/linux-6.6.21/fs/hfs/ !
Dstring.c98 const unsigned char *n1, *n2; in hfs_compare_dentry() local
/linux-6.6.21/arch/sparc/math-emu/ !
Dsfp-util_32.h77 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
Dsfp-util_64.h76 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
/linux-6.6.21/arch/alpha/math-emu/ !
Dsfp-util.h21 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
/linux-6.6.21/arch/sh/math-emu/ !
Dsfp-util.h32 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
/linux-6.6.21/drivers/staging/fbtft/ !
Dfb_ssd1325.c139 u8 n1; in write_vmem() local
/linux-6.6.21/fs/hpfs/ !
Dname.c76 const unsigned char *n1, unsigned l1, in hpfs_compare_names()
/linux-6.6.21/drivers/video/fbdev/savage/ !
Dsavagefb_driver.c422 unsigned char n1, n2, best_n1=16+2, best_n2=2, best_m=125+2; in SavageCalcClock() local
469 unsigned char n1, n2; in common_calc_clock() local
1813 unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; in savage_init_hw() local

123