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

12345

/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_macros.h7 #define max(x,y) ((x)>(y)? (x) : (y)) macro
H A Dmake_set.c10 #define max(x,y) ((x)>(y)? (x) : (y)) macro
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_s_mp_add.c23 int olduse, res, min, max; local
H A Dbn_s_mp_sub.c22 int olduse, res, min, max; local
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dkernel.h169 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetbsize.c45 long n, max, mul, blocksize; local
H A Ddisklabel.c70 char p, max, psize[3], pbsize[3], local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_gentm.c121 static const int max[9]={99, 99,12,31,23,59,59,12,59}; local
H A Da_utctm.c118 static const int max[8]={99,12,31,23,59,59,12,59}; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_sqr.c67 int max,al; local
160 int i,j,max; local
[all...]
H A Dbn_add.c107 int max,min,dif; local
168 int max,min,dif; local
265 int max; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/buffer/
H A Dbuffer.h81 size_t max; /* size of buffer */ member in struct:buf_mem_st
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dnpb-C.h19 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dapplu_macros.h30 #define max(x,y) ((x)>(y)? (x) : (y)) macro
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerElement.java82 private int max(int[] x){ method in class:VisualizerElement
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dfd_domain.pl115 max:(max of fd), label
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dbuffer.h81 size_t max; /* size of buffer */ member in struct:buf_mem_st
/barrelfish-2018-10-04/lib/libc/locale/
H A Drunefile.h40 int32_t max; member in struct:__anon1009
/barrelfish-2018-10-04/kernel/include/
H A Dkernel.h57 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/barrelfish-2018-10-04/lib/bomp/include/
H A Dspin.h67 unsigned max; member in struct:bomp_barrier
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dclasses.cc91 EC_IlcIntVar::EC_IlcIntVar(IlcManager m, IlcInt min, IlcInt max, EC_word w) argument
/barrelfish-2018-10-04/usr/skb/measurement/
H A Drtt_data.c25 uint64_t max; member in struct:measurement_data
36 rtt_value(struct monitor_client_response *st, uint64_t from_core, uint64_t to_core, uint64_t avg, uint64_t var, uint64_t min, uint64_t max) argument
/barrelfish-2018-10-04/lib/lua/src/
H A Dltablib.c25 lua_Number max = 0; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_seal.c76 int i,j,max=0; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds2_pkt.c319 static int read_n(SSL *s, unsigned int n, unsigned int max, argument

Completed in 183 milliseconds

12345