Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DDNSDigest.c475 # define LE_FETCH32(a) ({ register unsigned int l; \ macro
484 # define LE_FETCH32(a) ({ register unsigned int l; \ macro
546 # ifdef LE_FETCH32
547 # define HOST_FETCH32(p,l) LE_FETCH32(p)