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

  /external/valgrind/main/drd/
drd_vc.h 81 Bool DRD_(vc_lte)(const VectorClock* const vc1,
83 Bool DRD_(vc_ordered)(const VectorClock* const vc1,
97 * @return True if all thread id's that are present in vc1 also exist in
102 Bool DRD_(vc_lte)(const VectorClock* const vc1, const VectorClock* const vc2)
107 for (i = 0; i < vc1->size; i++)
109 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid)
111 if (j >= vc2->size || vc2->vc[j].threadid > vc1->vc[i].threadid)
118 tl_assert(j < vc2->size && vc2->vc[j].threadid == vc1->vc[i].threadid);
120 if (vc1->vc[i].count > vc2->vc[j].count)
drd_segment.c 209 char *vc1, *vc2; local
211 vc1 = DRD_(vc_aprint)(&sg1->vc);
215 "Merging segments with vector clocks %s and %s\n", vc1, vc2);
216 VG_(free)(vc1);
drd_vc.c 112 * @return True if vector clocks vc1 and vc2 are ordered, and false otherwise.
115 Bool DRD_(vc_ordered)(const VectorClock* const vc1,
118 return DRD_(vc_lte)(vc1, vc2) || DRD_(vc_lte)(vc2, vc1);
  /external/valgrind/main/drd/tests/
unit_vc.stderr.exp 0 vc1: [ 3: 7, 5: 8 ]
4 vc_lte(vc1, vc2) = 0, vc_lte(vc1, vc3) = 1, vc_lte(vc2, vc3) = 1
unit_vc.c 58 VectorClock vc1; local
68 DRD_(vc_init)(&vc1, vc1elem, sizeof(vc1elem)/sizeof(vc1elem[0]));
74 DRD_(vc_combine)(&vc3, &vc1);
77 fprintf(stderr, "vc1: %s", (str = DRD_(vc_aprint)(&vc1)));
84 fprintf(stderr, "vc_lte(vc1, vc2) = %d, vc_lte(vc1, vc3) = %d,"
86 DRD_(vc_lte)(&vc1, &vc2), DRD_(vc_lte)(&vc1, &vc3),
97 DRD_(vc_reserve)(&vc1, i)
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 214 struct dss2_vc1_range_map_info vc1; member in struct:dss2_ovl_cfg
  /external/kernel-headers/original/video/
dsscomp.h 198 /* YUV VC1 range mapping info */
311 * 4) cconv and vc1 only needs to be filled for YUV color modes.
313 * 5) vc1.range_y and vc1.range_uv only needs to be filled if
314 * vc1.enable is true.
335 struct dss2_vc1_range_map_info vc1; member in struct:dss2_ovl_cfg
  /external/qemu/
net-android.c 346 static char *assign_name(VLANClientState *vc1, const char *model)
356 if (vc != vc1 && strcmp(vc->model, model) == 0)
    [all...]
net.c 313 static char *assign_name(VLANClientState *vc1, const char *model)
323 if (vc != vc1 && strcmp(vc->model, model) == 0)
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 447 /* for now interlacing and vc1 info is not supplied */
449 oc->vc1.enable = 0;
    [all...]

Completed in 630 milliseconds