HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LENGTH (Results 1 - 20 of 20) sorted by null

  /external/libpng/contrib/tools/
png-fix-itxt.c 28 * rebuild png-fix-itxt with a larger values of MAX_LENGTH (or a smaller value
35 #define MAX_LENGTH 500000
43 unsigned char buf[MAX_LENGTH];
75 if (length >= MAX_LENGTH-12)
101 if (length >= MAX_LENGTH-12)
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 29 #define MAX_LENGTH 15
58 while (len < MAX_LENGTH) {
83 int count[MAX_LENGTH + 1] = { 0 }; /* number of codes of each length */
84 int offset[MAX_LENGTH + 1]; /* offsets in sorted table for each length */
98 for (len = 1; len < MAX_LENGTH; len++) {
115 if (offset[MAX_LENGTH] == 1) {
140 for (len = root_bits + 1, step = 2; len <= MAX_LENGTH; ++len, step <<= 1) {
  /device/moto/shamu/power/
power_shamu.c 42 #define MAX_LENGTH 50
72 char data[MAX_LENGTH];
82 snprintf(data, MAX_LENGTH, "8:%d", client);
85 snprintf(data, MAX_LENGTH, "7:%d", client);
98 char data[MAX_LENGTH];
108 snprintf(data, MAX_LENGTH, "5:%d", client);
112 snprintf(data, MAX_LENGTH, "6:%d", client);
155 char data[MAX_LENGTH];
156 char buf[MAX_LENGTH];
165 snprintf(data, MAX_LENGTH, "1:%d", client)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERConstructedOctetString.java 14 private static final int MAX_LENGTH = 1000;
109 for (int i = 0; i < string.length; i += MAX_LENGTH)
113 if (i + MAX_LENGTH > string.length)
119 end = i + MAX_LENGTH;
BEROctetString.java 11 private static final int MAX_LENGTH = 1000;
95 for (int i = 0; i < string.length; i += MAX_LENGTH)
99 if (i + MAX_LENGTH > string.length)
105 end = i + MAX_LENGTH;
  /device/asus/flo/power/
power_flo.c 43 #define MAX_LENGTH 50
217 char data[MAX_LENGTH];
227 snprintf(data, MAX_LENGTH, "2:%d", client);
231 snprintf(data, MAX_LENGTH, "3:%d", client);
245 char data[MAX_LENGTH];
255 snprintf(data, MAX_LENGTH, "5:%d", client);
259 snprintf(data, MAX_LENGTH, "6:%d", client);
304 char data[MAX_LENGTH];
313 snprintf(data, MAX_LENGTH, "1:%d", client);
  /device/lge/hammerhead/power/
power_hammerhead.c 43 #define MAX_LENGTH 50
217 char data[MAX_LENGTH];
227 snprintf(data, MAX_LENGTH, "2:%d", client);
231 snprintf(data, MAX_LENGTH, "3:%d", client);
245 char data[MAX_LENGTH];
255 snprintf(data, MAX_LENGTH, "5:%d", client);
259 snprintf(data, MAX_LENGTH, "6:%d", client);
304 char data[MAX_LENGTH];
313 snprintf(data, MAX_LENGTH, "1:%d", client);
  /device/lge/mako/power/
power_mako.c 43 #define MAX_LENGTH 50
217 char data[MAX_LENGTH];
227 snprintf(data, MAX_LENGTH, "2:%d", client);
231 snprintf(data, MAX_LENGTH, "3:%d", client);
245 char data[MAX_LENGTH];
255 snprintf(data, MAX_LENGTH, "5:%d", client);
259 snprintf(data, MAX_LENGTH, "6:%d", client);
304 char data[MAX_LENGTH];
313 snprintf(data, MAX_LENGTH, "1:%d", client);
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 107 private static final int MAX_LENGTH = 253;
149 checkArgument(name.length() <= MAX_LENGTH, "Domain name too long: '%s':", name);
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 818 static const int32_t MAX_LENGTH=0xffff;
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 818 static const int32_t MAX_LENGTH=0xffff;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 25 #define MAX_LENGTH 999
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 35 #define MAX_LENGTH 4096
259 if (max_len > MAX_LENGTH) {
260 max_len = MAX_LENGTH;
318 while (length >= MAX_LENGTH) {
319 BackwardRefsCursorAdd(refs, PixOrCopyCreateCopy(1, MAX_LENGTH));
320 length -= MAX_LENGTH;
412 if (len >= MAX_LENGTH) {
413 len = MAX_LENGTH - 1;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 25 #define MAX_LENGTH 999
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 452 milliseconds