Home
last modified time | relevance | path

Searched refs:na (Results 1 – 25 of 77) sorted by relevance

1234

/mirbsd/src/lib/libssl/src/crypto/bn/asm/x86/
Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
19 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
29 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
50 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
53 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
58 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
85 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
86 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
[all …]
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dco-586.pl17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # laod next a
40 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # laod next a
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
64 &mov("edx",&DWP(($nb)*4,$a,"",0)) if ($pos == 1) && ($na != $nb);
69 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 0; # load next a
97 &mov("eax",&DWP(($na)*4,$a,"",0)) if $pos == 1; # load next b
[all …]
/mirbsd/src/usr.bin/oldroff/hunt/
Dhunt6.c68 int i, g, j, need, got, na, len; local
127 na=0;
128 ar[na++] = "fgrep";
129 ar[na++] = "-r";
130 ar[na++] = "-n";
131 ar[na++] = (char *) need;
132 ar[na++] = "-i";
133 ar[na++] = output;
134 ar[na++] = (char *) len;
136 ar[na++] = qitem[j];
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dsubst.t456 my($na, $nb) = ("\x{ff}", "\x{fe}");
459 ($b = $a) =~ s/--/$na/;
460 is($b, "$ua$na$ub", "s///: replace non-utf8 into utf8");
461 ($b = $a) =~ s/--/--$na--/;
462 is($b, "$ua--$na--$ub", "s///: replace long non-utf8 into utf8");
467 $a = "$na--$nb";
469 is($b, "$na$ua$nb", "s///: replace utf8 into non-utf8");
471 is($b, "$na--$ua--$nb", "s///: replace long utf8 into non-utf8");
475 ($b = $a) =~ s/-($ud)?-/$na/;
476 is($b, "$ua$na$ub", "s///: replace non-utf8 into utf8 (utf8 pattern)");
[all …]
Dre_tests603 \Z b\na\n y $-[0] 3
604 \z b\na\n y $-[0] 4
605 $ b\na\n y $-[0] 3
606 \Z b\na y $-[0] 3
607 \z b\na y $-[0] 3
608 $ b\na y $-[0] 3
612 '\Z'm b\na\n y $-[0] 3
613 '\z'm b\na\n y $-[0] 4
614 '$'m b\na\n y $-[0] 1
615 '\Z'm b\na y $-[0] 3
[all …]
/mirbsd/src/usr.bin/vi/catalog/
Dpolish3 nie mo�na usun�� linii %luX
4 nie mo�na doda� do linii %luX
5 nie mo�na wstawi� w linii %luX
6 nie mo�na zachowa� linii %luX
7 nie mo�na pobra� ostatniej liniiX
8 B��d: nie mo�na pobra� linii %luX
13 Brak logowania, nie mo�na przegl�da� do przoduX
31 Nie mo�na ustawi� domy�lnej opcji %sX
63 Nie mo�na zablokowa� kopii zapasowejX
69 Istniej� starsze wersje tego pliku, kt�re mo�na odzyska�X
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Dshowlex.t53 my ($na,$nb,$nc); # holds regex-strs
67 $na = padrep('$a',$newlex);
69 like ($out, qr/1: $na/ms, 'found $a in "my ($a,$b)"');
83 $na = padrep('$foo',$newlex);
85 like ($buf, qr/1: $na/ms, 'found $foo in "sub { my ($foo,$bar) }"');
96 $na = padrep('$scalar',$newlex);
99 like ($buf, qr/1: $na/ms, 'found $scalar in "'. $src .'"');
/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509_cmp.c292 X509_NAME_ENTRY *na,*nb; in X509_NAME_cmp() local
302 na=sk_X509_NAME_ENTRY_value(a->entries,i); in X509_NAME_cmp()
304 j=na->value->type-nb->value->type; in X509_NAME_cmp()
307 nabit = ASN1_tag2bit(na->value->type); in X509_NAME_cmp()
312 j = asn1_string_memcmp(na->value, nb->value); in X509_NAME_cmp()
314 else if (na->value->type == V_ASN1_PRINTABLESTRING) in X509_NAME_cmp()
315 j=nocase_spacenorm_cmp(na->value, nb->value); in X509_NAME_cmp()
316 else if (na->value->type == V_ASN1_IA5STRING in X509_NAME_cmp()
317 && OBJ_obj2nid(na->object) == NID_pkcs9_emailAddress) in X509_NAME_cmp()
318 j=nocase_cmp(na->value, nb->value); in X509_NAME_cmp()
[all …]
/mirbsd/src/gnu/usr.bin/perl/NetWare/bat/
DSetNWBld.bat17 REM If na is passed, don't set that parameter
18 if "%1" == "na" goto skip_nlmsdk_msg
29 if "%2" == "na" goto skip_cw_msg
55 @echo Pass na if you don't want to change a setting
56 @echo Ex. setnwbld d:\ndk\nwsdk na
57 @echo Ex. setnwbld na d:\codewar
/mirbsd/src/sys/dev/ic/
Disp_target.c662 na_fcentry_t *na = (na_fcentry_t *) storage; in isp_notify_ack() local
666 na->na_iid = inp->in_iid; in isp_notify_ack()
668 na->na_lun = inp->in_scclun; in isp_notify_ack()
670 na->na_lun = inp->in_lun; in isp_notify_ack()
672 na->na_task_flags = inp->in_task_flags; in isp_notify_ack()
673 na->na_seqid = inp->in_seqid; in isp_notify_ack()
674 na->na_flags = NAFC_RCOUNT; in isp_notify_ack()
675 na->na_status = inp->in_status; in isp_notify_ack()
677 na->na_flags |= NAFC_RST_CLRD; in isp_notify_ack()
680 na->na_flags = NAFC_RST_CLRD; in isp_notify_ack()
[all …]
/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dalloc_ttype.c54 merge_names(char **dst, char **a, int na, char **b, int nb) in merge_names() argument
57 while (na > 0 && nb > 0) { in merge_names()
61 na--; in merge_names()
68 na--, nb--; in merge_names()
71 while (na-- > 0) { in merge_names()
378 int na = NUM_EXT_NAMES(to); in _nc_align_termtype() local
385 DEBUG(2, ("align_termtype to(%d:%s), from(%d:%s)", na, to->term_names, in _nc_align_termtype()
388 if (na != 0 || nb != 0) { in _nc_align_termtype()
389 if ((na == nb) /* check if the arrays are equivalent */ in _nc_align_termtype()
393 for (n = 0, same = TRUE; n < na; n++) { in _nc_align_termtype()
[all …]
/mirbsd/src/usr.bin/xlint/lint2/
Demit2.c49 int t, s, na; in outtype() local
115 na = 0; in outtype()
117 na++; in outtype()
119 na++; in outtype()
120 outint(na); in outtype()
/mirbsd/src/lib/libssl/src/crypto/des/
DDES.xs33 des_set_odd_parity((des_cblock *)SvPV(s,na)); in des_crypt()
77 c=(char *)SvPV(s,na); in des_cbc_encrypt()
103 des_3cbc_encrypt((des_cblock *)input,(des_cblock *)SvPV(s,na), in des_cbc3_encrypt()
154 c=(char *)SvPV(s,na); in des_cfb_encrypt()
195 c=(unsigned char *)SvPV(s,na); in des_ofb_encrypt()
220 c=(char *)SvPV(s,na); in des_pcbc_encrypt()
/mirbsd/src/lib/libssl/src/crypto/bn/
Dbn_mul.c746 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal() argument
751 printf(" bn_mul_normal %d * %d\n",na,nb); in bn_mul_normal()
754 if (na < nb) in bn_mul_normal()
759 itmp=na; na=nb; nb=itmp; in bn_mul_normal()
763 rr= &(r[na]); in bn_mul_normal()
764 rr[0]=bn_mul_words(r,a,na,b[0]); in bn_mul_normal()
769 rr[1]=bn_mul_add_words(&(r[1]),a,na,b[1]); in bn_mul_normal()
771 rr[2]=bn_mul_add_words(&(r[2]),a,na,b[2]); in bn_mul_normal()
773 rr[3]=bn_mul_add_words(&(r[3]),a,na,b[3]); in bn_mul_normal()
775 rr[4]=bn_mul_add_words(&(r[4]),a,na,b[4]); in bn_mul_normal()
/mirbsd/src/gnu/usr.bin/perl/lib/
Doverload.t309 $na = eval { ~$a };
320 $na = eval { ~$a }; # Hash was not updated
325 $na = eval { ~$a }; # Hash updated
326 warn "`$na', $@" if $@;
328 test($na eq '_!_xx_!_'); # 99
330 $na = 0;
332 $na = eval { ~$aI }; # Hash was not updated
337 $na = eval { ~$aI };
341 test($na eq '_!_xx_!_'); # 102
345 $na = eval { $aI >> 1 }; # Hash was not updated
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Memoize/t/
Dtiefeatures.t29 sub na {}
34 eval { my ($a) = na() }; # Should fault
/mirbsd/src/usr.bin/xlint/lint1/
Demit1.c91 int t, s, na; in outtype() local
144 na = 0; in outtype()
146 na++; in outtype()
148 na++; in outtype()
149 outint(na); in outtype()
/mirbsd/src/share/misc/
DMakefile18 FILES+= na.phone
/mirbsd/src/lib/libssl/src/doc/crypto/
Dbn_internal.pod33 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b,
147 bn_mul_normal(B<r>, B<a>, B<na>, B<b>, B<nb>) operates on the B<na>
148 word array B<a>, the B<nb> word array B<b> and the B<na>+B<nb> word
/mirbsd/src/gnu/usr.bin/perl/jpl/PerlInterpreter/
DPerlInterpreter.c20 # define PL_na na
/mirbsd/src/gnu/usr.bin/perl/pod/
Drofftoc27 .na
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dlang.h44 na, ne, nl, no, enumerator
/mirbsd/src/usr.sbin/makefs/
Dcd9660.c2154 char na[2]; in cd9660_create_special_directory() local
2159 na[0] = 0; in cd9660_create_special_directory()
2161 na[0] = 1; in cd9660_create_special_directory()
2165 na[1] = 0; in cd9660_create_special_directory()
2166 if ((temp = cd9660_create_virtual_entry(na, parent, 0, 0)) == NULL) in cd9660_create_special_directory()
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dfindvars207 na
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DLanguage.pm234 na:Nauru

1234