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

1 2

  /src/external/mit/isl/dist/
isl_bound.h 9 int wrapping; member in struct:isl_bound
isl_bound.c 204 if (!bound->wrapping)
310 bound.wrapping = isl_space_is_wrapping(bound.dim);
311 if (bound.wrapping)
isl_space.c 124 /* Check that "space" is the space of a set wrapping a map space.
128 isl_bool wrapping; local
130 wrapping = isl_space_is_wrapping(space);
131 if (wrapping < 0)
133 if (!wrapping)
144 isl_bool wrapping; local
146 wrapping = isl_space_domain_is_wrapping(space);
147 if (wrapping < 0)
149 if (!wrapping)
160 isl_bool wrapping; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.h 89 with appropriate line-wrapping. */
192 /* Maximum characters per line in automatic line wrapping mode.
194 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
197 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
199 /* Get or set the wrapping mode as a single entity. */
200 #define pp_wrapping_mode(PP) (PP)->wrapping
225 /* True if PRETTY-PRINTER is in line-wrapping mode. */
272 /* Current wrapping mode. */
273 pp_wrapping_mode_t wrapping; member in class:pretty_printer
pretty-print.cc 1028 /* Same as pp_wrap_text but wrap text only when in line-wrapping mode. */
1519 /* Set output to the argument obstack, and switch line-wrapping and
1776 /* Revert to normal obstack and wrapping mode. */
1848 and line-wrapping, and omit whitespace at the start of lines. */
1980 output in line-wrapping mode. A LENGTH value 0 suppresses
1981 line-wrapping. */
2074 wrapping (),
2098 wrapping (other.wrapping),
2135 PRETTY-PRINTER. No line wrapping is done. However, if beginning
    [all...]
diagnostic.h 840 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h 72 with appropriate line-wrapping. */
171 /* Maximum characters per line in automatic line wrapping mode.
173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
178 /* Get or set the wrapping mode as a single entity. */
179 #define pp_wrapping_mode(PP) (PP)->wrapping
204 /* True if PRETTY-PRINTER is in line-wrapping mode. */
249 /* Current wrapping mode. */
250 pp_wrapping_mode_t wrapping; member in class:pretty_printer
diagnostic.h 421 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
pretty-print.cc 992 /* Same as pp_wrap_text but wrap text only when in line-wrapping mode. */
1257 /* Set output to the argument obstack, and switch line-wrapping and
1498 /* Revert to normal obstack and wrapping mode. */
1566 output in line-wrapping mode. A LENGTH value 0 suppresses
1567 line-wrapping. */
1660 wrapping (),
1683 wrapping (other.wrapping),
1719 PRETTY-PRINTER. No line wrapping is done. However, if beginning a
1754 make a full line. Meaningful only in line-wrapping mode. *
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 16 REM instances, but in reality we can probably sidestep all of this by just wrapping this
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1071 no signed wrapping. The result is undefined if the negation overflows.
1076 no unsigned wrapping. The result is undefined if the negation overflows.
1093 signed wrapping. The result is undefined if the sum overflows.
1098 unsigned wrapping. The result is undefined if the sum overflows.
1111 no signed wrapping. The result is undefined if the sum overflows.
1116 no unsigned wrapping. The result is undefined if the sum overflows.
1129 no signed wrapping. The result is undefined if the sum overflows.
1134 no unsigned wrapping. The result is undefined if the sum overflows.
  /src/external/bsd/nsd/dist/doc/
differences.tex 12 %This escape is needed. Because of wrapping by hyperref
  /src/external/gpl3/autoconf/dist/
maint.mk 825 # line wrapping between 'Free Documentation License,' and 'Version'.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 12871 Implements a "tee" style pipe, wrapping an input range so that elements of the
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 1863 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 1821 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 2428 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 1785 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 2334 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 2334 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 3528 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 3528 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 3320 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 3504 % Make this a paragraph so we get the \parskip glue and wrapping,
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 3317 % Make this a paragraph so we get the \parskip glue and wrapping,

Completed in 111 milliseconds

1 2