Home
last modified time | relevance | path

Searched refs:nnn (Results 1 – 7 of 7) sorted by relevance

/external/bzip2/
Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ argument
46 if (s->bsLive >= nnn) { \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
/external/stlport/src/
Dnum_put_float.cpp559 int nnn = decpt; in __format_float_fixed() local
561 buf += (nnn <= 0 || *bp == 0) ? '0' : *bp++; in __format_float_fixed()
562 } while ( --nnn > 0 ); in __format_float_fixed()
/external/icu4c/test/testdata/
Drbbitst.txt19 # <nnn> Break position, status == nnn
/external/chromium/third_party/icu/source/test/testdata/
Drbbitst.txt19 # <nnn> Break position, status == nnn
/external/sqlite/dist/
Dsqlite3.h.orig463 ** mean that writes of blocks that are nnn bytes in size and
465 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
603 ** mean that writes of blocks that are nnn bytes in size and
605 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
Dsqlite3.c.orig204 ** The maximum value of a ?nnn wildcard that the parser will accept.
987 ** mean that writes of blocks that are nnn bytes in size and
989 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
1127 ** mean that writes of blocks that are nnn bytes in size and
1129 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
61031 ** Wildcards of the form "?nnn" are assigned the number "nnn". We make
61032 ** sure "nnn" is not too be to avoid a denial of service attack when
61054 /* Wildcard of the form "?nnn". Convert "nnn" to an integer and