Searched refs:nnn (Results 1 – 7 of 7) sorted by relevance
43 #define GET_BITS(lll,vvv,nnn) \ argument46 if (s->bsLive >= nnn) { \49 (s->bsLive-nnn)) & ((1 << nnn)-1); \50 s->bsLive -= nnn; \
102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
559 int nnn = decpt; in __format_float_fixed() local561 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++; in __format_float_fixed()562 } while ( --nnn > 0 ); in __format_float_fixed()
19 # <nnn> Break position, status == nnn
463 ** mean that writes of blocks that are nnn bytes in size and465 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means603 ** mean that writes of blocks that are nnn bytes in size and605 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
204 ** The maximum value of a ?nnn wildcard that the parser will accept.987 ** mean that writes of blocks that are nnn bytes in size and989 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means1127 ** mean that writes of blocks that are nnn bytes in size and1129 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means61031 ** Wildcards of the form "?nnn" are assigned the number "nnn". We make61032 ** sure "nnn" is not too be to avoid a denial of service attack when61054 /* Wildcard of the form "?nnn". Convert "nnn" to an integer and