Home
last modified time | relevance | path

Searched refs:len0 (Results 1 – 25 of 37) sorted by relevance

12

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java184 int len0, len1; in GetMatches() local
185 len0 = len1 = kNumHashDirectBytes; in GetMatches()
215 int len = Math.min(len0, len1); in GetMatches()
245 len0 = len; in GetMatches()
293 int len0, len1; in Skip() local
294 len0 = len1 = kNumHashDirectBytes; in Skip()
311 int len = Math.min(len0, len1); in Skip()
336 len0 = len; in Skip()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DBT4.java134 int len0 = 0; in getMatches() local
151 int len = Math.min(len0, len1); in getMatches()
182 len0 = len; in getMatches()
192 int len0 = 0; in skip() local
206 int len = Math.min(len0, len1); in skip()
231 len0 = len; in skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs184 UInt32 len0, len1; in GetMatches()
185 len0 = len1 = kNumHashDirectBytes; in GetMatches()
215 UInt32 len = Math.Min(len0, len1); in GetMatches()
245 len0 = len; in GetMatches()
293 UInt32 len0, len1; in Skip()
294 len0 = len1 = kNumHashDirectBytes; in Skip()
311 UInt32 len = Math.Min(len0, len1); in Skip()
336 len0 = len; in Skip()
/external/tcpdump/
Dprint-openflow-1.0.c1146 const u_int len0 = len; in of10_phy_ports_print() local
1208 ND_TCHECK2(*cp0, len0); in of10_phy_ports_print()
1209 return cp0 + len0; in of10_phy_ports_print()
1221 const u_int len0 = len; in of10_queue_props_print() local
1284 ND_TCHECK2(*cp0, len0); in of10_queue_props_print()
1285 return cp0 + len0; in of10_queue_props_print()
1297 const u_int len0 = len; in of10_queues_print() local
1332 ND_TCHECK2(*cp0, len0); in of10_queues_print()
1333 return cp0 + len0; in of10_queues_print()
1450 const u_int len0 = len; in of10_actions_print() local
[all …]
/external/lzma/C/
DLzFind.c394 UInt32 len0 = 0, len1 = 0; in GetMatchesSpec1() local
406 UInt32 len = (len0 < len1 ? len0 : len1); in GetMatchesSpec1()
437 len0 = len; in GetMatchesSpec1()
448 UInt32 len0 = 0, len1 = 0; in SkipMatchesSpec() local
460 UInt32 len = (len0 < len1 ? len0 : len1); in SkipMatchesSpec()
487 len0 = len; in SkipMatchesSpec()
DLzFindMt.c247 UInt32 len0 = 0, len1 = 0; in GetMatchesSpecN() local
261 UInt32 len = (len0 < len1 ? len0 : len1); in GetMatchesSpecN()
292 len0 = len; in GetMatchesSpecN()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java364 int len0 = arg0.length();
366 if (len0 != len1) return len1 - len0;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java366 int len0 = arg0.length();
368 if (len0 != len1) return len1 - len0;
/external/jdiff/src/jdiff/
DDiffMyers.java363 final int len0 = filevec[0].buffered_lines; in build_reverse_script() local
370 while (i0 < len0 || i1 < len1) in build_reverse_script()
398 final int len0 = filevec[0].buffered_lines; in build_script() local
400 int i0 = len0, i1 = len1; in build_script()
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_geometric.inl44 __m128 len0 = sse_len_ps(sub0); local
45 return len0;
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c457 uint64_t len0 = len; in CRYPTO_gcm128_setiv() local
473 len0 <<= 3; in CRYPTO_gcm128_setiv()
474 ctx->Yi.u[1] ^= CRYPTO_bswap8(len0); in CRYPTO_gcm128_setiv()
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c972 int len0; in ada_demangle() local
990 len0 = strlen (mangled) + 7 + 1; in ada_demangle()
991 demangled = XNEWVEC (char, len0); in ada_demangle()
1221 len0 = strlen (mangled); in ada_demangle()
1222 demangled = XNEWVEC (char, len0 + 3); in ada_demangle()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1113 unsigned len0 = v0->value_type == vtn_value_type_constant ? in vtn_handle_constant() local
1120 assert(len0 + len1 < 16); in vtn_handle_constant()
1135 for (unsigned i = 0; i < len0; i++) in vtn_handle_constant()
1140 u64[len0 + i] = v1->constant->values[0].u64[i]; in vtn_handle_constant()
1156 for (unsigned i = 0; i < len0; i++) in vtn_handle_constant()
1161 u32[len0 + i] = v1->constant->values[0].u32[i]; in vtn_handle_constant()
/external/skia/src/core/
DSkDraw.cpp880 SkScalar len0 = fast_len(dst[0]); in SkDrawTreatAAStrokeAsHairline() local
882 if (len0 <= SK_Scalar1 && len1 <= SK_Scalar1) { in SkDrawTreatAAStrokeAsHairline()
884 *coverage = SkScalarAve(len0, len1); in SkDrawTreatAAStrokeAsHairline()
/external/libnetfilter_conntrack/build-aux/
Dltmain.sh8380 len=$len0
8410 func_arith $len0 + $func_len_result
9212 len=$len0
9230 len=$len0
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
Dltmain.sh8380 len=$len0
8410 func_arith $len0 + $func_len_result
9212 len=$len0
9230 len=$len0
/external/google-tv-pairing-protocol/cpp/
Dltmain.sh7184 len=$len0
7212 func_arith $len0 + $func_len_result
7990 len=$len0
8008 len=$len0
Dlibtool7685 len=$len0
7713 func_arith $len0 + $func_len_result
8491 len=$len0
8509 len=$len0
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh8374 len=$len0
8404 func_arith $len0 + $func_len_result
9206 len=$len0
9224 len=$len0
/external/libnetfilter_conntrack/
Dltmain.sh7184 len=$len0
7212 func_arith $len0 + $func_len_result
7990 len=$len0
8008 len=$len0
/external/c-ares/
Dltmain.sh8364 len=$len0
8394 func_arith $len0 + $func_len_result
9194 len=$len0
9212 len=$len0
/external/libnfnetlink/
Dltmain.sh7184 len=$len0
7212 func_arith $len0 + $func_len_result
7990 len=$len0
8008 len=$len0
/external/libevent/
Dltmain.sh8374 len=$len0
8404 func_arith $len0 + $func_len_result
9206 len=$len0
9224 len=$len0
/external/lmfit/build-aux/
Dltmain.sh8380 len=$len0
8410 func_arith $len0 + $func_len_result
9212 len=$len0
9230 len=$len0
/external/libexif/
Dltmain.sh8378 len=$len0
8408 func_arith $len0 + $func_len_result
9208 len=$len0
9226 len=$len0

12