/external/valgrind/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 | 208 HChar *vc1, *vc2; local 210 vc1 = DRD_(vc_aprint)(&sg1->vc); 214 "Merging segments with vector clocks %s and %s\n", vc1, vc2); 215 VG_(free)(vc1);
|
drd_vc.c | 115 * @return True if vector clocks vc1 and vc2 are ordered, and false otherwise. 118 Bool DRD_(vc_ordered)(const VectorClock* const vc1, 121 return DRD_(vc_lte)(vc1, vc2) || DRD_(vc_lte)(vc2, vc1);
|
/external/valgrind/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...] |
/external/clang/test/CodeGen/ |
Nontemporal.cpp | 15 char __attribute__((vector_size(8))) vc1, vc2; variable 33 __builtin_nontemporal_store(vc1, &vc2); // CHECK: store <8 x i8>{{.*}}align 8, !nontemporal 47 vc2 = __builtin_nontemporal_load(&vc1); // CHECK: load <8 x i8>{{.*}}align 8, !nontemporal
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
vdpau.h | 59 VdpPictureInfoVC1 vc1; member in union:FFVdpPictureInfo
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_frame_attr.h | 65 This enumeration lists all the frame types defined by the MPEG, VC1 and H264 specifications. 75 VIDDEC_FRAME_TYPE_BI=0x5, /** BI frame - Intracoded B frame - vc1 only */ 76 VIDDEC_FRAME_TYPE_SKIP=0x6, /** Skipped frame - vc1 only */ 157 This structure contains the VC1 specific frame attributes. 163 Refer to "TFCNTR" in the picture layer of the SMPTE VC1 Specification. 170 of the SMPTE VC1 Specification. 179 "PS_WIDTH" and "PS_HEIGHT" in the picture layer of the SMPTE VC1 Specification. 254 For VC1, refer to "MAX_CODED_WIDTH" and "MAX_CODED_HEIGHT" in the sequence layer, 255 "CODED_SIZE_FLAG", "CODED_WIDTH" and "CODED_HEIGHT" in the entrypoint layer of the SMPTE VC1 Specification. 265 For VC1, refer to "PTYPE" and FPTYPE in the picture layer (Tables 33, 34, 35, 105) in SMPTE VC1 Specificat (…) 274 viddec_vc1_frame_attributes_t vc1; member in union:viddec_frame_attributes::__anon31070 [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
viddec_vc1_workload.c | 4 #include "vc1.h" 10 /* this function returns workload frame types corresponding to VC1 PTYPES (frame types) 11 * VC1 frame types: can be found in vc1parse_common_defs.h 38 } // switch on vc1 frame type 65 attrs->vc1.tfcntr = info->picLayerHeader.TFCNTR; 68 attrs->vc1.tff = info->picLayerHeader.TFF; 69 attrs->vc1.rptfrm = info->picLayerHeader.RPTFRM; 70 attrs->vc1.rff = info->picLayerHeader.RFF; 73 attrs->vc1.ps_present = info->picLayerHeader.PS_PRESENT; 74 attrs->vc1.num_of_pan_scan_windows = info->picLayerHeader.number_of_pan_scan_window [all...] |
/external/opencv3/modules/viz/src/ |
clouds.cpp | 170 Color vc1 = vtkcolor(c1), vc2 = vtkcolor(c2); local 173 color_transfer->AddRGBPoint(0.0, vc1[0], vc1[1], vc1[2]);
|
/hardware/ti/omap4-aah/kernel-headers-ti/video/ |
dsscomp.h | 230 struct dss2_vc1_range_map_info vc1; member in struct:dss2_ovl_cfg
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
decode.c | 436 struct pipe_vc1_picture_desc vc1; member in union:__anon20890 507 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_utils.c | 13 #include "vc1.h" 120 SET_FUNC_POINTER(VBP_VC1, vc1); 284 * for H.264 and MPEG-4, VC1 advanced profile and set to 0 285 * for VC1 simple or main profile when parsing the frame
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 447 /* for now interlacing and vc1 info is not supplied */ 449 oc->vc1.enable = 0; [all...] |
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 636 /* for now interlacing and vc1 info is not supplied */ 638 oc->vc1.enable = 0; [all...] |