HomeSort by: relevance | last modified time | path
    Searched refs:conversions (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_382.c 16 conversions(int a, int b) function
msg_380.c 14 conversions(void) function
msg_381.c 14 conversions(void) function
  /src/external/ibm-public/postfix/dist/src/util/
attr_scan0.c 286 int conversions; local
315 for (conversions = 0; /* void */ ; conversions++) {
331 return (conversions);
360 return (conversions);
364 return (conversions);
390 return (conversions);
446 conversions -= 1;
461 return (conversions);
466 return (conversions);
    [all...]
attr_scan_plain.c 302 int conversions; local
331 for (conversions = 0; /* void */ ; conversions++) {
347 return (conversions);
376 return (conversions);
380 return (conversions);
406 return (conversions);
488 conversions -= 1;
508 return (conversions);
513 return (conversions);
    [all...]
attr_scan64.c 289 int conversions; local
318 for (conversions = 0; /* void */ ; conversions++) {
334 return (conversions);
363 return (conversions);
367 return (conversions);
393 return (conversions);
505 conversions -= 1;
530 return (conversions);
535 return (conversions);
    [all...]
  /src/sys/conf/
copts.mk 36 COPTS.aes_neon.c+= ${CC_WNO_STRINGOP_OVERREAD} ${CC_WNO_STRINGOP_OVERFLOW} -flax-vector-conversions
37 COPTS.aes_neon_subr.c+= ${CC_WNO_ARRAY_BOUNDS} -flax-vector-conversions
38 COPTS.chacha_neon.c+= -flax-vector-conversions
  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README 38 o Upper, lower, and title case conversions are one-to-one.
40 o For conversions between upper, lower, and title case, UCS2 characters
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 83 /// of conversions will (as always) be indexed by argument, so will be
103 /// match with the table titled 'Conversions' in [over.ics.scs] and are listed
121 /// Qualification conversions (C++ [conv.qual])
133 /// Integral conversions (C++ [conv.integral])
136 /// Floating point conversions (C++ [conv.double]
139 /// Complex conversions (C99 6.3.1.6)
142 /// Floating-integral conversions (C++ [conv.fpint])
145 /// Pointer conversions (C++ [conv.ptr])
148 /// Pointer-to-member conversions (C++ [conv.mem])
151 /// Boolean conversions (C++ [conv.bool]
    [all...]
  /src/usr.bin/seq/
seq.c 284 unsigned conversions = 0; local
287 /* scan for conversions */
329 conversions++;
337 return (conversions <= 1);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
gettextP.h 181 /* Cache of charset conversions of the translated strings. */
182 struct converted_domain *conversions; member in struct:loaded_domain
dcigettext.c 1018 if (strcmp (domain->conversions[i].encoding, encoding) == 0)
1020 convd = &domain->conversions[i];
1031 (domain->conversions != NULL
1032 ? realloc (domain->conversions,
1041 domain->conversions = new_conversions;
1070 reallocate domain->conversions because we pass
1151 /* Here domain->conversions is still == new_conversions. */
1318 into the table of conversions. */
loadmsgcat.c 1275 domain->conversions = NULL;
1310 struct converted_domain *convd = &domain->conversions[i];
1318 if (domain->conversions != NULL)
1319 free (domain->conversions);
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
ftrc.s 86 # conversions and perform the ftrc.
114 # conversions and perform the ftrc.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
ftrc.s 86 # conversions and perform the ftrc.
114 # conversions and perform the ftrc.
  /src/libexec/ftpd/
conf.c 84 for (conv = curclass.conversions; conv != NULL; conv = cnext) {
97 curclass.conversions = NULL;
319 for (conv = curclass.conversions; conv != NULL;
332 for (cnext = curclass.conversions;
339 curclass.conversions = conv;
821 for (cp = curclass.conversions; cp != NULL; cp = cp->next) {
extern.h 238 char *disable; /* File to disable conversions */
271 struct ftpconv *conversions; /* List of conversions */ member in struct:ftpclass
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 2376 const conversions[] = { variable
2604 for (i = 0; conversions[i].pattern; i++)
2605 if (conversions[i].code == code
2606 && streq (conversions[i].pattern, pattern))
2608 for (j = 0; conversions[i].format[j]; j++)
2610 if (conversions[i].format[j] == '\\')
2612 fputc (conversions[i].format[j + 1], file);
2617 else if (ISDIGIT (conversions[i].format[j]))
2619 rtx r = patternr[conversions[i].format[j] - '0'];
2671 if (conversions[i].format[j + 1] == '[' && ival < 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc 2373 const conversions[] = { variable
2601 for (i = 0; conversions[i].pattern; i++)
2602 if (conversions[i].code == code
2603 && streq (conversions[i].pattern, pattern))
2605 for (j = 0; conversions[i].format[j]; j++)
2607 if (conversions[i].format[j] == '\\')
2609 fputc (conversions[i].format[j + 1], file);
2614 else if (ISDIGIT (conversions[i].format[j]))
2616 rtx r = patternr[conversions[i].format[j] - '0'];
2668 if (conversions[i].format[j + 1] == '[' && ival < 0
    [all...]
  /src/external/mit/isl/dist/interface/
generator.h 141 * "conversions" maps the target type of automatic conversion
166 std::map<const Type *, ParmVarDecl *> conversions; member in class:generator
cpp.cc 315 /* Update "convert" to reflect the next combination of automatic conversions
340 if (generator.conversions.count(type) == 0)
367 * to those of the sources of the conversions.
574 return generator.conversions[param->getOriginalType().getTypePtr()];
1181 /* Construct a method that performs one or more conversions
1182 * from the original Method (without conversions),
1195 * from the original Method (without conversions) and
1210 /* Construct a method that performs one or more argument conversions
1211 * from the original Method (without conversions) and
python.cc 614 if (conversions.count(ptr) == 0) {
617 QualType type2 = conversions.at(ptr)->getOriginalType();
generator.cc 138 * storing the results in this->conversions.
156 conversions[type] = fd->getParamDecl(1);
160 * for the given class, storing the results in this->conversions.
179 * storing the results in this->conversions.
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 33 # conversions. When changing, be sure to update below too.]
349 same as normal float to string conversions, or defaults to C<%.g> if C<$#>
397 values can be used with integer conversions (d, o, x, X) and mpf with float
398 conversions (f, e, E, g, G). All the standard perl printf features are
  /src/external/historical/nawk/dist/
FIXES.1e 398 6. string-conv: String conversions of scalars were sticky. Once a
665 and case conversions in national language, but "." will always
694 number->string conversions, as promised by posix and done by
1170 warn about weird printf conversions.
1282 made %* conversions work.

Completed in 61 milliseconds

1 2