Searched defs:Storeinc (Results 1 - 1 of 1) sorted by path

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h288 /* 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, \ macro
296 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro

Completed in 65 milliseconds