HomeSort by relevance Sort by last modified time
    Searched refs:first_half (Results 1 - 2 of 2) 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/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 122 milliseconds