Searched refs:templ (Results 276 - 289 of 289) sorted by relevance

<<1112

/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc401 matched[i]->weight, matched[i]->templ);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c648 ENTROPY_CONTEXT tl = *l, templ = *l; local
677 templ = tl;
679 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
693 *l = templ;
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py203 templ = self.get_template(inherit_template, self)
210 return templ.substitute(ns)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c958 const struct pipe_sampler_view *templ)
969 templ);
956 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c958 const struct pipe_sampler_view *templ)
969 templ);
956 rbug_context_create_sampler_view(struct pipe_context *_pipe, struct pipe_resource *_resource, const struct pipe_sampler_view *templ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c656 ENTROPY_CONTEXT tl[2], templ[2]; local
686 vpx_memcpy(templ, tl, sizeof(tl));
708 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
721 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
744 vpx_memcpy(l, templ, sizeof(templ));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1062 ENTROPY_CONTEXT tl[2], templ[2]; local
1092 vpx_memcpy(templ, tl, sizeof(tl));
1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4,
1150 vpx_memcpy(l, templ, sizeof(templ));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h533 const struct pipe_resource *templ,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h533 const struct pipe_resource *templ,
/external/chromium_org/v8/src/
H A Djsregexp.cc1824 char templ[kSize]; local
1838 templ[i] = bit;
1844 templ[j] = bit;
1849 templ[i] = bit;
1855 ba->set(i, templ[i]);
H A Dapi.cc783 v8::Template* templ,
786 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate);
789 Utils::OpenHandle(templ)->set_property_list(*list);
1191 Local<ObjectTemplate> templ = local
1193 handle->set_instance_template(*Utils::OpenHandle(*templ));
1276 Local<FunctionTemplate> templ = local
1278 i::Handle<i::FunctionTemplateInfo> constructor = Utils::OpenHandle(*templ);
782 TemplateSet(i::Isolate* isolate, v8::Template* templ, int length, v8::Handle<v8::Data>* data) argument
H A Druntime.cc2156 CONVERT_ARG_CHECKED(HeapObject, templ, 0);
2159 InstanceType type = templ->map()->instance_type();
2168 return *HeapObject::RawField(templ, offset);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp2235 int32_t templ; local
2236 uloc_forLanguageTag(option, locale, (int32_t)sizeof(locale), &templ, status);
/external/opencv/cv/include/
H A Dcv.h390 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ,

Completed in 2570 milliseconds

<<1112