def_temp          285 ext/mysqlnd/mysqlnd_portability.h #define int2store(T,A)  do { uint32_t def_temp= (uint32_t) (A) ;\
def_temp          286 ext/mysqlnd/mysqlnd_portability.h                   *((zend_uchar*) (T))  =  (zend_uchar)(def_temp); \
def_temp          287 ext/mysqlnd/mysqlnd_portability.h                   *((zend_uchar*) (T+1)) = (zend_uchar)((def_temp >> 8)); } while (0)
def_temp          312 ext/mysqlnd/mysqlnd_portability.h #define int8store(T,A)        { uint32_t def_temp= (uint32_t) (A), def_temp2= (uint32_t) ((A) >> 32); \
def_temp          313 ext/mysqlnd/mysqlnd_portability.h                   int4store((T),def_temp); \
def_temp          317 ext/mysqlnd/mysqlnd_portability.h #define float4get(V,M)   do { float def_temp;\
def_temp          318 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[0] = (M)[3];\
def_temp          319 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[1] = (M)[2];\
def_temp          320 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[2] = (M)[1];\
def_temp          321 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[3] = (M)[0];\
def_temp          322 ext/mysqlnd/mysqlnd_portability.h                           (V)=def_temp; } while (0)
def_temp          333 ext/mysqlnd/mysqlnd_portability.h #define float8get(V,M)   do { double def_temp;\
def_temp          334 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[0] = (M)[7];\
def_temp          335 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[1] = (M)[6];\
def_temp          336 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[2] = (M)[5];\
def_temp          337 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[3] = (M)[4];\
def_temp          338 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[4] = (M)[3];\
def_temp          339 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[5] = (M)[2];\
def_temp          340 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[6] = (M)[1];\
def_temp          341 ext/mysqlnd/mysqlnd_portability.h                           ((char*) &def_temp)[7] = (M)[0];\
def_temp          342 ext/mysqlnd/mysqlnd_portability.h                           (V) = def_temp; \
def_temp          357 ext/mysqlnd/mysqlnd_portability.h #define float8get(V,M) do { double def_temp;\
def_temp          358 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[0]=(M)[4];\
def_temp          359 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[1]=(M)[5];\
def_temp          360 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[2]=(M)[6];\
def_temp          361 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[3]=(M)[7];\
def_temp          362 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[4]=(M)[0];\
def_temp          363 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[5]=(M)[1];\
def_temp          364 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[6]=(M)[2];\
def_temp          365 ext/mysqlnd/mysqlnd_portability.h                          ((char*) &def_temp)[7]=(M)[3];\
def_temp          366 ext/mysqlnd/mysqlnd_portability.h                          (V) = def_temp; } while (0)