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

  /src/external/gpl3/gcc/dist/libgomp/
env.c 148 int monotonic = 0; local
155 if (strncasecmp (val, "monotonic", 9) == 0)
157 monotonic = 1;
162 monotonic = -1;
165 if (monotonic)
198 if (monotonic == 1
199 || (monotonic == 0 && *schedule == GFS_STATIC))
1474 fputs ("MONOTONIC:", stderr);
env.c 148 int monotonic = 0; local
155 if (strncasecmp (val, "monotonic", 9) == 0)
157 monotonic = 1;
162 monotonic = -1;
165 if (monotonic)
198 if (monotonic == 1
199 || (monotonic == 0 && *schedule == GFS_STATIC))
1474 fputs ("MONOTONIC:", stderr);
env.c 148 int monotonic = 0; local
155 if (strncasecmp (val, "monotonic", 9) == 0)
157 monotonic = 1;
162 monotonic = -1;
165 if (monotonic)
198 if (monotonic == 1
199 || (monotonic == 0 && *schedule == GFS_STATIC))
1474 fputs ("MONOTONIC:", stderr);
env.c 148 int monotonic = 0; local
155 if (strncasecmp (val, "monotonic", 9) == 0)
157 monotonic = 1;
162 monotonic = -1;
165 if (monotonic)
198 if (monotonic == 1
199 || (monotonic == 0 && *schedule == GFS_STATIC))
1474 fputs ("MONOTONIC:", stderr);
env.c 148 int monotonic = 0; local
155 if (strncasecmp (val, "monotonic", 9) == 0)
157 monotonic = 1;
162 monotonic = -1;
165 if (monotonic)
198 if (monotonic == 1
199 || (monotonic == 0 && *schedule == GFS_STATIC))
1474 fputs ("MONOTONIC:", stderr);
  /src/external/gpl3/gcc.old/dist/libgomp/
env.c 114 int monotonic = 0; local
122 if (strncasecmp (env, "monotonic", 9) == 0)
124 monotonic = 1;
129 monotonic = -1;
132 if (monotonic)
165 if (monotonic == 1
166 || (monotonic == 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276 fputs ("MONOTONIC:", stderr);
env.c 114 int monotonic = 0; local
122 if (strncasecmp (env, "monotonic", 9) == 0)
124 monotonic = 1;
129 monotonic = -1;
132 if (monotonic)
165 if (monotonic == 1
166 || (monotonic == 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276 fputs ("MONOTONIC:", stderr);
env.c 114 int monotonic = 0; local
122 if (strncasecmp (env, "monotonic", 9) == 0)
124 monotonic = 1;
129 monotonic = -1;
132 if (monotonic)
165 if (monotonic == 1
166 || (monotonic == 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276 fputs ("MONOTONIC:", stderr);
env.c 114 int monotonic = 0; local
122 if (strncasecmp (env, "monotonic", 9) == 0)
124 monotonic = 1;
129 monotonic = -1;
132 if (monotonic)
165 if (monotonic == 1
166 || (monotonic == 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276 fputs ("MONOTONIC:", stderr);
env.c 114 int monotonic = 0; local
122 if (strncasecmp (env, "monotonic", 9) == 0)
124 monotonic = 1;
129 monotonic = -1;
132 if (monotonic)
165 if (monotonic == 1
166 || (monotonic == 0 && gomp_global_icv.run_sched_var == GFS_STATIC))
1276 fputs ("MONOTONIC:", stderr);

Completed in 174 milliseconds