/external/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 51 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator 119 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 195 k >= bias + tmax ? tmax : k - bias; in punycode_encode() 267 k >= bias + tmax ? tmax : k - bias; in punycode_decode()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 49 private static final int tmax = 26; field in PunycodeReference 128 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 202 k >= bias + tmax ? tmax : k - bias; in encode() 349 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 52 private static final int tmax = 26; field in PunycodeReference 131 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) { in adapt() 205 k >= bias + tmax ? tmax : k - bias; in encode() 352 (k >= (bias + tmax)) ? tmax : k - bias; in decode()
|
/external/iputils/ |
D | ping_common.c | 48 long tmax; /* maximum round trip time */ variable 423 waittime = 2 * tmax; in __schedule_exit() 904 if (triptime > tmax) in gather_statistics() 905 tmax = triptime; in gather_statistics() 1046 (long)tmax/1000, (long)tmax%1000, in finish() 1084 (long)tmax/1000, (long)tmax%1000 in status()
|
D | ping_common.h | 166 extern long tmax; /* maximum round trip time */
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 5-1-buildonly.c | 21 shmatt_t tmax = USHRT_MAX; variable
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 1039 float tmax=MagickMax(MagickMax(r,g),b); 1041 if (tmax!=0.0f) { 1042 float delta=tmax-tmin; 1043 HueSaturationBrightness.y=delta/tmax; 1044 HueSaturationBrightness.z=QuantumScale*tmax; 1047 HueSaturationBrightness.x = ((r == tmax)?0.0f:((g == tmax)?2.0f:4.0f)); 1048 HueSaturationBrightness.x += ((r == tmax)?(g-b):((g == tmax)?(b-r):(r-g)))/delta; 1967 tmax, 1973 tmax=MagickMax(QuantumScale*red,MagickMax(QuantumScale*green, QuantumScale*blue)); 1976 c=tmax-tmin; [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/mesa3d/src/mesa/main/ |
D | debug_output.c | 557 int s, t, smax, tmax; in debug_set_message_enable_all() local 568 tmax = MESA_DEBUG_TYPE_COUNT; in debug_set_message_enable_all() 570 tmax = type+1; in debug_set_message_enable_all() 576 for (t = type; t < tmax; t++) { in debug_set_message_enable_all()
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-25-SinglePredecessor.ll | 13 …* %this, %struct.ggBox3* %ray, double %unnamed_arg, double %tmin, double %tmax, %struct.mrViewingH…
|
/external/lisa/tools/ |
D | plots.py | 148 trace.setXTimeRange(args.tmin, args.tmax)
|
/external/iproute2/ip/ |
D | iplink.c | 525 int tmin, tmax; in iplink_parse_vf() local 528 ipaddr_get_vf_rate(tivt.vf, &tmin, &tmax, dev_index); in iplink_parse_vf() 532 tivt.max_tx_rate = tmax; in iplink_parse_vf()
|
/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 211 #hinf-tmax=com.coremedia.iso.boxes.rtp.LargestRelativeTransmissionTimeBox()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 78 !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20)
|