Home
last modified time | relevance | path

Searched refs:ops1 (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/tests/data/test-abidiff-exit/
Dtest-leaf-peeling-v1.cc7 struct ops1 { struct
34 void register_ops1(ops1*) { } in register_ops1() argument
Dtest-leaf-peeling-v0.cc6 struct ops1 { struct
28 void register_ops1(ops1*) { } in register_ops1() argument
Dtest-leaf-peeling-report-indirect.txt13 'struct ops1 at test-leaf-peeling-v0.cc:6:1' changed:
16 type 'int*' of 'ops1::x' changed:
Dtest-leaf-peeling-report.txt13 'struct ops1 at test-leaf-peeling-v0.cc:6:1' changed:
16 type 'int*' of 'ops1::x' changed:
/external/libgav1/libgav1/src/dsp/x86/
Dloop_filter_sse4.cc1251 const __m128i ops1 = _mm_adds_epi16(ps1, a3); in Filter4() local
1256 __m128i oqps1 = _mm_unpacklo_epi64(ops1, oqs1); in Filter4()