HomeSort by: relevance | last modified time | path
    Searched defs:Storeinc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoaimp.h 319 /* The following definition of Storeinc is appropriate for MIPS processors.
321 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
324 #define Storeinc(a,b,c) \
329 #define Storeinc(a,b,c) \
gdtoaimp.h 319 /* The following definition of Storeinc is appropriate for MIPS processors.
321 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
324 #define Storeinc(a,b,c) \
329 #define Storeinc(a,b,c) \

Completed in 88 milliseconds