Home
last modified time | relevance | path

Searched refs:out_0 (Results 1 – 7 of 7) sorted by relevance

/external/dbus/dbus/
Ddbus-auth.c469 goto out_0; in sha1_compute_hash()
474 goto out_0; in sha1_compute_hash()
478 goto out_0; in sha1_compute_hash()
506 out_0: in sha1_compute_hash()
694 goto out_0; in sha1_handle_second_client_response()
772 out_0: in sha1_handle_second_client_response()
806 goto out_0; in handle_client_initial_response_cookie_sha1_mech()
811 goto out_0; in handle_client_initial_response_cookie_sha1_mech()
815 out_0: in handle_client_initial_response_cookie_sha1_mech()
846 goto out_0; in handle_client_data_cookie_sha1_mech()
[all …]
Ddbus-keyring.c129 goto out_0; in _dbus_keyring_new()
152 out_0: in _dbus_keyring_new()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfwd_txfm_neon.c28 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local
68 out_0 = vcombine_s16(a, c); // 00 01 02 03 40 41 42 43 in vpx_fdct8x8_neon()
134 const int32x4x2_t r02_s32 = vtrnq_s32(vreinterpretq_s32_s16(out_0), in vpx_fdct8x8_neon()
/external/dbus/bus/
Ddriver.c293 goto out_0; in bus_driver_handle_hello()
299 goto out_0; in bus_driver_handle_hello()
306 goto out_0; in bus_driver_handle_hello()
310 goto out_0; in bus_driver_handle_hello()
316 goto out_0; in bus_driver_handle_hello()
321 out_0: in bus_driver_handle_hello()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c452 GLuint out_0 = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]; in r200Fogfv() local
458 out_0 |= R200_VTX_DISCRETE_FOG; in r200Fogfv()
462 out_0 &= ~R200_VTX_DISCRETE_FOG; in r200Fogfv()
470 if (out_0 != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]) { in r200Fogfv()
472 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0] = out_0; in r200Fogfv()
/external/webp/src/dsp/
Ddec_sse2.c1087 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TrueMotion() local
1089 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion()
Denc_sse2.c664 const __m128i out_0 = _mm_add_epi16(base, top_base_0); in TM() local
666 const __m128i out = _mm_packus_epi16(out_0, out_1); in TM()