Searched refs:fdcount (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 499 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize() 525 bool sanitize (hb_sanitize_context_t *c, const void * /*nullptr*/, unsigned int fdcount) const in sanitize() 528 return_trace (first < c->get_num_glyphs () && (fd < fdcount)); in sanitize() 543 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize() 546 if (unlikely (!c->check_struct (this) || !ranges.sanitize (c, nullptr, fdcount) || in sanitize() 621 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize() 629 case 0: return_trace (u.format0.sanitize (c, fdcount)); in sanitize() 630 case 3: return_trace (u.format3.sanitize (c, fdcount)); in sanitize()
|
D | hb-ot-cff2-table.hh | 92 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize() 100 case 0: return_trace (u.format0.sanitize (c, fdcount)); in sanitize() 101 case 3: return_trace (u.format3.sanitize (c, fdcount)); in sanitize() 102 case 4: return_trace (u.format4.sanitize (c, fdcount)); in sanitize()
|
/external/kmod/testsuite/ |
D | testsuite.c | 613 int fdcount, i, timeout; in test_run_parent_check_outputs() local 621 fdcount = epoll_wait(fd_ep, ev, 4, timeout); in test_run_parent_check_outputs() 622 if (fdcount < 0) { in test_run_parent_check_outputs() 630 for (i = 0; i < fdcount; i++) { in test_run_parent_check_outputs()
|