Searched refs:DESC (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmvar.h285 #define H_SETDESC(DESC, D) do { (DESC) = htole32(D); } while (0)
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h50 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c85 static const char *DESC PROTO ((struct _scanopt_t *, int));
120 static const char *DESC (s, i)
395 len = strlen (DESC (s, ue->idx));
476 pstart = DESC (s, ue->idx);
119 static const char *DESC (s, i) function
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql36 ORDER BY op_depth DESC
51 ORDER BY op_depth DESC
89 ORDER BY op_depth DESC
110 ORDER BY op_depth DESC
120 ORDER BY local_relpath, op_depth DESC
172 ORDER BY local_relpath DESC
184 ORDER BY local_relpath DESC
256 ORDER BY local_relpath DESC
357 ORDER BY op_depth DESC
424 ORDER BY op_depth DESC
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp68 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
73 STR_SIZE(DESC, uint16_t), DESC },
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp234 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) \
245 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATEFN) \
253 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \
/freebsd-10.3-release/usr.bin/bmake/tests/
H A Dcommon.sh457 echo "${SUBDIR}: ${DESC}"
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h470 #define clEnumVal(ENUMVAL, DESC) #ENUMVAL, int(ENUMVAL), DESC
471 #define clEnumValN(ENUMVAL, FLAGNAME, DESC) FLAGNAME, int(ENUMVAL), DESC
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp139 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \
155 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) \
171 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) \
187 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \
203 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) \
/freebsd-10.3-release/crypto/openssh/
H A Dbuildpkg.sh.in249 DESC="Secure Shell remote access utility; replaces telnet and rlogin/rsh."
/freebsd-10.3-release/contrib/sqlite3/
H A Dshell.c1733 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0);
1746 ** "ORDER BY rowid DESC" to the end.
1766 sqlite3_snprintf(len+100, zQ2, "%s ORDER BY rowid DESC", zQuery);
2370 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2434 " WHERE %s ORDER BY rowid DESC", zWhere);

Completed in 106 milliseconds

1234