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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 65 Storeinc(xc, z, y);
74 Storeinc(xc, z, y);
dmisc.c 163 Storeinc(bx, z, y);
204 Storeinc(bx, z, y);
smisc.c 165 Storeinc(c, x[1], x[0]);
gdtoaimp.h 288 /* The following definition of Storeinc is appropriate for MIPS processors.
290 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
293 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
296 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
misc.c 342 Storeinc(xc, z2, z);
355 Storeinc(xc, z, z2);
615 Storeinc(xc, z, y);
623 Storeinc(xc, z, y);
  /ndk/sources/android/support/src/stdio/
strtod.c 229 /* The following definition of Storeinc is appropriate for MIPS processors.
231 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
234 #define Storeinc(a,b,c) \
238 #define Storeinc(a,b,c) \
499 Storeinc(c, x[1], x[0]);
967 Storeinc(xc, z2, z);
980 Storeinc(xc, z, z2);
1232 Storeinc(xc, z, y);
1242 Storeinc(xc, z, y);
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 325 /* The following definition of Storeinc is appropriate for MIPS processors.
327 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
330 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \
333 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \
865 Storeinc(xc, z2, z);
878 Storeinc(xc, z, z2);
1131 Storeinc(xc, z, y);
1139 Storeinc(xc, z, y);
    [all...]

Completed in 241 milliseconds