HomeSort by relevance Sort by last modified time
    Searched defs:in_end (Results 1 - 3 of 3) sorted by null

  /external/liblzf/
lzf_d.c 61 u8 const *const in_end = ip + in_len; local
79 if (ip + ctrl > in_end)
109 if (ip >= in_end)
119 if (ip >= in_end)
181 while (ip < in_end);
lzf_c.c 111 const u8 *in_end = ip + in_len; local
140 while (ip < in_end - 2)
164 unsigned int maxlen = in_end - ip - len;
225 if (expect_false (ip >= in_end - 2))
275 while (ip < in_end)
  /bootable/recovery/applypatch/
imgdiff.c 714 int in_start = 0, in_end; local
717 in_end = in_start+1;
722 for (in_end = in_start+1;
723 in_end < *num_chunks && chunks[in_end].type == CHUNK_NORMAL &&
724 (chunks[in_end].start ==
725 chunks[in_end-1].start + chunks[in_end-1].len &&
726 chunks[in_end].data ==
727 chunks[in_end-1].data + chunks[in_end-1].len)
    [all...]

Completed in 52 milliseconds