/external/bcc/tools/ |
D | rubygc_example.txt | 71 usage: ugc.py [-h] [-l {java,python,ruby,node}] [-v] [-m] [-M MINIMUM] 87 -M MINIMUM, --minimum MINIMUM
|
D | pythongc_example.txt | 71 usage: ugc.py [-h] [-l {java,python,ruby,node}] [-v] [-m] [-M MINIMUM] 87 -M MINIMUM, --minimum MINIMUM
|
D | nodegc_example.txt | 71 usage: ugc.py [-h] [-l {java,python,ruby,node}] [-v] [-m] [-M MINIMUM] 87 -M MINIMUM, --minimum MINIMUM
|
D | javagc_example.txt | 71 usage: ugc.py [-h] [-l {java,python,ruby,node}] [-v] [-m] [-M MINIMUM] 87 -M MINIMUM, --minimum MINIMUM
|
/external/bcc/tools/lib/ |
D | ugc_example.txt | 71 usage: ugc.py [-h] [-l {java,python,ruby,node}] [-v] [-m] [-M MINIMUM] 87 -M MINIMUM, --minimum MINIMUM
|
/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/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/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | JapaneseCalendar.java | 423 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit() 430 case MINIMUM: in handleGetLimit()
|
D | TaiwanCalendar.java | 238 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | JapaneseCalendar.java | 405 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit() 412 case MINIMUM: in handleGetLimit()
|
D | TaiwanCalendar.java | 223 if (limitType == MINIMUM || limitType == GREATEST_MINIMUM) { in handleGetLimit()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | elementwise.cc | 184 case OperationType::MINIMUM: { in GenerateCode() 244 case OperationType::MINIMUM: in NewElementwiseNodeShader()
|
D | elementwise_test.cc | 344 OperationType op_type = OperationType::MINIMUM; in TEST() 358 OperationType op_type = OperationType::MINIMUM; in TEST() 373 OperationType op_type = OperationType::MINIMUM; in TEST() 388 OperationType op_type = OperationType::MINIMUM; in TEST()
|
D | registry.cc | 108 insert_elementwise_op(Type::MINIMUM); in Registry()
|
/external/openssh/ |
D | kexgexs.c | 89 max = MINIMUM(DH_GRP_MAX, max); in input_kex_dh_gex_request() 91 nbits = MINIMUM(DH_GRP_MAX, nbits); in input_kex_dh_gex_request()
|
D | krl.c | 126 if ((r = memcmp(a->blob, b->blob, MINIMUM(a->len, b->len))) != 0) in blob_cmp() 491 contig = MINIMUM(contig, 1ULL<<31); in choose_next_state() 492 last_gap = MINIMUM(last_gap, 1ULL<<31); in choose_next_state() 493 next_gap = MINIMUM(next_gap, 1ULL<<31); in choose_next_state() 519 cost_bitmap += last_gap + contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state() 520 cost_bitmap_restart += contig + (final ? 0 : MINIMUM(next_gap, 8+64)); in choose_next_state()
|
D | misc.h | 191 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
|
D | kexgexc.c | 72 kex->nbits = MINIMUM(kex->nbits, 4096); in kexgex_client()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckWidths.java | 39 MINIMUM, MAXIMUM enumConstant 66 case MINIMUM: in Limit() 132 case MINIMUM: in hasProblem()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | Constants.h | 50 MINIMUM = 0, enumerator
|
/external/freetype/builds/unix/ |
D | freetype2.m4 | 20 # AC_CHECK_FT2([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) 22 # MINIMUM-VERSION is what libtool reports; the default is `7.0.1' (this is
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | database.fbs | 19 MINIMUM = 1,
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | minimum.ll | 418 ; CHECK-NEXT: [[MINIMUM:%.*]] = call float @llvm.minimum.f32(float [[X:%.*]], float [[Y:%.*]]) 419 ; CHECK-NEXT: ret float [[MINIMUM]] 430 ; CHECK-NEXT: [[MINIMUM:%.*]] = call nnan float @llvm.minimum.f32(float [[X:%.*]], float [[Y:%.*… 431 ; CHECK-NEXT: ret float [[MINIMUM]]
|
/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
|