Home
last modified time | relevance | path

Searched defs:HOST_FETCH32 (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DDNSDigest.c546 # define HOST_FETCH32(p,l) LE_FETCH32(p) macro
548 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro
560 # define HOST_FETCH32(p,l) BE_FETCH32(p) macro
562 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro