Searched refs:ptr_end (Results 1 – 4 of 4) sorted by relevance
258 const char* ptr_end = data + length; in StringIsUtf8() local259 while (ptr != ptr_end) { in StringIsUtf8()273 if (ptr == ptr_end) in StringIsUtf8()
543 uint8_t *ptr, *ptr_end; in tcg_malloc() local546 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()
385 unsigned char *ptr_end = cx_data_end; in pack_tokens_into_partitions_c() local394 vp8_start_encode(w, ptr, ptr_end); in pack_tokens_into_partitions_c()