Searched refs:overflows (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-repacker.hh | 611 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() 613 if (overflows) overflows->resize (0); in will_overflow() 624 if (!overflows) return true; in will_overflow() 629 overflows->push (r); in will_overflow() 633 if (!overflows) return false; in will_overflow() 634 return overflows->length; in will_overflow() 653 void print_overflows (const hb_vector_t<overflow_record_t>& overflows) in print_overflows() 658 for (const auto& o : overflows) in print_overflows() 1044 static bool _try_isolating_subgraphs (const hb_vector_t<graph_t::overflow_record_t>& overflows, in _try_isolating_subgraphs() argument 1070 _process_overflows(const hb_vector_t<graph_t::overflow_record_t>& overflows, hb_set_t& priority_bumped_parents, graph_t& sorted_graph) _process_overflows() argument 1157 hb_vector_t<graph_t::overflow_record_t> overflows; hb_resolve_overflows() local [all...] |
H A D | hb-vector.hh | 223 bool overflows = in alloc() local 227 if (likely (!overflows)) in alloc()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string.cc | 286 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper() local 306 overflows |= ToUpperOverflows(current); in ConvertCaseHelper() 322 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length) in ConvertCaseHelper()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 62 @ causing overflows, but sometimes the input values are just big enough to 77 @ Even with this workaround, there were still some files that caused overflows 206 @ Sometimes this overflows, so to get one additional bit of precision, use
|
/third_party/backends/lib/ |
H A D | alloca.c | 247 for the routine which overflows the stack. */ 294 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | simple_idct10.asm | 192 ; Also, using a bias on input overflows, so use the bias
|
H A D | vp9itxfm.asm | 792 ; unfortunately, the code below overflows in some cases 1045 %if 0 ; overflows :( 1719 ; unfortunately, the code below overflows in some cases, e.g. 1744 ; unfortunately, the code below overflows in some cases 1799 ; unfortunately, the code below overflows in some cases, e.g.
|
H A D | vp8dsp.asm | 565 ; first calculate negative taps (to prevent losing positive overflows) 623 ; first calculate negative taps (to prevent losing positive overflows)
|
/third_party/ffmpeg/tests/checkasm/arm/ |
H A D | checkasm.S | 86 @ For stack overflows, the callee is free to overwrite the parameters
|
/third_party/ffmpeg/ |
H A D | configure | 478 --enable-ftrapv Trap arithmetic overflows
|
Completed in 19 milliseconds