Searched refs:modifier (Results 1 - 25 of 63) sorted by relevance

123

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dlib4.f906 integer :: modifier variable in program:lib4
8 call omp_get_schedule (kind, modifier)
9 if (kind.ne.omp_sched_static.or.modifier.ne.32) call abort
11 call omp_get_schedule (kind, modifier)
12 if (kind.ne.omp_sched_dynamic.or.modifier.ne.4) call abort
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dlib-2.c8 int modifier; local
11 omp_get_schedule (&kind, &modifier);
12 if (kind != omp_sched_static || modifier != 32)
15 omp_get_schedule (&kind, &modifier);
16 if (kind != omp_sched_guided || modifier != 4)
/haiku-buildtools/binutils/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
57 const char **modifier;
69 *modifier = NULL;
127 /* Next is the modifier. */
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h115 const char *modifier, const char *special,
124 /* Split a locale name NAME into its pieces: language, modifier,
143 const char **modifier,
H A Dfinddomain.c58 const char *modifier; local
70 language[_territory[.codeset]][@modifier]
86 (7) audience/modifier
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
148 codeset, normalized_codeset, modifier, special,
H A Dlocalcharset.c344 const char *modifier; local
348 modifier = strchr (dot, '@');
349 if (modifier == NULL)
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot] = '\0';
H A Dl10nflist.c189 territory, codeset, normalized_codeset, modifier, special,
199 const char *modifier;
230 ? strlen (modifier) + 1 : 0)
276 cp = stpcpy (cp, modifier);
360 first the modifier, then the territory, then the codeset, then the
377 normalized_codeset, modifier, special,
384 normalized_codeset, modifier, special,
/haiku-buildtools/gcc/intl/
H A Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset,
57 const char **modifier;
69 *modifier = NULL;
127 /* Next is the modifier. */
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h115 const char *modifier, const char *special,
124 /* Split a locale name NAME into its pieces: language, modifier,
143 const char **modifier,
H A Dfinddomain.c58 const char *modifier; local
70 language[_territory[.codeset]][@modifier]
86 (7) audience/modifier
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
148 codeset, normalized_codeset, modifier, special,
H A Dlocalcharset.c344 const char *modifier; local
348 modifier = strchr (dot, '@');
349 if (modifier == NULL)
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot] = '\0';
H A Dl10nflist.c189 territory, codeset, normalized_codeset, modifier, special,
199 const char *modifier;
230 ? strlen (modifier) + 1 : 0)
276 cp = stpcpy (cp, modifier);
360 first the modifier, then the territory, then the codeset, then the
377 normalized_codeset, modifier, special,
384 normalized_codeset, modifier, special,
/haiku-buildtools/legacy/binutils/intl/
H A Dexplodename.c47 _nl_explode_name (name, language, modifier, territory, codeset,
51 const char **modifier;
63 *modifier = NULL;
123 /* Next is the modifier. */
126 *modifier = ++cp;
183 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h62 const char *modifier, const char *special,
70 const char **modifier,
H A Dfinddomain.c81 const char *modifier; local
93 language[_territory[.codeset]][@modifier]
109 (7) audience/modifier
163 mask = _nl_explode_name (locale, &language, &modifier, &territory,
171 codeset, normalized_codeset, modifier, special,
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dexplodename.c47 _nl_explode_name (name, language, modifier, territory, codeset,
51 const char **modifier;
63 *modifier = NULL;
123 /* Next is the modifier. */
126 *modifier = ++cp;
183 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h62 const char *modifier, const char *special,
70 const char **modifier,
H A Dfinddomain.c81 const char *modifier; local
93 language[_territory[.codeset]][@modifier]
109 (7) audience/modifier
163 mask = _nl_explode_name (locale, &language, &modifier, &territory,
171 codeset, normalized_codeset, modifier, special,
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dexplodename.c42 _nl_explode_name (name, language, modifier, territory, codeset,
46 const char **modifier;
58 *modifier = NULL;
118 /* Next is the modifier. */
121 *modifier = ++cp;
178 if (*modifier != NULL && (*modifier)[0] == '\0')
H A Dloadinfo.h44 const char *modifier, const char *special,
52 const char **modifier,
H A Dfinddomain.c80 const char *modifier; local
92 language[_territory[.codeset]][@modifier]
108 (7) audience/modifier
156 mask = _nl_explode_name (locale, &language, &modifier, &territory,
164 codeset, normalized_codeset, modifier, special,
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c20 char c, modifier, longpr; local
54 modifier = *fp++;
55 switch(modifier) {
87 if (modifier == 'C') {
108 if (modifier == 'S') {
/haiku-buildtools/gcc/libgomp/
H A Dfortran.c346 omp_set_schedule_ (const int32_t *kind, const int32_t *modifier) argument
348 omp_set_schedule (*kind, *modifier);
352 omp_set_schedule_8_ (const int32_t *kind, const int64_t *modifier) argument
354 omp_set_schedule (*kind, TO_INT (*modifier));
358 omp_get_schedule_ (int32_t *kind, int32_t *modifier) argument
364 *modifier = m;
368 omp_get_schedule_8_ (int32_t *kind, int64_t *modifier) argument
374 *modifier = m;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexpr.c98 cplus_expand_expr (exp, target, tmode, modifier)
102 enum expand_modifier modifier;
116 if (mode != Pmode && modifier == EXPAND_SUM)
117 modifier = EXPAND_NORMAL;
223 target, tmode, modifier);
244 TREE_OPERAND (exp, 1), 0), target, tmode, modifier);
247 return expand_expr (build_new_1 (exp), target, tmode, modifier);
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_omp_target.cpp166 int modifier; local
176 vars[1].ptr = &modifier;
179 omp_set_schedule(kind, modifier);
190 int modifier; local
200 vars[1].ptr = &modifier;
203 omp_get_schedule(&kind, &modifier);
466 int modifier
475 int *modifier

Completed in 147 milliseconds

123