Searched defs:vc (Results 1 - 25 of 43) sorted by relevance

12

/external/valgrind/drd/
H A Ddrd_segment.h55 VectorClock vc; member in struct:segment
H A Ddrd_vc.h66 unsigned capacity; /**< number of elements allocated for array vc. */
67 unsigned size; /**< number of elements used of array vc. */
68 VCElem* vc; /**< vector clock elements. */ member in struct:__anon29290
73 void DRD_(vc_init)(VectorClock* const vc,
76 void DRD_(vc_cleanup)(VectorClock* const vc);
79 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid);
89 void DRD_(vc_print)(const VectorClock* const vc);
90 HChar* DRD_(vc_aprint)(const VectorClock* const vc);
91 void DRD_(vc_check)(const VectorClock* const vc);
109 while (j < vc2->size && vc2->vc[
[all...]
H A Ddrd_segment.c89 DRD_(vc_copy)(&sg->vc, &creator_sg->vc);
91 DRD_(vc_init)(&sg->vc, 0, 0);
92 DRD_(vc_increment)(&sg->vc, created);
97 HChar* vc; local
99 vc = DRD_(vc_aprint)(&sg->vc);
100 VG_(message)(Vg_DebugMsg, "New segment for thread %u with vc %s\n",
101 created, vc);
102 VG_(free)(vc);
140 HChar* vc; local
181 HChar* vc; local
[all...]
H A Ddrd_vc.c36 void DRD_(vc_reserve)(VectorClock* const vc, const unsigned new_capacity);
42 * Initialize the memory 'vc' points at as a vector clock with size 'size'.
46 void DRD_(vc_init)(VectorClock* const vc, argument
50 tl_assert(vc);
51 vc->size = 0;
52 vc->capacity = 0;
53 vc->vc = 0;
54 DRD_(vc_reserve)(vc, size);
55 tl_assert(size == 0 || vc
67 vc_cleanup(VectorClock* const vc) argument
86 vc_increment(VectorClock* const vc, DrdThreadId const tid) argument
240 vc_print(const VectorClock* const vc) argument
255 vc_aprint(const VectorClock* const vc) argument
298 vc_check(const VectorClock* const vc) argument
314 vc_reserve(VectorClock* const vc, const unsigned new_capacity) argument
[all...]
H A Ddrd_load_store.c100 HChar* vc; local
102 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(DRD_(thread_get_running_tid)()));
105 " vc %s)", addr, size, stored_value_lo,
107 vc);
114 " / vc %s)", addr, size, sv, sv,
115 DRD_(thread_get_running_tid)(), vc);
117 DRD_(trace_msg_w_bt)("%s 0x%lx size %lu (thread %u / vc %s)",
122 addr, size, DRD_(thread_get_running_tid)(), vc);
124 VG_(free)(vc);
H A Ddrd_thread.c415 HChar* vc; local
417 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(drd_joiner));
419 ", new vc: %s", vc);
420 VG_(free)(vc);
890 return &latest_sg->vc;
914 * @param vc pointer to a vectorclock, holds result upon return.
916 static void DRD_(thread_compute_minimum_vc)(VectorClock* vc) argument
928 DRD_(vc_assign)(vc, &latest_sg->vc);
941 thread_compute_maximum_vc(VectorClock* vc) argument
1210 const VectorClock* const vc = &sg->vc; local
1494 HChar* vc; local
[all...]
/external/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp58 template<typename T> T vc = T(); member in namespace:spec
72 template<typename T> T vc = T(10); member in namespace:spec_join1
107 template<> float vc<float> = 1.5; member in namespace:spec_join1
108 template int vc<int>; member in namespace:spec_join1
153 template<typename T> T* vc<T*> = new T(); member in namespace:spec
154 template<> constexpr float vc<float> = 1.5; member in namespace:spec
155 int* intpc = vc<int*>;
156 static_assert(vc<float> == 1.5, "");
/external/clang/test/SemaCXX/
H A Dmicrosoft-dtor-lookup.cpp28 VC vc; local
/external/eigen/test/
H A Dsparse_ref.cpp71 SparseVector<float> vc = VectorXf::Random(10).sparseView(0.5,1); local
113 VERIFY_EVALUATION_COUNT( call_ref_2(vc, vc), 0);
119 VERIFY_EVALUATION_COUNT( call_ref_4(vc, vc), 0);
121 VERIFY_EVALUATION_COUNT( call_ref_5(vc, vc), 0);
/external/pdfium/third_party/libopenjpeg20/
H A Dt1_generate_luts.c121 int hc, vc, n; local
131 vc = opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) ==
140 vc = -vc;
143 if (vc == -1) {
145 } else if (!vc) {
151 if (vc == -1) {
153 } else if (!vc) {
165 int hc, vc, n; local
174 vc
[all...]
/external/tremolo/Tremolo/
H A Divorbisfile.h81 vorbis_comment vc; member in struct:OggVorbis_File
H A Dtreminfo.c58 void vorbis_comment_init(vorbis_comment *vc){ argument
59 memset(vc,0,sizeof(*vc));
74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){ argument
83 for(i=0;i<vc->comments;i++){
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
95 int vorbis_comment_query_count(vorbis_comment *vc, char *tag){ argument
102 for(i=0;i<vc->comments;i++){
103 if(!tagcompare(vc
110 vorbis_comment_clear(vorbis_comment *vc) argument
216 _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb) argument
340 vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op) argument
[all...]
H A Dvorbisfile.c270 vorbis_comment_clear(&vf->vc);
283 vorbis_comment *vc,
306 vorbis_comment_init(vc);
318 if((ret=vorbis_dsp_headerin(vi,vc,&op))){
339 vorbis_comment_clear(vc);
355 return _fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL);
398 if(_fetch_headers(vf,&vf->vi,&vf->vc,NULL,NULL)<0){
465 vorbis_comment_clear(&vf->vc);
690 ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og);
697 int ret=_fetch_headers(vf,&vf->vi,&vf->vc,
281 _fetch_headers(OggVorbis_File *vf, vorbis_info *vi, vorbis_comment *vc, ogg_uint32_t *serialno, ogg_page *og_ptr) argument
[all...]
/external/eigen/bench/
H A DbenchVecAdd.cpp66 VectorXf vc = Map<VectorXf>(c, size2); local
71 benchVec(va, vb, vc);
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp72 float value, vmin, vmax, vl, bsize, vc; local
202 vc = hand_left + hand_length2;
217 vc = hand_right - hand_length2;
221 icvScaleVector_32f( &line[0], sub, 3, vc );
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
522 vc = vcl;
527 vc = vcr;
530 icvScaleVector_32f( &line[0], sub, 3, vc );
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; local
166 vc->width = dec->base.width;
167 vc->height = dec->base.height;
168 vc->profile = dec->base.profile - PIPE_VIDEO_PROFILE_VC1_SIMPLE; // 04
169 vc->postprocflag = d->postprocflag;
170 vc->pulldown = d->pulldown;
171 vc->interlaced = d->interlace;
172 vc->tfcntrflag = d->tfcntrflag; // 08
173 vc->finterpflag = d->finterpflag;
174 vc
[all...]
H A Dnouveau_vp3_video_vp.c431 struct vc1_picparm_vp *vc = (struct vc1_picparm_vp *)map; local
436 nouveau_vp3_ycbcr_offsets(dec, &vc->ofs[1], &vc->ofs[3], &vc->ofs[4]);
437 vc->ofs[5] = vc->ofs[3];
438 vc->ofs[0] = vc->ofs[2] = 0;
439 vc->width = dec->base.width;
440 vc
[all...]
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_shader.cpp585 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); local
592 vc = FMUL(vk, vc);
597 interp = FADD(interp, vc);
/external/flac/libFLAC/
H A Dmetadata_object.c1231 FLAC__StreamMetadata_VorbisComment *vc; local
1240 vc = &object->data.vorbis_comment;
1242 if (!FLAC__metadata_object_vorbiscomment_resize_comments(object, vc->num_comments+1))
1246 memmove(&vc->comments[comment_num+1], &vc->comments[comment_num], sizeof(FLAC__StreamMetadata_VorbisComment_Entry)*(vc->num_comments-1-comment_num));
1247 vc->comments[comment_num].length = 0;
1248 vc->comments[comment_num].entry = 0;
1305 FLAC__StreamMetadata_VorbisComment *vc; local
1311 vc
[all...]
H A Dstream_encoder.c749 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; local
752 encoder->protected_->metadata[0] = vc;
/external/webrtc/talk/session/media/
H A Dmediasession_unittest.cc488 const ContentInfo* vc = offer->GetContentByName("video"); local
490 ASSERT_TRUE(vc == NULL);
512 const ContentInfo* vc = offer->GetContentByName("video"); local
514 ASSERT_TRUE(vc != NULL);
516 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
520 static_cast<const VideoContentDescription*>(vc->description);
696 const ContentInfo* vc = offer->GetContentByName("video"); local
698 ASSERT_TRUE(vc != NULL);
702 static_cast<const VideoContentDescription*>(vc->description);
776 const ContentInfo* vc local
802 const ContentInfo* vc = answer->GetContentByName("video"); local
835 const ContentInfo* vc = answer->GetContentByName("data"); local
1013 const ContentInfo* vc = answer->GetContentByName("video"); local
1038 const ContentInfo* vc = offer->GetContentByName("video"); local
1161 const ContentInfo* vc = answer->GetContentByName("video"); local
1195 ContentInfo* vc = offer->GetContentByName("video"); local
1236 const ContentInfo* vc = offer->GetContentByName("video"); local
1363 const ContentInfo* vc = offer->GetContentByName("video"); local
1405 const ContentInfo* vc = answer->GetContentByName("video"); local
1938 const ContentInfo* vc = copy->GetContentByName("video"); local
[all...]
/external/fio/
H A Dverify.c298 static void __dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) argument
300 struct thread_data *td = vc->td;
301 struct io_u *io_u = vc->io_u;
312 hdr_offset = vc->hdr_num * hdr->len;
315 "received", vc->io_u->file);
330 "expected", vc->io_u->file);
334 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) argument
336 struct thread_data *td = vc->td;
340 __fill_hdr(td, vc->io_u, &shdr, 0, vc
347 log_verify_failure(struct verify_header *hdr, struct vcont *vc) argument
369 io_u_verify_off(struct verify_header *hdr, struct vcont *vc) argument
374 verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) argument
423 verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) argument
447 verify_io_u_sha3(struct verify_header *hdr, struct vcont *vc, struct fio_sha3_ctx *sha3_ctx, uint8_t *sha, unsigned int sha_size, const char *name) argument
469 verify_io_u_sha3_224(struct verify_header *hdr, struct vcont *vc) argument
483 verify_io_u_sha3_256(struct verify_header *hdr, struct vcont *vc) argument
497 verify_io_u_sha3_384(struct verify_header *hdr, struct vcont *vc) argument
511 verify_io_u_sha3_512(struct verify_header *hdr, struct vcont *vc) argument
525 verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) argument
550 verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) argument
576 verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) argument
602 verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) argument
623 verify_io_u_crc16(struct verify_header *hdr, struct vcont *vc) argument
644 verify_io_u_crc64(struct verify_header *hdr, struct vcont *vc) argument
665 verify_io_u_crc32(struct verify_header *hdr, struct vcont *vc) argument
686 verify_io_u_crc32c(struct verify_header *hdr, struct vcont *vc) argument
707 verify_io_u_md5(struct verify_header *hdr, struct vcont *vc) argument
911 struct vcont vc = { local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h208 uint8_t vc : 6; /* vertex cache? */ member in struct:PACKED
/external/v8/src/arm/
H A Dconstants-arm.h79 vc = 7 << 28, // V clear No overflow. enumerator in enum:v8::internal::Condition
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1298 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
1299 ASSERT_TRUE(vc != NULL);
1301 static_cast<const VideoContentDescription*>(vc->description);
1351 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
1352 ASSERT_TRUE(vc != NULL);
1354 static_cast<const VideoContentDescription*>(vc->description);
2556 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); local
2557 ASSERT_TRUE(vc != NULL);
2559 static_cast<const VideoContentDescription*>(vc->description);
2590 const ContentInfo* vc local
[all...]

Completed in 962 milliseconds

12