HomeSort by relevance Sort by last modified time
    Searched refs:nIn (Results 1 - 13 of 13) sorted by null

  /external/bzip2/
unzcrash.c 44 int nIn, nOut, nZ;
92 nIn = fread ( inbuf, 1, M_BLOCK, f );
93 fprintf ( stderr, "%d bytes read\n", nIn );
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
113 if (nOut != nIn) {
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
130 assert (nOut == nIn);
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 154 int nIn, nOut, written;
166 zIn = (const unsigned char *)Tcl_GetStringFromObj(objv[3], &nIn);
167 aOut = sqlite3_malloc( nIn/2 );
171 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
202 int nIn, nOut;
211 zIn = (const unsigned char *)Tcl_GetStringFromObj(objv[1], &nIn);
212 aOut = sqlite3_malloc( nIn/2 );
216 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
where.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 293 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
296 for(i=0; i<nIn; i++){
306 if( nIn>mx*2 ){
307 for(j=mx, i=nIn-mx; i<nIn; i++, j++){
318 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
319 ** zOut is at least big enough to hold nIn bytes. Write the actual
340 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
344 if( nIn<3 || nIn>=sizeof(zReverse)-7 )
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 292 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
295 for(i=0; i<nIn; i++){
305 if( nIn>mx*2 ){
306 for(j=mx, i=nIn-mx; i<nIn; i++, j++){
317 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
318 ** zOut is at least big enough to hold nIn bytes. Write the actual
339 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
343 if( nIn<3 || nIn>=sizeof(zReverse)-7 )
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 295 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
298 for(i=0; i<nIn; i++){
308 if( nIn>mx*2 ){
309 for(j=mx, i=nIn-mx; i<nIn; i++, j++){
320 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
321 ** zOut is at least big enough to hold nIn bytes. Write the actual
342 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){
346 if( nIn<3 || nIn>=(int)sizeof(zReverse)-7 )
    [all...]
fts3_expr.c 549 int nIn = n;
557 rc = getNextNode(pParse, zIn, nIn, &p, &nByte);
642 assert( rc!=SQLITE_OK || (nByte>0 && nByte<=nIn) );
643 nIn -= nByte;
667 *pnConsumed = n - nIn;
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 453 const SSL3Opaque *pIn, PRInt32 nIn)
461 msg = dtls_AllocQueuedMessage(ss->ssl3.cwSpec->epoch, type, pIn, nIn);
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1837 milliseconds