Home
last modified time | relevance | path

Searched defs:l24 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dfdct32x32_vsx.c137 const int16x8_t l24 = vec_vsx_ld(0, a + 24 * stride); in load() local
/external/clang/test/Analysis/
Dpr22954.c455 struct ll l24 = {{1, 2, 3, 4}, 0}; in f24() local
/external/clang/test/CodeGenCXX/
Dmangle-ms-string-literals.cpp235 const char *l24 = "\x18"; variable
/external/python/cpython3/Lib/test/
Dtest_grammar.py673 l24 = lambda a, *, b, **kwds,: 0 function