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

  /external/iw/
reg.c 118 #define PARSE_FLAG(nl_flag, string_value) do { \
202 PARSE_FLAG(NL80211_RRF_NO_OFDM, "NO-OFDM");
203 PARSE_FLAG(NL80211_RRF_NO_CCK, "NO-CCK");
204 PARSE_FLAG(NL80211_RRF_NO_INDOOR, "NO-INDOOR");
205 PARSE_FLAG(NL80211_RRF_NO_OUTDOOR, "NO-OUTDOOR");
206 PARSE_FLAG(NL80211_RRF_DFS, "DFS");
207 PARSE_FLAG(NL80211_RRF_PTP_ONLY, "PTP-ONLY");
208 PARSE_FLAG(NL80211_RRF_AUTO_BW, "AUTO-BW");
209 PARSE_FLAG(NL80211_RRF_GO_CONCURRENT, "GO-CONCURRENT");
210 PARSE_FLAG(NL80211_RRF_NO_HT40MINUS, "NO-HT40MINUS")
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 721 #define PARSE_FLAG(fname,fval) \
723 PARSE_FLAG ("alloc", SEC_ALLOC);
724 PARSE_FLAG ("load", SEC_LOAD);
725 PARSE_FLAG ("noload", SEC_NEVER_LOAD);
726 PARSE_FLAG ("readonly", SEC_READONLY);
727 PARSE_FLAG ("debug", SEC_DEBUGGING);
728 PARSE_FLAG ("code", SEC_CODE);
729 PARSE_FLAG ("data", SEC_DATA);
730 PARSE_FLAG ("rom", SEC_ROM);
731 PARSE_FLAG ("share", SEC_COFF_SHARED)
    [all...]

Completed in 110 milliseconds