Searched defs:Storeinc (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 287 /* The following definition of Storeinc is appropriate for MIPS processors. 289 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff) 292 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 295 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro 713 Storeinc(xc, z2, z); 726 Storeinc(xc, z, z2); 960 Storeinc(xc, z, y); 969 Storeinc(xc, z, y); 1325 Storeinc(bx, z, y); 1361 Storeinc(b [all...] |
Completed in 5 milliseconds