HomeSort by: relevance | last modified time | path
    Searched refs:tmp_bp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
gcdext.c 40 mp_ptr tmp_ap, tmp_bp; local
88 tmp_bp = tmp_sp + bsize + 1;
89 tmp_ap = tmp_bp + bsize;
91 MPN_COPY (tmp_bp, PTR (b), bsize);
93 gsize = mpn_gcdext (tmp_gp, tmp_sp, &tmp_ssize, tmp_ap, asize, tmp_bp, bsize);
  /src/external/bsd/nvi/dist/common/
mem.h 71 BINC_GOTOC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
72 bp = (type *) L__wp->tmp_bp; \
89 BINC_RETC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
90 bp = (type *) L__wp->tmp_bp; \
107 if (L__wp == NULL || bp == (type *)L__wp->tmp_bp) { \
109 BINC_GOTOC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
110 bp = (type *) L__wp->tmp_bp; \
121 if (L__wp == NULL || bp == (type *)L__wp->tmp_bp) { \
123 BINC_RETC(sp, L__wp->tmp_bp, L__wp->tmp_blen, nlen); \
124 bp = (type *) L__wp->tmp_bp; \
    [all...]
gs.c 130 if (wp->tmp_bp != NULL)
131 free(wp->tmp_bp);
screen.h 67 char *tmp_bp; /* Temporary buffer. */ member in struct:_win

Completed in 20 milliseconds