Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 – 4 of 4) sorted by relevance

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