HomeSort by: relevance | last modified time | path
    Searched defs:CFG (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 2 !IF "$(CFG)" == ""
3 CFG=libdiff - Win32 Debug
7 !IF "$(CFG)" != "libdiff - Win32 Release" && "$(CFG)" != "libdiff - Win32 Debug"
8 !MESSAGE Invalid configuration "$(CFG)" specified.
10 !MESSAGE by defining the macro CFG on the command line. For example:
12 !MESSAGE NMAKE /f "libdiff.mak" CFG="libdiff - Win32 Debug"
28 !IF "$(CFG)" == "libdiff - Win32 Release"
131 !ELSEIF "$(CFG)" == "libdiff - Win32 Debug"
246 !IF "$(CFG)" == "libdiff - Win32 Release" || "$(CFG)" == "libdiff - Win32 Debug
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
libcvs.mak 2 !IF "$(CFG)" == ""
3 CFG=libcvs - Win32 Debug
7 !IF "$(CFG)" != "libcvs - Win32 Release" && "$(CFG)" != "libcvs - Win32 Debug"
8 !MESSAGE Invalid configuration "$(CFG)" specified.
10 !MESSAGE by defining the macro CFG on the command line. For example:
12 !MESSAGE NMAKE /f "libcvs.mak" CFG="libcvs - Win32 Debug"
28 !IF "$(CFG)" == "libcvs - Win32 Release"
211 !ELSEIF "$(CFG)" == "libcvs - Win32 Debug"
403 !IF "$(CFG)" == "libcvs - Win32 Release" || "$(CFG)" == "libcvs - Win32 Debug
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
StandardInstrumentations.h 118 // CFG is a map BB -> {(Succ, Multiplicity)}, where BB is a non-leaf basic
121 // unordered the order of successors is not tracked by the CFG. In other words
123 // reporting a CFG change. CFG can be guarded by basic block tracking pointers
125 // then the CFG is treated poisoned and no block pointer of the Graph is used.
126 struct CFG {
130 CFG(const Function *F, bool TrackBBLifetime);
132 bool operator==(const CFG &G) const {
142 static void printDiff(raw_ostream &out, const CFG &Before,
143 const CFG &After)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 65 static codegen::RegisterCodeGenFlags CFG;
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 425 #define CFG(i,v) do { \
432 CFG(0xe2, 0x0f); /* use COM1/2, don't use FDC/LPT */
  /src/external/bsd/ntp/dist/include/
mbg_gps166.h 303 typedef uint16_t CFG; ///< an SV's 4 bit configuration code
652 SYNTH_DISABLED, ///< disbled by cfg, i.e. freq == 0.0
786 CFG cfg[N_SVNO_GPS]; ///< 4 bit SV configuration code from page 63 member in struct:__anon7358
970 void get_mbg_cfg (unsigned char **, CFG *);

Completed in 45 milliseconds