Home
last modified time | relevance | path

Searched refs:l0 (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/diff/src/
H A Ded.c42 lin f0, l0, f1, l1; in print_ed_hunk() local
50 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_ed_hunk()
57 print_number_range (',', &files[0], f0, l0); in print_ed_hunk()
95 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk() local
98 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in pr_forward_ed_hunk()
105 print_number_range (' ', files, f0, l0); in pr_forward_ed_hunk()
137 lin i, f0, l0, f1, l1; in print_rcs_hunk() local
141 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); in print_rcs_hunk()
147 translate_range (&files[0], f0, l0, &tf0, &tl0); in print_rcs_hunk()
H A Dcmp.c569 word const *l0, *l1; /* Pointers into each buffer. */ in block_compare_and_count() local
582 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++) in block_compare_and_count()
595 for (c0 = (char const *) l0, c1 = (char const *) l1; in block_compare_and_count()
613 word const *l0, *l1; in block_compare() local
619 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++) in block_compare()
624 for (c0 = (char const *) l0, c1 = (char const *) l1; in block_compare()
H A Dutil.c658 lin l0, l1; in analyze_hunk() local
679 l0 = next->line0 + next->deleted - 1; in analyze_hunk()
684 for (i = next->line0; i <= l0 && trivial; i++) in analyze_hunk()
716 *last0 = l0; in analyze_hunk()
/freebsd/crypto/openssl/crypto/idea/
H A Di_ecb.c29 unsigned long l0, l1, d[2]; in IDEA_ecb_encrypt() local
31 n2l(in, l0); in IDEA_ecb_encrypt()
32 d[0] = l0; in IDEA_ecb_encrypt()
36 l0 = d[0]; in IDEA_ecb_encrypt()
37 l2n(l0, out); in IDEA_ecb_encrypt()
40 l0 = l1 = d[0] = d[1] = 0; in IDEA_ecb_encrypt()
/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c111 smmu_pmap_l0_to_l1(pd_entry_t *l0, vm_offset_t va) in smmu_pmap_l0_to_l1() argument
115 l1 = (pd_entry_t *)PHYS_TO_DMAP(smmu_pmap_load(l0) & ~ATTR_MASK); in smmu_pmap_l0_to_l1()
122 pd_entry_t *l0; in smmu_pmap_l1() local
124 l0 = smmu_pmap_l0(pmap, va); in smmu_pmap_l1()
125 if ((smmu_pmap_load(l0) & ATTR_DESCR_MASK) != IOMMU_L0_TABLE) in smmu_pmap_l1()
128 return (smmu_pmap_l0_to_l1(l0, va)); in smmu_pmap_l1()
189 pd_entry_t *l0, *l1, *l2, desc; in smmu_pmap_pde() local
191 l0 = smmu_pmap_l0(pmap, va); in smmu_pmap_pde()
192 desc = smmu_pmap_load(l0) & ATTR_DESCR_MASK; in smmu_pmap_pde()
198 l1 = smmu_pmap_l0_to_l1(l0, va); in smmu_pmap_pde()
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl46 $acc0="%l0";
552 ldub [%i0+0],%l0
556 sll %l0,24,%l0
561 or %l1,%l0,%l0
567 or %l0,%l2,%o0
572 ldub [%i0+8],%l0
578 sll %l0,24,%l0
583 or %l1,%l0,%l0
589 or %l0,%l2,%o2
602 srl %o0,24,%l0
[all …]
/freebsd/crypto/openssl/crypto/des/
H A Decb3_enc.c22 register DES_LONG l0, l1; in DES_ecb3_encrypt() local
27 c2l(in, l0); in DES_ecb3_encrypt()
29 ll[0] = l0; in DES_ecb3_encrypt()
35 l0 = ll[0]; in DES_ecb3_encrypt()
37 l2c(l0, out); in DES_ecb3_encrypt()
/freebsd/sys/crypto/des/
H A Ddes_ecb.c117 register DES_LONG l0,l1; in des_ecb3_encrypt() local
122 c2l(in,l0); in des_ecb3_encrypt()
124 ll[0]=l0; in des_ecb3_encrypt()
132 l0=ll[0]; in des_ecb3_encrypt()
134 l2c(l0,out); in des_ecb3_encrypt()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_div.c340 BN_ULONG q, l0; in bn_div_fixed_top() local
422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()
423 tmp->d[div_n] = l0; in bn_div_fixed_top()
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
430 q -= l0; in bn_div_fixed_top()
436 for (l0 = 0 - l0, j = 0; j < div_n; j++) in bn_div_fixed_top()
437 tmp->d[j] = sdiv->d[j] & l0; in bn_div_fixed_top()
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
439 (*wnumtop) += l0; in bn_div_fixed_top()
/freebsd/sys/arm64/vmm/
H A Dvmm_mmu.c53 static pt_entry_t *l0; variable
66 l0 = (pd_entry_t *)PHYS_TO_DMAP(l0_paddr); in vmmpmap_init()
137 if (l0[i] != 0) { in vmmpmap_fini()
138 vmmpmap_release_l1(l0[i]); in vmmpmap_fini()
166 l0e = atomic_load_64(&l0[pmap_l0_index(va)]); in vmmpmap_l1_table()
178 rv = atomic_cmpset_64(&l0[pmap_l0_index(va)], l0e, new_l0e); in vmmpmap_l1_table()
361 l0e = atomic_load_64(&l0[pmap_l0_index(va)]); in vmmpmap_remove()
/freebsd/sys/arm64/arm64/
H A Defirt_machdep.c95 pd_entry_t *l0, *l1, *l2; in efi_1t1_l3() local
102 l0 = &efi_l0[l0_idx]; in efi_1t1_l3()
103 if (*l0 == 0) { in efi_1t1_l3()
106 *l0 = PHYS_TO_PTE(mphys) | L0_TABLE; in efi_1t1_l3()
108 mphys = PTE_TO_PHYS(*l0); in efi_1t1_l3()
H A Dpmap.c556 pmap_l0_to_l1(pd_entry_t *l0, vm_offset_t va) in pmap_l0_to_l1() argument
560 l1 = (pd_entry_t *)PHYS_TO_DMAP(PTE_TO_PHYS(pmap_load(l0))); in pmap_l0_to_l1()
567 pd_entry_t *l0; in pmap_l1() local
569 l0 = pmap_l0(pmap, va); in pmap_l1()
570 if ((pmap_load(l0) & ATTR_DESCR_MASK) != L0_TABLE) in pmap_l1()
573 return (pmap_l0_to_l1(l0, va)); in pmap_l1()
638 pd_entry_t *l0, *l1, *l2, desc; in pmap_pde() local
640 l0 = pmap_l0(pmap, va); in pmap_pde()
641 desc = pmap_load(l0) & ATTR_DESCR_MASK; in pmap_pde()
647 l1 = pmap_l0_to_l1(l0, va); in pmap_pde()
[all …]
H A Dminidump_machdep.c153 pd_entry_t *l0, *l1, l1e, *l2, l2e; in cpu_minidumpsys() local
178 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3)) in cpu_minidumpsys()
289 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3)) { in cpu_minidumpsys()
/freebsd/contrib/sendmail/libmilter/
H A Dsmfi.c179 size_t len, l0, l1, offset;
188 l0 = strlen(arg0) + 1;
189 len = l0;
201 (void) memcpy(buf, arg0, l0);
202 offset = l0;
244 size_t len, l0, l1, offset; local
253 l0 = strlen(arg0) + 1;
254 len = l0;
265 (void) memcpy(buf, arg0, l0);
266 offset = l0;
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1365 ld [$inp],%l0 ! X
1374 st %l0,[$out+64*0-4]
1384 ld [$inp],%l0 ! Y
1393 st %l0,[$out+64*0-4]
1403 ld [$inp],%l0 ! Z
1411 st %l0,[$out+64*0-4]
1439 ld [$inp+64*0],%l0
1448 and %l0,$mask,%l0
1450 st %l0,[$out] ! X
1466 ld [$inp+64*0],%l0
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_name.c318 int l0, l1, l2, l3; in test_compare() local
331 ret = compare_subject(c1, c1, &l0); in test_compare()
340 if (l0 != 0) return 1; in test_compare()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl108 $A="%l0";
177 ld [$inp+0],%l0
201 ld [$inp+128],%l0
218 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
384 sllx %l0,32,$tmp2
386 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+0)%16)*$SZ+0`],%l0
738 ld [$ctx+`0*$SZ+0`],%l0
746 sllx %l0,32,$tmp0
764 ld [$ctx+`4*$SZ+0`],%l0
772 sllx %l0,32,$tmp0
/freebsd/sys/riscv/riscv/
H A Dpmap.c409 pmap_l0_to_l1(pd_entry_t *l0, vm_offset_t va) in pmap_l0_to_l1() argument
415 phys = PTE_TO_PHYS(pmap_load(l0)); in pmap_l0_to_l1()
424 pd_entry_t *l0; in pmap_l1() local
431 l0 = pmap_l0(pmap, va); in pmap_l1()
432 if ((pmap_load(l0) & PTE_V) == 0) in pmap_l1()
434 if ((pmap_load(l0) & PTE_RX) != 0) in pmap_l1()
436 return (pmap_l0_to_l1(l0, va)); in pmap_l1()
700 pt_entry_t *l0, *l1, *kern_l2, *kern_l3, *devmap_l3; in pmap_create_pagetables() local
722 l0 = pmap_early_alloc_tables(&freemempos, 1); in pmap_create_pagetables()
723 *root_pt_phys = (vm_paddr_t)l0; in pmap_create_pagetables()
[all …]
/freebsd/contrib/bc/tests/dc/errors/
H A D15.txt8 _.1000[l0;0;rpRl01+s0l010>x]dsxx0sx0s0
51 _.10yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy00[l0;0;rpRl01+s0l010>x]dsxx0sx0s0
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl68 $nhi="%l0"; # small values and pointers
388 sethi %hi(0x20C0E000),%l0
390 or %l0,%lo(0x20C0E000),%l0
392 or %l0,$V,$V ! (0xE0·i)&0xff=0xA040608020C0E000
/freebsd/sbin/setkey/
H A Dparse.y853 int l, l0; in setkeymsg_spdaddr()
875 l0 = sizeof(struct sadb_x_if_hw_offl); in setkeymsg_spdaddr()
876 m_if_hw.sadb_x_if_hw_offl_len = PFKEY_UNIT64(l0); in setkeymsg_spdaddr()
884 memcpy(buf + l, &m_if_hw, l0); in setkeymsg_spdaddr()
885 l += l0; in setkeymsg_spdaddr()
888 l0 = l; in setkeymsg_spdaddr()
895 l = l0; in setkeymsg_spdaddr()
952 int l, l0, len; in setkeymsg_addr()
1008 l0 = l; in setkeymsg_addr()
1015 l = l0; in setkeymsg_addr()
832 int l, l0; setkeymsg_spdaddr() local
916 int l, l0, len; setkeymsg_addr() local
1034 int l, l0, len; setkeymsg_add() local
[all...]
/freebsd/lib/libc/nameser/
H A Dns_name.c537 int l0; in ns_name_pack() local
544 if ((l0 = labellen(srcp)) < 0) { in ns_name_pack()
548 l += l0 + 1; in ns_name_pack()
553 srcp += l0 + 1; in ns_name_pack()
/freebsd/contrib/sendmail/cf/mailer/
H A Dqpage.m417 ifdef(`QPAGE_MAILER_ARGS', `', `define(`QPAGE_MAILER_ARGS', `qpage -l0 -m -P$u')')
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl32 $tab="%l0";
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt157 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15,
162 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,

123