Searched defs:first_half (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Drand_util_win.cc25 uint32 first_half = RandUint32(); local
27 return (static_cast<uint64>(first_half) << 32) + second_half;
/external/linux-tools-perf/
H A Dbuiltin-script.c839 char first_half[BUFSIZ]; local
872 sprintf(first_half, "%s %s", desc->name,
874 fprintf(stdout, " %-36s %s\n", first_half,

Completed in 66 milliseconds