Searched defs:max (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dsimplemath.h44 max( int x, int y ) { return ( x < y ) ? y : x; } function in typeref:typename:int
H A Dcurve.cc141 Curve::setstepsize( REAL max ) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_descriptor_set.c76 static uint32_t max = 0; local in function:v3dX
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dstrndup.h37 strndup(const char *str, size_t max) argument
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dstrndup.h37 strndup(const char *str, size_t max) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sun.c95 unsigned max = 0; local in function:ir3_sun
[all...]
/xsrc/external/mit/xterm/dist/
H A Dkeysym2ucs.c845 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; local in function:keysym2ucs
H A Dprecompose.c1047 int max = sizeof(precompositions) / sizeof(precompositions[0]) - 1; local in function:do_precomposition
/xsrc/external/mit/libXaw/dist/examples/
H A Dpane.c20 int min,max; local in function:getnumsub_cb
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrcmap.c73 FT_UInt max = cmap->num_chars; local in function:pfr_cmap_char_index
108 FT_UInt max = cmap->num_chars; local in function:pfr_cmap_char_next
/xsrc/external/mit/freetype/dist/src/psnames/
H A Dpstables.h4147 int count, min, max; local in function:ft_get_adobe_glyph_index
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dbacklight.h41 int max; member in struct:backlight
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_cpu.c42 unsigned max = __get_cpuid_max(BASIC_CPUID, NULL); local in function:sna_cpu_detect
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dbacklight.h41 int max; member in struct:backlight
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_cpu.c42 unsigned max = __get_cpuid_max(BASIC_CPUID, NULL); local in function:sna_cpu_detect
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_point_size.c80 nir_lower_point_size(nir_shader *s, float min, float max) argument
37 lower_point_size_instr(nir_builder * b,nir_instr * psiz_instr,float min,float max) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dstate_funcs.h34 INLINE __m128i SWR_MULTISAMPLE_POS::expandThenBlend4(uint32_t* min, uint32_t* max) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_async_debug.h51 unsigned max; member in struct:util_async_debug_callback
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_async_debug.h51 unsigned max; member in struct:util_async_debug_callback
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_buffer.c81 uint32_t max = tag - 1; local in function:dxil_buffer_emit_vbr_bits
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_liveness.c28 mir_liveness_ins_update(uint16_t *live, midgard_instruction *ins, unsigned max) argument
43 mir_liveness_ins_update_wrap(uint16_t *live, void *ins, unsigned max) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dkeysym2ucs.c834 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; local in function:keysym2ucs
875 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; local in function:ucs2keysym
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dkeysym2ucs.c835 int max = ARRAY_SIZE(keysymtab) - 1; local in function:keysym2ucs
878 int max = ARRAY_SIZE(keysymtab) - 1; local in function:ucs2keysym
/xsrc/external/mit/ctwm/dist/
H A Dutil.h25 static inline int max(int a, int b) function in typeref:typename:int
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dstencilwrap.c20 int bits, max, i; local in function:RunTest
[all...]

Completed in 36 milliseconds

1234567891011>>