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

  /external/harfbuzz_ng/src/
hb-null.hh 153 /* CRAP pool: Common Region for Access Protection. */
155 static inline Type& Crap () {
165 static Type & get_crap () { return Crap<Type> (); }
167 #define Crap(Type) CrapHelper<Type>::get_crap ()
171 static Type & get () { return Crap(Type); }
hb-open-type.hh 252 static Type *get_crap () { return &Crap(Type); }
371 if (unlikely (p < arrayZ)) return Crap (Type); /* Overflowed. */
388 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type))
464 if (unlikely (p < this->arrayZ)) return Crap (Type); /* Overflowed. */
494 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type))
525 if (unlikely (i >= len)) return Crap (Type);
605 Type &lsearch (const T &x, Type &not_found = Crap (Type))
650 if (unlikely (i >= this->len)) return Crap (Type);
695 if (unlikely (i >= lenP1 || !i)) return Crap (Type);
760 if (unlikely (i > lenM1)) return Crap (Type)
    [all...]
hb-vector.hh 81 return Crap (Type);
131 return &Crap(Type);
hb-buffer.hh 229 if (unlikely (!make_room_for (0, 1))) return Crap(hb_glyph_info_t);
232 return Crap(hb_glyph_info_t);
hb-cff-interp-common.hh 449 return Crap(ELEM);
460 return Crap(ELEM);
hb-ot-cff2-table.hh 478 if (unlikely (font == &Crap(CFF2FontDictValues))) { fini (); return; }
hb-subset-cff-common.hh 47 if (unlikely (buff.push ((const char)b) == &Crap(char)))
hb-ot-cff1-table.hh 1091 if (unlikely (font == &Crap(CFF1FontDictValues))) { fini (); return; }
    [all...]

Completed in 2114 milliseconds