Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DDNSDigest.c545 # ifndef HOST_FETCH32
547 # define HOST_FETCH32(p,l) LE_FETCH32(p) macro
549 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro
559 # ifndef HOST_FETCH32
561 # define HOST_FETCH32(p,l) BE_FETCH32(p) macro
563 # define HOST_FETCH32(p,l) REVERSE_FETCH32(p,l) macro