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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 94 #define HTOL16(i) (i)
98 #define htol16(i) (i) macro
107 #define HTOL16(i) BCMSWAP16(i)
111 #define htol16(i) bcmswap16(i) macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 924 *(uint16*)frame = htol16(len);
925 *(((uint16*)frame) + 1) = htol16(~len);
    [all...]

Completed in 848 milliseconds