HomeSort by: relevance | last modified time | path
    Searched defs:__bitwise (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
common.h 461 #undef __bitwise macro
462 #define __bitwise __attribute__((bitwise)) macro
465 #undef __bitwise macro
466 #define __bitwise macro
469 typedef u16 __bitwise be16;
470 typedef u16 __bitwise le16;
471 typedef u32 __bitwise be32;
472 typedef u32 __bitwise le32;
473 typedef u64 __bitwise be64;
474 typedef u64 __bitwise le64
    [all...]

Completed in 22 milliseconds