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

  /src/external/lgpl3/gmp/dist/rand/
randlc2x.c 49 {_cp,_cn} is the "c" addend. Normally _cn is 1, but when nails are in
50 use a ulong can be bigger than one limb, and in this case _cn is 2 if
51 necessary. c==0 is stored as _cp[0]==0 and _cn==1, which makes it easy
61 mp_size_t _cn; member in struct:__anon23313
115 /* t = t + c. NOTE: tn is always >= p->_cn (precondition for __GMPN_ADD);
117 ASSERT (tn >= p->_cn);
118 __GMPN_ADD (cy, tp, tp, tn, p->_cp, p->_cn);
280 dstp->_cn = srcp->_cn;
    [all...]
  /src/games/mille/
extern.c 56 static const char *const _cn[NUM_CARDS] = {/* Card name buffer */ variable
78 const char *const *C_name = &_cn[1]; /* Card names */

Completed in 18 milliseconds