Home
last modified time | relevance | path

Searched full:l0 (Results 1 – 25 of 216) sorted by relevance

123456789

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c174 gf L0, L1, L2; in gf_isr() local
181 ossl_gf_mul(L0, L2, L1); in gf_isr()
182 gf_sqrn(L1, L0, 3); in gf_isr()
183 ossl_gf_mul(L0, L2, L1); in gf_isr()
184 gf_sqrn(L2, L0, 9); in gf_isr()
185 ossl_gf_mul(L1, L0, L2); in gf_isr()
186 ossl_gf_sqr(L0, L1); in gf_isr()
187 ossl_gf_mul(L2, x, L0); in gf_isr()
188 gf_sqrn(L0, L2, 18); in gf_isr()
189 ossl_gf_mul(L2, L1, L0); in gf_isr()
[all …]
/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/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/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()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh30 # record the first L0 block display; and
31 # record the 2nd L0 block display.
32 # 5. Run zdb -R with :bd displays first L0
33 # 6. Run zdb -R with :b80d displays 2nd L0
34 # 7. Run zdb -R with :db80 displays 2nd L0
77 |grep -m 1 "L0 DVA" )
82 |grep -m 1 "1000 L0 DVA" )
114 block_cnt=$(echo "$output" | grep -c 'L0')
124 block_cnt=$(echo "$output" | grep -c 'L0')
/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/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rewrite/
H A Dzfs_rewrite.ksh68 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps1"
70 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps2"
80 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps"
84 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps"
96 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps"
100 log_must eval "awk '/ L0 / { print l++ \" \" \$3 }' < $tmp > $bps"
/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/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/tests/sys/netgraph/
H A Dbridge.c405 ng_connect(".", "l0", "bridge:", "link0"); in ATF_TC_BODY()
406 ng_register_data("l0", get_data0); in ATF_TC_BODY()
421 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
452 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
467 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
482 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
511 ng_mkpeer(".", "l0", "bridge", "link0"); in ATF_TC_BODY()
515 ng_name("l0", "bridge"); in ATF_TC_BODY()
516 ng_register_data("l0", get_data0); in ATF_TC_BODY()
535 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
[all …]
/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S17 call .L0$pb
18 .L0$pb:
21 add $_GLOBAL_OFFSET_TABLE_+(.Ltmp0-.L0$pb), %eax
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dalpha-mont.pl209 ldq $tj,8($tp) #L0
214 ldq $nj,0($nj) #L0
220 cmpult $lo0,$hi0,AT #L0
225 addq $ahi,AT,$hi0 #L0
230 cmpult $lo0,$tj,AT #L0
235 s8addq $j,$ap,$aj #L0
239 addq $hi0,AT,$hi0 #L0
/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/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning.kshlib41 # Returns a space-separated list of the indexes (starting at 0) of the L0
55 awk '/ L0 / { print l++ " " $3 " " $7 }' > $zdbout1
57 awk '/ L0 / { print l++ " " $3 " " $7 }' > $zdbout2
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp185 MachineInstr &L0 = *SU->getInstr(); in getHazardType() local
186 if (!L0.mayLoad() || L0.mayStore() || L0.getNumMemOperands() != 1) in getHazardType()
189 auto MO0 = *L0.memoperands().begin(); in getHazardType()
239 if (!getBaseOffset(L0, SP, SPOffset0) || SP->getReg().id() != ARM::SP) in getHazardType()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/gang_blocks/
H A Dgang_blocks.kshlib30 # Get 0th DVA of first L0 block of file
61 get_blocks_filter $1 $2 L0 | head -n 1
66 get_first_block $1 $2 | sed 's/.*L0 \([^ ]*\).*/\1/'
H A Dgang_blocks_redundant.ksh58 log_fail "wrong number of DVAs for L0 in $red: $num_l0_dvas"
61 log_fail "wrong number of DVAs for L0 in $red: $num_l0_dvas"
77 obj_0_gangs=$(get_object_info $TESTPOOL/$TESTFS-$red 0 L0 | grep G)
/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/sys/arm64/arm64/
H A Defirt_machdep.c98 pd_entry_t *l0, *l1, *l2; in efi_1t1_l3() local
105 l0 = &efi_l0[l0_idx]; in efi_1t1_l3()
106 if (*l0 == 0) { in efi_1t1_l3()
109 *l0 = PHYS_TO_PTE(mphys) | TATTR_UXN_TABLE | in efi_1t1_l3()
112 mphys = PTE_TO_PHYS(*l0); in efi_1t1_l3()
H A Dlocore.S541 * - The Kernel L0 table (TTBR1)
544 * - The identity (PA = VA) L0 table (Early TTBR0)
545 * - The Kernel empty L0 table (Late TTBR0)
759 /* Link the l0 -> l1 table */
829 /* Link the l0 -> l1 table */
845 * Builds an L0 -> L1 table descriptor
847 * x6 = L0 table
855 * Link an L0 -> L1 table entry.
861 /* Build the L0 block entry */
1156 * L0 for kernel
[all …]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
567 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^ in whirlpool_block()
584 K.q[0] = L0; in whirlpool_block()
593 L0 ^= C0(S, 0) ^ C1(S, 7) ^ C2(S, 6) ^ C3(S, 5) ^ in whirlpool_block()
610 S.q[0] = L0; in whirlpool_block()
619 L0 = C0(K, 0); in whirlpool_block()
627 L0 ^= RC[r]; in whirlpool_block()
636 L0 ^= C7(K, 1); in whirlpool_block()
644 L0 ^= C6(K, 2); in whirlpool_block()
652 L0 ^= C5(K, 3); in whirlpool_block()
[all …]
/freebsd/sys/riscv/riscv/
H A Dpmap.c415 pmap_l0_to_l1(pd_entry_t *l0, vm_offset_t va) in pmap_l0_to_l1() argument
421 phys = PTE_TO_PHYS(pmap_load(l0)); in pmap_l0_to_l1()
430 pd_entry_t *l0; in pmap_l1() local
437 l0 = pmap_l0(pmap, va); in pmap_l1()
438 if ((pmap_load(l0) & PTE_V) == 0) in pmap_l1()
440 if ((pmap_load(l0) & PTE_RX) != 0) in pmap_l1()
442 return (pmap_l0_to_l1(l0, va)); in pmap_l1()
706 pt_entry_t *l0, *l1, *kern_l2, *kern_l3, *devmap_l3; in pmap_create_pagetables() local
725 * Sv48 mode: allocate an L0 page table to be the root. The in pmap_create_pagetables()
728 l0 = pmap_early_alloc_tables(&freemempos, 1); 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

123456789