HomeSort by relevance Sort by last modified time
    Searched refs:limit2 (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/icu4c/source/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
205 limit2=NULL;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
262 limit2=stack2[level2].limit; /*Not uninitialized*/
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
390 stack2[0].limit=limit2;
404 limit2=fold2+length;
476 stack2[level2].limit=limit2;
    [all...]
ustrcase.cpp 1140 const UChar *start1, *start2, *limit1, *limit2; local
    [all...]
ustring.cpp 689 const UChar *start1, *start2, *limit1, *limit2; local
717 limit1=limit2=NULL;
745 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
790 limit2=start2+length2;
807 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/libopus/silk/
MacroCount.h 677 static OPUS_INLINE opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2)
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
689 static OPUS_INLINE opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2)
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a)))
    [all...]
SigProc_FIX.h     [all...]
  /external/libnl/lib/route/qdisc/
tbf.c 221 double limit, limit2; local
232 limit2 = calc_limit(&tbf->qt_peakrate, latency,
235 if (limit2 < limit)
236 limit = limit2;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.c 239 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
240 if (limit2 < limit)
241 limit = limit2;
242 limit2 = p->streamPos - p->pos;
243 if (limit2 <= p->keepSizeAfter)
245 if (limit2 > 0)
246 limit2 = 1;
249 limit2 -= p->keepSizeAfter;
250 if (limit2 < limit)
251 limit = limit2;
    [all...]
LzmaDec.c 466 SizeT limit2 = limit; local
471 limit2 = p->dicPos + rem;
473 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
259 if (limit2 < limit)
260 limit = limit2;
261 limit2 = p->streamPos - p->pos;
262 if (limit2 <= p->keepSizeAfter)
264 if (limit2 > 0)
265 limit2 = 1;
268 limit2 -= p->keepSizeAfter;
269 if (limit2 < limit)
270 limit = limit2;
    [all...]
LzmaDec.c 288 unsigned limit2, offset; local
295 limit2 = (1 << kLenNumLowBits);
306 limit2 = (1 << kLenNumMidBits);
313 limit2 = (1 << kLenNumHighBits);
316 TREE_DECODE(probLen, limit2, len);
485 SizeT limit2 = limit; local
490 limit2 = p->dicPos + rem;
492 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 258 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
259 if (limit2 < limit)
260 limit = limit2;
261 limit2 = p->streamPos - p->pos;
262 if (limit2 <= p->keepSizeAfter)
264 if (limit2 > 0)
265 limit2 = 1;
268 limit2 -= p->keepSizeAfter;
269 if (limit2 < limit)
270 limit = limit2;
    [all...]
LzmaDec.c 288 unsigned limit2, offset; local
295 limit2 = (1 << kLenNumLowBits);
306 limit2 = (1 << kLenNumMidBits);
313 limit2 = (1 << kLenNumHighBits);
316 TREE_DECODE(probLen, limit2, len);
485 SizeT limit2 = limit; local
490 limit2 = p->dicPos + rem;
492 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/lzma/C/
LzFind.c 251 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
252 if (limit2 < limit)
253 limit = limit2;
254 limit2 = p->streamPos - p->pos;
255 if (limit2 <= p->keepSizeAfter)
257 if (limit2 > 0)
258 limit2 = 1;
261 limit2 -= p->keepSizeAfter;
262 if (limit2 < limit)
263 limit = limit2;
    [all...]
LzmaDec.c 491 SizeT limit2 = limit; local
496 limit2 = p->dicPos + rem;
498 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer.java 2175 int s1, s2, limit1, limit2; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 2116 int s1, s2, limit1, limit2; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 1041 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
1083 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
    [all...]
  /external/ImageMagick/MagickCore/
morphology.c 1703 limit2, local
1719 kernel->width = 7L, limit1 = 7L, limit2 = 11L; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2836 struct rlimit limit2; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 398 * @param limit2 limit offset in second sequence
400 * as s2.subSequence(start2, limit2)
403 CharSequence s2, int start2, int limit2) {
404 if((limit1-start1)!=(limit2-start2)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 394 * @param limit2 limit offset in second sequence
396 * as s2.subSequence(start2, limit2)
399 CharSequence s2, int start2, int limit2) {
400 if((limit1-start1)!=(limit2-start2)) {
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 1624 const deUint32 limit2 = (1 << 2); local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 1037 milliseconds

1 2