Searched defs:max (Results 176 - 200 of 1129) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/layout/
H A DHanLayoutEngine.cpp54 le_int32 HanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, argument
61 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DIndicLayoutEngine.cpp56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
63 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
87 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
94 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
[all...]
/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);
H A Dlibxt_udp.c86 print_ports(const char *name, uint16_t min, uint16_t max, argument
91 if (min != 0 || max != 0xFFFF || invert) {
93 if (min == max) {
100 print_port(max, numeric);
/external/iptables/include/linux/netfilter/
H A Dxt_hashlimit.h8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
33 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg
57 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg1
H A Dxt_u32.h20 __u32 max; member in struct:xt_u32_value_element
/external/junit/src/org/junit/experimental/max/
H A DMaxCore.java1 package org.junit.experimental.max;
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnf_nat.h21 union nf_conntrack_man_proto max; member in struct:nf_nat_ipv4_range
H A Dxt_hashlimit.h8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
34 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg
58 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg1
H A Dxt_u32.h20 __u32 max; member in struct:xt_u32_value_element
/external/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
136 if (ucs < table[0].first || ucs > table[max].last)
138 while (max >= min) {
139 mid = (min + max) / 2;
143 max = mid - 1;
/external/ltrace/
H A Dzero.c32 size_t max, void *data)
35 for (i = 0; i < max; ++i) {
67 size_t max = (size_t)l; local
68 return zero_callback_max(ret_value, lhs, arguments, max, data);
30 zero_callback_max(struct value *ret_value, struct value *lhs, struct value_dict *arguments, size_t max, void *data) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py75 def max(self): member in class:Channel
/external/mesa3d/src/mesa/main/
H A Dversion.c88 static const int max = 100; local
227 ctx->VersionString = (char *) malloc(max);
229 _mesa_snprintf(ctx->VersionString, max,
242 static const int max = 100; local
259 ctx->VersionString = (char *) malloc(max);
261 _mesa_snprintf(ctx->VersionString, max,
274 static const int max = 100; local
292 ctx->VersionString = (char *) malloc(max);
294 _mesa_snprintf(ctx->VersionString, max,
/external/nanopb-c/tests/encode_unittests/
H A Dencode_unittests.c128 int32_t max = INT32_MAX; local
137 field.data_size = sizeof(max);
138 TEST(WRITES(pb_enc_svarint(&s, &field, &max), "\xfe\xff\xff\xff\x0f"));
/external/openssl/crypto/asn1/
H A Da_gentm.c121 static const int max[9]={99, 99,12,31,23,59,59,12,59}; local
147 if ((n < min[i]) || (n > max[i])) goto err;
175 if ((n < min[i]) || (n > max[i])) goto err;
H A Da_utctm.c118 static const int max[8]={99,12,31,23,59,59,12,59}; local
141 if ((n < min[i]) || (n > max[i])) goto err;
156 if ((n < min[i]) || (n > max[i])) goto err;
/external/openssl/crypto/bn/
H A Dbn_add.c107 int max,min,dif; local
116 max = a->top;
118 dif = max - min;
120 if (bn_wexpand(r,max+1) == NULL)
123 r->top=max;
168 int max,min,dif; local
178 max = a->top;
180 dif = max - min;
188 if (bn_wexpand(r,max) == NULL) return(0);
237 memcpy(rp,ap,sizeof(*rp)*(max
265 int max; local
[all...]
H A Dbn_sqr.c67 int max,al; local
89 max = 2 * al; /* Non-zero (from above) */
90 if (bn_wexpand(rr,max) == NULL) goto err;
132 if (bn_wexpand(tmp,max) == NULL) goto err;
137 if (bn_wexpand(tmp,max) == NULL) goto err;
144 * the square of 'a' will max-1 words. */
146 rr->top = max - 1;
148 rr->top = max;
161 int i,j,max; local
165 max
[all...]
/external/openssl/crypto/pem/
H A Dpem_seal.c76 int i,j,max=0; local
87 if (j > max) max=j;
89 s=(char *)OPENSSL_malloc(max*2);
/external/oprofile/libop/
H A Dop_xml_out.c96 void open_xml_element(tag_t tag, int with_attrs, char *buffer, size_t max) argument
101 buffer[max - 1] = '\0';
104 size = max - 1 - size;
116 void close_xml_element(tag_t tag, int has_nested, char *buffer, size_t max) argument
121 buffer[max - 1] = '\0';
124 size = max - 1 - size;
138 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t max) argument
143 buffer[max - 1] = '\0';
146 size = max - 1 - size;
157 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t max) argument
176 xml_quote(char const *str, char *buffer, size_t max) argument
243 init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t max) argument
[all...]
/external/oprofile/libutil/
H A Dop_fileio.c131 size_t max = 512; local
133 buf = xmalloc(max);
152 if (((size_t)(cp - buf)) == max) {
153 buf = xrealloc(buf, max + 128);
154 cp = buf + max;
155 max += 128;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdebug.c133 int max = FT_Trace_Get_Count(); local
136 if ( idx < max )
/external/qemu/android/utils/
H A Dreflist.h35 * - 'max' is the size of the slots array
36 * - 'u.item0' is used when 'max' is 1
37 * - 'u.items' is the slot array if 'max > 1'
42 uint16_t count, size, max; member in struct:ARefList
56 l->max = 1;
/external/qemu/distrib/zlib-1.2.8/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
114 for (max = MAXBITS; max >= 1; max--)
115 if (count[max] != 0) break;
116 if (root > max) root = max;
117 if (max == 0) { /* no symbols to code at all */
126 for (min = 1; min < max; min++)
137 if (left > 0 && (type == CODES || max !
[all...]

Completed in 344 milliseconds

1234567891011>>