HomeSort by: relevance | last modified time | path
    Searched defs:al (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/usr.sbin/traceroute/
ifaddrlist.c 95 struct ifaddrlist *al = NULL; local
101 if (reallocarr(&al, maxal, sizeof(*al)) != 0)
122 if (reallocarr(&al, maxal, sizeof(*al)) != 0)
126 al[i].addr = sin->sin_addr.s_addr;
127 if ((al[i].device = strdup(ifa->ifa_name)) == NULL)
131 if (reallocarr(&al, i, sizeof(*al)) != 0)
134 *ipaddrp = al;
    [all...]
  /src/external/bsd/ipf/dist/lib/
alist_new.c 19 alist_t *al; local
31 al = calloc(1, sizeof(*al));
32 if (al == NULL) {
41 al->al_not = 1;
75 al->al_mask = htonl(mask);
79 fill6bits(bits, al->al_i6mask.i6);
82 if (gethost(family, host, &al->al_i6addr) == -1) {
88 al->al_family = family;
91 return al;
    [all...]
  /src/usr.sbin/rpcbind/
rpcb_stat.c 106 rpcbs_addrlist *al; local
111 for (al = inf[rtype].addrinfo; al; al = al->next) {
113 if(al->netid == NULL)
115 if ((al->prog == prog) && (al->vers == vers) &&
116 (strcmp(al->netid, netid) == 0)) {
118 al->failure++
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_cmdline.c 111 ssize_t al; local
117 al = get_argument(&as, cmd);
118 if (al < 0) {
137 cmd += al;
140 al = get_argument(&as, cmd);
141 if (al < 0) {
145 if (al == 0)
147 cmd += al;
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LdifWriter.cpp 46 const LDAPAttributeList *al = le.getAttributes(); local
47 LDAPAttributeList::const_iterator i = al->begin();
48 for ( ; i != al->end(); i++ )
  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd_step.c 81 mp_limb_t ah, al, bh, bl; local
93 ah = ap[n-1]; al = ap[n-2];
98 ah = ap[n-1]; al = ap[n-2];
107 al = MPN_EXTRACT_NUMB (shift, ap[n-2], ap[n-3]);
113 if (mpn_hgcd2 (ah, al, bh, bl, &M1))
jacobi_2.c 48 mp_limb_t ah, al, bh, bl; local
51 al = ap[0];
64 if ( (ah | al) == 0)
67 if (al == 0)
69 al = ah;
73 count_trailing_zeros (c, al);
79 al = ah;
84 al = ((ah << (GMP_NUMB_BITS - c)) & GMP_NUMB_MASK) | (al >> c);
92 sub_ddmmss (th, tl, ah, al, bh, bl)
175 mp_limb_t ah, al, bh, bl; local
    [all...]
gcdext_lehmer.c 188 mp_limb_t ah, al, bh, bl; local
196 ah = ap[n-1]; al = ap[n-2];
207 al = ap[0] << shift;
217 al = MPN_EXTRACT_NUMB (shift, ap[n-2], ap[n-3]);
223 if (mpn_hgcd2 (ah, al, bh, bl, &M))
hgcd_jacobi.c 90 mp_limb_t ah, al, bh, bl; local
102 ah = ap[n-1]; al = ap[n-2];
107 ah = ap[n-1]; al = ap[n-2];
116 al = MPN_EXTRACT_NUMB (shift, ap[n-2], ap[n-3]);
122 if (mpn_hgcd2_jacobi (ah, al, bh, bl, &M1, bitsp))
jacobi.c 228 mp_limb_t ah, al, bh, bl; local
236 ah = ap[n-1]; al = ap[n-2];
245 al = MPN_EXTRACT_NUMB (shift, ap[n-2], ap[n-3]);
251 if (mpn_hgcd2_jacobi (ah, al, bh, bl, &M, &bits))
277 mp_limb_t al, bl; local
278 al = ap[0];
285 return mpn_jacobi_base (al, bl, bits << 1);
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-gcd_11.c 60 mp_limb_t al, bl; local
76 al = mpz_getlimbn (a, 0);
78 one_test (al, bl, refmpn_gcd_11 (al, bl));
  /src/external/mit/isl/dist/
isl_sort.c 56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; local
70 a1 = al = ((char *) array) + (low * size);
73 lo = al;
80 if (lo > al || hi > am) {
  /src/games/hack/
hack.mkmaze.c 86 boolean al = (dlevel >= 30 && !flags.made_amulet); local
91 if (al) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_atomic_msvc.h 191 mov al, cmpv local
195 mov prev, al
  /src/usr.sbin/mailwrapper/
mailwrapper.c 51 initarg(struct arglist *al)
53 al->argc = 0;
54 al->maxc = 10;
55 if ((al->argv = malloc(al->maxc * sizeof(char *))) == NULL)
68 addarg(struct arglist *al, const char *arg, int copy)
70 if (al->argc == al->maxc) {
71 al->maxc <<= 1;
72 if ((al->argv = realloc(al->argv
90 struct arglist al; local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_msvc.h 181 mov al, cmpv local
185 mov prev, al
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_msvc.h 181 mov al, cmpv local
185 mov prev, al
  /src/sys/dev/acpi/acpica/
OsdSynch.c 258 struct acpi_lock *al; local
263 al = malloc(sizeof(*al), M_ACPI, M_NOWAIT);
264 if (al == NULL)
267 mutex_init(&al->al_slock, MUTEX_DEFAULT, IPL_VM);
270 "created lock %p\n", al));
272 *OutHandle = (ACPI_HANDLE) al;
284 struct acpi_lock *al = (void *) Handle; local
286 if (al == NULL)
289 mutex_destroy(&al->al_slock)
305 struct acpi_lock *al = (void *) Handle; local
323 struct acpi_lock *al = (void *) Handle; local
    [all...]
  /src/tests/lib/libm/
t_round.c 64 long double al = VALL, bl, cl; local
68 bl = roundl(al);
76 cl = roundl(-al);
  /src/usr.bin/config/
lint.c 131 struct attrlist *al; local
172 for (al = d->d_attrs; al != NULL; al = al->al_next) {
173 a = al->al_this;
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_sqr.c 29 int max, al; local
35 al = a->top;
36 if (al <= 0) {
48 max = 2 * al; /* Non-zero (from above) */
52 if (al == 4) {
59 } else if (al == 8) {
68 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) {
70 bn_sqr_normal(rr->d, a->d, al, t);
74 j = BN_num_bits_word((BN_ULONG)al);
77 if (al == j)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_sqr.c 29 int max, al; local
35 al = a->top;
36 if (al <= 0) {
48 max = 2 * al; /* Non-zero (from above) */
52 if (al == 4) {
59 } else if (al == 8) {
68 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) {
70 bn_sqr_normal(rr->d, a->d, al, t);
74 j = BN_num_bits_word((BN_ULONG)al);
77 if (al == j)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_sqr.c 29 int max, al; local
35 al = a->top;
36 if (al <= 0) {
48 max = 2 * al; /* Non-zero (from above) */
52 if (al == 4) {
59 } else if (al == 8) {
68 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL) {
70 bn_sqr_normal(rr->d, a->d, al, t);
74 j = BN_num_bits_word((BN_ULONG)al);
77 if (al == j)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c 410 AttrList *al; local
422 al = ch_malloc( sizeof( AttrList ));
423 al->attr = a;
424 al->next = ir[slot].ir_attrs;
425 ir[slot].ir_attrs = al;
436 al = ch_malloc( sizeof( AttrList ));
437 al->attr = a;
438 al->next = ir[slot].ir_attrs;
439 ir[slot].ir_attrs = al;
456 AttrList *al; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/nova/
code.c 88 int off, al; local
96 al = talign(sp->stype, sp->sap)/SZCHAR;
105 printf("\t.comm %s,0%o,%d\n", name, off, al);
107 printf("\t.comm " LABFMT ",0%o,%d\n", sp->soffset, off, al);

Completed in 59 milliseconds

1 2 3 4 5