Searched defs:l4 (Results 1 - 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | superAccess.js | 11 var l4 = super.S2; // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword variable
|
H A D | templateStringBinaryOperations.js | 103 var l4 = 1 + "2".concat(3 & 4, "5") + 6;
variable
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | type_test.cc | 152 List l4; in TEST_F() local
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_mmi.c | 258 const int l4 = (src[-1+3*stride] + 2*src[-1+4*stride] + src[-1+5*stride] + 2) >> 2; in ff_pred8x8l_dc_8_mmi() local
|
H A D | vp9_idct_msa.c | 1268 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; in vp9_iadst16_1d_columns_msa() local
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | me_cmp_alpha.c | 33 static inline uint64_t avg4(uint64_t l1, uint64_t l2, uint64_t l3, uint64_t l4) in avg4() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264pred.c | 185 pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, ptrdiff_t stride, const int l0, const int l1, const int l2, const int l3, const int l4) pred4x4_vertical_left_rv40() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_removegrain.c | 392 const int l4 = (a4 + a5 + 1) >> 1; in mode22() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 6110 LocalizedNumberFormatter l4 = NumberFormatter::forSkeleton(conciseSkeleton, status).locale(locale); in assertFormatDescending() local 6180 LocalizedNumberFormatter l4 = NumberFormatter::forSkeleton(conciseSkeleton, status).locale(locale); in assertFormatDescendingBig() local 6240 LocalizedNumberFormatter l4 = NumberFormatter::forSkeleton(conciseSkeleton, status).locale(locale); in assertFormatSingle() local
|
Completed in 18 milliseconds