HomeSort by relevance Sort by last modified time
    Searched refs:allocated_var_bytes (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer.cc 207 memset (allocated_var_bytes, 0, sizeof allocated_var_bytes);
602 buf[i] = '0' + buffer->allocated_var_bytes[7 - i];
620 assert (!allocated_var_bytes[i]);
621 allocated_var_bytes[i]++;
637 assert (allocated_var_bytes[i]);
639 allocated_var_bytes[i]--;
654 assert (allocated_var_bytes[i]);
661 memset (allocated_var_bytes, 0, sizeof (allocated_var_bytes));
    [all...]
hb-buffer-private.hh 86 uint8_t allocated_var_bytes[8]; member in struct:hb_buffer_t

Completed in 36 milliseconds