Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/third_party/libwebsockets/lib/core/
Dlogs.c54 lws_lifecycle_t *lc, const char *format, ...) in __lws_lc_tag() argument
59 if (*lc->gutag == '[') { in __lws_lc_tag()
62 char *cp = strchr(lc->gutag, ']'); in __lws_lc_tag()
74 ll = sizeof(lc->gutag) - lws_ptr_diff_size_t(cp, lc->gutag) - k - 1; in __lws_lc_tag()
86 assert(k + (unsigned int)n < sizeof(lc->gutag)); in __lws_lc_tag()
97 lc->gutag[0] = '['; in __lws_lc_tag()
100 n += lws_snprintf(&lc->gutag[n], sizeof(lc->gutag) - in __lws_lc_tag()
103 n += lws_snprintf(&lc->gutag[n], sizeof(lc->gutag) - in __lws_lc_tag()
109 n += vsnprintf(&lc->gutag[n], sizeof(lc->gutag) - (unsigned int)n - in __lws_lc_tag()
113 if (n < (int)sizeof(lc->gutag) - 2) { in __lws_lc_tag()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c48 LLVMContextRef lc = gallivm->context; in create_jit_texture_type() local
59 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc); in create_jit_texture_type()
60 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_texture_type()
64 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS); in create_jit_texture_type()
66 texture_type = LLVMStructTypeInContext(lc, elem_types, in create_jit_texture_type()
110 LLVMContextRef lc = gallivm->context; in create_jit_sampler_type() local
116 elem_types[LP_JIT_SAMPLER_MAX_ANISO] = LLVMFloatTypeInContext(lc); in create_jit_sampler_type()
118 LLVMArrayType(LLVMFloatTypeInContext(lc), 4); in create_jit_sampler_type()
120 sampler_type = LLVMStructTypeInContext(lc, elem_types, in create_jit_sampler_type()
146 LLVMContextRef lc = gallivm->context; in create_jit_image_type() local
[all …]
/third_party/boost/libs/locale/src/posix/
Dnumeric.cpp48 num_format(boost::shared_ptr<locale_t> lc,size_t refs = 0) : in num_format() argument
50 lc_(lc) in num_format()
98 static std::string ftime(char const *format,const struct tm *t,locale_t lc) in ftime()
101 size_t n=strftime_l(buf,sizeof(buf),format,t,lc); in ftime()
112 n = strftime_l(&v.front(),1024,format,t,lc); in ftime()
121 static std::wstring ftime(wchar_t const *format,const struct tm *t,locale_t lc) in ftime()
125 size_t n=wcsftime_l(buf,sizeof(buf)/sizeof(buf[0]),format,t,lc); in ftime()
136 n = wcsftime_l(&v.front(),1024,format,t,lc); in ftime()
140 std::string enc = nl_langinfo_l(CODESET,lc); in ftime()
142 std::string nres = ftime_traits<char>::ftime(nformat.c_str(),t,lc); in ftime()
[all …]
Dconverter.cpp35 static char lower(char c,locale_t lc) in lower()
37 return tolower_l(c,lc); in lower()
39 static char upper(char c,locale_t lc) in upper()
41 return toupper_l(c,lc); in upper()
47 static wchar_t lower(wchar_t c,locale_t lc) in lower()
49 return towlower_l(c,lc); in lower()
51 static wchar_t upper(wchar_t c,locale_t lc) in upper()
53 return towupper_l(c,lc); in upper()
65 std_converter(boost::shared_ptr<locale_t> lc,size_t refs = 0) : in std_converter() argument
67 lc_(lc) in std_converter()
[all …]
/third_party/ffmpeg/tests/fate/
Dgapless.mak8 …V_DEMUXER) += fate-audiomatch-afconvert-16000-mono-lc-adts fate-audiomatch-afconvert-16000-mono…
9 …V_DEMUXER) += fate-audiomatch-afconvert-44100-mono-lc-adts fate-audiomatch-afconvert-44100-mono…
16 …DEMUXER) += fate-audiomatch-afconvert-16000-stereo-lc-adts fate-audiomatch-afconvert-16000-stereo…
17 …DEMUXER) += fate-audiomatch-afconvert-44100-stereo-lc-adts fate-audiomatch-afconvert-44100-stereo…
19 …ONFIG_MOV_DEMUXER) += fate-audiomatch-faac-16000-mono-lc-adts fate-audiomatch-faac-16000-mono-l…
20 …ONFIG_MOV_DEMUXER) += fate-audiomatch-faac-44100-mono-lc-adts fate-audiomatch-faac-44100-mono-l…
21 …FIG_MOV_DEMUXER) += fate-audiomatch-faac-16000-stereo-lc-adts fate-audiomatch-faac-16000-stereo-l…
22 …FIG_MOV_DEMUXER) += fate-audiomatch-faac-44100-stereo-lc-adts fate-audiomatch-faac-44100-stereo-l…
24 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-mono-lc-mp4
28 FATE_GAPLESS-$(CONFIG_MOV_DEMUXER) += fate-audiomatch-dolby-44100-stereo-lc-mp4
[all …]
/third_party/boost/libs/algorithm/minmax/test/
Dminmax_element_test.cpp84 less_count(less_count<Value> const& lc) : m_counter(lc.m_counter) {} in less_count()
125 less_count<Value> lc(counter); in test_minmax() local
135 lc.reset(); in test_minmax()
136 tie( boost::minmax_element(first, last, lc), min, max ); in test_minmax()
138 CHECK_EQUAL_ITERATORS( min, std::min_element(first, last, lc), first ); in test_minmax()
139 CHECK_EQUAL_ITERATORS( max, std::max_element(first, last, lc), first ); in test_minmax()
162 lc.reset(); in test_minmax()
163 min = boost::first_min_element(first, last, lc); in test_minmax()
165 CHECK_EQUAL_ITERATORS( min, std::min_element(first, last, lc), first ); in test_minmax()
166 lc.reset(); in test_minmax()
[all …]
/third_party/boost/libs/locale/src/win32/
Dnumeric.cpp57 num_format(winlocale const &lc,size_t refs = 0) : in num_format() argument
59 lc_(lc) in num_format()
94 time_put_win(winlocale const &lc, size_t refs = 0) : in time_put_win() argument
96 lc_(lc) in time_put_win()
125 num_punct_win(winlocale const &lc,size_t refs = 0) : in num_punct_win() argument
128 numeric_info np = wcsnumformat_l(lc) ; in num_punct_win()
179 std::locale create_formatting_impl(std::locale const &in,winlocale const &lc) in create_formatting_impl() argument
181 if(lc.is_c()) { in create_formatting_impl()
184 tmp = std::locale(tmp,new num_format<CharType>(lc)); in create_formatting_impl()
188 std::locale tmp(in,new num_punct_win<CharType>(lc)); in create_formatting_impl()
[all …]
/third_party/gettext/gettext-tools/examples/hello-python/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-pascal/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-guile/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-sh/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-ycp/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-php/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-librep/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-gawk/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-smalltalk/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-clisp/po/
DMakefile.am263 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/po/
DMakefile.am269 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
270 if test -n "$$lc"; then \
271 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
272 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
273 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
274 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
275 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
278 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
281 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
283 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/gettext/gettext-tools/examples/hello-perl/po/
DMakefile.am273 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
274 if test -n "$$lc"; then \
275 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
276 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
277 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
278 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
279 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
282 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
285 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
287 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
[all …]
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork13.c84 long lc; in check() local
89 for (lc = 0; TEST_LOOPING(lc); lc++) { in check()
91 child_exit_code = lc % RETURN; in check()
98 if (lc > 0) { in check()
106 pid, lc); in check()
117 lc); in check()
122 lc); in check()
127 tst_resm(TPASS, "%ld pids forked, all passed", lc); in check()
/third_party/boost/boost/preprocessor/list/
Drest_n.hpp33 # define BOOST_PP_LIST_REST_N_P(d, lc) BOOST_PP_TUPLE_ELEM(2, 1, lc) argument
35 # define BOOST_PP_LIST_REST_N_P(d, lc) BOOST_PP_LIST_REST_N_P_I lc argument
40 …e BOOST_PP_LIST_REST_N_O(d, lc) (BOOST_PP_LIST_REST(BOOST_PP_TUPLE_ELEM(2, 0, lc)), BOOST_PP_DEC(B… argument
42 # define BOOST_PP_LIST_REST_N_O(d, lc) BOOST_PP_LIST_REST_N_O_I lc argument
/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c45 HEVCLocalContext *lc = s->HEVClc; in ff_hevc_set_neighbour_available() local
49 lc->na.cand_up = (lc->ctb_up_flag || y0b); in ff_hevc_set_neighbour_available()
50 lc->na.cand_left = (lc->ctb_left_flag || x0b); in ff_hevc_set_neighbour_available()
51 lc->na.cand_up_left = (x0b || y0b) ? lc->na.cand_left && lc->na.cand_up : lc->ctb_up_left_flag; in ff_hevc_set_neighbour_available()
52 lc->na.cand_up_right_sap = in ff_hevc_set_neighbour_available()
54 lc->ctb_up_right_flag && !y0b : lc->na.cand_up; in ff_hevc_set_neighbour_available()
55 lc->na.cand_up_right = in ff_hevc_set_neighbour_available()
56 lc->na.cand_up_right_sap in ff_hevc_set_neighbour_available()
57 && (x0 + nPbW) < lc->end_of_tiles_x; in ff_hevc_set_neighbour_available()
58 lc->na.cand_bottom_left = ((y0 + nPbH) >= lc->end_of_tiles_y) ? 0 : lc->na.cand_left; in ff_hevc_set_neighbour_available()
[all …]
Dhevcdec.c991 HEVCLocalContext *lc = s->HEVClc; in hls_sao_param() local
1000 if (lc->ctb_left_flag) in hls_sao_param()
1004 if (lc->ctb_up_flag) in hls_sao_param()
1064 HEVCLocalContext *lc = s->HEVClc; in hls_cross_component_pred() local
1069 lc->tu.res_scale_val = (1 << (log2_res_scale_abs_plus1 - 1)) * in hls_cross_component_pred()
1072 lc->tu.res_scale_val = 0; in hls_cross_component_pred()
1084 HEVCLocalContext *lc = s->HEVClc; in hls_transform_unit() local
1088 if (lc->cu.pred_mode == MODE_INTRA) { in hls_transform_unit()
1103 if (s->ps.pps->cu_qp_delta_enabled_flag && !lc->tu.is_cu_qp_delta_coded) { in hls_transform_unit()
1104 lc->tu.cu_qp_delta = ff_hevc_cu_qp_delta_abs(s); in hls_transform_unit()
[all …]
Dhevc_cabac.c472 static int cabac_reinit(HEVCLocalContext *lc) in cabac_reinit() argument
474 return skip_bytes(&lc->cc, 0) == NULL ? AVERROR_INVALIDDATA : 0; in cabac_reinit()
1040 HEVCLocalContext *lc = s->HEVClc; in ff_hevc_hls_residual_coding() local
1059 int16_t *coeffs = (int16_t*)(c_idx ? lc->edge_emu_buffer2 : lc->edge_emu_buffer); in ff_hevc_hls_residual_coding()
1070 int pred_mode_intra = (c_idx == 0) ? lc->tu.intra_pred_mode : in ff_hevc_hls_residual_coding()
1071 lc->tu.intra_pred_mode_c; in ff_hevc_hls_residual_coding()
1076 if (!lc->cu.cu_transquant_bypass_flag) { in ff_hevc_hls_residual_coding()
1091 int qp_y = lc->qp_y; in ff_hevc_hls_residual_coding()
1105 lc->tu.cu_qp_offset_cb; in ff_hevc_hls_residual_coding()
1108 lc->tu.cu_qp_offset_cr; in ff_hevc_hls_residual_coding()
[all …]
/third_party/ltp/testcases/kernel/syscalls/mlock/
Dmlock03.c51 int lc; in main() local
61 for (lc = 0; TEST_LOOPING(lc); lc++) { in main()
72 if (lc == 0 && strstr(b, "[stack]") != NULL) in main()
75 switch (lc & 1) { in main()
90 (lc & 1) ? "munlock" : "mlock", from, to); in main()

12345678910>>...30