HomeSort by: relevance | last modified time | path
    Searched refs:INITIALIZED (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.h 60 INITIALIZED = 0,
ipcio.cc 61 status = INITIALIZED;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.h 60 INITIALIZED = 0,
ipcio.cc 61 status = INITIALIZED;
  /src/external/lgpl3/mpfr/dist/tests/
tfpif.c 279 mpfr_exp_t INITIALIZED(emax);
280 /* The INITIALIZED() is a workaround for GCC bug 106155:
  /src/external/lgpl3/mpfr/dist/src/
sub1sp.c 135 mpfr_prec_t cnt, INITIALIZED(sh);
172 /* Note: sh is not initialized, but will not be used in this case. */
509 mpfr_prec_t cnt, INITIALIZED(sh);
564 /* Note: sh is not initialized, but will not be used in this case. */
1052 mpfr_prec_t cnt, INITIALIZED(sh);
1119 /* Note: sh is not initialized, but will not be used in this case. */
mpfr-impl.h 1398 not explicitly initialized, which can yield a warning, e.g. with
1497 /* Declare that some variable is initialized before being used (without a
1504 # define INITIALIZED(VAR) VAR = VAR
1506 # define INITIALIZED(VAR) VAR
1829 /* make sure that _sb is initialized. */ \

Completed in 23 milliseconds