Searched defs:do_store (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/tests/progs/
H A Dtest_icount.c174 void do_store(int argc, char **argv) function
/external/webp/src/dsp/
H A Dyuv.c129 int src_width, int do_store) {
143 if (do_store) {
159 if (do_store) {
248 int src_width, int do_store);
128 WebPConvertARGBToUV_C(const uint32_t* argb, uint8_t* u, uint8_t* v, int src_width, int do_store) argument
H A Dyuv_neon.c135 int src_width, int do_store) {
147 if (do_store) {
159 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store);
134 ConvertARGBToUV_NEON(const uint32_t* argb, uint8_t* u, uint8_t* v, int src_width, int do_store) argument
H A Dyuv_sse2.c660 int src_width, int do_store) {
679 if (!do_store) {
689 WebPConvertARGBToUV_C(argb + i, u, v, src_width - i, do_store);
658 ConvertARGBToUV_SSE2(const uint32_t* argb, uint8_t* u, uint8_t* v, int src_width, int do_store) argument
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1649 bool do_store = true; local
1651 do_store = local_monitor_.IsExclusive(address, access_size) &&
1653 WriteWRegister(rs, do_store ? 0 : 1);
1662 if (do_store) {

Completed in 262 milliseconds