HomeSort by relevance Sort by last modified time
    Searched refs:c_3 (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
8-1.c 122 pid_t c_1, c_2, c_3, ret_pid; local
191 c_3 = fork();
192 switch (c_3) {
202 fprintf(stderr, "P: child_3: %d forked\n", c_3);
209 tst_process_state_wait3(c_3, 'S', 2000);
220 if (ret_pid == c_3 && WIFEXITED(status)
237 c_3, ret_pid);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 327 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); local
328 __m128i c_23 = _mm_packs_epi32(c_2, c_3);
420 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); local
421 __m128i c_23 = _mm_packs_epi32(c_2, c_3);
625 __m128i c_3 = vec_or(vec_or(c0_3, c1_3), c2_3); local
626 __m128i c_23 = vec_packs_epi32(c_2, c_3);
  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 304 const uint8x16_t c_3 = vld1q_u8(c + 48); local
308 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3);
  /external/aac/libArithCoding/src/
ac_arith_coder.cpp 620 int c_3 = 0; /* context of current frame 3 time steps ago */ local
643 if ((c_1 + c_2 + c_3) < 5) {
695 c_3 = c_2;
  /external/tensorflow/tensorflow/python/framework/
ops_test.py     [all...]

Completed in 148 milliseconds