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

  /xsrc/external/mit/freetype/dist/include/freetype/
ftmm.h 72 * maximum ::
73 * The axis's maximum design coordinate.
79 FT_Long maximum; member in struct:FT_MM_Axis_
137 * maximum ::
138 * The axis's maximum design coordinate.
151 * The fields `minimum`, `def`, and `maximum` are 16.16 fractional values
161 FT_Fixed maximum; member in struct:FT_Var_Axis_
214 * The number of axes. The maximum value is~4 for Adobe MM fonts; no
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
functional.hpp 100 struct maximum { struct in namespace:clover
110 T y = maximum()(xs...);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
functional.hpp 100 struct maximum { struct in namespace:clover
110 T y = maximum()(xs...);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
asm.py 94 def parse_int(s, minimum, maximum):
100 if number > maximum or number < minimum:
309 maximum = +(1 << (imm.size - 1)) - 1
312 maximum = (1 << imm.size) - 1
314 val = parse_int(parts[1], minimum, maximum)
  /xsrc/external/mit/MesaLib/dist/src/util/
driconf.h 467 #define DRI_CONF_GLES_SAMPLES_PASSED_VALUE(def, minimum, maximum) \
468 DRI_CONF_OPT_I(gles_samples_passed_value, def, minimum, maximum, \
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
MESA_texture_array.spec 731 MAX_TEXTURE_ARRAY_LAYERS_EXT Z+ GetIntegerv 64 maximum number of 3.8.1 -
762 (4) What is the maximum size of a 2D array texture? Is it the same
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_sprite_point.spec 95 8. Should there be an advertisized maximum sprite point size?
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
MESA_texture_array.spec 731 MAX_TEXTURE_ARRAY_LAYERS_EXT Z+ GetIntegerv 64 maximum number of 3.8.1 -
762 (4) What is the maximum size of a 2D array texture? Is it the same
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_sprite_point.spec 95 8. Should there be an advertisized maximum sprite point size?
  /xsrc/external/mit/freetype/dist/src/tools/
afblue.pl 37 my $curr_max; # Name of the current maximum value.
264 Warn("overwriting already defined maximum value \`$curr_max'")
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
eventcomm.c 342 * @param[out] max Maximum axis range
364 *max = abs.maximum;
809 if (mtdev->caps.slot.maximum > 0)
810 priv->max_touches = mtdev->caps.slot.maximum -
841 priv->touch_axes[axnum].max = mtdev->caps.abs[i].maximum;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 1842 if ( coord > a->maximum || coord < a->minimum )
1849 a->maximum / 65536.0 ));
1851 if ( coord > a->maximum )
1852 coord = a->maximum;
1862 SUB_LONG( a->maximum, a->def ) );
1972 a->maximum - a->def );
2255 a->maximum = axis_rec.maxValue;
2267 a->def > a->maximum )
2270 a->maximum = a->def;
2281 " minimum default maximum flags\n" ))
    [all...]
  /xsrc/external/mit/xset/dist/
xset.c 121 static int is_number(const char *arg, int maximum);
768 is_number(const char *arg, int maximum)
775 if (*p || atoi(arg) > maximum)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
memory.cpp 88 size > fold(maximum(), cl_ulong(0),
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
memory.cpp 118 size > fold(maximum(), cl_ulong(0),
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 215 axis->maximum = map->design_points[map->num_points - 1];
360 mmvar->axis[i].maximum = INT_TO_FIXED( mmaster.axis[i].maximum );
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 789 --git-max-maintainers => maximum maintainers to add (default: $email_git_max_maintainers)
1733 tracking, the maximum number of commit authors and signers to add,
  /xsrc/external/mit/xf86-video-geode/dist/src/
z4l.c 1505 queryctrl.minimum, queryctrl.maximum,
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 1298 double max_value = mmvar->axis[i].maximum / (double) (1U << 16);
  /xsrc/external/mit/xf86-video-intel/dist/
configure 1656 --with-default-dri Select the default maximum DRI level [default 2]
12146 # find the maximum length of command line arguments
12147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
12148 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
12255 # maximum length that is only half of the actual maximum length, but
24733 # What is the maximum length of a command?

Completed in 25 milliseconds