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

  /external/liblzf/
lzf_d.c 62 u8 *const out_end = op + out_len; local
72 if (op + ctrl > out_end)
129 if (op + len + 2 > out_end)
lzf_c.c 112 u8 *out_end = op + out_len; local
167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
259 if (expect_false (op >= out_end))
272 if (op + 3 > out_end) /* at most 3 bytes can be missing here */
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 239 u8 alert, *out_end, *out_pos, ct; local
245 out_end = out_data + out_len;
249 olen = out_end - out_pos;
296 if (out_pos > out_end) {
  /external/tremolo/Tremolo/
codec_internal.h 65 int out_end; member in struct:vorbis_dsp_state

Completed in 604 milliseconds