/external/zlib/contrib/puff/ |
puff.h | 31 unsigned long *sourcelen); /* amount of input available */
|
puff.c | 889 unsigned long sourcelen, destlen; local [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...] |