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

  /external/wpa_supplicant_8/src/utils/
common.h 196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
197 #define host_to_be32(n) ((__force be32) bswap_32((n)))
449 typedef u32 __bitwise be32; typedef
  /external/chromium_org/third_party/qcms/src/
iccread.c 34 typedef uint32_t be32; typedef
41 static be32 cpu_to_be32(int32_t v)
51 static uint32_t be32_to_cpu(be32 v)
95 be32 k;
    [all...]

Completed in 97 milliseconds