Home
last modified time | relevance | path

Searched refs:will_overflow (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh611 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() function
1139 if (!sorted_graph.will_overflow ()) in hb_resolve_overflows()
1149 && sorted_graph.will_overflow ()) in hb_resolve_overflows()
1160 && sorted_graph.will_overflow (&overflows) in hb_resolve_overflows()
1185 if (sorted_graph.will_overflow ()) in hb_resolve_overflows()
Dtest-repacker.cc988 assert (!graph.will_overflow (nullptr)); in test_will_overflow_1()
1001 assert (graph.will_overflow (nullptr)); in test_will_overflow_2()
1014 assert (graph.will_overflow (nullptr)); in test_will_overflow_3()
/third_party/node/deps/v8/src/objects/
Dbigint.cc1201 bool will_overflow = true; in AbsoluteAddOne() local
1204 will_overflow = false; in AbsoluteAddOne()
1208 int result_length = input_length + will_overflow; in AbsoluteAddOne()
1219 } else if (input_length == 1 && !will_overflow) { in AbsoluteAddOne()
/third_party/skia/third_party/externals/harfbuzz/docs/
Drepacker.md66 if (graph.will_overflow())
70 while (overflows = graph.will_overflow()):