OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_var_bytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc
206
memset (
allocated_var_bytes
, 0, sizeof
allocated_var_bytes
);
593
buf[i] = '0' + buffer->
allocated_var_bytes
[7 - i];
611
assert (!
allocated_var_bytes
[i]);
612
allocated_var_bytes
[i]++;
628
assert (
allocated_var_bytes
[i]);
630
allocated_var_bytes
[i]--;
645
assert (
allocated_var_bytes
[i]);
652
memset (
allocated_var_bytes
, 0, sizeof (
allocated_var_bytes
));
[
all
...]
hb-buffer-private.hh
87
uint8_t
allocated_var_bytes
[8];
member in struct:hb_buffer_t
/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
88
uint8_t
allocated_var_bytes
[8];
member in struct:hb_buffer_t
Completed in 655 milliseconds