Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
D8-1.c122 pid_t c_1, c_2, c_3, ret_pid; in main() local
191 c_3 = fork(); in main()
192 switch (c_3) { in main()
202 fprintf(stderr, "P: child_3: %d forked\n", c_3); in main()
209 tst_process_state_wait3(c_3, 'S', 2000); in main()
220 if (ret_pid == c_3 && WIFEXITED(status) in main()
237 c_3, ret_pid); in main()
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp623 int c_3 = 0; /* context of current frame 3 time steps ago */ in decode2() local
646 if ((c_1 + c_2 + c_3) < 5) { in decode2()
700 c_3 = c_2; in decode2()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c327 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_16() local
328 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16()
420 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_4() local
421 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_4()
625 __m128i c_3 = vec_or(vec_or(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_16() local
626 __m128i c_23 = vec_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c312 const uint8x16_t c_3 = vld1q_u8(second_pred + 48); in sad64x_avg() local
316 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3); in sad64x_avg()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1921 c_3 = _apply_op(g, "TwoFloatInputsFloatOutput", [a_1, b_1],
1923 d_3 = _apply_op(g, "TwoFloatInputsFloatOutput", [b_3, c_3],
1944 self.assertItemsEqual([a_2.op, a_3.op], c_3.op.control_inputs)