/external/openssh/openbsd-compat/ |
D | bcrypt_pbkdf.c | 40 #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/ |
D | JapaneseCalendar.java | 591 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit() 598 case MINIMUM: in handleGetLimit()
|
D | TaiwanCalendar.java | 223 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
|
D | Calendar.java | 4315 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/ |
D | JapaneseCalendar.java | 611 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit() 618 case MINIMUM: in handleGetLimit()
|
D | TaiwanCalendar.java | 238 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
|
D | Calendar.java | 4437 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/ |
D | TiesStrategy.java | 45 MINIMUM, enumConstant
|
D | NaturalRanking.java | 341 case MINIMUM: // Replace ties with minimum in resolveTie()
|
/external/openssh/ |
D | kexgexs.c | 87 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()
|
D | krl.c | 123 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()
|
D | misc.h | 146 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
|
D | dh.c | 278 dh->length = MINIMUM(need * 2, pbits - 1); in dh_gen_key()
|
D | kexgexc.c | 70 kex->nbits = MINIMUM(kex->nbits, 4096); in kexgex_client()
|
D | ssh-agent.c | 549 MINIMUM(deadline, id->death); in reaper() 1059 MINIMUM(deadline, parent_alive_interval); in prepare_select()
|
D | clientloop.c | 673 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()
|
D | serverloop.c | 214 max_time_ms = MINIMUM(max_time_ms, (u_int)minwait_secs * 1000); in wait_until_can_do_something()
|
D | sftp.c | 830 colspace = MINIMUM(colspace, width); in do_ls_dir() 1700 colspace = MINIMUM(colspace, width); in complete_display()
|
D | sshkey.c | 1092 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/ |
D | libcurl.m4 | 1 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], 8 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
|
D | libgcrypt.m4 | 14 dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
|
/external/curl/docs/libcurl/ |
D | libcurl.m4 | 22 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], 29 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
|
/external/libxml2/ |
D | libxml.m4 | 9 dnl AM_PATH_XML2([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | aclocal.m4 | 770 # 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/ |
D | aclocal.m4 | 817 # 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
|