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

  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 599 #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \
649 Bcopy(b1, b);
    [all...]
  /bionic/libc/stdlib/
strtod.c 453 #define Bcopy(x,y) Bcopy_ptr(&(x),(y))
1649 Bcopy(bd, bd0);
    [all...]

Completed in 48 milliseconds