Searched defs:ip (Results 1 – 6 of 6) sorted by relevance
/lib/lz4/ |
D | lz4hc_compress.c | 65 static inline void lz4hc_insert(struct lz4hc_data *hc4, const u8 *ip) in lz4hc_insert() 122 const u8 *ip, const u8 *const matchlimit, const u8 **matchpos) in lz4hc_insertandfindbestmatch() 191 const u8 *ip, const u8 *startlimit, const u8 *matchlimit, int longest, in lz4hc_insertandgetwidermatch() 269 static inline int lz4_encodesequence(const u8 **ip, u8 **op, const u8 **anchor, in lz4_encodesequence() 322 const u8 *ip = (const u8 *)source; in lz4_compresshcctx() local
|
D | lz4_decompress.c | 57 const BYTE *ip = (const BYTE *) source; in lz4_uncompress() local 176 const BYTE *ip = (const BYTE *) source; in lz4_uncompress_unknownoutputsize() local
|
D | lz4_compress.c | 59 const u8 *ip = (u8 *)source; in lz4_compressctx() local 245 const u8 *ip = (u8 *) source; in lz4_compress64kctx() local
|
/lib/lzo/ |
D | lzo1x_compress.c | 25 const unsigned char *ip; in lzo1x_1_do_compress() local 220 const unsigned char *ip = in; in lzo1x_1_compress() local
|
D | lzo1x_decompress_safe.c | 42 const unsigned char *ip; in lzo1x_decompress_safe() local
|
/lib/ |
D | test_printf.c | 258 ip(void) in ip() function
|