Home
last modified time | relevance | path

Searched refs:allocated_var_bytes (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc207 memset (allocated_var_bytes, 0, sizeof allocated_var_bytes); in clear()
602 buf[i] = '0' + buffer->allocated_var_bytes[7 - i]; in dump_var_allocation()
620 assert (!allocated_var_bytes[i]); in allocate_var()
621 allocated_var_bytes[i]++; in allocate_var()
637 assert (allocated_var_bytes[i]); in deallocate_var()
639 allocated_var_bytes[i]--; in deallocate_var()
654 assert (allocated_var_bytes[i]); in assert_var()
661 memset (allocated_var_bytes, 0, sizeof (allocated_var_bytes)); in deallocate_var_all()
Dhb-buffer-private.hh86 uint8_t allocated_var_bytes[8]; member