Searched refs:padd (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Daddblk.c40 uuconf_add_block (pblock, padd)
42 pointer padd;
52 qnew->padded = padd;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c1395 struct section_add *padd;
1398 for (padd = add_sections; padd != NULL; padd = padd->next)
1402 pset = find_section_list (padd->name, FALSE);
1412 if (bfd_get_section_by_name (obfd, padd->name))
1414 non_fatal (_("can't add section '%s' - it already exists!"), padd->name);
1419 padd->section = bfd_make_section_with_flags (obfd, padd
1393 struct section_add *padd; local
1660 struct section_add *padd; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.c444 static int probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd, argument
457 if (!BN_rshift1(qadd,padd)) goto err;
484 if (!BN_add(p,p,padd)) goto err;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_prime.c434 static int probable_prime_dh_safe(BIGNUM *p, int bits, BIGNUM *padd, argument
447 if (!BN_rshift1(qadd,padd)) goto err;
474 if (!BN_add(p,p,padd)) goto err;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c130 static void padd (struct command *);
695 * unparse - Export padd() functionality
704 padd(t);
733 padd(t);
798 padd(struct command *t) function
808 padd(t->t_dspr);
824 padd(t->t_dcar);
841 padd(t->t_dcdr);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dia64.vim183 "padd //padd4 added to keywords
184 syn match ia64opcode "padd[12]\(\.\(sss\|uus\|uuu\)\)\=\>"
H A Dsicad.vim50 syn keyword sicadStatement padd
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompresult.c170 int i, j, li = 0, cbr, padd = (ins ? wb - ocs : -ocs); local
229 if (posl && (npos = zlemetacs + padd) != opos) {
254 if (posl && (npos = zlemetacs + padd) != opos) {
308 if (posl && (npos = zlemetacs + padd) != opos) {
410 if (posl && (npos = zlemetacs - j + padd) != opos) {
418 if (posl && (npos = zlemetacs + padd) != opos)
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c6341 probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd, argument
6356 if (!BN_rshift1(qadd, padd)) {
6399 if (!BN_add(p, p, padd)) {

Completed in 125 milliseconds