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

  /external/chromium/base/
rand_util_win.cc 25 uint32 first_half = RandUint32(); local
27 return (static_cast<uint64>(first_half) << 32) + second_half;
  /external/chromium_org/base/
rand_util_win.cc 26 uint32 first_half = RandUint32(); local
28 return (static_cast<uint64>(first_half) << 32) + second_half;
  /external/chromium_org/third_party/mesa/src/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/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/linux-tools-perf/
builtin-script.c 839 char first_half[BUFSIZ]; local
872 sprintf(first_half, "%s %s", desc->name,
874 fprintf(stdout, " %-36s %s\n", first_half,

Completed in 394 milliseconds