Searched defs:_l (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dspeculative_load.cc22 _long _l; member in union:S::__anon3367
35 return is_long() ? _data._l._ptr : _data._s._ch;
/external/autotest/client/cros/graphics/
H A Ddrm.py38 _l = None variable in class:DrmVersion
51 if self._l:
52 self._l.drmFreeVersion(self)
76 _l = None variable in class:DrmModeResources
82 if self._l:
83 self._l.drmModeFreeResources(self)
88 crtc = self._l.drmModeGetCrtc(self._fd, crtc_id).contents
101 crtc = self._l.drmModeGetCrtc(self._fd, crtc_id).contents
105 crtc._l = self._l
126 _l = None variable in class:DrmModeCrtc
192 _l = None variable in class:DrmModeFB
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfastssim.c98 static void fs_downsample_level(fs_ctx *_ctx, int _l) { argument
109 w = _ctx->level[_l].w;
110 h = _ctx->level[_l].h;
111 dst1 = _ctx->level[_l].im1;
112 dst2 = _ctx->level[_l].im2;
113 w2 = _ctx->level[_l - 1].w;
114 h2 = _ctx->level[_l - 1].h;
115 src1 = _ctx->level[_l - 1].im1;
116 src2 = _ctx->level[_l - 1].im2;
168 static void fs_apply_luminance(fs_ctx *_ctx, int _l) { argument
297 fs_calc_structure(fs_ctx *_ctx, int _l) argument
407 fs_average(fs_ctx *_ctx, int _l) argument
[all...]

Completed in 5132 milliseconds