Home
last modified time | relevance | path

Searched refs:Crap (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-null.hh135 static inline Type& Crap () { in Crap() function
145 static Type & get_crap () { return Crap<Type> (); } in get_crap()
147 #define Crap(Type) CrapHelper<Type>::get_crap () macro
151 static Type & get () { return Crap(Type); } in get()
Dhb-open-type.hh268 static Type *get_crap () { return &Crap (Type); } in get_crap()
413 if (unlikely (p < arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()
430 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
510 if (unlikely (p < this->arrayZ)) return Crap (Type); /* Overflowed. */ in operator []()
535 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
566 if (unlikely (i >= len)) return Crap (Type); in operator []()
655 Type &lsearch (const T &x, Type &not_found = Crap (Type)) in lsearch()
701 if (unlikely (i >= this->len)) return Crap (Type); in operator []()
741 if (unlikely (i >= lenP1 || !i)) return Crap (Type); in operator []()
825 if (unlikely (i > lenM1)) return Crap (Type); in operator []()
[all …]
Dhb-vector.hh113 return Crap (Type); in operator []()
168 return &Crap(Type); in push()
Dhb-buffer.hh231 if (unlikely (!make_room_for (0, 1))) return Crap(hb_glyph_info_t); in output_glyph()
234 return Crap(hb_glyph_info_t); in output_glyph()
Dhb-cff-interp-common.hh411 return Crap(ELEM); in push()
422 return Crap(ELEM); in pop()
Dhb-ot-cff2-table.hh482 if (unlikely (font == &Crap(cff2_font_dict_values_t))) { fini (); return; } in init()
Dhb-subset-cff-common.hh47 if (unlikely (buff.push (b) == &Crap(unsigned char))) in encode_byte()
Dhb-ot-cff1-table.hh1111 if (unlikely (font == &Crap(cff1_font_dict_values_t))) { fini (); return; } in init()