Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh147 return_trace (c->check_struct (this) && ((nSups == 0) || (supps[nSups - 1]).sanitize (c))); in sanitize()
153 if (sid == supps[i].glyph) in get_codes()
154 codes.push (supps[i].code); in get_codes()
161 SuppEncoding supps[VAR]; member
163 DEFINE_SIZE_ARRAY (1, supps);
238 suppData->supps[i].code.set (supp_codes[i].code); in serialize()
239 suppData->supps[i].glyph.set (supp_codes[i].glyph); /* actually SID */ in serialize()
/external/syzkaller/pkg/report/
Dreport.go68 supps, err := compileRegexps(append(suppressions, cfg.Suppressions...))
72 return &reporterWrapper{rep, supps}, nil