HomeSort by relevance Sort by last modified time
    Searched defs:first_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
47 errno_t result = rand_s(&first_half);
51 SetSeed((static_cast<int64_t>(first_half) << 32) + second_half);
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 1002 char first_half[BUFSIZ]; local
1032 sprintf(first_half, "%s %s", desc->name,
1034 fprintf(stdout, " %-36s %s\n", first_half,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 460 Coon_BezierCoeff first_half() function in struct:Coon_BezierCoeff
512 Coon_Bezier first_half() function in struct:Coon_Bezier
515 result.x = x.first_half();
516 result.y = y.first_half();
636 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(), D2.first_half());
643 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(), D1, m2);
649 Coon_Bezier m1f = m1.first_half();
651 Coon_Bezier m2f = m2.first_half();
    [all...]

Completed in 241 milliseconds