Home
last modified time | relevance | path

Searched refs:MINIMUM (Results 1 – 25 of 43) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c40 #define MINIMUM(a,b) (((a) < (b)) ? (a) : (b)) macro
163 amt = MINIMUM(amt, keylen); in bcrypt_pbkdf()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DJapaneseCalendar.java591 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
598 case MINIMUM: in handleGetLimit()
DTaiwanCalendar.java223 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
DCalendar.java4315 if (limitType == MINIMUM) { in getLimit()
4341 protected static final int MINIMUM = 0; field in Calendar
4374 return getLimit(field, MINIMUM); in getMinimum()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DJapaneseCalendar.java611 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
618 case MINIMUM: in handleGetLimit()
DTaiwanCalendar.java238 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
DCalendar.java4437 if (limitType == MINIMUM) { in getLimit()
4464 protected static final int MINIMUM = 0; field in Calendar
4501 return getLimit(field, MINIMUM); in getMinimum()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
DTiesStrategy.java45 MINIMUM, enumConstant
DNaturalRanking.java341 case MINIMUM: // Replace ties with minimum in resolveTie()
/external/openssh/
Dkexgexs.c87 max = MINIMUM(DH_GRP_MAX, max); in input_kex_dh_gex_request()
89 nbits = MINIMUM(DH_GRP_MAX, nbits); in input_kex_dh_gex_request()
Dkrl.c123 if ((r = memcmp(a->blob, b->blob, MINIMUM(a->len, b->len))) != 0) in blob_cmp()
460 contig = MINIMUM(contig, 1ULL<<31); in choose_next_state()
461 last_gap = MINIMUM(last_gap, 1ULL<<31); in choose_next_state()
462 next_gap = MINIMUM(next_gap, 1ULL<<31); in choose_next_state()
488 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
489 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
Dmisc.h146 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
Ddh.c278 dh->length = MINIMUM(need * 2, pbits - 1); in dh_gen_key()
Dkexgexc.c70 kex->nbits = MINIMUM(kex->nbits, 4096); in kexgex_client()
Dssh-agent.c549 MINIMUM(deadline, id->death); in reaper()
1059 MINIMUM(deadline, parent_alive_interval); in prepare_select()
Dclientloop.c673 timeout_secs = MINIMUM(timeout_secs, packet_get_rekey_timeout()); in client_wait_until_can_do_something()
676 timeout_secs = MINIMUM(timeout_secs, in client_wait_until_can_do_something()
682 timeout_secs = MINIMUM(timeout_secs, (int)minwait_secs); in client_wait_until_can_do_something()
Dserverloop.c214 max_time_ms = MINIMUM(max_time_ms, (u_int)minwait_secs * 1000); in wait_until_can_do_something()
Dsftp.c830 colspace = MINIMUM(colspace, width); in do_ls_dir()
1700 colspace = MINIMUM(colspace, width); in complete_display()
Dsshkey.c1092 x = MINIMUM(x, FLDSIZE_X - 1); in fingerprint_randomart()
1093 y = MINIMUM(y, FLDSIZE_Y - 1); in fingerprint_randomart()
1134 *p++ = augmentation_string[MINIMUM(field[x][y], len)]; in fingerprint_randomart()
/external/libmicrohttpd/m4/
Dlibcurl.m41 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
8 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
Dlibgcrypt.m414 dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
/external/curl/docs/libcurl/
Dlibcurl.m422 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
29 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
/external/libxml2/
Dlibxml.m49 dnl AM_PATH_XML2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Daclocal.m4770 # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
788 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
790 # doesn't meet the requirement. MINIMUM-VERSION should consist of
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m4817 # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
835 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
837 # doesn't meet the requirement. MINIMUM-VERSION should consist of

12