Searched +defs:a +defs:code (Results 1 – 1 of 1) sorted by relevance
121 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) argument1368 int32_t WifiSetCountryCode(const char *ifName, const char *code, uint32_t len) in WifiSetCountryCode()