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

  /external/valgrind/mpi/
mpiwrap_type_test.c 38 Ty tres; local
46 r = MPI_Type_struct( 2, blocklens, disps, tys, &tres );
48 return tres;
53 Ty tres; local
55 r = MPI_Type_vector( count, blocklen, stride, t, &tres );
57 return tres;
62 Ty tres; local
64 r = MPI_Type_hvector( count, blocklen, stride, t, &tres );
66 return tres;
74 Ty tres; local
90 Ty tres; local
    [all...]
  /external/elfutils/libdw/
fde.c 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); local
123 if (tres == NULL)
129 else if (*tres != fde)
135 return *tres;
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 869 int16x4x2_t tres = vtrn_s16(res0_0, res1_0); local
870 int32x4_t l0 = vcombine_s32(vreinterpret_s32_s16(tres.val[0]),vreinterpret_s32_s16(tres.val[1]));
874 tres = vtrn_s16(res0_0, res1_0);
875 int32x4_t l1 = vcombine_s32(vreinterpret_s32_s16(tres.val[0]),vreinterpret_s32_s16(tres.val[1]));
882 tres = vtrn_s16(res0_0, res1_0);
883 l0 = vcombine_s32(vreinterpret_s32_s16(tres.val[0]),vreinterpret_s32_s16(tres.val[1]));
888 tres = vtrn_s16(res0_0, res1_0)
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 558 VexTranslateResult tres; local
563 memset(&tres, 0, sizeof(tres));
607 tres = LibVEX_Translate ( &vta );
609 assert(tres.status == VexTransOK);
610 assert(tres.offs_profInc == -1);
  /external/valgrind/coregrind/
m_translate.c 1488 VexTranslateResult tres; local
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 103 VexTranslateResult tres; local
277 tres = LibVEX_Translate ( &vta );
279 if (tres.status != VexTransOK)
280 printf("\ntres = %d\n", (Int)tres.status);
281 assert(tres.status == VexTransOK);
282 assert(tres.n_sc_extents == 0);
    [all...]
  /external/elfutils/src/
nm.c 715 struct local_name **tres = tsearch (newp, &local_root, local
717 if (tres == NULL)
720 else if (*tres != newp)
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 743 milliseconds