HomeSort by relevance Sort by last modified time
    Searched refs:c_2 (Results 1 - 9 of 9) 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
170 c_2 = fork();
171 switch (c_2) {
181 fprintf(stderr, "P: child_2: %d forked\n", c_2);
189 tst_process_state_wait3(c_2, 'S', 2000);
215 if (ret_pid == c_2 && WIFEXITED(status)
244 printf("Test Fail: Expect child_2: %d, got %d\n", c_2, ret_pid);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 321 __m128i c_2 = _mm_or_si128(_mm_or_si128(c0_2, c1_2), c2_2); local
328 __m128i c_23 = _mm_packs_epi32(c_2, c_3);
414 __m128i c_2 = _mm_or_si128(_mm_or_si128(c0_2, c1_2), c2_2); local
421 __m128i c_23 = _mm_packs_epi32(c_2, c_3);
619 __m128i c_2 = vec_or(vec_or(c0_2, c1_2), c2_2); local
626 __m128i c_23 = vec_packs_epi32(c_2, c_3);
  /external/aac/libArithCoding/src/
ac_arith_coder.cpp 621 int c_2 = 0; /* context of current frame 2 time steps ago */ local
643 if ((c_1 + c_2 + c_3) < 5) {
695 c_3 = c_2;
696 c_2 = c_1;
  /external/libvpx/libvpx/vpx_dsp/arm/
sad_neon.c 303 const uint8x16_t c_2 = vld1q_u8(c + 32); local
307 const uint8x16_t avg_2 = vrhaddq_u8(b_2, c_2);
  /toolchain/binutils/binutils-2.27/gas/config/
bfin-defs.h 36 c_2, enumerator in enum:__anon4235
  /external/tensorflow/tensorflow/python/client/
session_test.py     [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
topology_test.py 169 c_2, b_2 = model([c, d])
170 self.assertTrue(c_2._uses_learning_phase)
  /external/tensorflow/tensorflow/python/framework/
ops_test.py     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
bfin-dis.c 53 c_0, c_1, c_4, c_2, c_uimm2, c_uimm3, c_imm3, c_pcrel4, enumerator in enum:__anon5051
    [all...]

Completed in 312 milliseconds