Home
last modified time | relevance | path

Searched refs:overflows (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh611 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 Dhb-vector.hh223 bool overflows = in alloc() local
227 if (likely (!overflows)) in alloc()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc286 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 Dvc1dsp_neon.S62 @ 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 Dalloca.c247 for the routine which overflows the stack. */
294 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct10.asm192 ; Also, using a bias on input overflows, so use the bias
H A Dvp9itxfm.asm792 ; 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 Dvp8dsp.asm565 ; 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 Dcheckasm.S86 @ For stack overflows, the callee is free to overwrite the parameters
/third_party/ffmpeg/
H A Dconfigure478 --enable-ftrapv Trap arithmetic overflows

Completed in 19 milliseconds