Searched refs:C2S (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 61 #define C2S(n,s) \ macro 69 C2S(AUTOGENMIPMAP, "MIPGEN"); in nine_D3DUSAGE_to_str() 70 C2S(WRITEONLY, "WO"); in nine_D3DUSAGE_to_str() 71 C2S(DYNAMIC, "DYNAMIC"); in nine_D3DUSAGE_to_str() 72 C2S(DEPTHSTENCIL, "DS"); in nine_D3DUSAGE_to_str() 73 C2S(RENDERTARGET, "RT"); in nine_D3DUSAGE_to_str() 74 C2S(SOFTWAREPROCESSING, "SW"); in nine_D3DUSAGE_to_str() 75 C2S(DONOTCLIP, "NOCLIP"); in nine_D3DUSAGE_to_str() 76 C2S(POINTS, "POINTS"); in nine_D3DUSAGE_to_str() 77 C2S(DMAP, "DMAP"); in nine_D3DUSAGE_to_str() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_event.c | 34 #define C2S(x) case x: return #x; in nl80211_command_to_string() macro 36 C2S(NL80211_CMD_UNSPEC) in nl80211_command_to_string() 37 C2S(NL80211_CMD_GET_WIPHY) in nl80211_command_to_string() 38 C2S(NL80211_CMD_SET_WIPHY) in nl80211_command_to_string() 39 C2S(NL80211_CMD_NEW_WIPHY) in nl80211_command_to_string() 40 C2S(NL80211_CMD_DEL_WIPHY) in nl80211_command_to_string() 41 C2S(NL80211_CMD_GET_INTERFACE) in nl80211_command_to_string() 42 C2S(NL80211_CMD_SET_INTERFACE) in nl80211_command_to_string() 43 C2S(NL80211_CMD_NEW_INTERFACE) in nl80211_command_to_string() 44 C2S(NL80211_CMD_DEL_INTERFACE) in nl80211_command_to_string() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_event.c | 25 #define C2S(x) case x: return #x; in nl80211_command_to_string() macro 27 C2S(NL80211_CMD_UNSPEC) in nl80211_command_to_string() 28 C2S(NL80211_CMD_GET_WIPHY) in nl80211_command_to_string() 29 C2S(NL80211_CMD_SET_WIPHY) in nl80211_command_to_string() 30 C2S(NL80211_CMD_NEW_WIPHY) in nl80211_command_to_string() 31 C2S(NL80211_CMD_DEL_WIPHY) in nl80211_command_to_string() 32 C2S(NL80211_CMD_GET_INTERFACE) in nl80211_command_to_string() 33 C2S(NL80211_CMD_SET_INTERFACE) in nl80211_command_to_string() 34 C2S(NL80211_CMD_NEW_INTERFACE) in nl80211_command_to_string() 35 C2S(NL80211_CMD_DEL_INTERFACE) in nl80211_command_to_string() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.c | 1268 #define C2S(x) case x: return #x; in fc2str() macro 1273 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str() 1274 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str() 1275 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str() 1276 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str() 1277 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str() 1278 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str() 1279 C2S(WLAN_FC_STYPE_BEACON) in fc2str() 1280 C2S(WLAN_FC_STYPE_ATIM) in fc2str() 1281 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.c | 1580 #define C2S(x) case x: return #x; in fc2str() macro 1585 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str() 1586 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str() 1587 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str() 1588 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str() 1589 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str() 1590 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str() 1591 C2S(WLAN_FC_STYPE_BEACON) in fc2str() 1592 C2S(WLAN_FC_STYPE_ATIM) in fc2str() 1593 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str() [all …]
|