/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 184 int len0, len1;
in GetMatches() 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() 294 len0 = len1 = kNumHashDirectBytes;
in Skip() 311 int len = Math.min(len0, len1);
in Skip() 336 len0 = len;
in Skip()
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 184 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()
|
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 74 const Byte *len0 = cur, *len1 = cur;
84 const Byte *len = (len0 < len1 ? len0 : len1);
178 len0 = len;
271 const Byte *len0 = cur, *len1 = cur;
in GetMatchesSpecN_2() local 285 const Byte *len = (len0 < len1 ? len0 : len1);
in GetMatchesSpecN_2() 377 len0 = len;
in GetMatchesSpecN_2() 450 uint32plus len0 = 0, len1 = 0;
464 uint32plus len = (len0 < len [all...] |
H A D | LzFind.c | 961 unsigned len0 = 0, len1 = 0;
in GetMatchesSpec1() local 978 unsigned len = (len0 < len1 ? len0 : len1);
in GetMatchesSpec1() 1014 len0 = len;
in GetMatchesSpec1() 1030 unsigned len0 = 0, len1 = 0;
in SkipMatchesSpec() local 1046 unsigned len = (len0 < len1 ? len0 : len1);
in SkipMatchesSpec() 1073 len0 = len;
in SkipMatchesSpec()
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 43 len0 equ r10
define 54 hash_lim equ len0
236 mov len0, lenLimit
243 neg len0
244 mov len1, len0
253 mov len, len0
254 cmp len1, len0
255 cmovb len, len1 ; len = (len1 < len0 ? len1 : len0);
376 mov len0, le [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | strictTupleLength.js | 7 var len0: 0 = t0.length; variable 28 var len0 = t0.length;
variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeRegex.java | 372 int len0 = arg0.length(); 374 if (len0 != len1) return len1 - len0;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UnicodeRegex.java | 367 int len0 = arg0.length(); 369 if (len0 != len1) return len1 - len0;
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | geometric.h | 23 glm_vec4 const len0 = glm_vec4_length(sub0); in glm_vec4_distance() local 24 return len0; in glm_vec4_distance()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vc1dsp.c | 384 len0 = call_ref(escaped0 + escaped_offset, escaped_len, unescaped0 + unescaped_offset); \ 386 if (len0 != len1 || memcmp(unescaped0, unescaped1, UNESCAPE_BUF_SIZE)) \ 406 int len0, len1, escaped_offset, unescaped_offset, escaped_len; in check_unescape() local
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 838 u64 len0 = len; local 856 len0 <<= 3; 859 ctx->Xi.u[1] ^= BSWAP8(len0); 861 ctx->Xi.c[8] ^= (u8)(len0 >> 56); 862 ctx->Xi.c[9] ^= (u8)(len0 >> 48); 863 ctx->Xi.c[10] ^= (u8)(len0 >> 40); 864 ctx->Xi.c[11] ^= (u8)(len0 >> 32); 865 ctx->Xi.c[12] ^= (u8)(len0 >> 24); 866 ctx->Xi.c[13] ^= (u8)(len0 >> 16); 867 ctx->Xi.c[14] ^= (u8)(len0 >> [all...] |
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 838 u64 len0 = len; local 856 len0 <<= 3; 859 ctx->Xi.u[1] ^= BSWAP8(len0); 861 ctx->Xi.c[8] ^= (u8)(len0 >> 56); 862 ctx->Xi.c[9] ^= (u8)(len0 >> 48); 863 ctx->Xi.c[10] ^= (u8)(len0 >> 40); 864 ctx->Xi.c[11] ^= (u8)(len0 >> 32); 865 ctx->Xi.c[12] ^= (u8)(len0 >> 24); 866 ctx->Xi.c[13] ^= (u8)(len0 >> 16); 867 ctx->Xi.c[14] ^= (u8)(len0 >> [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvdec.c | 137 int len0 = s->len[p0][y]; in generate_joint_tables() local 138 int limit = VLC_BITS - len0; in generate_joint_tables() 139 if (limit <= 0 || !len0) in generate_joint_tables() 150 len[i] = len0 + len1; in generate_joint_tables() 170 int len0 = s->len[p0][g & 255]; in generate_joint_tables() local 171 int limit0 = VLC_BITS - len0; in generate_joint_tables() 172 if (limit0 < 2 || !len0) in generate_joint_tables() 185 len[i] = len0 + len1 + len2; in generate_joint_tables()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_arnndn.c | 260 #define INPUT_ARRAY3(name, len0, len1, len2) do { \ in rnnoise_model_from_file() 261 float *values = av_calloc(FFALIGN((len0), 4) * FFALIGN((len1), 4) * (len2), sizeof(float)); \ in rnnoise_model_from_file() 267 for (int k = 0; k < (len0); k++) { \ in rnnoise_model_from_file() 274 values[j * (len2) * FFALIGN((len0), 4) + i * FFALIGN((len0), 4) + k] = in; \ in rnnoise_model_from_file()
|
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 757 SkScalar len0 = fast_len(dst[0]); in SkDrawTreatAAStrokeAsHairline() local 759 if (len0 <= SK_Scalar1 && len1 <= SK_Scalar1) { in SkDrawTreatAAStrokeAsHairline() 761 *coverage = SkScalarAve(len0, len1); in SkDrawTreatAAStrokeAsHairline()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 1384 const deUint32 len0 = 64 - first; in getBits128() 1385 const deUint32 mask0 = (1 << len0) - 1; in getBits128() 1390 ret = (deUint32)((data1 << len0) | data0); in getBits128()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 8353 len0=$func_len_result 8354 len=$len0 8384 func_arith $len0 + $func_len_result 9185 len0=$func_len_result 9186 len=$len0 9204 len=$len0
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 8379 len0=$func_len_result 8380 len=$len0 8410 func_arith $len0 + $func_len_result 9211 len0=$func_len_result 9212 len=$len0 9230 len=$len0
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 2079 unsigned len0 = glsl_get_vector_elements(v0->type->type); in vtn_handle_constant() local 2082 vtn_assert(len0 + len1 < 16); in vtn_handle_constant() 2095 for (unsigned i = 0; i < len0; i++) in vtn_handle_constant() 2100 combined[len0 + i] = v1->constant->values[i]; in vtn_handle_constant() 2111 vtn_fail_if(comp >= len0 + len1, in vtn_handle_constant()
|
/third_party/eudev/ |
H A D | ltmain.sh | 9917 len0=$func_len_result 9918 len=$len0 9948 func_arith $len0 + $func_len_result 10751 len0=$func_len_result 10752 len=$len0 10770 len=$len0
|
/third_party/curl/ |
H A D | ltmain.sh | 10151 len0=$func_len_result 10152 len=$len0 10182 func_arith $len0 + $func_len_result 10986 len0=$func_len_result 10987 len=$len0 11005 len=$len0
|
/third_party/lame/ |
H A D | ltmain.sh | 9865 len0=$func_len_result 9866 len=$len0 9896 func_arith $len0 + $func_len_result 10699 len0=$func_len_result 10700 len=$len0 10718 len=$len0
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 10151 len0=$func_len_result 10152 len=$len0 10182 func_arith $len0 + $func_len_result 10986 len0=$func_len_result 10987 len=$len0 11005 len=$len0
|
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 10151 len0=$func_len_result 10152 len=$len0 10182 func_arith $len0 + $func_len_result 10986 len0=$func_len_result 10987 len=$len0 11005 len=$len0
|
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 10144 len0=$func_len_result 10145 len=$len0 10175 func_arith $len0 + $func_len_result 10979 len0=$func_len_result 10980 len=$len0 10998 len=$len0
|