Searched refs:max (Results 251 - 275 of 2224) sorted by relevance

<<11121314151617181920>>

/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterBoxShape.java49 public EmitterBoxShape(Vector3f min, Vector3f max) { argument
50 if (min == null || max == null) {
56 this.len.set(max).subtractLocal(min);
/external/libxml2/
H A Duri.c1030 xmlSaveUriRealloc(xmlChar *ret, int *max) { argument
1034 if (*max > MAX_URI_LENGTH) {
1038 tmp = *max * 2;
1044 *max = tmp;
1062 int max; local
1067 max = 80;
1068 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1078 if (len >= max) {
1079 temp = xmlSaveUriRealloc(ret, &max);
1085 if (len >= max) {
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DSimpleOAuthValidator.java92 long max = now + timestampWindow;
93 if (timestamp < min || max < timestamp) {
95 problem.setParameter("oauth_acceptable_timestamps", min + "-" + max);
/external/openssh/
H A Dkexgex.c52 int min, int wantbits, int max,
79 (max != -1 && (r = sshbuf_put_u32(b, max)) != 0) ||
45 kexgex_hash( int hash_alg, const char *client_version_string, const char *server_version_string, const u_char *ckexinit, size_t ckexinitlen, const u_char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, int min, int wantbits, int max, const BIGNUM *prime, const BIGNUM *gen, const BIGNUM *client_dh_pub, const BIGNUM *server_dh_pub, const BIGNUM *shared_secret, u_char *hash, size_t *hashlen) argument
/external/skia/src/views/animated/
H A DSkProgressBarView.cpp29 //this implies that if a new max and progress are set, max must be set first
69 if (dom.findS32(node, "max", &temp))
93 void SkProgressBarView::setMax(int max) argument
95 fMax = max;
98 e.setS32("newMax", max);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddfa.py49 eot, eof, min, max, accept, special, transition
58 self.max = max
95 #print "range = %d..%d" % (self.min[s], self.max[s])
97 if c >= self.min[s] and c <= self.max[s]:
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdfa.py35 max=[],
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastHadamardTransformer.java45 double min, double max, int n)
47 return fht(FastFourierTransformer.sample(f, min, max, n));
58 double min, double max, int n)
61 fht(FastFourierTransformer.sample(f, min, max, n));
44 transform(UnivariateRealFunction f, double min, double max, int n) argument
57 inversetransform(UnivariateRealFunction f, double min, double max, int n) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java376 private int max = 20; field in class:NamespaceMappings.Stack
377 Object[] m_stack = new Object[max];
381 clone.max = this.max;
383 clone.m_stack = new Object[clone.max];
398 if (max <= top) {
399 int newMax = 2*max + 1;
401 System.arraycopy(m_stack,0, newArray, 0, max);
402 max = newMax;
/external/clang/test/SemaCXX/
H A Dfunction-overload-typo-crash.cpp7 template <typename T> void max(T); //expected-note {{'max' declared here}}
11 fax(0); //expected-error {{use of undeclared identifier 'fax'; did you mean 'max'}}
H A Di-c-e-cxx.cpp43 unsigned max = 80 / x; local
/external/elfutils/src/tests/
H A Drun-stack-i-test.sh47 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
67 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
/external/icu/icu4c/source/layout/
H A DHanLayoutEngine.h85 * @param max - the number of characters in the input context
99 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DOpenTypeLayoutEngine.h266 * @param max - the number of characters in the input context
279 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
295 * @param max - the number of characters in the input context
311 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
314 virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
351 * @param max - the number of characters in the input context
365 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
/external/iptables/extensions/
H A Dlibip6t_ah.c54 print_spis(const char *name, uint32_t min, uint32_t max, argument
59 if (min != 0 || max != 0xFFFFFFFF || invert) {
60 if (min == max)
63 printf("%ss:%s%u:%u", name, inv, min, max);
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnf_nat.h26 union nf_conntrack_man_proto max; member in struct:nf_nat_ipv4_range
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Derase_iter_iter.pass.cpp66 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1);
69 int sstep = std::max((N - p) / std::max(std::min(N - p, 10), 1), 1);
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp211 assert(INTPTR_MAX == std::numeric_limits<intptr_t>::max());
214 assert(UINTPTR_MAX == std::numeric_limits<uintptr_t>::max());
220 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
229 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max());
235 assert(SIG_ATOMIC_MAX == std::numeric_limits<sig_atomic_t>::max());
238 assert(SIZE_MAX == std::numeric_limits<size_t>::max());
244 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
250 assert(WINT_MAX == std::numeric_limits<wint_t>::max());
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp212 assert(INTPTR_MAX == std::numeric_limits<std::intptr_t>::max());
215 assert(UINTPTR_MAX == std::numeric_limits<std::uintptr_t>::max());
221 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
224 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
230 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max());
236 assert(SIG_ATOMIC_MAX == std::numeric_limits<std::sig_atomic_t>::max());
239 assert(SIZE_MAX == std::numeric_limits<std::size_t>::max());
245 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
251 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max());
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
H A Dnew_array_nothrow.pass.cpp41 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
H A Dnew_nothrow.pass.cpp41 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow);
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
H A Ddecimal_point.pass.cpp66 assert(f.decimal_point() == std::numeric_limits<char>::max());
70 assert(f.decimal_point() == std::numeric_limits<char>::max());
74 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
78 assert(f.decimal_point() == std::numeric_limits<wchar_t>::max());
H A Dthousands_sep.pass.cpp69 assert(f.thousands_sep() == std::numeric_limits<char>::max());
73 assert(f.thousands_sep() == std::numeric_limits<char>::max());
77 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
81 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
/external/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp49 std::string s = std::to_string(std::numeric_limits<T>::max());
54 assert(t == std::numeric_limits<T>::max());
82 std::string s = std::to_string(std::numeric_limits<T>::max());
87 assert(t == std::numeric_limits<T>::max());
/external/libvpx/libvpx/tools/
H A Dvpx-astyle.sh8 --suffix=none --quiet --max-instatement-indent=80 "$@"

Completed in 1002 milliseconds

<<11121314151617181920>>