HomeSort by relevance Sort by last modified time
    Searched refs:hbo (Results 1 - 2 of 2) sorted by null

  /external/fio/os/windows/
posix.c 953 in_addr_t hbo; local
955 hbo = ((nbo & 0xFF) << 24) + ((nbo & 0xFF00) << 8) + ((nbo & 0xFF0000) >> 8) + ((nbo & 0xFF000000) >> 24);
956 return hbo;
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]

Completed in 109 milliseconds