Searched defs:min (Results 26 - 50 of 86) sorted by relevance

1234

/barrelfish-master/usr/vmkitmon/
H A Dbenchmark.c35 cycles_t min = -1ULL; local
/barrelfish-master/lib/bench/
H A Dbench.c196 cycles_t min = (cycles_t) -1ULL; local
H A Dbench_ctl.c94 static inline size_t val2bin(size_t bin_count, cycles_t min, cycles_t max, argument
109 static inline cycles_t bin2val(size_t bin_count, cycles_t min, cycles_t max, argument
122 do_bincounting(bench_ctl_t *ctl, size_t dimension, size_t bin_count, cycles_t min, cycles_t max) argument
242 bench_ctl_dump_csv_bincounting(bench_ctl_t *ctl, size_t dimension, size_t bin_count, cycles_t min, cycles_t max, const char *prefix, cycles_t tscperus) argument
[all...]
/barrelfish-master/lib/dist/
H A Dbarrier.c110 errval_t nsb_master(int min, int max, char *name) argument
/barrelfish-master/usr/tests/bomptest/
H A Dsync.c160 uint64_t sum = 0, min = end1[0][0], max = 0; local
186 uint64_t sum = 0, min = end2[0][0], max = 0; local
[all...]
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_module.c280 int maj, min; local
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex753 the new inserted tuple. There are four aggregates in \\eclipse relations. paragraph
/barrelfish-master/lib/pcre/
H A Dpcre_printint.c645 unsigned int min, max; local
H A Dpcre_study.c105 int d, min; local
1461 int min; local
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualContext.java40 private int min; field in class:VisualContext
129 public void setMin(int min) { argument
57 VisualContext(int id,String type,String display, int x, int y, int width, int height, String group, int min,int max,int indexStart) argument
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddriver.h79 int min; member in struct:mlx4_range
/barrelfish-master/usr/bench/net_latency/
H A Dmain.c25 static void memory_affinity(int core, uint64_t* min, uint64_t* max) argument
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_echo.c327 unsigned long sum = 0, min = 99999, max = 0; local
H A Dudp_openloop.c168 unsigned long sum = 0, min = 99999, max = 0; local
/barrelfish-master/lib/spawndomain/
H A Dmultiboot.c23 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_xfer.c254 uint16_t min; /* inclusive */ member in struct:usb_std_packet_size::__anon421
/barrelfish-master/usr/tests/mdbtests/
H A Dtest_ops_with_root.c79 size_t min = (size_t)-1; local
H A Dtest_range_query.c92 size_t min = (size_t)-1; local
/barrelfish-master/lib/libc/gen/
H A Darc4random.c272 u_int32_t r, min; local
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DChartBarViewletType.java238 configure(Rectangle2D bounds, double absoluteMin, double absoluteMax, double initialMin, double initialMax, double min, double max, boolean vertical) argument
324 configure(Rectangle2D bounds, double absoluteMin, double absoluteMax, double initialMin, double initialMax, double min, double max, boolean vertical) argument
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_time.c103 #undef min macro
105 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/barrelfish-master/include/vm/
H A Dvm_kern.c278 kmem_suballoc(vm_map_t parent, vm_offset_t *min, vm_offset_t *max, argument
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dmergelogs.c106 int min; local
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dilog.cc125 IlcInt min = ec_arg(3).val.nint; local
/barrelfish-master/tools/usbboot/
H A Dusbboot.c55 #define min(a,b) (((a) < (b)) ? (a): (b)) macro

Completed in 301 milliseconds

1234