Home
last modified time | relevance | path

Searched refs:C2S (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c60 #define C2S(n,s) \ macro
68 C2S(AUTOGENMIPMAP, "MIPGEN"); in nine_D3DUSAGE_to_str()
69 C2S(WRITEONLY, "WO"); in nine_D3DUSAGE_to_str()
70 C2S(DYNAMIC, "DYNAMIC"); in nine_D3DUSAGE_to_str()
71 C2S(DEPTHSTENCIL, "DS"); in nine_D3DUSAGE_to_str()
72 C2S(RENDERTARGET, "RT"); in nine_D3DUSAGE_to_str()
73 C2S(SOFTWAREPROCESSING, "SW"); in nine_D3DUSAGE_to_str()
74 C2S(DONOTCLIP, "NOCLIP"); in nine_D3DUSAGE_to_str()
75 C2S(POINTS, "POINTS"); in nine_D3DUSAGE_to_str()
76 C2S(DMAP, "DMAP"); in nine_D3DUSAGE_to_str()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c25 #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 …]
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c1209 #define C2S(x) case x: return #x; in fc2str() macro
1214 C2S(WLAN_FC_STYPE_ASSOC_REQ) in fc2str()
1215 C2S(WLAN_FC_STYPE_ASSOC_RESP) in fc2str()
1216 C2S(WLAN_FC_STYPE_REASSOC_REQ) in fc2str()
1217 C2S(WLAN_FC_STYPE_REASSOC_RESP) in fc2str()
1218 C2S(WLAN_FC_STYPE_PROBE_REQ) in fc2str()
1219 C2S(WLAN_FC_STYPE_PROBE_RESP) in fc2str()
1220 C2S(WLAN_FC_STYPE_BEACON) in fc2str()
1221 C2S(WLAN_FC_STYPE_ATIM) in fc2str()
1222 C2S(WLAN_FC_STYPE_DISASSOC) in fc2str()
[all …]
/external/openssh/regress/misc/kexfuzz/
DREADME7 C2S: 31
13 -d -D C2S -i 3 -f packet_3
23 -r -D C2S -i 3 -f packet_3
Dkexfuzz.c37 enum direction { S2C, C2S }; enumerator
51 int mydirection = ssh == ctx->client ? S2C : C2S; in packet_hook()
376 direction = C2S; in main()