HomeSort by relevance Sort by last modified time
    Searched defs:second_half (Results 1 - 3 of 3) sorted by null

  /external/v8/src/base/utils/
random-number-generator.cc 46 unsigned first_half, second_half; local
49 result = rand_s(&second_half);
51 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
  /art/compiler/utils/
intrusive_forward_list.h 348 IntrusiveForwardList second_half; local
349 second_half.splice_after(second_half.before_begin(), *this, middle, end());
351 second_half.sort(cmp);
352 merge(second_half, cmp);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 572 Coon_BezierCoeff second_half() { function in struct:__anon28265::Coon_BezierCoeff
629 Coon_Bezier second_half() { function in struct:__anon28265::Coon_Bezier
631 result.x = x.second_half();
632 result.y = y.second_half();
769 Draw(x_scale, y_scale, left, bottom + 1, m1, C2, D1.second_half(),
770 D2.second_half());
779 Draw(x_scale, y_scale, left + 1, bottom, C1.second_half(),
780 C2.second_half(), m2, D2);
786 Coon_Bezier m1s = m1.second_half();
788 Coon_Bezier m2s = m2.second_half();
    [all...]

Completed in 384 milliseconds