HomeSort by relevance Sort by last modified time
    Searched refs:first_half (Results 1 - 5 of 5) sorted by null

  /external/minijail/tools/
generate_seccomp_policy.py 146 first_half = all_syscalls[:below_ten_index]
149 first_half.append(basic_syscall)
151 all_syscalls = first_half + all_syscalls[below_ten_index:]
  /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/mesa3d/src/gallium/state_trackers/vega/
bezier.c 68 struct bezier *first_half,
72 first_half->x2 = (bez->x1 + bez->x2) * 0.5;
74 first_half->x1 = bez->x1;
76 first_half->x3 = (first_half->x2 + c) * 0.5;
78 first_half->x4 = second_half->x1 =
79 (first_half->x3 + second_half->x2) * 0.5;
82 first_half->y2 = (bez->y1 + bez->y2) * 0.5;
84 first_half->y1 = bez->y1;
86 first_half->y3 = (first_half->y2 + c) * 0.5
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_of_strings.cpp 98 const Eigen::DSizes<ptrdiff_t, 2> first_half(0, 0);
101 Tensor<std::string, 2> t1 = data.slice(first_half, half_size);
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 564 Coon_BezierCoeff first_half() { function in struct:__anon28265::Coon_BezierCoeff
622 Coon_Bezier first_half() { function in struct:__anon28265::Coon_Bezier
624 result.x = x.first_half();
625 result.y = y.first_half();
767 Draw(x_scale, y_scale, left, bottom, C1, m1, D1.first_half(),
768 D2.first_half());
777 Draw(x_scale, y_scale, left, bottom, C1.first_half(), C2.first_half(),
785 Coon_Bezier m1f = m1.first_half();
787 Coon_Bezier m2f = m2.first_half();
    [all...]

Completed in 327 milliseconds