Searched defs:ptr_end (Results 1 - 4 of 4) sorted by path

/external/chromium_org/remoting/base/
H A Dutil.cc258 const char* ptr_end = data + length; local
259 while (ptr != ptr_end) {
273 if (ptr == ptr_end)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c384 unsigned char *ptr_end = cx_data_end; local
393 vp8_start_encode(w, ptr, ptr_end);
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c385 unsigned char *ptr_end = cx_data_end; local
394 vp8_start_encode(w, ptr, ptr_end);
/external/qemu/tcg/
H A Dtcg.h543 uint8_t *ptr, *ptr_end; local
546 ptr_end = ptr + size;
547 if (unlikely(ptr_end > s->pool_end)) {
550 s->pool_cur = ptr_end;

Completed in 618 milliseconds