Searched refs:vc (Results 1 - 25 of 86) sorted by relevance

1234

/external/valgrind/main/drd/
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
64 vc_cleanup(VectorClock* const vc) argument
83 vc_increment(VectorClock* const vc, DrdThreadId const tid) argument
237 vc_print(const VectorClock* const vc) argument
252 vc_aprint(const VectorClock* const vc) argument
295 vc_check(const VectorClock* const vc) argument
311 vc_reserve(VectorClock* const vc, const unsigned new_capacity) argument
[all...]
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:__anon32780
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 %d with vc %s\n",
101 created, vc);
102 VG_(free)(vc);
141 HChar* vc; local
182 HChar* vc; local
[all...]
H A Ddrd_thread.c389 HChar* vc; local
391 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(drd_joiner));
393 ", new vc: %s", vc);
394 VG_(free)(vc);
809 return &latest_sg->vc;
833 * @param vc pointer to a vectorclock, holds result upon return.
835 static void DRD_(thread_compute_minimum_vc)(VectorClock* vc) argument
847 DRD_(vc_assign)(vc, &latest_sg->vc);
860 thread_compute_maximum_vc(VectorClock* vc) argument
1129 const VectorClock* const vc = &sg->vc; local
1417 HChar* vc; local
[all...]
H A Ddrd_segment.h55 VectorClock vc; member in struct:segment
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller_event_handler.cc14 const VideoCaptureControllerID& vc) const {
15 return this->device_id < vc.device_id;
19 const VideoCaptureControllerID& vc) const {
20 return this->device_id == vc.device_id;
H A Dvideo_capture_controller_event_handler.h30 bool operator<(const VideoCaptureControllerID& vc) const;
31 bool operator==(const VideoCaptureControllerID& vc) const;
/external/chromium_org/chrome/common/extensions/
H A Dvalue_counter_unittest.cc14 extensions::ValueCounter vc; local
16 ASSERT_EQ(1, vc.Add(value));
17 ASSERT_EQ(2, vc.Add(value));
21 extensions::ValueCounter vc; local
24 ASSERT_EQ(1, vc.Add(value1));
25 ASSERT_EQ(1, vc.Add(value2));
29 extensions::ValueCounter vc; local
31 ASSERT_EQ(1, vc.Add(value));
32 ASSERT_EQ(2, vc.Add(value));
33 ASSERT_EQ(1, vc
38 extensions::ValueCounter vc; local
[all...]
/external/tremolo/Tremolo/
H A Divorbiscodec.h93 extern void vorbis_comment_init(vorbis_comment *vc);
94 extern void vorbis_comment_add(vorbis_comment *vc, char *comment);
95 extern void vorbis_comment_add_tag(vorbis_comment *vc,
97 extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
98 extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag);
99 extern void vorbis_comment_clear(vorbis_comment *vc);
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...]
/external/fio/
H A Dverify.c283 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc) argument
285 struct thread_data *td = vc->td;
286 struct io_u *io_u = vc->io_u;
297 hdr_offset = vc->hdr_num * hdr->len;
300 "received", vc->io_u->file);
315 "expected", vc->io_u->file);
319 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc) argument
323 offset = vc->io_u->offset;
324 offset += vc->hdr_num * hdr->len;
326 vc
341 io_u_verify_off(struct verify_header *hdr, struct vcont *vc) argument
346 verify_io_u_pattern(struct verify_header *hdr, struct vcont *vc) argument
391 verify_io_u_meta(struct verify_header *hdr, struct vcont *vc) argument
427 verify_io_u_xxhash(struct verify_header *hdr, struct vcont *vc) argument
451 verify_io_u_sha512(struct verify_header *hdr, struct vcont *vc) argument
476 verify_io_u_sha256(struct verify_header *hdr, struct vcont *vc) argument
501 verify_io_u_sha1(struct verify_header *hdr, struct vcont *vc) argument
526 verify_io_u_crc7(struct verify_header *hdr, struct vcont *vc) argument
547 verify_io_u_crc16(struct verify_header *hdr, struct vcont *vc) argument
568 verify_io_u_crc64(struct verify_header *hdr, struct vcont *vc) argument
589 verify_io_u_crc32(struct verify_header *hdr, struct vcont *vc) argument
610 verify_io_u_crc32c(struct verify_header *hdr, struct vcont *vc) argument
631 verify_io_u_md5(struct verify_header *hdr, struct vcont *vc) argument
750 struct vcont vc = { local
[all...]
/external/libvorbis/lib/
H A Dinfo.c61 void vorbis_comment_init(vorbis_comment *vc){ argument
62 memset(vc,0,sizeof(*vc));
65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){ argument
66 vc->user_comments=_ogg_realloc(vc->user_comments,
67 (vc->comments+2)*sizeof(*vc->user_comments));
68 vc->comment_lengths=_ogg_realloc(vc
77 vorbis_comment_add_tag(vorbis_comment *vc, const char *tag, const char *contents) argument
97 vorbis_comment_query(vorbis_comment *vc, const char *tag, int count) argument
118 vorbis_comment_query_count(vorbis_comment *vc, const char *tag) argument
133 vorbis_comment_clear(vorbis_comment *vc) argument
240 _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb) argument
379 vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op) argument
461 _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc) argument
547 vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op) argument
567 vorbis_analysis_headerout(vorbis_dsp_state *v, vorbis_comment *vc, ogg_packet *op, ogg_packet *op_comm, ogg_packet *op_code) argument
[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/qemu/net/
H A Dnet-android.c312 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6]) argument
314 snprintf(vc->info_str, sizeof(vc->info_str),
316 vc->model,
328 VLANClientState *vc; local
330 for (vc = vlan->first_client; vc; vc = vc->next)
331 if (vc !
349 VLANClientState *vc, **pvc; local
371 qemu_del_vlan_client(VLANClientState *vc) argument
405 VLANClientState *vc; local
423 VLANClientState *vc; local
450 qemu_flush_queued_packets(VLANClientState *vc) argument
519 qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) argument
524 vc_sendv_compat(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
555 VLANClientState *vc; local
640 qemu_sendv_packet(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
789 slirp_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
808 net_slirp_cleanup(VLANClientState *vc) argument
1128 VLANClientState *vc; member in struct:TAPState
1137 tap_receive_iov(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
1150 tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1189 tap_send_completed(VLANClientState *vc) argument
1214 tap_cleanup(VLANClientState *vc) argument
1515 VLANClientState *vc; member in struct:VDEState
1531 vde_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1543 vde_cleanup(VLANClientState *vc) argument
1582 VLANClientState *vc; member in struct:NetSocketState
1599 net_socket_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1609 net_socket_receive_dgram(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1748 net_socket_cleanup(VLANClientState *vc) argument
2027 dump_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
2056 net_dump_cleanup(VLANClientState *vc) argument
2498 VLANClientState *vc; local
2542 VLANClientState *vc; local
2554 VLANClientState *vc = NULL; local
2587 VLANClientState *vc = vlan->first_client; local
[all...]
H A Dnet.c304 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6]) argument
306 snprintf(vc->info_str, sizeof(vc->info_str),
308 vc->model,
320 VLANClientState *vc; local
322 for (vc = vlan->first_client; vc; vc = vc->next)
323 if (vc !
341 VLANClientState *vc, **pvc; local
363 qemu_del_vlan_client(VLANClientState *vc) argument
397 VLANClientState *vc; local
415 VLANClientState *vc; local
442 qemu_flush_queued_packets(VLANClientState *vc) argument
511 qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size) argument
516 vc_sendv_compat(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
547 VLANClientState *vc; local
632 qemu_sendv_packet(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
694 slirp_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
706 net_slirp_cleanup(VLANClientState *vc) argument
1025 VLANClientState *vc; member in struct:TAPState
1034 tap_receive_iov(VLANClientState *vc, const struct iovec *iov, int iovcnt) argument
1047 tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1086 tap_send_completed(VLANClientState *vc) argument
1111 tap_cleanup(VLANClientState *vc) argument
1412 VLANClientState *vc; member in struct:VDEState
1428 vde_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1440 vde_cleanup(VLANClientState *vc) argument
1479 VLANClientState *vc; member in struct:NetSocketState
1496 net_socket_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1506 net_socket_receive_dgram(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1655 net_socket_cleanup(VLANClientState *vc) argument
1948 dump_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
1977 net_dump_cleanup(VLANClientState *vc) argument
2419 VLANClientState *vc; local
2463 VLANClientState *vc; local
2475 VLANClientState *vc = NULL; local
2508 VLANClientState *vc = vlan->first_client; local
[all...]
/external/libvorbis/include/vorbis/
H A Dcodec.h168 extern void vorbis_comment_init(vorbis_comment *vc);
169 extern void vorbis_comment_add(vorbis_comment *vc, const char *comment);
170 extern void vorbis_comment_add_tag(vorbis_comment *vc,
172 extern char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count);
173 extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag);
174 extern void vorbis_comment_clear(vorbis_comment *vc);
187 extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
189 vorbis_comment *vc,
204 extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
/external/qemu/include/net/
H A Dnet.h62 void qemu_del_vlan_client(VLANClientState *vc);
64 int qemu_can_send_packet(VLANClientState *vc);
65 ssize_t qemu_sendv_packet(VLANClientState *vc, const struct iovec *iov,
67 ssize_t qemu_sendv_packet_async(VLANClientState *vc, const struct iovec *iov,
69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
70 ssize_t qemu_send_packet_async(VLANClientState *vc, const uint8_t *buf,
72 void qemu_flush_queued_packets(VLANClientState *vc);
73 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6]);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1_generate_luts.c114 int hc, vc, n; local
124 vc = opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) ==
133 vc = -vc;
136 if (vc == -1)
138 else if (!vc)
143 if (vc == -1)
145 else if (!vc)
155 int hc, vc, n; local
164 vc
[all...]
/external/libvorbis/examples/
H A Dencoder_example.c50 vorbis_comment vc; /* struct that stores all the user comments */ local
137 vorbis_comment_init(&vc);
138 vorbis_comment_add_tag(&vc,"ENCODER","encoder_example.c");
162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
244 vorbis_comment_clear(&vc);
H A Ddecoder_example.c52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ local
116 vorbis_comment_init(&vc);
129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
166 result=vorbis_synthesis_headerin(&vi,&vc,&op);
188 char **ptr=vc.user_comments;
194 fprintf(stderr,"Encoded by: %s\n\n",vc.vendor);
305 vorbis_comment_clear(&vc);
/external/libvorbis/test/
H A Dwrite_read.c39 vorbis_comment vc; local
60 vorbis_comment_init (&vc);
61 vorbis_comment_add_tag (&vc,"ENCODER","test/util.c");
72 vorbis_analysis_headerout (&vd,&vc,&header,&header_comm,&header_code);
124 vorbis_comment_clear (&vc);
141 vorbis_comment vc; local
179 vorbis_comment_init (&vc);
190 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) {
213 vorbis_synthesis_headerin (&vi,&vc,&op);
288 vorbis_comment_clear (&vc);
[all...]
/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/clang/test/SemaCXX/
H A Dmicrosoft-dtor-lookup.cpp26 void f(VC vc) { argument
/external/qemu/hw/net/
H A Dsmc91c111.c23 VLANClientState *vc; member in struct:__anon29674
57 /* busdev, vc, macaddr and mmio_index are linked to the host state and
284 qemu_send_packet(s->vc, p, len);
668 static int smc91c111_can_receive(VLANClientState *vc) argument
670 smc91c111_state *s = vc->opaque;
679 static ssize_t smc91c111_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
681 smc91c111_state *s = vc->opaque;
769 static void smc91c111_cleanup(VLANClientState *vc) argument
771 smc91c111_state *s = vc->opaque;
789 s->vc
[all...]
/external/qemu/
H A Dtap-win32.c630 VLANClientState *vc; member in struct:TAPState
634 static void tap_cleanup(VLANClientState *vc) argument
636 TAPState *s = vc->opaque;
646 static ssize_t tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) argument
648 TAPState *s = vc->opaque;
662 qemu_send_packet(s->vc, buf, size);
680 s->vc = qemu_new_vlan_client(vlan, model, name, NULL, tap_receive,
683 snprintf(s->vc->info_str, sizeof(s->vc->info_str),

Completed in 438 milliseconds

1234