Searched refs:al1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.cpp474 word64 ah1, al1, ah2, al2; local
619 first_poly_step(ah1, al1, kh1, kl1, nhA1, nhA0);
630 ah1=(polyS+0*4)[0]; al1=(polyS+0*4)[1];
685 poly_step(ah1, al1, kh1, kl1, nhA1, nhA0);
699 (polyS+0*4)[0]=ah1; (polyS+0*4)[1]=al1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_samr.c3644 void init_samr_alias_info1(ALIAS_INFO1 * al1, char *acct_name, uint32 num_member, char *acct_desc) argument
3648 init_unistr4(&al1->name, acct_name, UNI_FLAGS_NONE);
3649 al1->num_member = num_member;
3650 init_unistr4(&al1->description, acct_desc, UNI_FLAGS_NONE);
3657 BOOL samr_io_alias_info1(const char *desc, ALIAS_INFO1 * al1, argument
3660 if (al1 == NULL)
3669 if ( !prs_unistr4_hdr("name", ps, depth, &al1->name) )
3671 if ( !prs_uint32("num_member", ps, depth, &al1->num_member) )
3673 if ( !prs_unistr4_hdr("description", ps, depth, &al1->description) )
3676 if ( !prs_unistr4_str("name", ps, depth, &al1
[all...]

Completed in 77 milliseconds