Searched refs:MIN (Results 26 - 50 of 83) sorted by relevance

1234

/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetutxent.c187 MIN(sizeof(fu.fu_id), sizeof(id->ut_id))) ==
216 MIN(sizeof(fu.fu_line), sizeof(line->ut_line))) ==
H A Dnlist.c336 cc = MIN(symsize, sizeof(sbuf));
/barrelfish-2018-10-04/lib/libc/locale/
H A Dgb2312.c130 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof(gs->bytes) - gs->count);
H A Dgb18030.c113 ncopy = MIN(MIN(n, MB_CUR_MAX), sizeof(gs->bytes) - gs->count);
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_gcd.c47 k = MIN(u_lsb, v_lsb);
H A Dbn_mp_karatsuba_mul.c56 B = MIN (a->used, b->used);
H A Dbn_mp_toom_mul.c38 B = MIN(a->used, b->used) / 3;
H A Dtommath.h26 #ifndef MIN
27 #define MIN(x,y) ((x)<(y)?(x):(y)) macro
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dqsort.c46 #define MIN(a, b) ((a) < (b) ? a : b) macro
185 r = MIN(pa - (char *)a, pb - pa);
187 r = MIN(pd - pc, pn - pd - es);
/barrelfish-2018-10-04/usr/bench/udp_echo/
H A Dudp_echo.c54 #ifndef MIN
55 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
335 min = MIN(min, r);
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_bootcfg.c271 if (used_bytes > MIN(sector_length, BOOTCFG_MAX_SIZE)) {
295 remaining = MIN(chunk_length, sector_length - offset);
301 MIN(remaining, used_bytes - offset));
H A Defx_mcdi.c119 MIN(sizeof (dword), emrp->emr_in_length - pos));
143 size_t bytes = MIN(emrp->emr_out_length_used,
149 MIN(sizeof (data), bytes - pos));
H A Dsiena_nic.c330 encp->enc_txq_limit = MIN(EFX_TXQ_LIMIT_TARGET,
332 encp->enc_rxq_limit = MIN(EFX_RXQ_LIMIT_TARGET,
393 MIN(sizeof (encp->enc_phy_name) - 1,
400 MIN(sizeof (encp->enc_phy_revision) - 1,
/barrelfish-2018-10-04/lib/libc/net/
H A Dsourcefilter.c72 #ifndef MIN
73 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
261 for (i = 0; i < MIN(onumsrc, *numsrc); i++, psu++) {
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_utils.c215 len = MIN(a->size, b->size);
239 len = MIN(a->size, b->size);
/barrelfish-2018-10-04/usr/tests/net_tests/posix-sockets/
H A Dmain.c48 #ifndef MIN
49 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/barrelfish-2018-10-04/lib/libc/db/test/
H A Ddbtest.c348 len = MIN(db1->size, db2->size);
379 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
436 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
480 lineno, MIN(kp->size, 20), kp->data, NOSUCHKEY);
/barrelfish-2018-10-04/include/sys/
H A Dparam.h301 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
/barrelfish-2018-10-04/usr/bench/sdma_bench/
H A Dsdma_bench.c137 uint8_t x_bits = MIN(bits, OMAP44XX_SDMA_MAX_EN_BITS);
179 uint8_t x_bits = MIN(bits, OMAP44XX_SDMA_MAX_EN_BITS);
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash_bigkey.c105 move_bytes = MIN(space, key_size);
123 move_bytes = MIN(space, val_size);
154 move_bytes = MIN(space, val_size);
/barrelfish-2018-10-04/usr/replay/
H A Dslave.c31 #ifndef MIN
32 #define MIN(x,y) (x < y ? x : y) macro
520 size_t xfer_len = MIN(er_avail, er_size - er_w_idx);
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c495 T(addstr(base64_key + n, MIN(len - n, 48),
559 T(addstr(base64_key + n, MIN(len - n, 48),
617 T(addstr(base64_cert + n, MIN(len - n, 48),
908 T(addstr(base64_dhcid + n, MIN(len - n, 48),
1000 T(addstr(base64_key + n, MIN(len - n, 48),
1069 n = MIN(16, edata - rdata);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_nfs.c263 pfh->chunk_size = MIN(MAX_NFS_READ_BYTES, pfh->fh->size - pfh->chunk_start);
328 pfh->chunk_size = MIN(MAX_NFS_WRITE_BYTES, pfh->fh->size - pfh->chunk_start);
565 pfh->chunk_size = MIN(MAX_NFS_READ_BYTES, fh.size - pfh->chunk_start);
671 pfh->chunk_size = MIN(MAX_NFS_WRITE_BYTES, fh->size - pfh->chunk_start);
1213 pfh->chunk_size = MIN(MAX_NFS_READ_BYTES, fh.size - pfh->chunk_start);
1278 pfh->chunk_size = MIN(MAX_NFS_WRITE_BYTES, fh.size - pfh->chunk_start);
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Dmain.c173 uint8_t x_bits = MIN(bits, OMAP44XX_SDMA_MAX_EN_BITS);
322 init_count_1d(MIN(log2ceil(dst_id.bytes), log2ceil(dst_id.bytes)), &count);
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c428 pa = MIN(digs, a->used + b->used);
438 ty = MIN(b->used-1, ix);
448 iy = MIN(a->used-tx, ty+1);
540 ty = MIN(b->used-1, ix);
550 iy = MIN(a->used-tx, ty+1);
646 ty = MIN(a->used-1, ix);
656 iy = MIN(a->used-tx, ty+1);
662 iy = MIN(iy, (ty-tx+1)>>1);
3207 k = MIN(u_lsb, v_lsb);
3298 i = MIN(
[all...]

Completed in 286 milliseconds

1234