d                  76 coverity-615a9a4209343c7a632302635bcaf5555208cdd5/emit/p1.localdomain/config/204bf3f8db9ff8db53f6f0a163803c5e/gcc-config-0/coverity-compiler-compat.h #define __builtin_va_copy(d,s) (d = s)
d                  76 coverity-615a9a4209343c7a632302635bcaf5555208cdd5/emit/p1.localdomain/config/29c76b413fced3b4cefcc2a7bb9f0c40/gcc-config-0/coverity-compiler-compat.h #define __builtin_va_copy(d,s) (d = s)
d                  76 coverity-615a9a4209343c7a632302635bcaf5555208cdd5/emit/p1.localdomain/config/ad0ad9579ffd70ada1beafcdf66f264d/gcc-config-0/coverity-compiler-compat.h #define __builtin_va_copy(d,s) (d = s)
d                  76 coverity-615a9a4209343c7a632302635bcaf5555208cdd5/emit/p1.localdomain/config/afbb2caabfa82d93ef433835a2f6834f/gcc-config-0/coverity-compiler-compat.h #define __builtin_va_copy(d,s) (d = s)
d                  85 include/crm/common/iso8601.h int crm_time_get_gregorian(crm_time_t * dt, uint32_t * y, uint32_t * m, uint32_t * d);
d                  86 include/crm/common/iso8601.h int crm_time_get_ordinal(crm_time_t * dt, uint32_t * y, uint32_t * d);
d                  87 include/crm/common/iso8601.h int crm_time_get_isoweek(crm_time_t * dt, uint32_t * y, uint32_t * w, uint32_t * d);
d                 151 lib/common/iso8601.c     int d = 365;
d                 154 lib/common/iso8601.c         d++;
d                 156 lib/common/iso8601.c     return d;
d                 240 lib/common/iso8601.c get_ordinal_days(uint32_t y, uint32_t m, uint32_t d)
d                 245 lib/common/iso8601.c         d += crm_time_days_in_month(lpc, y);
d                 247 lib/common/iso8601.c     return d;
d                 356 lib/common/iso8601.c crm_time_get_gregorian(crm_time_t * dt, uint * y, uint * m, uint * d)
d                 382 lib/common/iso8601.c     *d = days;
d                 388 lib/common/iso8601.c crm_time_get_ordinal(crm_time_t * dt, uint * y, uint * d)
d                 391 lib/common/iso8601.c     *d = dt->days;
d                 396 lib/common/iso8601.c crm_time_get_isoweek(crm_time_t * dt, uint * y, uint * w, uint * d)
d                 410 lib/common/iso8601.c     *d = 1 + ((h - 1) % 7);
d                 425 lib/common/iso8601.c         int correction = 4 - *d;
d                 436 lib/common/iso8601.c         int j = dt->days + (7 - *d) + (jan1 - 1);
d                 445 lib/common/iso8601.c     crm_trace("Converted %.4d-%.3d to %.4d-W%.2d-%d", dt->years, dt->days, *y, *w, *d);
d                 541 lib/common/iso8601.c             uint y, w, d;
d                 543 lib/common/iso8601.c             if (crm_time_get_isoweek(dt, &y, &w, &d)) {
d                 545 lib/common/iso8601.c                                    "%u-W%.2u-%u", y, w, d);
d                 549 lib/common/iso8601.c             uint y, d;
d                 551 lib/common/iso8601.c             if (crm_time_get_ordinal(dt, &y, &d)) {
d                 553 lib/common/iso8601.c                                    "%u-%.3u", y, d);
d                 557 lib/common/iso8601.c             uint y, m, d;
d                 559 lib/common/iso8601.c             if (crm_time_get_gregorian(dt, &y, &m, &d)) {
d                 561 lib/common/iso8601.c                                    "%.4u-%.2u-%.2u", y, m, d);
d                1464 lib/common/iso8601.c     uint32_t y, m, d, dmax;
d                1466 lib/common/iso8601.c     crm_time_get_gregorian(a_time, &y, &m, &d);
d                1467 lib/common/iso8601.c     crm_trace("Adding %d months to %.4d-%.2d-%.2d", extra, y, m, d);
d                1488 lib/common/iso8601.c     if (dmax < d) {
d                1490 lib/common/iso8601.c         d = dmax;
d                1493 lib/common/iso8601.c     crm_trace("Calculated %.4d-%.2d-%.2d", y, m, d);
d                1496 lib/common/iso8601.c     a_time->days = get_ordinal_days(y, m, d);
d                1498 lib/common/iso8601.c     crm_time_get_gregorian(a_time, &y, &m, &d);
d                1499 lib/common/iso8601.c     crm_trace("Got %.4d-%.2d-%.2d", y, m, d);
d                 319 lib/common/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d)))
d                 320 lib/common/md5.c #define FG(b, c, d) FF (d, b, c)
d                 321 lib/common/md5.c #define FH(b, c, d) (b ^ c ^ d)
d                 322 lib/common/md5.c #define FI(b, c, d) (c ^ (b | ~d))
d                 363 lib/common/md5.c #define OP(a, b, c, d, s, T)                                            \
d                 366 lib/common/md5.c           a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
d                 409 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T)                                      \
d                 412 lib/common/md5.c           a += f (b, c, d) + correct_words[k] + T;                      \
d                 319 lib/gnu/md5.c  #define FF(b, c, d) (d ^ (b & (c ^ d)))
d                 320 lib/gnu/md5.c  #define FG(b, c, d) FF (d, b, c)
d                 321 lib/gnu/md5.c  #define FH(b, c, d) (b ^ c ^ d)
d                 322 lib/gnu/md5.c  #define FI(b, c, d) (c ^ (b | ~d))
d                 363 lib/gnu/md5.c  #define OP(a, b, c, d, s, T)                                            \
d                 366 lib/gnu/md5.c            a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
d                 409 lib/gnu/md5.c  #define OP(f, a, b, c, d, k, s, T)                                      \
d                 412 lib/gnu/md5.c            a += f (b, c, d) + correct_words[k] + T;                      \
d                 245 lib/pengine/rules.c     uint32_t h, m, s, y, d, w;
d                 249 lib/pengine/rules.c     crm_time_get_gregorian(now, &y, &m, &d);
d                 252 lib/pengine/rules.c     CHECK_ONE(cron_spec, "monthdays", d);
d                 259 lib/pengine/rules.c     crm_time_get_ordinal(now, &y, &d);
d                 260 lib/pengine/rules.c     CHECK_ONE(cron_spec, "yeardays", d);
d                 262 lib/pengine/rules.c     crm_time_get_isoweek(now, &y, &w, &d);
d                 265 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekdays", d);
d                  46 maint/gnulib/lib/argp-parse.c #define alignto(n, d) ((((n) + (d) - 1) / (d)) * (d))
d                 123 maint/gnulib/lib/dfa.c #define CHARCLASS_INIT(a, b, c, d, e, f, g, h)		\
d                 125 maint/gnulib/lib/dfa.c       CHARCLASS_PAIR (a, b), CHARCLASS_PAIR (c, d),	\
d                 635 maint/gnulib/lib/dfa.c mbs_to_wchar (wint_t *pwc, char const *s, idx_t n, struct dfa *d)
d                 638 maint/gnulib/lib/dfa.c   wint_t wc = d->localeinfo.sbctowc[uc];
d                 643 maint/gnulib/lib/dfa.c       size_t nbytes = mbrtowc (&wch, s, n, &d->mbs);
d                 649 maint/gnulib/lib/dfa.c       memset (&d->mbs, 0, sizeof d->mbs);
d                 816 maint/gnulib/lib/dfa.c charclass_index (struct dfa *d, charclass const *s)
d                 820 maint/gnulib/lib/dfa.c   for (i = 0; i < d->cindex; ++i)
d                 821 maint/gnulib/lib/dfa.c     if (equal (s, &d->charclasses[i]))
d                 823 maint/gnulib/lib/dfa.c   d->charclasses = maybe_realloc (d->charclasses, d->cindex, &d->calloc,
d                 824 maint/gnulib/lib/dfa.c                                   TOKEN_MAX - CSET, sizeof *d->charclasses);
d                 825 maint/gnulib/lib/dfa.c   ++d->cindex;
d                 826 maint/gnulib/lib/dfa.c   d->charclasses[i] = *s;
d                1967 maint/gnulib/lib/dfa.c dfaparse (char const *s, idx_t len, struct dfa *d)
d                1969 maint/gnulib/lib/dfa.c   d->lex.ptr = s;
d                1970 maint/gnulib/lib/dfa.c   d->lex.left = len;
d                1971 maint/gnulib/lib/dfa.c   d->lex.lasttok = END;
d                1972 maint/gnulib/lib/dfa.c   d->lex.laststart = true;
d                1974 maint/gnulib/lib/dfa.c   if (!d->syntax.syntax_bits_set)
d                1977 maint/gnulib/lib/dfa.c   if (!d->nregexps)
d                1978 maint/gnulib/lib/dfa.c     addtok (d, BEG);
d                1980 maint/gnulib/lib/dfa.c   d->parse.tok = lex (d);
d                1981 maint/gnulib/lib/dfa.c   d->parse.depth = d->depth;
d                1983 maint/gnulib/lib/dfa.c   regexp (d);
d                1985 maint/gnulib/lib/dfa.c   if (d->parse.tok != END)
d                1988 maint/gnulib/lib/dfa.c   addtok (d, END - d->nregexps);
d                1989 maint/gnulib/lib/dfa.c   addtok (d, CAT);
d                1991 maint/gnulib/lib/dfa.c   if (d->nregexps)
d                1992 maint/gnulib/lib/dfa.c     addtok (d, OR);
d                1994 maint/gnulib/lib/dfa.c   ++d->nregexps;
d                2168 maint/gnulib/lib/dfa.c state_index (struct dfa *d, position_set const *s, int context)
d                2181 maint/gnulib/lib/dfa.c   for (i = 0; i < d->sindex; ++i)
d                2183 maint/gnulib/lib/dfa.c       if (hash != d->states[i].hash || s->nelem != d->states[i].elems.nelem
d                2184 maint/gnulib/lib/dfa.c           || context != d->states[i].context)
d                2188 maint/gnulib/lib/dfa.c         if (s->elems[j].constraint != d->states[i].elems.elems[j].constraint
d                2189 maint/gnulib/lib/dfa.c             || s->elems[j].index != d->states[i].elems.elems[j].index)
d                2200 maint/gnulib/lib/dfa.c       prtok (d->tokens[s->elems[j].index]);
d                2219 maint/gnulib/lib/dfa.c       int c = d->constraints[s->elems[j].index];
d                2226 maint/gnulib/lib/dfa.c       else if (d->tokens[s->elems[j].index] == BACKREF)
d                2232 maint/gnulib/lib/dfa.c   d->states = maybe_realloc (d->states, d->sindex, &d->salloc, -1,
d                2233 maint/gnulib/lib/dfa.c                              sizeof *d->states);
d                2234 maint/gnulib/lib/dfa.c   d->states[i].hash = hash;
d                2235 maint/gnulib/lib/dfa.c   alloc_position_set (&d->states[i].elems, s->nelem);
d                2236 maint/gnulib/lib/dfa.c   copy (s, &d->states[i].elems);
d                2237 maint/gnulib/lib/dfa.c   d->states[i].context = context;
d                2238 maint/gnulib/lib/dfa.c   d->states[i].constraint = constraint;
d                2239 maint/gnulib/lib/dfa.c   d->states[i].mbps.nelem = 0;
d                2240 maint/gnulib/lib/dfa.c   d->states[i].mbps.elems = NULL;
d                2241 maint/gnulib/lib/dfa.c   d->states[i].mb_trindex = -1;
d                2243 maint/gnulib/lib/dfa.c   ++d->sindex;
d                2255 maint/gnulib/lib/dfa.c epsclosure (struct dfa const *d, position_set *backward)
d                2258 maint/gnulib/lib/dfa.c   alloc_position_set (&tmp, d->nleaves);
d                2259 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                2260 maint/gnulib/lib/dfa.c     if (0 < d->follows[i].nelem)
d                2263 maint/gnulib/lib/dfa.c         switch (d->tokens[i])
d                2291 maint/gnulib/lib/dfa.c         delete (i, &d->follows[i]);
d                2294 maint/gnulib/lib/dfa.c           replace (&d->follows[backward[i].elems[j].index], i, &d->follows[i],
d                2296 maint/gnulib/lib/dfa.c         for (idx_t j = 0; j < d->follows[i].nelem; j++)
d                2297 maint/gnulib/lib/dfa.c           replace (&backward[d->follows[i].elems[j].index], i, &backward[i],
d                2331 maint/gnulib/lib/dfa.c state_separate_contexts (struct dfa *d, position_set const *s)
d                2336 maint/gnulib/lib/dfa.c     separate_contexts |= d->separates[s->elems[j].index];
d                2362 maint/gnulib/lib/dfa.c merge_nfa_state (struct dfa *d, idx_t tindex, char *flags,
d                2365 maint/gnulib/lib/dfa.c   position_set *follows = d->follows;
d                2377 maint/gnulib/lib/dfa.c       if (d->tokens[follows[tindex].elems[i].index] <= END)
d                2379 maint/gnulib/lib/dfa.c           d->constraints[tindex] |= follows[tindex].elems[i].constraint;
d                2400 maint/gnulib/lib/dfa.c               if (d->tokens[sindex] != d->tokens[dindex])
d                2433 maint/gnulib/lib/dfa.c reorder_tokens (struct dfa *d)
d                2436 maint/gnulib/lib/dfa.c   ptrdiff_t *map = xnmalloc (d->tindex, sizeof *map);
d                2438 maint/gnulib/lib/dfa.c   for (idx_t i = 1; i < d->tindex; i++)
d                2441 maint/gnulib/lib/dfa.c   token *tokens = xnmalloc (d->nleaves, sizeof *tokens);
d                2442 maint/gnulib/lib/dfa.c   position_set *follows = xnmalloc (d->nleaves, sizeof *follows);
d                2443 maint/gnulib/lib/dfa.c   int *constraints = xnmalloc (d->nleaves, sizeof *constraints);
d                2444 maint/gnulib/lib/dfa.c   char *multibyte_prop = (d->localeinfo.multibyte
d                2445 maint/gnulib/lib/dfa.c                           ? xnmalloc (d->nleaves, sizeof *multibyte_prop)
d                2448 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                2452 maint/gnulib/lib/dfa.c           free (d->follows[i].elems);
d                2453 maint/gnulib/lib/dfa.c           d->follows[i].elems = NULL;
d                2454 maint/gnulib/lib/dfa.c           d->follows[i].nelem = 0;
d                2458 maint/gnulib/lib/dfa.c       tokens[map[i]] = d->tokens[i];
d                2459 maint/gnulib/lib/dfa.c       follows[map[i]] = d->follows[i];
d                2460 maint/gnulib/lib/dfa.c       constraints[map[i]] = d->constraints[i];
d                2463 maint/gnulib/lib/dfa.c         multibyte_prop[map[i]] = d->multibyte_prop[i];
d                2465 maint/gnulib/lib/dfa.c       for (idx_t j = 0; j < d->follows[i].nelem; j++)
d                2467 maint/gnulib/lib/dfa.c           if (map[d->follows[i].elems[j].index] == -1)
d                2468 maint/gnulib/lib/dfa.c             map[d->follows[i].elems[j].index] = nleaves++;
d                2470 maint/gnulib/lib/dfa.c           d->follows[i].elems[j].index = map[d->follows[i].elems[j].index];
d                2473 maint/gnulib/lib/dfa.c       qsort (d->follows[i].elems, d->follows[i].nelem,
d                2474 maint/gnulib/lib/dfa.c              sizeof *d->follows[i].elems, compare);
d                2479 maint/gnulib/lib/dfa.c       d->tokens[i] = tokens[i];
d                2480 maint/gnulib/lib/dfa.c       d->follows[i] = follows[i];
d                2481 maint/gnulib/lib/dfa.c       d->constraints[i] = constraints[i];
d                2484 maint/gnulib/lib/dfa.c         d->multibyte_prop[i] = multibyte_prop[i];
d                2487 maint/gnulib/lib/dfa.c   d->tindex = d->nleaves = nleaves;
d                2497 maint/gnulib/lib/dfa.c dfaoptimize (struct dfa *d)
d                2499 maint/gnulib/lib/dfa.c   char *flags = xizalloc (d->tindex);
d                2501 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                2503 maint/gnulib/lib/dfa.c       for (idx_t j = 0; j < d->follows[i].nelem; j++)
d                2505 maint/gnulib/lib/dfa.c           if (d->follows[i].elems[j].index == i)
d                2506 maint/gnulib/lib/dfa.c             flags[d->follows[i].elems[j].index] |= OPT_REPEAT;
d                2507 maint/gnulib/lib/dfa.c           else if (d->follows[i].elems[j].index < i)
d                2508 maint/gnulib/lib/dfa.c             flags[d->follows[i].elems[j].index] |= OPT_LPAREN;
d                2509 maint/gnulib/lib/dfa.c           else if (flags[d->follows[i].elems[j].index] &= OPT_WALKED)
d                2510 maint/gnulib/lib/dfa.c             flags[d->follows[i].elems[j].index] |= OPT_RPAREN;
d                2512 maint/gnulib/lib/dfa.c             flags[d->follows[i].elems[j].index] |= OPT_WALKED;
d                2520 maint/gnulib/lib/dfa.c   alloc_position_set (merged, d->nleaves);
d                2522 maint/gnulib/lib/dfa.c   d->constraints = xicalloc (d->tindex, sizeof *d->constraints);
d                2524 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                2526 maint/gnulib/lib/dfa.c       merge_nfa_state (d, i, flags, merged);
d                2528 maint/gnulib/lib/dfa.c   reorder_tokens (d);
d                2587 maint/gnulib/lib/dfa.c dfaanalyze (struct dfa *d, bool searchflag)
d                2590 maint/gnulib/lib/dfa.c   position *posalloc = xnmalloc (d->nleaves, 2 * sizeof *posalloc);
d                2593 maint/gnulib/lib/dfa.c   position *lastpos = firstpos + d->nleaves;
d                2606 maint/gnulib/lib/dfa.c   } *stkalloc = xnmalloc (d->depth, sizeof *stkalloc), *stk = stkalloc;
d                2610 maint/gnulib/lib/dfa.c   addtok (d, CAT);
d                2611 maint/gnulib/lib/dfa.c   idx_t tindex = d->tindex;
d                2618 maint/gnulib/lib/dfa.c       prtok (d->tokens[i]);
d                2623 maint/gnulib/lib/dfa.c   d->searchflag = searchflag;
d                2624 maint/gnulib/lib/dfa.c   alloc_position_set (&merged, d->nleaves);
d                2625 maint/gnulib/lib/dfa.c   d->follows = xicalloc (tindex, sizeof *d->follows);
d                2627 maint/gnulib/lib/dfa.c     = d->epsilon ? xicalloc (tindex, sizeof *backward) : NULL;
d                2631 maint/gnulib/lib/dfa.c       switch (d->tokens[i])
d                2646 maint/gnulib/lib/dfa.c           if (d->epsilon)
d                2661 maint/gnulib/lib/dfa.c               merge2 (&d->follows[p->index], &tmp, &merged);
d                2666 maint/gnulib/lib/dfa.c           if (d->tokens[i] != PLUS)
d                2691 maint/gnulib/lib/dfa.c               merge2 (&d->follows[p->index], &tmp, &merged);
d                2737 maint/gnulib/lib/dfa.c           stk->nullable = d->tokens[i] == BACKREF;
d                2752 maint/gnulib/lib/dfa.c       prtok (d->tokens[i]);
d                2760 maint/gnulib/lib/dfa.c           prtok (d->tokens[firstpos[j - stk[-1].nfirstpos].index]);
d                2766 maint/gnulib/lib/dfa.c           prtok (d->tokens[lastpos[j - stk[-1].nlastpos].index]);
d                2776 maint/gnulib/lib/dfa.c       epsclosure (d, backward);
d                2783 maint/gnulib/lib/dfa.c   dfaoptimize (d);
d                2787 maint/gnulib/lib/dfa.c     if (d->tokens[i] == BEG || d->tokens[i] < NOTCHAR
d                2788 maint/gnulib/lib/dfa.c         || d->tokens[i] == BACKREF || d->tokens[i] == ANYCHAR
d                2789 maint/gnulib/lib/dfa.c         || d->tokens[i] == MBCSET || d->tokens[i] >= CSET)
d                2792 maint/gnulib/lib/dfa.c         prtok (d->tokens[i]);
d                2794 maint/gnulib/lib/dfa.c         for (idx_t j = 0; j < d->follows[i].nelem; j++)
d                2796 maint/gnulib/lib/dfa.c             fprintf (stderr, " %td:", d->follows[i].elems[j].index);
d                2797 maint/gnulib/lib/dfa.c             prtok (d->tokens[d->follows[i].elems[j].index]);
d                2810 maint/gnulib/lib/dfa.c   d->separates = xicalloc (tindex, sizeof *d->separates);
d                2814 maint/gnulib/lib/dfa.c       if (prev_newline_dependent (d->constraints[i]))
d                2815 maint/gnulib/lib/dfa.c         d->separates[i] |= CTX_NEWLINE;
d                2816 maint/gnulib/lib/dfa.c       if (prev_letter_dependent (d->constraints[i]))
d                2817 maint/gnulib/lib/dfa.c         d->separates[i] |= CTX_LETTER;
d                2819 maint/gnulib/lib/dfa.c       for (idx_t j = 0; j < d->follows[i].nelem; j++)
d                2821 maint/gnulib/lib/dfa.c           if (prev_newline_dependent (d->follows[i].elems[j].constraint))
d                2822 maint/gnulib/lib/dfa.c             d->separates[i] |= CTX_NEWLINE;
d                2823 maint/gnulib/lib/dfa.c           if (prev_letter_dependent (d->follows[i].elems[j].constraint))
d                2824 maint/gnulib/lib/dfa.c             d->separates[i] |= CTX_LETTER;
d                2829 maint/gnulib/lib/dfa.c   int separate_contexts = state_separate_contexts (d, &tmp);
d                2833 maint/gnulib/lib/dfa.c     state_index (d, &tmp, CTX_NEWLINE);
d                2834 maint/gnulib/lib/dfa.c   d->initstate_notbol = d->min_trcount
d                2835 maint/gnulib/lib/dfa.c     = state_index (d, &tmp, separate_contexts ^ CTX_ANY);
d                2837 maint/gnulib/lib/dfa.c     d->min_trcount = state_index (d, &tmp, CTX_LETTER);
d                2838 maint/gnulib/lib/dfa.c   d->min_trcount++;
d                2839 maint/gnulib/lib/dfa.c   d->trcount = 0;
d                2849 maint/gnulib/lib/dfa.c realloc_trans_if_necessary (struct dfa *d)
d                2851 maint/gnulib/lib/dfa.c   state_num oldalloc = d->tralloc;
d                2852 maint/gnulib/lib/dfa.c   if (oldalloc < d->sindex)
d                2854 maint/gnulib/lib/dfa.c       state_num **realtrans = d->trans ? d->trans - 2 : NULL;
d                2855 maint/gnulib/lib/dfa.c       idx_t newalloc1 = realtrans ? d->tralloc + 2 : 0;
d                2856 maint/gnulib/lib/dfa.c       realtrans = xpalloc (realtrans, &newalloc1, d->sindex - oldalloc,
d                2859 maint/gnulib/lib/dfa.c       d->trans = realtrans + 2;
d                2860 maint/gnulib/lib/dfa.c       idx_t newalloc = d->tralloc = newalloc1 - 2;
d                2861 maint/gnulib/lib/dfa.c       d->fails = xreallocarray (d->fails, newalloc, sizeof *d->fails);
d                2862 maint/gnulib/lib/dfa.c       d->success = xreallocarray (d->success, newalloc, sizeof *d->success);
d                2863 maint/gnulib/lib/dfa.c       d->newlines = xreallocarray (d->newlines, newalloc, sizeof *d->newlines);
d                2864 maint/gnulib/lib/dfa.c       if (d->localeinfo.multibyte)
d                2866 maint/gnulib/lib/dfa.c           realtrans = d->mb_trans ? d->mb_trans - 2 : NULL;
d                2870 maint/gnulib/lib/dfa.c           d->mb_trans = realtrans + 2;
d                2874 maint/gnulib/lib/dfa.c           d->trans[oldalloc] = NULL;
d                2875 maint/gnulib/lib/dfa.c           d->fails[oldalloc] = NULL;
d                2876 maint/gnulib/lib/dfa.c           if (d->localeinfo.multibyte)
d                2877 maint/gnulib/lib/dfa.c             d->mb_trans[oldalloc] = NULL;
d                2916 maint/gnulib/lib/dfa.c build_state (state_num s, struct dfa *d, unsigned char uc)
d                2931 maint/gnulib/lib/dfa.c   state_num **ptrans = (accepting (s, d) ? d->fails : d->trans) + s;
d                2940 maint/gnulib/lib/dfa.c       if (MAX_TRCOUNT <= d->trcount)
d                2942 maint/gnulib/lib/dfa.c           for (state_num i = d->min_trcount; i < d->tralloc; i++)
d                2944 maint/gnulib/lib/dfa.c               free (d->trans[i]);
d                2945 maint/gnulib/lib/dfa.c               free (d->fails[i]);
d                2946 maint/gnulib/lib/dfa.c               d->trans[i] = d->fails[i] = NULL;
d                2948 maint/gnulib/lib/dfa.c           d->trcount = 0;
d                2951 maint/gnulib/lib/dfa.c       d->trcount++;
d                2961 maint/gnulib/lib/dfa.c   d->success[s] = 0;
d                2962 maint/gnulib/lib/dfa.c   if (accepts_in_context (d->states[s].context, CTX_NEWLINE, s, d))
d                2963 maint/gnulib/lib/dfa.c     d->success[s] |= CTX_NEWLINE;
d                2964 maint/gnulib/lib/dfa.c   if (accepts_in_context (d->states[s].context, CTX_LETTER, s, d))
d                2965 maint/gnulib/lib/dfa.c     d->success[s] |= CTX_LETTER;
d                2966 maint/gnulib/lib/dfa.c   if (accepts_in_context (d->states[s].context, CTX_NONE, s, d))
d                2967 maint/gnulib/lib/dfa.c     d->success[s] |= CTX_NONE;
d                2969 maint/gnulib/lib/dfa.c   alloc_position_set (&follows, d->nleaves);
d                2973 maint/gnulib/lib/dfa.c   for (idx_t j = 0; j < d->states[s].elems.nelem; j++)
d                2975 maint/gnulib/lib/dfa.c          k < d->follows[d->states[s].elems.elems[j].index].nelem; ++k)
d                2976 maint/gnulib/lib/dfa.c       insert (d->follows[d->states[s].elems.elems[j].index].elems[k],
d                2980 maint/gnulib/lib/dfa.c   alloc_position_set (&group, d->nleaves);
d                2991 maint/gnulib/lib/dfa.c       if (d->tokens[pos.index] >= 0 && d->tokens[pos.index] < NOTCHAR)
d                2994 maint/gnulib/lib/dfa.c           setbit (d->tokens[pos.index], &matches);
d                2995 maint/gnulib/lib/dfa.c           if (d->tokens[pos.index] == uc)
d                2998 maint/gnulib/lib/dfa.c       else if (d->tokens[pos.index] >= CSET)
d                3000 maint/gnulib/lib/dfa.c           matches = d->charclasses[d->tokens[pos.index] - CSET];
d                3004 maint/gnulib/lib/dfa.c       else if (d->tokens[pos.index] == ANYCHAR)
d                3006 maint/gnulib/lib/dfa.c           matches = d->charclasses[d->canychar];
d                3016 maint/gnulib/lib/dfa.c           if (succeeds_in_context (pos.constraint, d->states[s].context,
d                3019 maint/gnulib/lib/dfa.c               if (d->states[s].mbps.nelem == 0)
d                3020 maint/gnulib/lib/dfa.c                 alloc_position_set (&d->states[s].mbps, 1);
d                3021 maint/gnulib/lib/dfa.c               insert (pos, &d->states[s].mbps);
d                3032 maint/gnulib/lib/dfa.c                                     d->states[s].context, CTX_NEWLINE))
d                3034 maint/gnulib/lib/dfa.c               matches.w[j] &= ~d->syntax.newline.w[j];
d                3036 maint/gnulib/lib/dfa.c                                     d->states[s].context, CTX_LETTER))
d                3038 maint/gnulib/lib/dfa.c               matches.w[j] &= ~d->syntax.letters.w[j];
d                3040 maint/gnulib/lib/dfa.c                                     d->states[s].context, CTX_NONE))
d                3042 maint/gnulib/lib/dfa.c               matches.w[j] &= d->syntax.letters.w[j] | d->syntax.newline.w[j];
d                3057 maint/gnulib/lib/dfa.c       prtok (d->tokens[pos.index]);
d                3078 maint/gnulib/lib/dfa.c   alloc_position_set (&tmp, d->nleaves);
d                3084 maint/gnulib/lib/dfa.c       if (d->searchflag)
d                3103 maint/gnulib/lib/dfa.c           bool mergeit = !d->localeinfo.multibyte;
d                3108 maint/gnulib/lib/dfa.c                 mergeit &= d->multibyte_prop[group.elems[j].index];
d                3111 maint/gnulib/lib/dfa.c             merge2 (&group, &d->states[0].elems, &tmp);
d                3117 maint/gnulib/lib/dfa.c       int possible_contexts = charclass_context (d, &label);
d                3118 maint/gnulib/lib/dfa.c       int separate_contexts = state_separate_contexts (d, &group);
d                3122 maint/gnulib/lib/dfa.c         state = state_index (d, &group, separate_contexts ^ CTX_ANY);
d                3126 maint/gnulib/lib/dfa.c         state_newline = state_index (d, &group, CTX_NEWLINE);
d                3130 maint/gnulib/lib/dfa.c         state_letter = state_index (d, &group, CTX_LETTER);
d                3135 maint/gnulib/lib/dfa.c       realloc_trans_if_necessary (d);
d                3141 maint/gnulib/lib/dfa.c   else if (d->searchflag)
d                3144 maint/gnulib/lib/dfa.c       state_letter = d->min_trcount - 1;
d                3145 maint/gnulib/lib/dfa.c       state = d->initstate_notbol;
d                3157 maint/gnulib/lib/dfa.c       switch (d->syntax.sbit[i])
d                3187 maint/gnulib/lib/dfa.c   if (tstbit (d->syntax.eolbyte, &label))
d                3189 maint/gnulib/lib/dfa.c       d->newlines[s] = trans[d->syntax.eolbyte];
d                3190 maint/gnulib/lib/dfa.c       trans[d->syntax.eolbyte] = -1;
d                3203 maint/gnulib/lib/dfa.c transit_state_singlebyte (struct dfa *d, state_num s, unsigned char const **pp)
d                3207 maint/gnulib/lib/dfa.c   if (d->trans[s])
d                3208 maint/gnulib/lib/dfa.c     t = d->trans[s];
d                3209 maint/gnulib/lib/dfa.c   else if (d->fails[s])
d                3210 maint/gnulib/lib/dfa.c     t = d->fails[s];
d                3213 maint/gnulib/lib/dfa.c       build_state (s, d, **pp);
d                3214 maint/gnulib/lib/dfa.c       if (d->trans[s])
d                3215 maint/gnulib/lib/dfa.c         t = d->trans[s];
d                3218 maint/gnulib/lib/dfa.c           t = d->fails[s];
d                3224 maint/gnulib/lib/dfa.c     build_state (s, d, **pp);
d                3233 maint/gnulib/lib/dfa.c transit_state (struct dfa *d, state_num s, unsigned char const **pp,
d                3238 maint/gnulib/lib/dfa.c   int mbclen = mbs_to_wchar (&wc, (char const *) *pp, end - *pp, d);
d                3241 maint/gnulib/lib/dfa.c   d->mb_follows.nelem = 0;
d                3247 maint/gnulib/lib/dfa.c   for (mbci = 0; mbci < mbclen && (mbci == 0 || d->min_trcount <= s); mbci++)
d                3248 maint/gnulib/lib/dfa.c     s = transit_state_singlebyte (d, s, pp);
d                3260 maint/gnulib/lib/dfa.c   if (d->states[s1].mb_trindex < 0)
d                3262 maint/gnulib/lib/dfa.c       if (MAX_TRCOUNT <= d->mb_trcount)
d                3265 maint/gnulib/lib/dfa.c           for (s3 = -1; s3 < d->tralloc; s3++)
d                3267 maint/gnulib/lib/dfa.c               free (d->mb_trans[s3]);
d                3268 maint/gnulib/lib/dfa.c               d->mb_trans[s3] = NULL;
d                3271 maint/gnulib/lib/dfa.c           for (state_num i = 0; i < d->sindex; i++)
d                3272 maint/gnulib/lib/dfa.c             d->states[i].mb_trindex = -1;
d                3273 maint/gnulib/lib/dfa.c           d->mb_trcount = 0;
d                3275 maint/gnulib/lib/dfa.c       d->states[s1].mb_trindex = d->mb_trcount++;
d                3278 maint/gnulib/lib/dfa.c   if (! d->mb_trans[s])
d                3280 maint/gnulib/lib/dfa.c       enum { TRANSPTR_SIZE = sizeof *d->mb_trans[s] };
d                3282 maint/gnulib/lib/dfa.c       d->mb_trans[s] = xmalloc (TRANSALLOC_SIZE);
d                3284 maint/gnulib/lib/dfa.c         d->mb_trans[s][i] = -1;
d                3286 maint/gnulib/lib/dfa.c   else if (d->mb_trans[s][d->states[s1].mb_trindex] >= 0)
d                3287 maint/gnulib/lib/dfa.c     return d->mb_trans[s][d->states[s1].mb_trindex];
d                3290 maint/gnulib/lib/dfa.c     copy (&d->states[s1].mbps, &d->mb_follows);
d                3292 maint/gnulib/lib/dfa.c     merge (&d->states[s1].mbps, &d->states[s].elems, &d->mb_follows);
d                3294 maint/gnulib/lib/dfa.c   int separate_contexts = state_separate_contexts (d, &d->mb_follows);
d                3295 maint/gnulib/lib/dfa.c   state_num s2 = state_index (d, &d->mb_follows, separate_contexts ^ CTX_ANY);
d                3296 maint/gnulib/lib/dfa.c   realloc_trans_if_necessary (d);
d                3298 maint/gnulib/lib/dfa.c   d->mb_trans[s][d->states[s1].mb_trindex] = s2;
d                3319 maint/gnulib/lib/dfa.c skip_remains_mb (struct dfa *d, unsigned char const *p,
d                3322 maint/gnulib/lib/dfa.c   if (d->syntax.never_trail[*p])
d                3328 maint/gnulib/lib/dfa.c                            end - (char const *) mbp, d);
d                3354 maint/gnulib/lib/dfa.c dfaexec_main (struct dfa *d, char const *begin, char *end, bool allow_nl,
d                3357 maint/gnulib/lib/dfa.c   if (MAX_TRCOUNT <= d->sindex)
d                3359 maint/gnulib/lib/dfa.c       for (state_num s = d->min_trcount; s < d->sindex; s++)
d                3361 maint/gnulib/lib/dfa.c           free (d->states[s].elems.elems);
d                3362 maint/gnulib/lib/dfa.c           free (d->states[s].mbps.elems);
d                3364 maint/gnulib/lib/dfa.c       d->sindex = d->min_trcount;
d                3366 maint/gnulib/lib/dfa.c       if (d->trans)
d                3368 maint/gnulib/lib/dfa.c           for (state_num s = 0; s < d->tralloc; s++)
d                3370 maint/gnulib/lib/dfa.c               free (d->trans[s]);
d                3371 maint/gnulib/lib/dfa.c               free (d->fails[s]);
d                3372 maint/gnulib/lib/dfa.c               d->trans[s] = d->fails[s] = NULL;
d                3374 maint/gnulib/lib/dfa.c           d->trcount = 0;
d                3377 maint/gnulib/lib/dfa.c       if (d->localeinfo.multibyte && d->mb_trans)
d                3379 maint/gnulib/lib/dfa.c           for (state_num s = -1; s < d->tralloc; s++)
d                3381 maint/gnulib/lib/dfa.c               free (d->mb_trans[s]);
d                3382 maint/gnulib/lib/dfa.c               d->mb_trans[s] = NULL;
d                3384 maint/gnulib/lib/dfa.c           for (state_num s = 0; s < d->min_trcount; s++)
d                3385 maint/gnulib/lib/dfa.c             d->states[s].mb_trindex = -1;
d                3386 maint/gnulib/lib/dfa.c           d->mb_trcount = 0;
d                3390 maint/gnulib/lib/dfa.c   if (!d->tralloc)
d                3391 maint/gnulib/lib/dfa.c     realloc_trans_if_necessary (d);
d                3401 maint/gnulib/lib/dfa.c   state_num **trans = d->trans;
d                3402 maint/gnulib/lib/dfa.c   unsigned char eol = d->syntax.eolbyte;  /* Likewise for eolbyte.  */
d                3408 maint/gnulib/lib/dfa.c       memset (&d->mbs, 0, sizeof d->mbs);
d                3409 maint/gnulib/lib/dfa.c       if (d->mb_follows.alloc == 0)
d                3410 maint/gnulib/lib/dfa.c         alloc_position_set (&d->mb_follows, d->nleaves);
d                3419 maint/gnulib/lib/dfa.c           if (s < d->min_trcount)
d                3421 maint/gnulib/lib/dfa.c               if (!multibyte || d->states[s].mbps.nelem == 0)
d                3427 maint/gnulib/lib/dfa.c                 p = mbp = skip_remains_mb (d, p, mbp, end);
d                3434 maint/gnulib/lib/dfa.c               if (d->states[s].mbps.nelem == 0
d                3435 maint/gnulib/lib/dfa.c                   || d->localeinfo.sbctowc[*p] != WEOF || (char *) p >= end)
d                3443 maint/gnulib/lib/dfa.c                   s = transit_state (d, s, &p, (unsigned char *) end);
d                3445 maint/gnulib/lib/dfa.c                   trans = d->trans;
d                3459 maint/gnulib/lib/dfa.c               if (s < d->min_trcount)
d                3472 maint/gnulib/lib/dfa.c               s = build_state (s1, d, p[-1]);
d                3473 maint/gnulib/lib/dfa.c               trans = d->trans;
d                3475 maint/gnulib/lib/dfa.c           else if ((char *) p <= end && p[-1] == eol && 0 <= d->newlines[s1])
d                3482 maint/gnulib/lib/dfa.c               s = (allow_nl ? d->newlines[s1]
d                3483 maint/gnulib/lib/dfa.c                    : d->syntax.sbit[eol] == CTX_NEWLINE ? 0
d                3484 maint/gnulib/lib/dfa.c                    : d->syntax.sbit[eol] == CTX_LETTER ? d->min_trcount - 1
d                3485 maint/gnulib/lib/dfa.c                    : d->initstate_notbol);
d                3493 maint/gnulib/lib/dfa.c       else if (d->fails[s])
d                3495 maint/gnulib/lib/dfa.c           if ((d->success[s] & d->syntax.sbit[*p])
d                3497 maint/gnulib/lib/dfa.c                   && accepts_in_context (d->states[s].context, CTX_NEWLINE, s,
d                3498 maint/gnulib/lib/dfa.c                                          d)))
d                3501 maint/gnulib/lib/dfa.c           if (multibyte && s < d->min_trcount)
d                3502 maint/gnulib/lib/dfa.c             p = mbp = skip_remains_mb (d, p, mbp, end);
d                3505 maint/gnulib/lib/dfa.c           if (!multibyte || d->states[s].mbps.nelem == 0
d                3506 maint/gnulib/lib/dfa.c               || d->localeinfo.sbctowc[*p] != WEOF || (char *) p >= end)
d                3510 maint/gnulib/lib/dfa.c               s = d->fails[s][*p++];
d                3514 maint/gnulib/lib/dfa.c               s = transit_state (d, s, &p, (unsigned char *) end);
d                3516 maint/gnulib/lib/dfa.c               trans = d->trans;
d                3521 maint/gnulib/lib/dfa.c           build_state (s, d, p[0]);
d                3522 maint/gnulib/lib/dfa.c           trans = d->trans;
d                3537 maint/gnulib/lib/dfa.c dfaexec_mb (struct dfa *d, char const *begin, char *end,
d                3540 maint/gnulib/lib/dfa.c   return dfaexec_main (d, begin, end, allow_nl, count, true);
d                3544 maint/gnulib/lib/dfa.c dfaexec_sb (struct dfa *d, char const *begin, char *end,
d                3547 maint/gnulib/lib/dfa.c   return dfaexec_main (d, begin, end, allow_nl, count, false);
d                3553 maint/gnulib/lib/dfa.c dfaexec_noop (struct dfa *d, char const *begin, char *end,
d                3565 maint/gnulib/lib/dfa.c dfaexec (struct dfa *d, char const *begin, char *end,
d                3568 maint/gnulib/lib/dfa.c   return d->dfaexec (d, begin, end, allow_nl, count, backref);
d                3572 maint/gnulib/lib/dfa.c dfasuperset (struct dfa const *d)
d                3574 maint/gnulib/lib/dfa.c   return d->superset;
d                3578 maint/gnulib/lib/dfa.c dfaisfast (struct dfa const *d)
d                3580 maint/gnulib/lib/dfa.c   return d->fast;
d                3584 maint/gnulib/lib/dfa.c free_mbdata (struct dfa *d)
d                3586 maint/gnulib/lib/dfa.c   free (d->multibyte_prop);
d                3587 maint/gnulib/lib/dfa.c   free (d->lex.brack.chars);
d                3588 maint/gnulib/lib/dfa.c   free (d->mb_follows.elems);
d                3590 maint/gnulib/lib/dfa.c   if (d->mb_trans)
d                3593 maint/gnulib/lib/dfa.c       for (s = -1; s < d->tralloc; s++)
d                3594 maint/gnulib/lib/dfa.c         free (d->mb_trans[s]);
d                3595 maint/gnulib/lib/dfa.c       free (d->mb_trans - 2);
d                3601 maint/gnulib/lib/dfa.c dfasupported (struct dfa const *d)
d                3603 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                3605 maint/gnulib/lib/dfa.c       switch (d->tokens[i])
d                3611 maint/gnulib/lib/dfa.c           if (!d->localeinfo.multibyte)
d                3625 maint/gnulib/lib/dfa.c maybe_disable_superset_dfa (struct dfa *d)
d                3627 maint/gnulib/lib/dfa.c   if (!d->localeinfo.using_utf8)
d                3631 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->tindex; i++)
d                3633 maint/gnulib/lib/dfa.c       switch (d->tokens[i])
d                3649 maint/gnulib/lib/dfa.c   if (!have_backref && d->superset)
d                3652 maint/gnulib/lib/dfa.c       dfafree (d->superset);
d                3653 maint/gnulib/lib/dfa.c       free (d->superset);
d                3654 maint/gnulib/lib/dfa.c       d->superset = NULL;
d                3657 maint/gnulib/lib/dfa.c   free_mbdata (d);
d                3658 maint/gnulib/lib/dfa.c   d->localeinfo.multibyte = false;
d                3659 maint/gnulib/lib/dfa.c   d->dfaexec = dfaexec_sb;
d                3660 maint/gnulib/lib/dfa.c   d->fast = true;
d                3664 maint/gnulib/lib/dfa.c dfassbuild (struct dfa *d)
d                3668 maint/gnulib/lib/dfa.c   *sup = *d;
d                3685 maint/gnulib/lib/dfa.c   if (d->cindex)
d                3687 maint/gnulib/lib/dfa.c       memcpy (sup->charclasses, d->charclasses,
d                3688 maint/gnulib/lib/dfa.c               d->cindex * sizeof *sup->charclasses);
d                3691 maint/gnulib/lib/dfa.c   sup->tokens = xnmalloc (d->tindex, 2 * sizeof *sup->tokens);
d                3692 maint/gnulib/lib/dfa.c   sup->talloc = d->tindex * 2;
d                3697 maint/gnulib/lib/dfa.c   for (idx_t i = j = 0; i < d->tindex; i++)
d                3699 maint/gnulib/lib/dfa.c       switch (d->tokens[i])
d                3709 maint/gnulib/lib/dfa.c             if (d->tokens[i + 1] == QMARK || d->tokens[i + 1] == STAR
d                3710 maint/gnulib/lib/dfa.c                 || d->tokens[i + 1] == PLUS)
d                3719 maint/gnulib/lib/dfa.c           if (d->localeinfo.multibyte)
d                3728 maint/gnulib/lib/dfa.c           sup->tokens[j++] = d->tokens[i];
d                3729 maint/gnulib/lib/dfa.c           if ((0 <= d->tokens[i] && d->tokens[i] < NOTCHAR)
d                3730 maint/gnulib/lib/dfa.c               || d->tokens[i] >= CSET)
d                3737 maint/gnulib/lib/dfa.c   if (have_nchar && (have_achar || d->localeinfo.multibyte))
d                3738 maint/gnulib/lib/dfa.c     d->superset = sup;
d                3750 maint/gnulib/lib/dfa.c dfacomp (char const *s, idx_t len, struct dfa *d, bool searchflag)
d                3753 maint/gnulib/lib/dfa.c     dfaparse (s, len, d);
d                3755 maint/gnulib/lib/dfa.c   dfassbuild (d);
d                3757 maint/gnulib/lib/dfa.c   if (dfasupported (d))
d                3759 maint/gnulib/lib/dfa.c       maybe_disable_superset_dfa (d);
d                3760 maint/gnulib/lib/dfa.c       dfaanalyze (d, searchflag);
d                3764 maint/gnulib/lib/dfa.c       d->dfaexec = dfaexec_noop;
d                3767 maint/gnulib/lib/dfa.c   if (d->superset)
d                3769 maint/gnulib/lib/dfa.c       d->fast = true;
d                3770 maint/gnulib/lib/dfa.c       dfaanalyze (d->superset, searchflag);
d                3776 maint/gnulib/lib/dfa.c dfafree (struct dfa *d)
d                3778 maint/gnulib/lib/dfa.c   free (d->charclasses);
d                3779 maint/gnulib/lib/dfa.c   free (d->tokens);
d                3781 maint/gnulib/lib/dfa.c   if (d->localeinfo.multibyte)
d                3782 maint/gnulib/lib/dfa.c     free_mbdata (d);
d                3784 maint/gnulib/lib/dfa.c   free (d->constraints);
d                3785 maint/gnulib/lib/dfa.c   free (d->separates);
d                3787 maint/gnulib/lib/dfa.c   for (idx_t i = 0; i < d->sindex; i++)
d                3789 maint/gnulib/lib/dfa.c       free (d->states[i].elems.elems);
d                3790 maint/gnulib/lib/dfa.c       free (d->states[i].mbps.elems);
d                3792 maint/gnulib/lib/dfa.c   free (d->states);
d                3794 maint/gnulib/lib/dfa.c   if (d->follows)
d                3796 maint/gnulib/lib/dfa.c       for (idx_t i = 0; i < d->tindex; i++)
d                3797 maint/gnulib/lib/dfa.c         free (d->follows[i].elems);
d                3798 maint/gnulib/lib/dfa.c       free (d->follows);
d                3801 maint/gnulib/lib/dfa.c   if (d->trans)
d                3803 maint/gnulib/lib/dfa.c       for (idx_t i = 0; i < d->tralloc; i++)
d                3805 maint/gnulib/lib/dfa.c           free (d->trans[i]);
d                3806 maint/gnulib/lib/dfa.c           free (d->fails[i]);
d                3809 maint/gnulib/lib/dfa.c       free (d->trans - 2);
d                3810 maint/gnulib/lib/dfa.c       free (d->fails);
d                3811 maint/gnulib/lib/dfa.c       free (d->newlines);
d                3812 maint/gnulib/lib/dfa.c       free (d->success);
d                3815 maint/gnulib/lib/dfa.c   if (d->superset)
d                3817 maint/gnulib/lib/dfa.c       dfafree (d->superset);
d                3818 maint/gnulib/lib/dfa.c       free (d->superset);
d                4062 maint/gnulib/lib/dfa.c dfamust (struct dfa const *d)
d                4071 maint/gnulib/lib/dfa.c   bool case_fold_unibyte = d->syntax.case_fold & !d->localeinfo.multibyte;
d                4073 maint/gnulib/lib/dfa.c   for (idx_t ri = 1; ri + 1 < d->tindex; ri++)
d                4075 maint/gnulib/lib/dfa.c       token t = d->tokens[ri];
d                4231 maint/gnulib/lib/dfa.c               charclass *ccl = &d->charclasses[t - CSET];
d                4255 maint/gnulib/lib/dfa.c           if (d->tokens[ri + 1] == CAT)
d                4257 maint/gnulib/lib/dfa.c               for (; rj < d->tindex - 1; rj += 2)
d                4259 maint/gnulib/lib/dfa.c                   if ((rj != ri && (d->tokens[rj] <= 0
d                4260 maint/gnulib/lib/dfa.c                                     || NOTCHAR <= d->tokens[rj]))
d                4261 maint/gnulib/lib/dfa.c                       || d->tokens[rj + 1] != CAT)
d                4273 maint/gnulib/lib/dfa.c               t = d->tokens[ri];
d                 121 maint/gnulib/lib/dfa.h extern char *dfaexec (struct dfa *d, char const *begin, char *end,
d                 128 maint/gnulib/lib/dfa.h extern struct dfa *dfasuperset (struct dfa const *d) _GL_ATTRIBUTE_PURE;
d                 209 maint/gnulib/lib/diffseq.h       OFFSET d;                 /* Active diagonal. */
d                 221 maint/gnulib/lib/diffseq.h       for (d = fmax; d >= fmin; d -= 2)
d                 225 maint/gnulib/lib/diffseq.h           OFFSET tlo = fd[d - 1];
d                 226 maint/gnulib/lib/diffseq.h           OFFSET thi = fd[d + 1];
d                 229 maint/gnulib/lib/diffseq.h           for (x = x0, y = x0 - d;
d                 235 maint/gnulib/lib/diffseq.h           fd[d] = x;
d                 236 maint/gnulib/lib/diffseq.h           if (odd && bmin <= d && d <= bmax && bd[d] <= x)
d                 254 maint/gnulib/lib/diffseq.h       for (d = bmax; d >= bmin; d -= 2)
d                 258 maint/gnulib/lib/diffseq.h           OFFSET tlo = bd[d - 1];
d                 259 maint/gnulib/lib/diffseq.h           OFFSET thi = bd[d + 1];
d                 262 maint/gnulib/lib/diffseq.h           for (x = x0, y = x0 - d;
d                 268 maint/gnulib/lib/diffseq.h           bd[d] = x;
d                 269 maint/gnulib/lib/diffseq.h           if (!odd && fmin <= d && d <= fmax && x <= fd[d])
d                 300 maint/gnulib/lib/diffseq.h             for (d = fmax; d >= fmin; d -= 2)
d                 302 maint/gnulib/lib/diffseq.h                 OFFSET dd = d - fmid;
d                 303 maint/gnulib/lib/diffseq.h                 OFFSET x = fd[d];
d                 304 maint/gnulib/lib/diffseq.h                 OFFSET y = x - d;
d                 339 maint/gnulib/lib/diffseq.h             for (d = bmax; d >= bmin; d -= 2)
d                 341 maint/gnulib/lib/diffseq.h                 OFFSET dd = d - bmid;
d                 342 maint/gnulib/lib/diffseq.h                 OFFSET x = bd[d];
d                 343 maint/gnulib/lib/diffseq.h                 OFFSET y = x - d;
d                 387 maint/gnulib/lib/diffseq.h           for (d = fmax; d >= fmin; d -= 2)
d                 389 maint/gnulib/lib/diffseq.h               OFFSET x = MIN (fd[d], xlim);
d                 390 maint/gnulib/lib/diffseq.h               OFFSET y = x - d;
d                 393 maint/gnulib/lib/diffseq.h                   x = ylim + d;
d                 405 maint/gnulib/lib/diffseq.h           for (d = bmax; d >= bmin; d -= 2)
d                 407 maint/gnulib/lib/diffseq.h               OFFSET x = MAX (xoff, bd[d]);
d                 408 maint/gnulib/lib/diffseq.h               OFFSET y = x - d;
d                 411 maint/gnulib/lib/diffseq.h                   x = yoff + d;
d                 133 maint/gnulib/lib/fma.c       mp_limb_t d;
d                 135 maint/gnulib/lib/fma.c       d = (int) x; /* 0 <= d < 2^chunk_bits.  */
d                 136 maint/gnulib/lib/fma.c       x -= d;
d                 142 maint/gnulib/lib/fma.c           accu |= d >> (chunk_bits - bits_needed);
d                 148 maint/gnulib/lib/fma.c           accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed));
d                 154 maint/gnulib/lib/fma.c           accu |= d << (bits_needed - chunk_bits);
d                 171 maint/gnulib/lib/fma.c       mp_limb_t d;
d                 173 maint/gnulib/lib/fma.c       d = (int) x; /* 0 <= d < 2^chunk_bits.  */
d                 174 maint/gnulib/lib/fma.c       x -= d;
d                 180 maint/gnulib/lib/fma.c           accu |= d >> (chunk_bits - bits_needed);
d                 186 maint/gnulib/lib/fma.c           accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed));
d                 192 maint/gnulib/lib/fma.c           accu |= d << (bits_needed - chunk_bits);
d                 209 maint/gnulib/lib/fma.c       mp_limb_t d;
d                 211 maint/gnulib/lib/fma.c       d = (int) x; /* 0 <= d < 2^chunk_bits.  */
d                 212 maint/gnulib/lib/fma.c       x -= d;
d                 218 maint/gnulib/lib/fma.c           accu |= d >> (chunk_bits - bits_needed);
d                 224 maint/gnulib/lib/fma.c           accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed));
d                 230 maint/gnulib/lib/fma.c           accu |= d << (bits_needed - chunk_bits);
d                 247 maint/gnulib/lib/fma.c       mp_limb_t d;
d                 249 maint/gnulib/lib/fma.c       d = (int) x; /* 0 <= d < 2^chunk_bits.  */
d                 250 maint/gnulib/lib/fma.c       x -= d;
d                 256 maint/gnulib/lib/fma.c           accu |= d >> (chunk_bits - bits_needed);
d                 262 maint/gnulib/lib/fma.c           accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed));
d                 268 maint/gnulib/lib/fma.c           accu |= d << (bits_needed - chunk_bits);
d                 289 maint/gnulib/lib/fma.c           mp_limb_t d;
d                 291 maint/gnulib/lib/fma.c           d = (int) x; /* 0 <= d < 2^chunk_bits.  */
d                 292 maint/gnulib/lib/fma.c           x -= d;
d                 298 maint/gnulib/lib/fma.c               accu |= d >> (chunk_bits - bits_needed);
d                 304 maint/gnulib/lib/fma.c               accu = d << (GMP_LIMB_BITS - (chunk_bits - bits_needed));
d                 310 maint/gnulib/lib/fma.c               accu |= d << (bits_needed - chunk_bits);
d                 184 maint/gnulib/lib/fstrcmp.c               ptrdiff_t d = occ_diff[i];
d                 185 maint/gnulib/lib/fstrcmp.c               sum += (d >= 0 ? d : -d);
d                  88 maint/gnulib/lib/fts.c # define DT_IS_KNOWN(d) ((d)->d_type != DT_UNKNOWN)
d                  90 maint/gnulib/lib/fts.c # define DT_MUST_BE(d, t) ((d)->d_type == (t))
d                  91 maint/gnulib/lib/fts.c # define D_TYPE(d) ((d)->d_type)
d                  93 maint/gnulib/lib/fts.c # define DT_IS_KNOWN(d) false
d                  94 maint/gnulib/lib/fts.c # define DT_MUST_BE(d, t) false
d                  95 maint/gnulib/lib/fts.c # define D_TYPE(d) DT_UNKNOWN
d                  51 maint/gnulib/lib/getcwd.c # define _D_EXACT_NAMLEN(d) strlen ((d)->d_name)
d                  54 maint/gnulib/lib/getcwd.c # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
d                 265 maint/gnulib/lib/getcwd.c       struct dirent64 *d;
d                 318 maint/gnulib/lib/getcwd.c           d = __readdir64 (dirstream);
d                 327 maint/gnulib/lib/getcwd.c           if (d == NULL && errno == 0 && use_d_ino)
d                 331 maint/gnulib/lib/getcwd.c               d = __readdir64 (dirstream);
d                 334 maint/gnulib/lib/getcwd.c           if (d == NULL)
d                 342 maint/gnulib/lib/getcwd.c           if (d->d_name[0] == '.' &&
d                 343 maint/gnulib/lib/getcwd.c               (d->d_name[1] == '\0' ||
d                 344 maint/gnulib/lib/getcwd.c                (d->d_name[1] == '.' && d->d_name[2] == '\0')))
d                 349 maint/gnulib/lib/getcwd.c               bool match = (MATCHING_INO (d, thisino) || mount_point);
d                 357 maint/gnulib/lib/getcwd.c             entry_status = __fstatat64 (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW);
d                 363 maint/gnulib/lib/getcwd.c             size_t name_alloc = _D_ALLOC_NAMLEN (d);
d                 393 maint/gnulib/lib/getcwd.c             memcpy (dotlist + dotlen, d->d_name, _D_ALLOC_NAMLEN (d));
d                 408 maint/gnulib/lib/getcwd.c       namlen = _D_EXACT_NAMLEN (d);
d                 436 maint/gnulib/lib/getcwd.c       memcpy (dirp, d->d_name, namlen);
d                 756 maint/gnulib/lib/getloadavg.c        ? load_ave.tl_avenrun.d[0]
d                 779 maint/gnulib/lib/getloadavg.c          ? load_ave.tl_avenrun.d[elem]
d                 131 maint/gnulib/lib/getopt.c exchange (char **argv, struct _getopt_data *d)
d                 133 maint/gnulib/lib/getopt.c   int bottom = d->__first_nonopt;
d                 134 maint/gnulib/lib/getopt.c   int middle = d->__last_nonopt;
d                 135 maint/gnulib/lib/getopt.c   int top = d->optind;
d                 181 maint/gnulib/lib/getopt.c   d->__first_nonopt += (d->optind - d->__last_nonopt);
d                 182 maint/gnulib/lib/getopt.c   d->__last_nonopt = d->optind;
d                 196 maint/gnulib/lib/getopt.c 		     int long_only, struct _getopt_data *d,
d                 206 maint/gnulib/lib/getopt.c   for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++)
d                 208 maint/gnulib/lib/getopt.c   namelen = nameend - d->__nextchar;
d                 213 maint/gnulib/lib/getopt.c     if (!strncmp (p->name, d->__nextchar, namelen)
d                 231 maint/gnulib/lib/getopt.c 	if (!strncmp (p->name, d->__nextchar, namelen))
d                 279 maint/gnulib/lib/getopt.c 			 argv[0], prefix, d->__nextchar);
d                 285 maint/gnulib/lib/getopt.c 			   argv[0], prefix, d->__nextchar);
d                 301 maint/gnulib/lib/getopt.c 	  d->__nextchar += strlen (d->__nextchar);
d                 302 maint/gnulib/lib/getopt.c 	  d->optind++;
d                 303 maint/gnulib/lib/getopt.c 	  d->optopt = 0;
d                 315 maint/gnulib/lib/getopt.c       if (!long_only || argv[d->optind][1] == '-'
d                 316 maint/gnulib/lib/getopt.c 	  || strchr (optstring, *d->__nextchar) == NULL)
d                 320 maint/gnulib/lib/getopt.c 		     argv[0], prefix, d->__nextchar);
d                 322 maint/gnulib/lib/getopt.c 	  d->__nextchar = NULL;
d                 323 maint/gnulib/lib/getopt.c 	  d->optind++;
d                 324 maint/gnulib/lib/getopt.c 	  d->optopt = 0;
d                 333 maint/gnulib/lib/getopt.c   d->optind++;
d                 334 maint/gnulib/lib/getopt.c   d->__nextchar = NULL;
d                 340 maint/gnulib/lib/getopt.c 	d->optarg = nameend + 1;
d                 348 maint/gnulib/lib/getopt.c 	  d->optopt = pfound->val;
d                 354 maint/gnulib/lib/getopt.c       if (d->optind < argc)
d                 355 maint/gnulib/lib/getopt.c 	d->optarg = argv[d->optind++];
d                 363 maint/gnulib/lib/getopt.c 	  d->optopt = pfound->val;
d                 383 maint/gnulib/lib/getopt.c 		    struct _getopt_data *d, int posixly_correct)
d                 388 maint/gnulib/lib/getopt.c   if (d->optind == 0)
d                 389 maint/gnulib/lib/getopt.c     d->optind = 1;
d                 391 maint/gnulib/lib/getopt.c   d->__first_nonopt = d->__last_nonopt = d->optind;
d                 392 maint/gnulib/lib/getopt.c   d->__nextchar = NULL;
d                 397 maint/gnulib/lib/getopt.c       d->__ordering = RETURN_IN_ORDER;
d                 402 maint/gnulib/lib/getopt.c       d->__ordering = REQUIRE_ORDER;
d                 406 maint/gnulib/lib/getopt.c     d->__ordering = REQUIRE_ORDER;
d                 408 maint/gnulib/lib/getopt.c     d->__ordering = PERMUTE;
d                 410 maint/gnulib/lib/getopt.c   d->__initialized = 1;
d                 473 maint/gnulib/lib/getopt.c 		    int long_only, struct _getopt_data *d, int posixly_correct)
d                 475 maint/gnulib/lib/getopt.c   int print_errors = d->opterr;
d                 480 maint/gnulib/lib/getopt.c   d->optarg = NULL;
d                 482 maint/gnulib/lib/getopt.c   if (d->optind == 0 || !d->__initialized)
d                 483 maint/gnulib/lib/getopt.c     optstring = _getopt_initialize (argc, argv, optstring, d, posixly_correct);
d                 491 maint/gnulib/lib/getopt.c #define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0')
d                 493 maint/gnulib/lib/getopt.c   if (d->__nextchar == NULL || *d->__nextchar == '\0')
d                 499 maint/gnulib/lib/getopt.c       if (d->__last_nonopt > d->optind)
d                 500 maint/gnulib/lib/getopt.c 	d->__last_nonopt = d->optind;
d                 501 maint/gnulib/lib/getopt.c       if (d->__first_nonopt > d->optind)
d                 502 maint/gnulib/lib/getopt.c 	d->__first_nonopt = d->optind;
d                 504 maint/gnulib/lib/getopt.c       if (d->__ordering == PERMUTE)
d                 509 maint/gnulib/lib/getopt.c 	  if (d->__first_nonopt != d->__last_nonopt
d                 510 maint/gnulib/lib/getopt.c 	      && d->__last_nonopt != d->optind)
d                 511 maint/gnulib/lib/getopt.c 	    exchange (argv, d);
d                 512 maint/gnulib/lib/getopt.c 	  else if (d->__last_nonopt != d->optind)
d                 513 maint/gnulib/lib/getopt.c 	    d->__first_nonopt = d->optind;
d                 518 maint/gnulib/lib/getopt.c 	  while (d->optind < argc && NONOPTION_P)
d                 519 maint/gnulib/lib/getopt.c 	    d->optind++;
d                 520 maint/gnulib/lib/getopt.c 	  d->__last_nonopt = d->optind;
d                 528 maint/gnulib/lib/getopt.c       if (d->optind != argc && !strcmp (argv[d->optind], "--"))
d                 530 maint/gnulib/lib/getopt.c 	  d->optind++;
d                 532 maint/gnulib/lib/getopt.c 	  if (d->__first_nonopt != d->__last_nonopt
d                 533 maint/gnulib/lib/getopt.c 	      && d->__last_nonopt != d->optind)
d                 534 maint/gnulib/lib/getopt.c 	    exchange (argv, d);
d                 535 maint/gnulib/lib/getopt.c 	  else if (d->__first_nonopt == d->__last_nonopt)
d                 536 maint/gnulib/lib/getopt.c 	    d->__first_nonopt = d->optind;
d                 537 maint/gnulib/lib/getopt.c 	  d->__last_nonopt = argc;
d                 539 maint/gnulib/lib/getopt.c 	  d->optind = argc;
d                 545 maint/gnulib/lib/getopt.c       if (d->optind == argc)
d                 549 maint/gnulib/lib/getopt.c 	  if (d->__first_nonopt != d->__last_nonopt)
d                 550 maint/gnulib/lib/getopt.c 	    d->optind = d->__first_nonopt;
d                 559 maint/gnulib/lib/getopt.c 	  if (d->__ordering == REQUIRE_ORDER)
d                 561 maint/gnulib/lib/getopt.c 	  d->optarg = argv[d->optind++];
d                 569 maint/gnulib/lib/getopt.c 	  if (argv[d->optind][1] == '-')
d                 573 maint/gnulib/lib/getopt.c 	      d->__nextchar = argv[d->optind] + 2;
d                 575 maint/gnulib/lib/getopt.c 					  longind, long_only, d,
d                 591 maint/gnulib/lib/getopt.c 	  if (long_only && (argv[d->optind][2]
d                 592 maint/gnulib/lib/getopt.c 			    || !strchr (optstring, argv[d->optind][1])))
d                 595 maint/gnulib/lib/getopt.c 	      d->__nextchar = argv[d->optind] + 1;
d                 597 maint/gnulib/lib/getopt.c 					  longind, long_only, d,
d                 605 maint/gnulib/lib/getopt.c       d->__nextchar = argv[d->optind] + 1;
d                 611 maint/gnulib/lib/getopt.c     char c = *d->__nextchar++;
d                 615 maint/gnulib/lib/getopt.c     if (*d->__nextchar == '\0')
d                 616 maint/gnulib/lib/getopt.c       ++d->optind;
d                 622 maint/gnulib/lib/getopt.c 	d->optopt = c;
d                 630 maint/gnulib/lib/getopt.c 	if (*d->__nextchar != '\0')
d                 631 maint/gnulib/lib/getopt.c 	  d->optarg = d->__nextchar;
d                 632 maint/gnulib/lib/getopt.c 	else if (d->optind == argc)
d                 639 maint/gnulib/lib/getopt.c 	    d->optopt = c;
d                 647 maint/gnulib/lib/getopt.c 	  d->optarg = argv[d->optind];
d                 649 maint/gnulib/lib/getopt.c 	d->__nextchar = d->optarg;
d                 650 maint/gnulib/lib/getopt.c 	d->optarg = NULL;
d                 652 maint/gnulib/lib/getopt.c 				    0 /* long_only */, d, print_errors, "-W ");
d                 659 maint/gnulib/lib/getopt.c 	    if (*d->__nextchar != '\0')
d                 661 maint/gnulib/lib/getopt.c 		d->optarg = d->__nextchar;
d                 662 maint/gnulib/lib/getopt.c 		d->optind++;
d                 665 maint/gnulib/lib/getopt.c 	      d->optarg = NULL;
d                 666 maint/gnulib/lib/getopt.c 	    d->__nextchar = NULL;
d                 671 maint/gnulib/lib/getopt.c 	    if (*d->__nextchar != '\0')
d                 673 maint/gnulib/lib/getopt.c 		d->optarg = d->__nextchar;
d                 676 maint/gnulib/lib/getopt.c 		d->optind++;
d                 678 maint/gnulib/lib/getopt.c 	    else if (d->optind == argc)
d                 685 maint/gnulib/lib/getopt.c 		d->optopt = c;
d                 694 maint/gnulib/lib/getopt.c 	      d->optarg = argv[d->optind++];
d                 695 maint/gnulib/lib/getopt.c 	    d->__nextchar = NULL;
d                  38 maint/gnulib/lib/getopt1.c 		struct _getopt_data *d)
d                  41 maint/gnulib/lib/getopt1.c 			     0, d, 0);
d                  61 maint/gnulib/lib/getopt1.c 		     struct _getopt_data *d)
d                  64 maint/gnulib/lib/getopt1.c 			     1, d, 0);
d                  82 maint/gnulib/lib/glob.c # define __fxstatat64(_, d, f, st, flag) fstatat (d, f, st, flag)
d                 130 maint/gnulib/lib/glob.c readdir_result_type (struct readdir_result d)
d                 134 maint/gnulib/lib/glob.c   return d.type;
d                 849 maint/gnulib/lib/glob.c                 char *d;
d                 868 maint/gnulib/lib/glob.c                 d = mempcpy (dirname, p->pw_dir, home_len);
d                 870 maint/gnulib/lib/glob.c                   d = mempcpy (d, end_name, rest_len);
d                 871 maint/gnulib/lib/glob.c                 *d = '\0';
d                1363 maint/gnulib/lib/glob.c               struct readdir_result d;
d                1366 maint/gnulib/lib/glob.c                   d = convert_dirent (GL_READDIR (pglob, stream));
d                1370 maint/gnulib/lib/glob.c                     d = convert_dirent (__readdir (stream));
d                1372 maint/gnulib/lib/glob.c                     d = convert_dirent64 (__readdir64 (stream));
d                1376 maint/gnulib/lib/glob.c               if (d.name == NULL)
d                1382 maint/gnulib/lib/glob.c                 switch (readdir_result_type (d))
d                1388 maint/gnulib/lib/glob.c               if (fnmatch (pattern, d.name, fnm_flags) == 0)
d                1411 maint/gnulib/lib/glob.c                   names->name[cur] = strdup (d.name);
d                  82 maint/gnulib/lib/human.c   register char *d;
d                  92 maint/gnulib/lib/human.c   d = number + numberlen;
d                 107 maint/gnulib/lib/human.c       d -= grouplen;
d                 109 maint/gnulib/lib/human.c       memcpy (d, buf + i, grouplen);
d                 111 maint/gnulib/lib/human.c         return d;
d                 113 maint/gnulib/lib/human.c       d -= thousands_seplen;
d                 114 maint/gnulib/lib/human.c       memcpy (d, thousands_sep, thousands_seplen);
d                  93 maint/gnulib/lib/ieee754.in.h     double d;
d                 155 maint/gnulib/lib/ieee754.in.h     long double d;
d                  86 maint/gnulib/lib/math.in.h _gl_cxx_ ## func ## d (double d)                                    \
d                  88 maint/gnulib/lib/math.in.h   return func (d);                                                  \
d                 103 maint/gnulib/lib/math.in.h rpl_func (double d)                                                 \
d                 105 maint/gnulib/lib/math.in.h   return _gl_cxx_ ## func ## d (d);                                 \
d                 130 maint/gnulib/lib/math.in.h rpl_ ## func ## d (double d)                                              \
d                 132 maint/gnulib/lib/math.in.h   return func (d);                                                        \
d                 143 maint/gnulib/lib/math.in.h    : sizeof (value) == sizeof (double) ? rpl_ ## func ## d (value)  \
d                 204 maint/gnulib/lib/md4.c #define R1(a,b,c,d,k,s) a=rol(a+F(b,c,d)+x[k],s);
d                 205 maint/gnulib/lib/md4.c #define R2(a,b,c,d,k,s) a=rol(a+G(b,c,d)+x[k]+K1,s);
d                 206 maint/gnulib/lib/md4.c #define R3(a,b,c,d,k,s) a=rol(a+H(b,c,d)+x[k]+K2,s);
d                 221 maint/gnulib/lib/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d)))
d                 222 maint/gnulib/lib/md5.c #define FG(b, c, d) FF (d, b, c)
d                 223 maint/gnulib/lib/md5.c #define FH(b, c, d) (b ^ c ^ d)
d                 224 maint/gnulib/lib/md5.c #define FI(b, c, d) (c ^ (b | ~d))
d                 265 maint/gnulib/lib/md5.c #define OP(a, b, c, d, s, T)                                            \
d                 268 maint/gnulib/lib/md5.c           a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
d                 311 maint/gnulib/lib/md5.c #define OP(f, a, b, c, d, k, s, T)                                      \
d                 314 maint/gnulib/lib/md5.c           a += f (b, c, d) + correct_words[k] + T;                      \
d                  28 maint/gnulib/lib/memxor.c   char *d = dest;
d                  31 maint/gnulib/lib/memxor.c     *d++ ^= *s++;
d                 173 maint/gnulib/lib/mini-gmp.c #define gmp_udiv_qrnnd_preinv(q, r, nh, nl, d, di)			\
d                 178 maint/gnulib/lib/mini-gmp.c     _r = (nl) - _qh * (d);						\
d                 181 maint/gnulib/lib/mini-gmp.c     _r += _mask & (d);							\
d                 182 maint/gnulib/lib/mini-gmp.c     if (_r >= (d))							\
d                 184 maint/gnulib/lib/mini-gmp.c 	_r -= (d);							\
d                 382 maint/gnulib/lib/mini-gmp.c mpn_copyi (mp_ptr d, mp_srcptr s, mp_size_t n)
d                 386 maint/gnulib/lib/mini-gmp.c     d[i] = s[i];
d                 390 maint/gnulib/lib/mini-gmp.c mpn_copyd (mp_ptr d, mp_srcptr s, mp_size_t n)
d                 393 maint/gnulib/lib/mini-gmp.c     d[n] = s[n];
d                 898 maint/gnulib/lib/mini-gmp.c mpn_div_qr_1_invert (struct gmp_div_inverse *inv, mp_limb_t d)
d                 902 maint/gnulib/lib/mini-gmp.c   assert (d > 0);
d                 903 maint/gnulib/lib/mini-gmp.c   gmp_clz (shift, d);
d                 905 maint/gnulib/lib/mini-gmp.c   inv->d1 = d << shift;
d                 965 maint/gnulib/lib/mini-gmp.c   mp_limb_t d, di;
d                 985 maint/gnulib/lib/mini-gmp.c   d = inv->d1;
d                 991 maint/gnulib/lib/mini-gmp.c       gmp_udiv_qrnnd_preinv (q, r, r, np[nn], d, di);
d                1797 maint/gnulib/lib/mini-gmp.c mpz_cmpabs_d (const mpz_t x, double d)
d                1804 maint/gnulib/lib/mini-gmp.c   d = GMP_ABS (d);
d                1815 maint/gnulib/lib/mini-gmp.c 	d *= Bi;
d                1817 maint/gnulib/lib/mini-gmp.c       if (d >= B)
d                1825 maint/gnulib/lib/mini-gmp.c 	  f = (mp_limb_t) d;
d                1831 maint/gnulib/lib/mini-gmp.c 	  d = B * (d - f);
d                1834 maint/gnulib/lib/mini-gmp.c   return - (d > 0.0);
d                1838 maint/gnulib/lib/mini-gmp.c mpz_cmp_d (const mpz_t x, double d)
d                1842 maint/gnulib/lib/mini-gmp.c       if (d >= 0.0)
d                1845 maint/gnulib/lib/mini-gmp.c 	return -mpz_cmpabs_d (x, d);
d                1849 maint/gnulib/lib/mini-gmp.c       if (d < 0.0)
d                1852 maint/gnulib/lib/mini-gmp.c 	return mpz_cmpabs_d (x, d);
d                2188 maint/gnulib/lib/mini-gmp.c 	    const mpz_t n, const mpz_t d, enum mpz_div_round_mode mode)
d                2192 maint/gnulib/lib/mini-gmp.c   ds = d->_mp_size;
d                2217 maint/gnulib/lib/mini-gmp.c 	    mpz_sub (r, n, d);
d                2225 maint/gnulib/lib/mini-gmp.c 	    mpz_add (r, n, d);
d                2258 maint/gnulib/lib/mini-gmp.c       mpn_div_qr (qp, np, nn, d->_mp_d, dn);
d                2274 maint/gnulib/lib/mini-gmp.c 	    mpz_add (tr, tr, d);
d                2281 maint/gnulib/lib/mini-gmp.c 	    mpz_sub (tr, tr, d);
d                2299 maint/gnulib/lib/mini-gmp.c mpz_cdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d)
d                2301 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, r, n, d, GMP_DIV_CEIL);
d                2305 maint/gnulib/lib/mini-gmp.c mpz_fdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d)
d                2307 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, r, n, d, GMP_DIV_FLOOR);
d                2311 maint/gnulib/lib/mini-gmp.c mpz_tdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d)
d                2313 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, r, n, d, GMP_DIV_TRUNC);
d                2317 maint/gnulib/lib/mini-gmp.c mpz_cdiv_q (mpz_t q, const mpz_t n, const mpz_t d)
d                2319 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_CEIL);
d                2323 maint/gnulib/lib/mini-gmp.c mpz_fdiv_q (mpz_t q, const mpz_t n, const mpz_t d)
d                2325 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_FLOOR);
d                2329 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q (mpz_t q, const mpz_t n, const mpz_t d)
d                2331 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC);
d                2335 maint/gnulib/lib/mini-gmp.c mpz_cdiv_r (mpz_t r, const mpz_t n, const mpz_t d)
d                2337 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_CEIL);
d                2341 maint/gnulib/lib/mini-gmp.c mpz_fdiv_r (mpz_t r, const mpz_t n, const mpz_t d)
d                2343 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_FLOOR);
d                2347 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r (mpz_t r, const mpz_t n, const mpz_t d)
d                2349 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_TRUNC);
d                2353 maint/gnulib/lib/mini-gmp.c mpz_mod (mpz_t r, const mpz_t n, const mpz_t d)
d                2355 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, d->_mp_size >= 0 ? GMP_DIV_FLOOR : GMP_DIV_CEIL);
d                2519 maint/gnulib/lib/mini-gmp.c mpz_divexact (mpz_t q, const mpz_t n, const mpz_t d)
d                2521 maint/gnulib/lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC));
d                2525 maint/gnulib/lib/mini-gmp.c mpz_divisible_p (const mpz_t n, const mpz_t d)
d                2527 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
d                2550 maint/gnulib/lib/mini-gmp.c 	       const mpz_t n, unsigned long d, enum mpz_div_round_mode mode)
d                2556 maint/gnulib/lib/mini-gmp.c   mpz_init_set_ui (dd, d);
d                2569 maint/gnulib/lib/mini-gmp.c mpz_cdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d)
d                2571 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, r, n, d, GMP_DIV_CEIL);
d                2575 maint/gnulib/lib/mini-gmp.c mpz_fdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d)
d                2577 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, r, n, d, GMP_DIV_FLOOR);
d                2581 maint/gnulib/lib/mini-gmp.c mpz_tdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d)
d                2583 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, r, n, d, GMP_DIV_TRUNC);
d                2587 maint/gnulib/lib/mini-gmp.c mpz_cdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d)
d                2589 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_CEIL);
d                2593 maint/gnulib/lib/mini-gmp.c mpz_fdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d)
d                2595 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_FLOOR);
d                2599 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d)
d                2601 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC);
d                2605 maint/gnulib/lib/mini-gmp.c mpz_cdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d)
d                2607 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_CEIL);
d                2610 maint/gnulib/lib/mini-gmp.c mpz_fdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d)
d                2612 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
d                2615 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d)
d                2617 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_TRUNC);
d                2621 maint/gnulib/lib/mini-gmp.c mpz_cdiv_ui (const mpz_t n, unsigned long d)
d                2623 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_CEIL);
d                2627 maint/gnulib/lib/mini-gmp.c mpz_fdiv_ui (const mpz_t n, unsigned long d)
d                2629 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_FLOOR);
d                2633 maint/gnulib/lib/mini-gmp.c mpz_tdiv_ui (const mpz_t n, unsigned long d)
d                2635 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC);
d                2639 maint/gnulib/lib/mini-gmp.c mpz_mod_ui (mpz_t r, const mpz_t n, unsigned long d)
d                2641 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
d                2645 maint/gnulib/lib/mini-gmp.c mpz_divexact_ui (mpz_t q, const mpz_t n, unsigned long d)
d                2647 maint/gnulib/lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC));
d                2651 maint/gnulib/lib/mini-gmp.c mpz_divisible_ui_p (const mpz_t n, unsigned long d)
d                2653 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
d                3667 maint/gnulib/lib/mini-gmp.c mpz_tstbit (const mpz_t d, mp_bitcnt_t bit_index)
d                3676 maint/gnulib/lib/mini-gmp.c   ds = d->_mp_size;
d                3683 maint/gnulib/lib/mini-gmp.c   w = d->_mp_d[limb_index];
d                3693 maint/gnulib/lib/mini-gmp.c 	if (d->_mp_d[limb_index] > 0)
d                3700 maint/gnulib/lib/mini-gmp.c mpz_abs_add_bit (mpz_t d, mp_bitcnt_t bit_index)
d                3706 maint/gnulib/lib/mini-gmp.c   dn = GMP_ABS (d->_mp_size);
d                3716 maint/gnulib/lib/mini-gmp.c       dp = MPZ_REALLOC (d, limb_index + 1);
d                3727 maint/gnulib/lib/mini-gmp.c       dp = d->_mp_d;
d                3732 maint/gnulib/lib/mini-gmp.c 	  dp = MPZ_REALLOC (d, dn + 1);
d                3737 maint/gnulib/lib/mini-gmp.c   d->_mp_size = (d->_mp_size < 0) ? - dn : dn;
d                3741 maint/gnulib/lib/mini-gmp.c mpz_abs_sub_bit (mpz_t d, mp_bitcnt_t bit_index)
d                3747 maint/gnulib/lib/mini-gmp.c   dn = GMP_ABS (d->_mp_size);
d                3748 maint/gnulib/lib/mini-gmp.c   dp = d->_mp_d;
d                3758 maint/gnulib/lib/mini-gmp.c   d->_mp_size = (d->_mp_size < 0) ? - dn : dn;
d                3762 maint/gnulib/lib/mini-gmp.c mpz_setbit (mpz_t d, mp_bitcnt_t bit_index)
d                3764 maint/gnulib/lib/mini-gmp.c   if (!mpz_tstbit (d, bit_index))
d                3766 maint/gnulib/lib/mini-gmp.c       if (d->_mp_size >= 0)
d                3767 maint/gnulib/lib/mini-gmp.c 	mpz_abs_add_bit (d, bit_index);
d                3769 maint/gnulib/lib/mini-gmp.c 	mpz_abs_sub_bit (d, bit_index);
d                3774 maint/gnulib/lib/mini-gmp.c mpz_clrbit (mpz_t d, mp_bitcnt_t bit_index)
d                3776 maint/gnulib/lib/mini-gmp.c   if (mpz_tstbit (d, bit_index))
d                3778 maint/gnulib/lib/mini-gmp.c       if (d->_mp_size >= 0)
d                3779 maint/gnulib/lib/mini-gmp.c 	mpz_abs_sub_bit (d, bit_index);
d                3781 maint/gnulib/lib/mini-gmp.c 	mpz_abs_add_bit (d, bit_index);
d                3786 maint/gnulib/lib/mini-gmp.c mpz_combit (mpz_t d, mp_bitcnt_t bit_index)
d                3788 maint/gnulib/lib/mini-gmp.c   if (mpz_tstbit (d, bit_index) ^ (d->_mp_size < 0))
d                3789 maint/gnulib/lib/mini-gmp.c     mpz_abs_sub_bit (d, bit_index);
d                3791 maint/gnulib/lib/mini-gmp.c     mpz_abs_add_bit (d, bit_index);
d                 685 maint/gnulib/lib/mountlist.c         struct dirent *d;
d                 687 maint/gnulib/lib/mountlist.c         while ((d = readdir (dirp)) != NULL)
d                 692 maint/gnulib/lib/mountlist.c             if (strcmp (d->d_name, "..") == 0)
d                 695 maint/gnulib/lib/mountlist.c             if (strcmp (d->d_name, ".") == 0)
d                 699 maint/gnulib/lib/mountlist.c                 name = xmalloc (1 + strlen (d->d_name) + 1);
d                 701 maint/gnulib/lib/mountlist.c                 strcpy (name + 1, d->d_name);
d                  80 maint/gnulib/lib/nstrftime.c # define MEMCPY(d, s, n) __wmemcpy (d, s, n)
d                  90 maint/gnulib/lib/nstrftime.c # define MEMCPY(d, s, n) memcpy (d, s, n)
d                 228 maint/gnulib/lib/nstrftime.c #  define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st)
d                 716 maint/gnulib/lib/nstrftime.c #define DO_NUMBER(d, v) \
d                 719 maint/gnulib/lib/nstrftime.c               digits = d;                                                     \
d                 724 maint/gnulib/lib/nstrftime.c #define DO_SIGNED_NUMBER(d, negative, v) \
d                 725 maint/gnulib/lib/nstrftime.c           DO_MAYBE_SIGNED_NUMBER (d, negative, v, do_signed_number)
d                 726 maint/gnulib/lib/nstrftime.c #define DO_YEARISH(d, negative, v) \
d                 727 maint/gnulib/lib/nstrftime.c           DO_MAYBE_SIGNED_NUMBER (d, negative, v, do_yearish)
d                 728 maint/gnulib/lib/nstrftime.c #define DO_MAYBE_SIGNED_NUMBER(d, negative, v, label) \
d                 731 maint/gnulib/lib/nstrftime.c               digits = d;                                                     \
d                 741 maint/gnulib/lib/nstrftime.c #define DO_TZ_OFFSET(d, mask, v) \
d                 744 maint/gnulib/lib/nstrftime.c               digits = d;                                                     \
d                 750 maint/gnulib/lib/nstrftime.c #define DO_NUMBER_SPACEPAD(d, v) \
d                 753 maint/gnulib/lib/nstrftime.c               digits = d;                                                     \
d                1209 maint/gnulib/lib/nstrftime.c                 int d = t % 10;
d                1211 maint/gnulib/lib/nstrftime.c                 *--bufp = (negative_number ? -d : d) + L_('0');
d                1276 maint/gnulib/lib/nstrftime.c                 int d = iso_week_days (tp->tm_yday - (365 + __isleap (year)),
d                1278 maint/gnulib/lib/nstrftime.c                 if (0 <= d)
d                1282 maint/gnulib/lib/nstrftime.c                     days = d;
d                2419 maint/gnulib/lib/parse-datetime.y       struct timespec d;
d                2421 maint/gnulib/lib/parse-datetime.y       if (! parse_datetime (&d, buff, NULL))
d                2423 maint/gnulib/lib/parse-datetime.y       else if (! (tm = localtime (&d.tv_sec)))
d                2425 maint/gnulib/lib/parse-datetime.y           intmax_t sec = d.tv_sec;
d                2430 maint/gnulib/lib/parse-datetime.y           int ns = d.tv_nsec;
d                  74 maint/gnulib/lib/printf-parse.c PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
d                  83 maint/gnulib/lib/printf-parse.c   d->count = 0;
d                  85 maint/gnulib/lib/printf-parse.c   d->dir = d->direct_alloc_dir;
d                 131 maint/gnulib/lib/printf-parse.c           DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */
d                 566 maint/gnulib/lib/printf-parse.c           d->count++;
d                 567 maint/gnulib/lib/printf-parse.c           if (d->count >= d_allocated)
d                 577 maint/gnulib/lib/printf-parse.c               memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir
d                 578 maint/gnulib/lib/printf-parse.c                                       ? realloc (d->dir, memory_size)
d                 583 maint/gnulib/lib/printf-parse.c               if (d->dir == d->direct_alloc_dir)
d                 584 maint/gnulib/lib/printf-parse.c                 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE));
d                 585 maint/gnulib/lib/printf-parse.c               d->dir = memory;
d                 596 maint/gnulib/lib/printf-parse.c   d->dir[d->count].dir_start = cp;
d                 598 maint/gnulib/lib/printf-parse.c   d->max_width_length = max_width_length;
d                 599 maint/gnulib/lib/printf-parse.c   d->max_precision_length = max_precision_length;
d                 605 maint/gnulib/lib/printf-parse.c   if (d->dir != d->direct_alloc_dir)
d                 606 maint/gnulib/lib/printf-parse.c     free (d->dir);
d                 613 maint/gnulib/lib/printf-parse.c   if (d->dir != d->direct_alloc_dir)
d                 614 maint/gnulib/lib/printf-parse.c     free (d->dir);
d                 175 maint/gnulib/lib/printf-parse.h        ulc_printf_parse (const char *format, char_directives *d, arguments *a);
d                 177 maint/gnulib/lib/printf-parse.h        u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a);
d                 179 maint/gnulib/lib/printf-parse.h        u16_printf_parse (const uint16_t *format, u16_directives *d,
d                 182 maint/gnulib/lib/printf-parse.h        u32_printf_parse (const uint32_t *format, u32_directives *d,
d                 190 maint/gnulib/lib/printf-parse.h int printf_parse (const char *format, char_directives *d, arguments *a);
d                3657 maint/gnulib/lib/regexec.c       unsigned char c = re_string_byte_at (input, str_idx), d;
d                3664 maint/gnulib/lib/regexec.c       d = re_string_byte_at (input, str_idx + 1);
d                3666 maint/gnulib/lib/regexec.c 	return (d < 0x80 || d > 0xbf) ? 0 : 2;
d                3670 maint/gnulib/lib/regexec.c 	  if (c == 0xe0 && d < 0xa0)
d                3676 maint/gnulib/lib/regexec.c 	  if (c == 0xf0 && d < 0x90)
d                3682 maint/gnulib/lib/regexec.c 	  if (c == 0xf8 && d < 0x88)
d                3688 maint/gnulib/lib/regexec.c 	  if (c == 0xfc && d < 0x84)
d                3699 maint/gnulib/lib/regexec.c 	  d = re_string_byte_at (input, str_idx + i);
d                3700 maint/gnulib/lib/regexec.c 	  if (d < 0x80 || d > 0xbf)
d                  32 maint/gnulib/lib/scandir.c # define _D_EXACT_NAMLEN(d) strlen ((d)->d_name)
d                  36 maint/gnulib/lib/scandir.c #  define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1)
d                  41 maint/gnulib/lib/scandir.c #  define _D_ALLOC_NAMLEN(d) (sizeof (struct dirent) - \
d                 114 maint/gnulib/lib/scandir.c   DIRENT_TYPE *d;
d                 130 maint/gnulib/lib/scandir.c   while ((d = READDIR (dp)) != NULL)
d                 136 maint/gnulib/lib/scandir.c           use_it = select (d);
d                 165 maint/gnulib/lib/scandir.c           dsize = &d->d_name[_D_ALLOC_NAMLEN (d)] - (char *) d;
d                 170 maint/gnulib/lib/scandir.c           v[c.cnt++] = (DIRENT_TYPE *) memcpy (vnew, d, dsize);
d                 232 maint/gnulib/lib/sha1.c   uint32_t d = ctx->D;
d                 265 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[ 0] );
d                 266 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[ 1] );
d                 267 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[ 2] );
d                 268 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[ 3] );
d                 269 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[ 4] );
d                 270 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[ 5] );
d                 271 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[ 6] );
d                 272 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[ 7] );
d                 273 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[ 8] );
d                 274 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[ 9] );
d                 275 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[10] );
d                 276 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[11] );
d                 277 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[12] );
d                 278 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[13] );
d                 279 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[14] );
d                 280 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[15] );
d                 281 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, M(16) );
d                 282 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, M(17) );
d                 283 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, M(18) );
d                 284 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, M(19) );
d                 285 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(20) );
d                 286 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(21) );
d                 287 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(22) );
d                 288 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(23) );
d                 289 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(24) );
d                 290 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(25) );
d                 291 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(26) );
d                 292 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(27) );
d                 293 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(28) );
d                 294 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(29) );
d                 295 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(30) );
d                 296 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(31) );
d                 297 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(32) );
d                 298 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(33) );
d                 299 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(34) );
d                 300 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(35) );
d                 301 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(36) );
d                 302 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(37) );
d                 303 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(38) );
d                 304 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(39) );
d                 305 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(40) );
d                 306 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(41) );
d                 307 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(42) );
d                 308 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(43) );
d                 309 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(44) );
d                 310 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(45) );
d                 311 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(46) );
d                 312 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(47) );
d                 313 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(48) );
d                 314 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(49) );
d                 315 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(50) );
d                 316 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(51) );
d                 317 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(52) );
d                 318 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(53) );
d                 319 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(54) );
d                 320 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(55) );
d                 321 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(56) );
d                 322 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(57) );
d                 323 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(58) );
d                 324 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(59) );
d                 325 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(60) );
d                 326 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(61) );
d                 327 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(62) );
d                 328 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(63) );
d                 329 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(64) );
d                 330 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(65) );
d                 331 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(66) );
d                 332 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(67) );
d                 333 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(68) );
d                 334 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(69) );
d                 335 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(70) );
d                 336 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(71) );
d                 337 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(72) );
d                 338 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(73) );
d                 339 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(74) );
d                 340 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(75) );
d                 341 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(76) );
d                 342 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(77) );
d                 343 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(78) );
d                 344 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(79) );
d                 349 maint/gnulib/lib/sha1.c       d = ctx->D += d;
d                 307 maint/gnulib/lib/sha256.c   uint32_t d = ctx->state[3];
d                 350 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
d                 351 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
d                 352 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
d                 353 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
d                 354 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
d                 355 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
d                 356 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
d                 357 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
d                 358 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
d                 359 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
d                 360 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(10), x[10] );
d                 361 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(11), x[11] );
d                 362 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(12), x[12] );
d                 363 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(13), x[13] );
d                 364 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(14), x[14] );
d                 365 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(15), x[15] );
d                 366 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(16), M(16) );
d                 367 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(17), M(17) );
d                 368 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(18), M(18) );
d                 369 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(19), M(19) );
d                 370 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(20), M(20) );
d                 371 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(21), M(21) );
d                 372 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(22), M(22) );
d                 373 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(23), M(23) );
d                 374 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(24), M(24) );
d                 375 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(25), M(25) );
d                 376 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(26), M(26) );
d                 377 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(27), M(27) );
d                 378 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(28), M(28) );
d                 379 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(29), M(29) );
d                 380 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(30), M(30) );
d                 381 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(31), M(31) );
d                 382 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(32), M(32) );
d                 383 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(33), M(33) );
d                 384 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(34), M(34) );
d                 385 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(35), M(35) );
d                 386 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(36), M(36) );
d                 387 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(37), M(37) );
d                 388 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(38), M(38) );
d                 389 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(39), M(39) );
d                 390 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(40), M(40) );
d                 391 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(41), M(41) );
d                 392 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(42), M(42) );
d                 393 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(43), M(43) );
d                 394 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(44), M(44) );
d                 395 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(45), M(45) );
d                 396 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(46), M(46) );
d                 397 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(47), M(47) );
d                 398 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(48), M(48) );
d                 399 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(49), M(49) );
d                 400 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(50), M(50) );
d                 401 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(51), M(51) );
d                 402 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(52), M(52) );
d                 403 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(53), M(53) );
d                 404 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(54), M(54) );
d                 405 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(55), M(55) );
d                 406 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(56), M(56) );
d                 407 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(57), M(57) );
d                 408 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(58), M(58) );
d                 409 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(59), M(59) );
d                 410 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(60), M(60) );
d                 411 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(61), M(61) );
d                 412 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(62), M(62) );
d                 413 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(63), M(63) );
d                 418 maint/gnulib/lib/sha256.c       d = ctx->state[3] += d;
d                 331 maint/gnulib/lib/sha512.c   u64 d = ctx->state[3];
d                 379 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
d                 380 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
d                 381 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
d                 382 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
d                 383 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
d                 384 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
d                 385 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
d                 386 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
d                 387 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
d                 388 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
d                 389 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(10), x[10] );
d                 390 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(11), x[11] );
d                 391 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(12), x[12] );
d                 392 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(13), x[13] );
d                 393 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(14), x[14] );
d                 394 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(15), x[15] );
d                 395 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(16), M(16) );
d                 396 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(17), M(17) );
d                 397 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(18), M(18) );
d                 398 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(19), M(19) );
d                 399 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(20), M(20) );
d                 400 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(21), M(21) );
d                 401 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(22), M(22) );
d                 402 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(23), M(23) );
d                 403 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(24), M(24) );
d                 404 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(25), M(25) );
d                 405 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(26), M(26) );
d                 406 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(27), M(27) );
d                 407 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(28), M(28) );
d                 408 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(29), M(29) );
d                 409 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(30), M(30) );
d                 410 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(31), M(31) );
d                 411 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(32), M(32) );
d                 412 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(33), M(33) );
d                 413 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(34), M(34) );
d                 414 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(35), M(35) );
d                 415 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(36), M(36) );
d                 416 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(37), M(37) );
d                 417 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(38), M(38) );
d                 418 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(39), M(39) );
d                 419 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(40), M(40) );
d                 420 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(41), M(41) );
d                 421 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(42), M(42) );
d                 422 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(43), M(43) );
d                 423 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(44), M(44) );
d                 424 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(45), M(45) );
d                 425 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(46), M(46) );
d                 426 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(47), M(47) );
d                 427 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(48), M(48) );
d                 428 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(49), M(49) );
d                 429 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(50), M(50) );
d                 430 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(51), M(51) );
d                 431 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(52), M(52) );
d                 432 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(53), M(53) );
d                 433 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(54), M(54) );
d                 434 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(55), M(55) );
d                 435 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(56), M(56) );
d                 436 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(57), M(57) );
d                 437 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(58), M(58) );
d                 438 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(59), M(59) );
d                 439 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(60), M(60) );
d                 440 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(61), M(61) );
d                 441 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(62), M(62) );
d                 442 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(63), M(63) );
d                 443 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(64), M(64) );
d                 444 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(65), M(65) );
d                 445 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(66), M(66) );
d                 446 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(67), M(67) );
d                 447 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(68), M(68) );
d                 448 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(69), M(69) );
d                 449 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(70), M(70) );
d                 450 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(71), M(71) );
d                 451 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(72), M(72) );
d                 452 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(73), M(73) );
d                 453 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(74), M(74) );
d                 454 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(75), M(75) );
d                 455 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(76), M(76) );
d                 456 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(77), M(77) );
d                 457 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(78), M(78) );
d                 458 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(79), M(79) );
d                 463 maint/gnulib/lib/sha512.c       d = ctx->state[3] = u64plus (ctx->state[3], d);
d                 272 maint/gnulib/lib/sm3.c   uint32_t d = ctx->state[3];
d                 328 maint/gnulib/lib/sm3.c                   a, b, c, d, e, f, g, h);
d                 330 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 0), W1( 0), W1( 4) );
d                 331 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 1), W1( 1), W1( 5) );
d                 332 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T( 2), W1( 2), W1( 6) );
d                 333 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T( 3), W1( 3), W1( 7) );
d                 334 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 4), W1( 4), W1( 8) );
d                 335 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 5), W1( 5), W1( 9) );
d                 336 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T( 6), W1( 6), W1(10) );
d                 337 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T( 7), W1( 7), W1(11) );
d                 338 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 8), W1( 8), W1(12) );
d                 339 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 9), W1( 9), W1(13) );
d                 340 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T(10), W1(10), W1(14) );
d                 341 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T(11), W1(11), W1(15) );
d                 342 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) );
d                 343 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) );
d                 344 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) );
d                 345 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) );
d                 346 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) );
d                 347 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) );
d                 348 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(18), W1(18), W2(22) );
d                 349 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(19), W1(19), W2(23) );
d                 350 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(20), W1(20), W2(24) );
d                 351 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(21), W1(21), W2(25) );
d                 352 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(22), W1(22), W2(26) );
d                 353 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(23), W1(23), W2(27) );
d                 354 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(24), W1(24), W2(28) );
d                 355 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(25), W1(25), W2(29) );
d                 356 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(26), W1(26), W2(30) );
d                 357 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(27), W1(27), W2(31) );
d                 358 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(28), W1(28), W2(32) );
d                 359 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(29), W1(29), W2(33) );
d                 360 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(30), W1(30), W2(34) );
d                 361 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(31), W1(31), W2(35) );
d                 362 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(32), W1(32), W2(36) );
d                 363 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(33), W1(33), W2(37) );
d                 364 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(34), W1(34), W2(38) );
d                 365 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(35), W1(35), W2(39) );
d                 366 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(36), W1(36), W2(40) );
d                 367 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(37), W1(37), W2(41) );
d                 368 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(38), W1(38), W2(42) );
d                 369 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(39), W1(39), W2(43) );
d                 370 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(40), W1(40), W2(44) );
d                 371 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(41), W1(41), W2(45) );
d                 372 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(42), W1(42), W2(46) );
d                 373 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(43), W1(43), W2(47) );
d                 374 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(44), W1(44), W2(48) );
d                 375 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(45), W1(45), W2(49) );
d                 376 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(46), W1(46), W2(50) );
d                 377 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(47), W1(47), W2(51) );
d                 378 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(48), W1(48), W2(52) );
d                 379 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(49), W1(49), W2(53) );
d                 380 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(50), W1(50), W2(54) );
d                 381 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(51), W1(51), W2(55) );
d                 382 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(52), W1(52), W2(56) );
d                 383 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(53), W1(53), W2(57) );
d                 384 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(54), W1(54), W2(58) );
d                 385 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(55), W1(55), W2(59) );
d                 386 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(56), W1(56), W2(60) );
d                 387 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(57), W1(57), W2(61) );
d                 388 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(58), W1(58), W2(62) );
d                 389 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(59), W1(59), W2(63) );
d                 390 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(60), W1(60), W2(64) );
d                 391 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(61), W1(61), W2(65) );
d                 392 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(62), W1(62), W2(66) );
d                 393 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(63), W1(63), W2(67) );
d                 396 maint/gnulib/lib/sm3.c                  j, a, b, c, d, e, f, g, h);
d                 401 maint/gnulib/lib/sm3.c       d = ctx->state[3] ^= d;
d                  38 maint/gnulib/lib/stpcpy.c   register char *d = dest;
d                  42 maint/gnulib/lib/stpcpy.c     *d++ = *s;
d                  45 maint/gnulib/lib/stpcpy.c   return d - 1;
d                 115 maint/gnulib/lib/tempname.c   const char *d;
d                 132 maint/gnulib/lib/tempname.c       d = __secure_getenv ("TMPDIR");
d                 133 maint/gnulib/lib/tempname.c       if (d != NULL && direxists (d))
d                 134 maint/gnulib/lib/tempname.c         dir = d;
d                  96 maint/gnulib/lib/tmpdir.c   const char *d;
d                 114 maint/gnulib/lib/tmpdir.c       d = __libc_secure_getenv ("TMPDIR");
d                 115 maint/gnulib/lib/tmpdir.c       if (d != NULL && direxists (d))
d                 116 maint/gnulib/lib/tmpdir.c         dir = d;
d                  43 maint/gnulib/lib/trim.c   char *d;
d                  45 maint/gnulib/lib/trim.c   d = strdup (s);
d                  47 maint/gnulib/lib/trim.c   if (!d)
d                  57 maint/gnulib/lib/trim.c           mbi_init (i, d, strlen (d));
d                  62 maint/gnulib/lib/trim.c           memmove (d, mbi_cur_ptr (i), strlen (mbi_cur_ptr (i)) + 1);
d                  71 maint/gnulib/lib/trim.c           mbi_init (i, d, strlen (d));
d                 113 maint/gnulib/lib/trim.c           for (p = d; *p && isspace ((unsigned char) *p); p++)
d                 116 maint/gnulib/lib/trim.c           memmove (d, p, strlen (p) + 1);
d                 122 maint/gnulib/lib/trim.c           for (p = d + strlen (d) - 1;
d                 123 maint/gnulib/lib/trim.c                p >= d && isspace ((unsigned char) *p); p--)
d                 128 maint/gnulib/lib/trim.c   return d;
d                1029 maint/gnulib/lib/vasnprintf.c       mp_limb_t d;
d                1031 maint/gnulib/lib/vasnprintf.c       d = (int) y;
d                1032 maint/gnulib/lib/vasnprintf.c       y -= d;
d                1035 maint/gnulib/lib/vasnprintf.c       m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = d;
d                1117 maint/gnulib/lib/vasnprintf.c       mp_limb_t d;
d                1119 maint/gnulib/lib/vasnprintf.c       d = (int) y;
d                1120 maint/gnulib/lib/vasnprintf.c       y -= d;
d                1123 maint/gnulib/lib/vasnprintf.c       m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = d;
d                1861 maint/gnulib/lib/vasnprintf.c   DIRECTIVES d;
d                1864 maint/gnulib/lib/vasnprintf.c   if (PRINTF_PARSE (format, &d, &a) < 0)
d                1870 maint/gnulib/lib/vasnprintf.c   if (d.dir != d.direct_alloc_dir)                                      \
d                1871 maint/gnulib/lib/vasnprintf.c     free (d.dir);                                                       \
d                1897 maint/gnulib/lib/vasnprintf.c       xsum4 (7, d.max_width_length, d.max_precision_length, 6);
d                1958 maint/gnulib/lib/vasnprintf.c     for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
d                1981 maint/gnulib/lib/vasnprintf.c         if (i == d.count)
d                  25 maint/gnulib/tests/test-dirent.c static struct dirent d;
d                  31 maint/gnulib/tests/test-dirent.c   return d.d_name[0] + i;
d                  35 maint/gnulib/tests/test-fdopendir.c   DIR *d;
d                  63 maint/gnulib/tests/test-fdopendir.c   d = fdopendir (fd);
d                  64 maint/gnulib/tests/test-fdopendir.c   ASSERT (d);
d                  73 maint/gnulib/tests/test-fdopendir.c   ASSERT (closedir (d) == 0);
d                  18 maint/gnulib/tests/test-fmod.h my_ldexp (DOUBLE x, int d)
d                  20 maint/gnulib/tests/test-fmod.h   for (; d > 0; d--)
d                  22 maint/gnulib/tests/test-fmod.h   for (; d < 0; d++)
d                  18 maint/gnulib/tests/test-frexp.h my_ldexp (DOUBLE x, int d)
d                  20 maint/gnulib/tests/test-frexp.h   for (; d > 0; d--)
d                  22 maint/gnulib/tests/test-frexp.h   for (; d < 0; d++)
d                  78 maint/gnulib/tests/test-getcwd.c       size_t d;
d                  79 maint/gnulib/tests/test-getcwd.c       for (d = 0; d < desired_depth; d++)
d                 100 maint/gnulib/tests/test-getcwd.c       while (0 < d--)
d                  64 maint/gnulib/tests/test-ieee754-h.c       u.d = double_tests[i].x;
d                  18 maint/gnulib/tests/test-ilogb.h my_ldexp (DOUBLE x, int d)
d                  20 maint/gnulib/tests/test-ilogb.h   for (; d > 0; d--)
d                  22 maint/gnulib/tests/test-ilogb.h   for (; d < 0; d++)
d                  18 maint/gnulib/tests/test-logb.h my_ldexp (DOUBLE x, int d)
d                  20 maint/gnulib/tests/test-logb.h   for (; d > 0; d--)
d                  22 maint/gnulib/tests/test-logb.h   for (; d < 0; d++)
d                  84 maint/gnulib/tests/test-math.c   double d = NAN;
d                  86 maint/gnulib/tests/test-math.c   ASSERT (!numeric_equald (d, d));
d                  88 maint/gnulib/tests/test-math.c   d = HUGE_VAL;
d                  89 maint/gnulib/tests/test-math.c   ASSERT (numeric_equald (d, 1.0 / zero));
d                  28 maint/gnulib/tests/test-printf-frexp.c my_ldexp (double x, int d)
d                  30 maint/gnulib/tests/test-printf-frexp.c   for (; d > 0; d--)
d                  32 maint/gnulib/tests/test-printf-frexp.c   for (; d < 0; d++)
d                  45 maint/gnulib/tests/test-printf-frexpl.c my_ldexp (long double x, int d)
d                  47 maint/gnulib/tests/test-printf-frexpl.c   for (; d > 0; d--)
d                  49 maint/gnulib/tests/test-printf-frexpl.c   for (; d < 0; d++)
d                  18 maint/gnulib/tests/test-remainder.h my_ldexp (DOUBLE x, int d)
d                  20 maint/gnulib/tests/test-remainder.h   for (; d > 0; d--)
d                  22 maint/gnulib/tests/test-remainder.h   for (; d < 0; d++)
d                  34 maint/gnulib/tests/test-rename.h       struct dirent *d = readdir (dir);
d                  35 maint/gnulib/tests/test-rename.h       if (d == NULL)
d                  37 maint/gnulib/tests/test-rename.h       if (strcmp (d->d_name, filename) == 0)
d                  29 maint/gnulib/tests/test-signal-h.c   sigset_t d;
d                  29 maint/gnulib/tests/test-spawn.c   pid_t d;
d                  53 maint/gnulib/tests/test-spawn.c   return s.c + s.d;
d                  39 maint/gnulib/tests/test-sqrtl.c my_ldexpl (long double x, int d)
d                  41 maint/gnulib/tests/test-sqrtl.c   for (; d > 0; d--)
d                  43 maint/gnulib/tests/test-sqrtl.c   for (; d < 0; d++)
d                  67 maint/gnulib/tests/test-stdbool.c char d[(bool) 0.5 == true ? 1 : -1];
d                  46 maint/gnulib/tests/test-stddef.c verify (sizeof (offsetof (struct d, e)) == sizeof (size_t));
d                  47 maint/gnulib/tests/test-stddef.c verify (offsetof (struct d, f) == 1);
d                  51 maint/gnulib/tests/test-stddef.c verify ((offsetof (struct d, e) < -1) == (INT_MAX < (size_t) -1));
d                  61 maint/gnulib/tests/test-stddef.c verify (alignof (struct d) <= alignof (max_align_t));
d                  70 maint/gnulib/tests/test-stddef.c verify (__alignof__ (struct d) <= __alignof__ (max_align_t));
d                  35 maint/gnulib/tests/test-strtod.c #define FABS(d) ((d) < 0.0 ? -(d) : (d))
d                  35 maint/gnulib/tests/test-strtold.c #define FABSL(d) ((d) < 0.0L ? -(d) : (d))
d                  29 maint/gnulib/tests/test-uchar.c char32_t d = 'y';
d                  72 maint/gnulib/tests/unistr/test-move.h     size_t d;
d                  75 maint/gnulib/tests/unistr/test-move.h     for (d = 0; d <= SIZEOF (src); d++)
d                  93 maint/gnulib/tests/unistr/test-move.h               U_MOVE (dest + 1 + SIZEOF (src) - d, dest + 1 + SIZEOF (src), n);
d                  94 maint/gnulib/tests/unistr/test-move.h             ASSERT (ret == dest + 1 + SIZEOF (src) - d);
d                  96 maint/gnulib/tests/unistr/test-move.h             for (i = 0; i < SIZEOF (src) - d; i++)
d                  99 maint/gnulib/tests/unistr/test-move.h               ASSERT (dest[1 + SIZEOF (src) - d + i] == src[i]);
d                 100 maint/gnulib/tests/unistr/test-move.h             for (i = SIZEOF (src) - d + n; i < SIZEOF (src2); i++)
d                 102 maint/gnulib/tests/unistr/test-move.h             for (i = (n >= d ? n - d : 0); i < SIZEOF (src); i++)
d                 113 maint/gnulib/tests/unistr/test-move.h     size_t d;
d                 116 maint/gnulib/tests/unistr/test-move.h     for (d = 0; d <= SIZEOF (src); d++)
d                 133 maint/gnulib/tests/unistr/test-move.h             ret = U_MOVE (dest + 1 + d, dest + 1, n);
d                 134 maint/gnulib/tests/unistr/test-move.h             ASSERT (ret == dest + 1 + d);
d                 136 maint/gnulib/tests/unistr/test-move.h             for (i = 0; i < d; i++)
d                 139 maint/gnulib/tests/unistr/test-move.h               ASSERT (dest[1 + d + i] == src[i]);
d                 140 maint/gnulib/tests/unistr/test-move.h             for (i = d + n; i < SIZEOF (src); i++)
d                 142 maint/gnulib/tests/unistr/test-move.h             for (i = (d + n >= SIZEOF (src) ? d + n - SIZEOF (src) : 0);
d                 468 tools/crm_node.c     int d = 0;
d                 494 tools/crm_node.c     for (d = 0; d < PCMK__NELEM(daemons); d++) {
d                 495 tools/crm_node.c         if (tools_remove_node_cache(node_name, nodeid, daemons[d])) {
d                 497 tools/crm_node.c                     daemons[d], target_uname);
d                1250 tools/crm_resource_runtime.c #define waiting_for_starts(d, r, h) ((d != NULL) || \