Home
last modified time | relevance | path

Searched refs:tooLong (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/external/bzip2/
Dhuffman.c73 Bool tooLong; in BZ2_hbMakeCodeLengths() local
114 tooLong = False; in BZ2_hbMakeCodeLengths()
120 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
123 if (! tooLong) break; in BZ2_hbMakeCodeLengths()
/external/u-boot/lib/bzip2/
Dbzlib_huffman.c114 Bool tooLong; in BZ2_hbMakeCodeLengths() local
155 tooLong = False; in BZ2_hbMakeCodeLengths()
161 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
164 if (! tooLong) break; in BZ2_hbMakeCodeLengths()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorOutputStream.java156 for (boolean tooLong = true; tooLong;) { in hbMakeCodeLengths()
157 tooLong = false; in hbMakeCodeLengths()
278 tooLong = true; in hbMakeCodeLengths()
282 if (tooLong) { in hbMakeCodeLengths()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp982 bool tooLong = false; in scanHeaderName() local
995 if (tooLong) in scanHeaderName()
1005 tooLong = true; in scanHeaderName()