Searched defs:min (Results 1 - 25 of 85) sorted by relevance

1234

/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_macros.h8 #define min(x,y) ((x)<(y)? (x) : (y)) macro
H A Dmake_set.c11 #define min(x,y) ((x)<(y)? (x) : (y)) macro
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Drtc.h29 uint8_t min; /**< current minute */ member in struct:rtc_time
/barrelfish-2018-10-04/usr/drivers/rtc/
H A Drtc.h31 uint8_t min; /**< current minute */ member in struct:rtc_time
H A Drtc.c70 uint8_t sec, min, hr; local
/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.h168 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_gentm.c120 static const int min[9]={ 0, 0, 1, 1, 0, 0, 0, 0, 0}; local
H A Da_utctm.c117 static const int min[8]={ 0, 1, 1, 0, 0, 0, 0, 0}; local
/barrelfish-2018-10-04/kernel/arch/x86/
H A Drtc.c63 uint8_t sec, min, hr; local
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dnpb-C.h20 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dapplu_macros.h31 #define min(x,y) ((x)<(y)? (x) : (y)) macro
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerElement.java74 private int min(int[] x){ method in class:VisualizerElement
H A DVisualizer.java53 Visualizer(int id,String type,String display, int x, int y, int width, int height, String group, int min,int max,int indexStart) argument
/barrelfish-2018-10-04/lib/libc/locale/
H A Drunefile.h39 int32_t min; member in struct:__anon1009
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_add.c107 int max,min,dif; local
168 int max,min,dif; local
[all...]
/barrelfish-2018-10-04/kernel/include/
H A Dkernel.h54 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/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.c24 uint64_t min; 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/tools/usbboot/
H A Daboot.c36 #define min(a,b) ( ((a) < (b)) ? (a) : (b) ) macro
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_key.c96 int EVP_read_pw_string_min(char *buf, int min, int len, const char *prompt, int verify) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_key.c74 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/barrelfish-2018-10-04/lib/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/barrelfish-2018-10-04/lib/bench/
H A Dbench.c196 cycles_t min = (cycles_t) -1ULL; local

Completed in 106 milliseconds

1234