Home
last modified time | relevance | path

Searched refs:in_end (Results 1 – 15 of 15) sorted by relevance

/external/liblzf/
Dlzf_d.c61 u8 const *const in_end = ip + in_len; in lzf_decompress() local
79 if (ip + ctrl > in_end) in lzf_decompress()
109 if (ip >= in_end) in lzf_decompress()
119 if (ip >= in_end) in lzf_decompress()
181 while (ip < in_end); in lzf_decompress()
Dlzf_c.c111 const u8 *in_end = ip + in_len; in lzf_compress() local
140 while (ip < in_end - 2) in lzf_compress()
164 unsigned int maxlen = in_end - ip - len; in lzf_compress()
225 if (expect_false (ip >= in_end - 2)) in lzf_compress()
275 while (ip < in_end) in lzf_compress()
/external/syslinux/core/lwip/src/core/
Dnetif.c695 struct pbuf *in_end = in; in netif_poll() local
703 while (in_end->len != in_end->tot_len) { in netif_poll()
704 LWIP_ASSERT("bogus pbuf: len != tot_len but next == NULL!", in_end->next != NULL); in netif_poll()
705 in_end = in_end->next; in netif_poll()
708 if (in_end == netif->loop_last) { in netif_poll()
713 netif->loop_first = in_end->next; in netif_poll()
717 in_end->next = NULL; in netif_poll()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
214 in_end = in_msg + in_msg_len; in tlsv1_client_handshake()
218 while (in_pos < in_end) { in tlsv1_client_handshake()
219 in_msg_len = in_end - in_pos; in tlsv1_client_handshake()
310 const u8 *in_end, *pos; in tlsv1_client_decrypt() local
332 in_end = in_data + in_len; in tlsv1_client_decrypt()
334 while (pos < in_end) { in tlsv1_client_decrypt()
336 if (wpabuf_resize(&buf, in_end - pos) < 0) { in tlsv1_client_decrypt()
342 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos, in tlsv1_client_decrypt()
352 partial = wpabuf_alloc_copy(pos, in_end - pos); in tlsv1_client_decrypt()
Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local
173 in_end = in_msg + in_msg_len; in tlsv1_server_handshake()
177 while (in_pos < in_end) { in tlsv1_server_handshake()
178 in_msg_len = in_end - in_pos; in tlsv1_server_handshake()
262 const u8 *in_end, *pos; in tlsv1_server_decrypt() local
268 in_end = in_data + in_len; in tlsv1_server_decrypt()
272 while (pos < in_end) { in tlsv1_server_decrypt()
275 used = tlsv1_record_receive(&conn->rl, pos, in_end - pos, in tlsv1_server_decrypt()
/external/clang/include/clang/AST/
DASTVector.h180 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append() argument
181 size_type NumInputs = std::distance(in_start, in_end); in append()
193 std::uninitialized_copy(in_start, in_end, this->end()); in append()
/external/syslinux/lzo/src/
Dlzo_mchw.ch48 const lzo_bytep in_end;
103 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
Dlzo1x_c.ch47 const lzo_bytep const in_end = in + in_len;
328 return pd(in_end,ii-ti);
Dlzo1x_9x.c574 c->in_end = in + in_len; in lzo1x_999_compress_internal()
Dlzo_swd.ch308 s->look = (lzo_uint) (s->c->in_end - s->c->ip);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h349 void append(in_iter in_start, in_iter in_end) { in append() argument
350 size_type NumInputs = std::distance(in_start, in_end); in append()
358 std::uninitialized_copy(in_start, in_end, this->end()); in append()
/external/syslinux/gpxe/src/util/
Dnrv2b.c170 const unsigned char *in_end; member
199 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
411 s->look = (unsigned int) (s->c->in_end - s->c->ip); in swd_init()
1064 c->in_end = in + in_len; in ucl_nrv2b_99_compress()
/external/llvm/include/llvm/ADT/
DSmallVector.h389 void append(in_iter in_start, in_iter in_end) { in append() argument
390 size_type NumInputs = std::distance(in_start, in_end); in append()
396 this->uninitialized_copy(in_start, in_end, this->end()); in append()
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c3177 const lzo_bytep const in_end = in + in_len; in do_compress() local
3452 return pd(in_end,ii-ti); in do_compress()
/external/libvncserver/common/
Dminilzo.c4603 const lzo_bytep const in_end = in + in_len; in do_compress() local
4880 return pd(in_end,ii-ti); in do_compress()