HomeSort by relevance Sort by last modified time
    Searched full:lo_32 (Results 1 - 3 of 3) sorted by null

  /external/netperf/
netcpu_pstat.c 84 lo_32(&res[i]));
193 lo_32(&firstcnt[j]),
196 lo_32(&secondcnt[j]));
netlib.c 2469 lo_32(big_int) function
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 34 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
35 inline uint32_t Lo_32(uint64_t Value) {
231 uint32_t Lo = Lo_32(Value);

Completed in 344 milliseconds