/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations.c | 39 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16C() local 46 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16C() 47 maximum = absolute; in WebRtcSpl_MaxAbsValueW16C() 52 if (maximum > WEBRTC_SPL_WORD16_MAX) { in WebRtcSpl_MaxAbsValueW16C() 53 maximum = WEBRTC_SPL_WORD16_MAX; in WebRtcSpl_MaxAbsValueW16C() 56 return (int16_t)maximum; in WebRtcSpl_MaxAbsValueW16C() 64 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32C() local 71 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32C() 72 maximum = absolute; in WebRtcSpl_MaxAbsValueW32C() 76 maximum = WEBRTC_SPL_MIN(maximum, WEBRTC_SPL_WORD32_MAX); in WebRtcSpl_MaxAbsValueW32C() [all …]
|
D | min_max_operations_neon.c | 19 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16Neon() local 41 maximum = (int)vmaxvq_u16(max_qv); in WebRtcSpl_MaxAbsValueW16Neon() 48 maximum = (int)vget_lane_u16(max_dv, 0); in WebRtcSpl_MaxAbsValueW16Neon() 55 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16Neon() 56 maximum = absolute; in WebRtcSpl_MaxAbsValueW16Neon() 62 if (maximum > WEBRTC_SPL_WORD16_MAX) { in WebRtcSpl_MaxAbsValueW16Neon() 63 maximum = WEBRTC_SPL_WORD16_MAX; in WebRtcSpl_MaxAbsValueW16Neon() 66 return (int16_t)maximum; in WebRtcSpl_MaxAbsValueW16Neon() 75 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32Neon() local 101 maximum = vmaxvq_u32(max32x4); in WebRtcSpl_MaxAbsValueW32Neon() [all …]
|
D | min_max_operations_mips.c | 230 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32_mips() local 252 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute) in WebRtcSpl_MaxAbsValueW32_mips() 257 return (int32_t)maximum; in WebRtcSpl_MaxAbsValueW32_mips() 263 int16_t maximum = WEBRTC_SPL_WORD16_MIN; in WebRtcSpl_MaxValueW16_mips() local 282 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [value] "=&r" (value) in WebRtcSpl_MaxValueW16_mips() 287 return maximum; in WebRtcSpl_MaxValueW16_mips() 292 int32_t maximum = WEBRTC_SPL_WORD32_MIN; in WebRtcSpl_MaxValueW32_mips() local 311 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [value] "=&r" (value) in WebRtcSpl_MaxValueW32_mips() 316 return maximum; in WebRtcSpl_MaxValueW32_mips()
|
/external/easymock/src/org/easymock/internal/ |
D | Range.java | 26 private final int maximum; field in Range 32 public Range(int minimum, int maximum) { in Range() argument 33 if (!(minimum <= maximum)) { in Range() 43 if (!(maximum >= 1)) { in Range() 48 this.maximum = maximum; in Range() 52 return minimum == maximum; in hasFixedCount() 56 return maximum; in getMaximum() 70 return "between " + minimum + " and " + maximum; in toString() 79 return minimum <= count && count <= maximum; in contains() 83 return maximum == Integer.MAX_VALUE; in hasOpenCount()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | GeneralSubtree.java | 40 private ASN1Integer maximum; field in GeneralSubtree 59 maximum = ASN1Integer.getInstance(o, false); in GeneralSubtree() 83 maximum = ASN1Integer.getInstance(oMax, false); in GeneralSubtree() 114 BigInteger maximum) in GeneralSubtree() argument 117 if (maximum != null) in GeneralSubtree() 119 this.maximum = new ASN1Integer(maximum); in GeneralSubtree() 176 if (maximum == null) in getMaximum() 181 return maximum.getValue(); in getMaximum() 211 if (maximum != null) in toASN1Primitive() 213 v.add(new DERTaggedObject(false, 1, maximum)); in toASN1Primitive()
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 89 Sample maximum, in FactoryGet() argument 93 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count); in FactoryGet() 100 InitializeBucketRanges(minimum, maximum, ranges); in FactoryGet() 105 new Histogram(name, minimum, maximum, registered_ranges); in FactoryGet() 113 if (!histogram->HasConstructionArguments(minimum, maximum, bucket_count)) { in FactoryGet() 128 TimeDelta maximum, in FactoryTimeGet() argument 132 static_cast<Sample>(maximum.InMilliseconds()), bucket_count, in FactoryTimeGet() 138 Sample maximum, in FactoryGet() argument 141 return FactoryGet(std::string(name), minimum, maximum, bucket_count, flags); in FactoryGet() 146 TimeDelta maximum, in FactoryTimeGet() argument [all …]
|
D | histogram.h | 118 Sample maximum, 123 base::TimeDelta maximum, 132 Sample maximum, 137 base::TimeDelta maximum, 142 Sample maximum, 178 Sample* maximum, 200 Sample maximum, 293 Sample maximum, 298 TimeDelta maximum, 307 Sample maximum, [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
D | Limit.java | 57 private BigDecimal maximum; field in Limit 135 return maximum == null ? null : maximum.toPlainString(); in getMaximum() 147 public void setMaximum(final String maximum) { in setMaximum() argument 148 this.maximum = maximum == null ? null : new BigDecimal(maximum); in setMaximum() 160 if (maximum != null && maximum.compareTo(bd) < 0) { in check() 161 return message("maximum", bd, maximum, RoundingMode.CEILING); in check()
|
/external/libweave/examples/daemon/light/ |
D | light.cc | 43 "maximum": 100 53 "maximum": 100 72 "maximum": 1.0 77 "maximum": 1.0 95 "maximum": 1.0 100 "maximum": 1.0 112 "maximum": 1.0 117 "maximum": 1.0 129 "maximum": 1.0 134 "maximum": 1.0 [all …]
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 76 #define expect_in_range(function, parameter, minimum, maximum) \ argument 77 expect_in_range_count(function, parameter, minimum, maximum, 1) 78 #define expect_in_range_count(function, parameter, minimum, maximum, count) \ argument 80 maximum, count) 86 #define expect_not_in_range(function, parameter, minimum, maximum) \ argument 87 expect_not_in_range_count(function, parameter, minimum, maximum, 1) 88 #define expect_not_in_range_count(function, parameter, minimum, maximum, \ argument 91 minimum, maximum, count) 182 #define assert_in_range(value, minimum, maximum) \ argument 183 _assert_in_range((int)value, (int)minimum, (int)maximum, __FILE__, \ [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/collision/ |
D | BoundingBox.java | 136 public BoundingBox (Vector3 minimum, Vector3 maximum) { in BoundingBox() argument 137 this.set(minimum, maximum); in BoundingBox() 153 public BoundingBox set (Vector3 minimum, Vector3 maximum) { in set() argument 154 …min.set(minimum.x < maximum.x ? minimum.x : maximum.x, minimum.y < maximum.y ? minimum.y : maximum… in set() 155 minimum.z < maximum.z ? minimum.z : maximum.z); in set() 156 …max.set(minimum.x > maximum.x ? minimum.x : maximum.x, minimum.y > maximum.y ? minimum.y : maximum… in set() 157 minimum.z > maximum.z ? minimum.z : maximum.z); in set()
|
/external/ImageMagick/coders/ |
D | histogram.c | 196 maximum, in WriteHISTOGRAMImage() local 269 maximum=histogram[0].red; in WriteHISTOGRAMImage() 273 (maximum < histogram[x].red)) in WriteHISTOGRAMImage() 274 maximum=histogram[x].red; in WriteHISTOGRAMImage() 276 (maximum < histogram[x].green)) in WriteHISTOGRAMImage() 277 maximum=histogram[x].green; in WriteHISTOGRAMImage() 279 (maximum < histogram[x].blue)) in WriteHISTOGRAMImage() 280 maximum=histogram[x].blue; in WriteHISTOGRAMImage() 283 if (fabs(maximum) >= MagickEpsilon) in WriteHISTOGRAMImage() 284 scale=(double) histogram_image->rows/maximum; in WriteHISTOGRAMImage()
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 33 * ``PIPE_CAP_MAX_RENDER_TARGETS``: The maximum number of render targets that may be 42 * ``PIPE_CAP_MAX_TEXTURE_2D_LEVELS``: The maximum number of mipmap levels available 44 * ``PIPE_CAP_MAX_TEXTURE_3D_LEVELS``: The maximum number of mipmap levels available 46 * ``PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS``: The maximum number of mipmap levels available 54 * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers. 66 * ``PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS``: The maximum number of texture array 142 * ``PIPE_CAPF_MAX_LINE_WIDTH``: The maximum width of a regular line. 143 * ``PIPE_CAPF_MAX_LINE_WIDTH_AA``: The maximum width of a smoothed line. 144 * ``PIPE_CAPF_MAX_POINT_WIDTH``: The maximum width and height of a point. 145 * ``PIPE_CAPF_MAX_POINT_WIDTH_AA``: The maximum width and height of a smoothed point. [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.cpp | 44 opts.maximum = -35; in paint() 47 else if (signal > opts.maximum) in paint() 48 opts.progress = opts.maximum; in paint()
|
/external/autotest/client/site_tests/platform_OSLimits/ |
D | control | 38 - Max open files: the maximum number of file descriptors a process can open. 39 - Max processes: the maximum number of processes that can be created for 43 - fs/file-max: maximum number of file handles that the kernel will allocate. 48 - fs/nr_open: the maximum number of file handles a process can allocate. 54 - kernel/pid_max: the maximum value of a pid before it wraps.
|
/external/jetty/src/resources/org/eclipse/jetty/servlets/jmx/ |
D | DoSFilter-mbean.properties | 2 maxRequestsPerSec: maximum number of requests from a connection per second. Requests in excess of t… 4 maxWaitMs: maximum amount of time (in milliseconds) the filter will blocking wait for the throttle … 7 maxRequestMs: maximum amount of time (in milliseconds) to allow the request to process. 8 maxIdleTrackerMs: maximum amount of time (in milliseconds) to keep track of request rates for a con…
|
/external/autotest/client/site_tests/platform_LibCBench/ |
D | platform_LibCBench.py | 66 maximum = max(results[benchmark]) 67 difference = maximum - minimum 72 (benchmark, minimum, maximum, difference, average,
|
/external/libvorbis/test/ |
D | util.c | 30 gen_windowed_sine (float *data, int len, float maximum) in gen_windowed_sine() argument 41 data [k] *= maximum * (0.5 - 0.5 * cos (2.0 * M_PI * k / ((len) - 1))) ; in gen_windowed_sine()
|
/external/lzma/CPP/Windows/Control/ |
D | Trackbar.h | 15 void SetRange(int minimum, int maximum, bool redraw = true) 16 { SendMessage(TBM_SETRANGE, BoolToBOOL(redraw), MAKELONG(minimum, maximum)); }
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 24 maximum_length 20; # maximum padding length. 44 counter 5; # maximum trying count to send. 45 interval 20 sec; # maximum interval to resend. 48 # maximum time to wait for completing each phase.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 28 + Render tests with maximum geometry amplification in different stages 50 shader that uses the maximum number of geometry output vertices, uses maximum 51 number geometry shader instances, or sets the maximum tessellation level. 52 *_required_* cases use the maximum limit as required by the extension 53 specifications and *_implementation_* cases use the maximum limit reported by
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 99 int maximum; member 902 check_integer_range->maximum); in check_in_range() 912 check_integer_range->maximum); in check_not_in_range() 921 const int minimum, const int maximum, in expect_range() argument 926 check_integer_range->maximum = maximum; in expect_range() 936 const int minimum, const int maximum, const int count) { in _expect_in_range() argument 937 expect_range(function, parameter, file, line, minimum, maximum, in _expect_in_range() 946 const int minimum, const int maximum, const int count) { in _expect_not_in_range() argument 947 expect_range(function, parameter, file, line, minimum, maximum, in _expect_not_in_range() 1205 void _assert_in_range(const int value, const int minimum, const int maximum, in _assert_in_range() argument [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | ftmm.h | 77 FT_Long maximum; member 146 FT_Fixed maximum; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmm.h | 77 FT_Long maximum; member 146 FT_Fixed maximum; member
|
/external/freetype/include/freetype/ |
D | ftmm.h | 77 FT_Long maximum; member 146 FT_Fixed maximum; member
|