Searched refs:lim (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8TestUtil.java | 160 final long lim; field in IsValidUtf8TestUtil.Shard 164 public Shard(long index, long start, long lim, long expected) { in Shard() argument 165 assertTrue(start < lim); in Shard() 168 this.lim = lim; in Shard() 247 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) { 251 if (lim == -1) { 252 lim = 1L << (numBytes * 8); 256 for (long byteChar = start; byteChar < lim; byteChar++) { 344 ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) { 362 if (lim == -1) { [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 361 final int lim = limit - 7; in estimateConsecutiveAscii() local 365 for (; i < lim && (buffer.getLong(i) & ASCII_MASK_LONG) == 0; i += 8) {} in estimateConsecutiveAscii()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 495 const int lim = std::min(kFormatInBytesMax, inBytes); in format_bytes() local 496 for (int i = 0; i < lim; ++i) { in format_bytes()
|