Searched defs:min (Results 251 - 275 of 440) sorted by relevance

<<1112131415161718

/haiku-buildtools/legacy/binutils/opcodes/
H A Dopenrisc-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dopenrisc-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dxc16x-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dxc16x-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dxstormy16-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dxstormy16-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenattr.c45 int min; member in struct:range
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Derr.c12 #undef min macro
H A Dlread.c24 #undef min macro
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dstd_valarray.h540 valarray<_Tp>::min() const function in class:valarray
H A Dvalarray_meta.h727 min (const _Expr<_Dom,_Tp>& __e) function
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algobase.h87 #undef min macro
91 inline const _Tp& min(const _Tp& __a, const _Tp& __b) { function
103 inline const _Tp& min(const _Tp& __a, const _Tp& __b, _Compare __comp) { function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C17 min(const int& a, const int& b) { function
/haiku-buildtools/isl/
H A Disl_seq.c217 int i, min = isl_seq_first_non_zero(p, len); local
231 int i, min = isl_seq_abs_min_non_zero(p, len); local
[all...]
/haiku-buildtools/gcc/gcc/
H A Det-forest.c57 int min; /* The minimum value of the depth in the subtree member in struct:et_occ
[all...]
H A Dfibonacci_heap.h209 V *min () function in class:fibonacci_heap
[all...]
H A Dlto-section-in.c469 lto_value_range_error(const char *purpose, HOST_WIDE_INT val, HOST_WIDE_INT min, HOST_WIDE_INT max) argument
H A Dcfgbuild.c230 make_edges(basic_block min, basic_block max, int update_p) argument
244 make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), min, EDGE_FALLTHRU); local
619 basic_block bb, min, max; local
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dbase.h144 min(const _Tp& __a, const _Tp& __b) function in namespace:__gnu_parallel
/haiku-buildtools/gcc/libgcc/
H A Dfixed-bit.c197 DINT_C_TYPE max, min; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-fuzzer.c117 static int fuzzer_randrange (fuzzer *f, int min, int max) argument
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dglobal_state.cpp193 int store_int(INT_T *out, const CHAR_T *val, INT_T min, INT_T max) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_hooks.cc310 test_tm(int sec, int min, int hour, int mday, int mon, argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Duniform_int_dist.h149 min() const function in class:uniform_int_distribution
/haiku-buildtools/binutils/gas/
H A Dmessages.c345 as_internal_value_out_of_range(const char *prefix, offsetT val, offsetT min, offsetT max, const char *file, unsigned line, int bad) argument
417 as_warn_value_out_of_range(const char *prefix, offsetT value, offsetT min, offsetT max, const char *file, unsigned line) argument
428 as_bad_value_out_of_range(const char *prefix, offsetT value, offsetT min, offsetT max, const char *file, unsigned line) argument
[all...]

Completed in 138 milliseconds

<<1112131415161718