Home
last modified time | relevance | path

Searched refs:_QUAD_LOWWORD (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/i386/
H A Dendian.h81 #define _QUAD_LOWWORD 0 macro
/xnu-8796.121.2/bsd/arm/
H A Dendian.h57 #define _QUAD_LOWWORD 0 macro
/xnu-8796.121.2/bsd/nfs/
H A Dxdr_subs.h90 ((uint32_t *)(t))[_QUAD_LOWWORD] = ntohl(((uint32_t *)(f))[1]); \
94 ((uint32_t *)(t))[1] = htonl(((uint32_t *)(f))[_QUAD_LOWWORD]); \