/external/zlib/src/contrib/puff/ |
puff.h | 35 unsigned long *sourcelen); /* amount of input available */
|
pufftest.c | 95 unsigned long sourcelen, destlen; local 136 sourcelen = (unsigned long)len; 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); 142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", 143 len - sourcelen); 156 puff(dest, &destlen, source + skip, &sourcelen);
|
puff.c | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvfbts.h | 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
nccbtst.h | 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
ncnvfbts.c | 129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 183 realSourceEnd = source + sourceLen; 226 sourceLen, targ-junkout); 292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 341 realSourceEnd = src + sourcelen; 389 sourcelen, targ-junkout);
|
ncnvtst.c | 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, 47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, [all...] |
nccbtst.c | [all...] |
nucnvtst.c | 354 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 402 realSourceEnd = source + sourceLen; 439 sourceLen, targ-junkout); 499 printUSeqErr(source, sourceLen); 511 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 560 realSourceEnd = src + sourcelen; 601 sourcelen, targ-junkout); [all...] |
/external/icu4c/test/cintltst/ |
ncnvfbts.h | 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
nccbtst.h | 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
ncnvfbts.c | 129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 183 realSourceEnd = source + sourceLen; 226 sourceLen, targ-junkout); 292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 341 realSourceEnd = src + sourcelen; 389 sourcelen, targ-junkout);
|
ncnvtst.c | 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, 47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, [all...] |
nccbtst.c | [all...] |
nucnvtst.c | 373 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, 421 realSourceEnd = source + sourceLen; 458 sourceLen, targ-junkout); 518 printUSeqErr(source, sourceLen); 530 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 579 realSourceEnd = src + sourcelen; 620 sourcelen, targ-junkout); [all...] |
/external/dropbear/ |
keyimport.c | 239 static int ber_read_id_len(void *source, int sourcelen, 244 if (sourcelen == 0) 252 p++, sourcelen--; 253 if (sourcelen == 0) 257 p++, sourcelen--; 260 p++, sourcelen--; 263 if (sourcelen == 0) 268 p++, sourcelen--; 269 if (sourcelen < n) 274 sourcelen -= n [all...] |