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

  /src/external/gpl2/gettext/dist/gettext-runtime/m4/
Makefile.am 26 size_max.m4 \
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
mm.h 38 int nvkm_mm_head(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
40 int nvkm_mm_tail(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_mm.c 116 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min,
151 this = region_head(mm, this, min(size_max, e - s));
191 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min,
223 a = min(a, size_max);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
autoclean.sh 38 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
autoclean.sh 38 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
autoclean.sh 35 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
autoclean.sh 41 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
autoclean.sh 35 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
autoclean.sh 38 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
autoclean.sh 35 rm -f m4/size_max.m4
  /src/external/gpl2/gettext/dist/gettext-tools/m4/
Makefile.am 29 ../../gettext-runtime/m4/size_max.m4 \
  /src/external/gpl2/xcvs/dist/lib/
Makefile.gnulib 163 ## begin gnulib module size_max
165 libgnu_a_SOURCES += size_max.h
167 ## end gnulib module size_max
Makefile.am 220 ## begin gnulib module size_max
222 libcvs_a_SOURCES += size_max.h
224 ## end gnulib module size_max
  /src/external/gpl2/gettext/dist/
Makefile.am 64 cmp -s gettext-runtime/m4/size_max.m4 gettext-tools/gnulib-m4/size_max.m4
  /src/external/gpl3/gdb.old/dist/gdb/
probe.c 366 size_t size_max = strlen (column.print_name);
389 size_max = std::max (strlen (val), size_max);
393 current_uiout->table_header (size_max, ui_left,
365 size_t size_max = strlen (column.print_name); variable
  /src/external/gpl3/gdb/dist/gdb/
probe.c 366 size_t size_max = strlen (column.print_name);
389 size_max = std::max (strlen (val), size_max);
393 current_uiout->table_header (size_max, ui_left,
365 size_t size_max = strlen (column.print_name); variable
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
Makefile.gnulib 305 ## begin gnulib module size_max
307 libgnu_la_SOURCES += size_max.h
309 ## end gnulib module size_max
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 531 of SIZE_MAX and the product of the upper bounds as a constant. */
535 const tree size_max = TYPE_MAX_VALUE (sizetype);
536 if (wi::gtu_p (rng1[1], wi::to_wide (size_max, prec)))
538 rng1[1] = wi::to_wide (size_max, prec);
539 return size_max;
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 529 of SIZE_MAX and the product of the upper bounds as a constant. */
533 const tree size_max = TYPE_MAX_VALUE (sizetype);
534 if (wi::gtu_p (rng1[1], wi::to_wide (size_max, prec)))
536 rng1[1] = wi::to_wide (size_max, prec);
537 return size_max;
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 1984 HOST_WIDE_INT size_max
1988 && size < size_max
2117 if (size > size_max)
2130 size = size_max;
2493 HOST_WIDE_INT size_max;
2513 size_max = (HOST_WIDE_INT) GET_MODE_MASK (GET_MODE (my_fp));
2514 if (size > size_max)
2515 size = size_max;
1983 HOST_WIDE_INT size_max local
2492 HOST_WIDE_INT size_max; local
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1847 size_max = gdb.parse_and_eval('static_cast<std::size_t>(-1)')
1848 if val.type.template_argument(1) == size_max:
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 2614 HOST_WIDE_INT size_max
2618 && size < size_max
2747 if (size > size_max)
2760 size = size_max;
3134 HOST_WIDE_INT size_max = (HOST_WIDE_INT) GET_MODE_MASK (GET_MODE (my_fp));
3135 if (size > size_max)
3136 size = size_max;
2613 HOST_WIDE_INT size_max local
3133 HOST_WIDE_INT size_max = (HOST_WIDE_INT) GET_MODE_MASK (GET_MODE (my_fp)); local
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1929 size_max = gdb.parse_and_eval('static_cast<std::size_t>(-1)')
1930 if val.type.template_argument(1) == size_max:

Completed in 77 milliseconds