Searched refs:l2 (Results 26 - 45 of 45) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drsa.c1159 gcry_sexp_t l1, l2, l3;
1165 l2 = gcry_sexp_find_token (l1, "rsa", 0);
1167 if (!l2)
1169 l3 = gcry_sexp_find_token (l2, "a", 0);
1170 gcry_sexp_release (l2);
1157 gcry_sexp_t l1, l2, l3; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drsa.c1105 gcry_sexp_t l1, l2, l3;
1111 l2 = gcry_sexp_find_token (l1, "rsa", 0);
1113 if (!l2)
1115 l3 = gcry_sexp_find_token (l2, "a", 0);
1116 gcry_sexp_release (l2);
1103 gcry_sexp_t l1, l2, l3; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c344 register gptr *f1, *f2, *t, *b, *p, *tp2, *l1, *l2, *q; local
377 l2 = POTHER(t, list2, list1); /* ... on the other side */
379 while (f1 < l1 && f2 < l2) {
393 ** as high when q comes from l2, and as low when
405 q = f1; b = f2; t = l2;
461 if (f2 < l2) FROMTOUPTO(f2, tp2, l2);
H A Dutf8.c1903 =for apidoc A|I32|ibcmp_utf8|const char *s1|char **pe1|register UV l1|bool u1|const char *s2|char **pe2|register UV l2|bool u2
1916 circustances. If the byte lengths l1 and l2 are non-zero, s1+l1 and
1917 s2+l2 will be used as goal end pointers that will also stop the scan,
1928 Perl_ibcmp_utf8(pTHX_ const char *s1, char **pe1, register UV l1, bool u1, const char *s2, char **pe2, register UV l2, bool u2) argument
1947 if (e2 == 0 || (l2 && l2 < (UV)(e2 - (U8*)s2)))
1948 f2 = (U8*)s2 + l2;
H A Dregcomp.c5041 STRLEN l2 = strlen(pat2); local
5048 if (l1 + l2 > 510)
5049 l2 = 510 - l1;
5051 Copy(pat2, buf + l1, l2 , char);
5052 buf[l1 + l2] = '\n';
5053 buf[l1 + l2 + 1] = '\0';
H A Dproto.h283 PERL_CALLCONV I32 Perl_ibcmp_utf8(pTHX_ const char* a, char **pe1, UV l1, bool u1, const char* b, char **pe2, UV l2, bool u2);
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c1484 Box_list *box_list, *l1, *l2; local
1573 if ((l2 = (struct box_list_struct *)
1584 (void) strcpy((char *)l2->b_physical_path,
1586 (void) strcpy((char *)l2->logical_path,
1589 (void *)l2->b_node_wwn, WWN_SIZE);
1590 (void) sprintf(l2->b_node_wwn_s,
1600 strncpy((char *)l2->prod_id_s,
1603 strncpy((char *)l2->b_name,
1607 l2->b_name[sizeof (l2
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h194 * l1:0-8, l2:0-31, and l3:21-31 are startblock.
207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
H A Dfsys_xfs.c138 (((xfs_fsblock_t)le32 (r->l2)) << 11) |
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c206 int32_t l2, nbuckets; local
222 l2 = __db_log2(nelem > 2 ? nelem : 2);
224 l2 = 2;
226 nbuckets = 1 << l2;
228 hcp->hdr->ovfl_point = l2;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c1004 unsigned char st1,st2,adv1,adv2,l1,l2;
1011 l2=ReadMII(5,ioaddr)&0xFF;
1012 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2);
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5541 WWN_list *wwn_list, *l1, *l2; local
5626 if ((l2 = (struct wwn_list_struct *)
5632 if ((l2->physical_path = (char *)
5638 memcpy(l2->w_node_wwn, node_wwn, WWN_SIZE);
5641 strcpy(l2->node_wwn_s, MSGSTR(12000, "N/A"));
5643 copy_wwn_data_to_str(l2->node_wwn_s, node_wwn);
5644 copy_wwn_data_to_str(l2->port_wwn_s, port_wwn);
5647 strcpy(l2->physical_path, devicepath);
5649 l2->device_type = devtype;
5651 l1 = wwn_list = l2;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm488 foreach my $l2 (keys %greetings) {
489 if(same_language_tag($wanted, $l2)) {
490 $response = $greetings{$l2};
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c328 int l1, l2, rl; local
335 l2 = strlen(s2);
336 rl = l1 + l2;
341 l1, l2, rl);
348 if (l1 > l2)
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs501 hv_store(self, "l2", 2, short_array_to_SV(tempsp->l2, L2_SZ), 0);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2198 boolean_t as, l2; local
2202 if (zpool_find_vdev(zhp, path, &as, &l2, NULL,
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/
H A DMakefile[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/
H A DMakefile[all...]

Completed in 603 milliseconds

12