HomeSort by relevance Sort by last modified time
    Searched refs:vc (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/valgrind/main/drd/
drd_vc.c 37 void DRD_(vc_reserve)(VectorClock* const vc, const unsigned new_capacity);
43 * Initialize the memory 'vc' points at as a vector clock with size 'size'.
47 void DRD_(vc_init)(VectorClock* const vc,
51 tl_assert(vc);
52 vc->size = 0;
53 vc->capacity = 0;
54 vc->vc = 0;
55 DRD_(vc_reserve)(vc, size);
56 tl_assert(size == 0 || vc->vc != 0)
    [all...]
drd_vc.h 67 unsigned capacity; /**< number of elements allocated for array vc. */
68 unsigned size; /**< number of elements used of array vc. */
69 VCElem* vc; /**< vector clock elements. */ member in struct:__anon14071
74 void DRD_(vc_init)(VectorClock* const vc,
77 void DRD_(vc_cleanup)(VectorClock* const vc);
80 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid);
90 void DRD_(vc_print)(const VectorClock* const vc);
91 char* DRD_(vc_aprint)(const VectorClock* const vc);
92 void DRD_(vc_check)(const VectorClock* const vc);
110 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid
    [all...]
drd_segment.c 83 DRD_(vc_copy)(&sg->vc, &creator_sg->vc);
85 DRD_(vc_init)(&sg->vc, 0, 0);
86 DRD_(vc_increment)(&sg->vc, created);
91 char* vc; local
93 vc = DRD_(vc_aprint)(&sg->vc);
94 VG_(message)(Vg_DebugMsg, "New segment for thread %d with vc %s\n",
95 created, vc);
96 VG_(free)(vc);
130 char* vc; local
165 char* vc; local
    [all...]
drd_thread.c 386 char* vc; local
388 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(drd_joiner));
390 ", new vc: %s", vc);
391 VG_(free)(vc);
797 return &DRD_(g_threadinfo)[tid].last->vc;
818 * @param vc pointer to a vectorclock, holds result upon return.
820 static void DRD_(thread_compute_minimum_vc)(VectorClock* vc)
833 DRD_(vc_assign)(vc, &latest_sg->vc);
1120 const VectorClock* const vc = &sg->vc; local
1424 char* vc; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 58 ViewConfiguration vc = ViewConfiguration.get(getInstrumentation().getTargetContext()); local
59 assertNotNull(vc);
60 vc.getScaledDoubleTapSlop();
61 vc.getScaledEdgeSlop();
62 vc.getScaledFadingEdgeLength();
63 vc.getScaledMaximumDrawingCacheSize();
64 vc.getScaledMinimumFlingVelocity();
65 vc.getScaledScrollBarSize();
66 vc.getScaledTouchSlop();
67 vc.getScaledWindowTouchSlop()
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
Android.mk 49 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockChroma_I.c \
50 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockLuma_I.c \
51 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_InterpolateChroma.c \
52 ./omxdl/arm_neon/vc/m4p10/src/armVCM4P10_CAVLCTables.c \
53 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c \
54 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeCoeffsToPairCAVLC.c \
59 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingChroma_unsafe_s.S \
60 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingLuma_unsafe_s.S \
61 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_Interpolate_Chroma_s.S \
62 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_InterpolateLuma_Align_unsafe_s.S
    [all...]
  /external/tremolo/Tremolo/
ivorbiscodec.h 93 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);
treminfo.c 58 void vorbis_comment_init(vorbis_comment *vc){
59 memset(vc,0,sizeof(*vc));
74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){
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){
102 for(i=0;i<vc->comments;i++){
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)
    [all...]
  /external/qemu/
net-android.c 337 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6])
339 snprintf(vc->info_str, sizeof(vc->info_str),
341 vc->model,
353 VLANClientState *vc; local
355 for (vc = vlan->first_client; vc; vc = vc->next)
356 if (vc != vc1 && strcmp(vc->model, model) == 0
374 VLANClientState *vc, **pvc; local
430 VLANClientState *vc; local
448 VLANClientState *vc; local
580 VLANClientState *vc; local
1153 VLANClientState *vc; member in struct:TAPState
1540 VLANClientState *vc; member in struct:VDEState
1607 VLANClientState *vc; member in struct:NetSocketState
2523 VLANClientState *vc; local
2567 VLANClientState *vc; local
2579 VLANClientState *vc = NULL; local
2612 VLANClientState *vc = vlan->first_client; local
    [all...]
net.c 304 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6])
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 != vc1 && strcmp(vc->model, model) == 0
341 VLANClientState *vc, **pvc; local
397 VLANClientState *vc; local
415 VLANClientState *vc; local
547 VLANClientState *vc; local
1025 VLANClientState *vc; member in struct:TAPState
1412 VLANClientState *vc; member in struct:VDEState
1479 VLANClientState *vc; member in struct:NetSocketState
2419 VLANClientState *vc; local
2463 VLANClientState *vc; local
2475 VLANClientState *vc = NULL; local
2508 VLANClientState *vc = vlan->first_client; local
    [all...]
net.h 62 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/bluetooth/bluez/audio/
telephony-ofono.c 108 struct voice_call *vc = l->data; local
110 if (g_str_equal(vc->obj_path, path))
111 return vc;
122 struct voice_call *vc = l->data; local
124 if (vc->status == status)
125 return vc;
246 static int answer_call(struct voice_call *vc)
248 DBG("%s", vc->number);
249 return send_method_call(OFONO_BUS_NAME, vc->obj_path,
254 static int release_call(struct voice_call *vc)
354 struct voice_call *vc; local
463 struct voice_call *vc = l->data; local
664 struct voice_call *vc = data; local
735 struct voice_call *vc; local
827 struct voice_call *vc; local
1271 struct voice_call *vc; local
    [all...]
  /external/valgrind/main/drd/tests/
annotate_trace_memory.stderr.exp 4 store 0x........ size 4 (thread x / vc ...)
7 store 0x........ size 4 (thread x / vc ...)
15 load 0x........ size 4 (thread x / vc ...)
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 36 Vector<Connection> vc = new Vector<Connection>(); field in class:StressTest
48 vc.clear();
91 // vc.clear();
113 maxConnections, vc.size());
134 assertEquals("Unable to create a connection", numTasks, vc.size());
166 for (int i = 0; i < vc.size(); ++i) {
169 Connection c = vc.elementAt(i);
207 assertEquals("Unable to create a connection", numConnections, vc.size());
252 vc.add(c);
263 for (; i < vc.size(); ++i)
    [all...]
  /external/skia/third_party/glu/libtess/
render.c 377 CachedVertex *vc; local
398 vc = v0 + 1;
399 xc = vc->coords[0] - v0->coords[0];
400 yc = vc->coords[1] - v0->coords[1];
401 zc = vc->coords[2] - v0->coords[2];
402 while( ++vc < vn ) {
404 xc = vc->coords[0] - v0->coords[0];
405 yc = vc->coords[1] - v0->coords[1];
406 zc = vc->coords[2] - v0->coords[2];
408 /* Compute (vp - v0) cross (vc - v0) *
448 CachedVertex *vc; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 13 # This file builds the OpenMAX DL vc domain library omxVC.o.
37 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 13 # This file builds the OpenMAX DL vc domain library omxVC.o.
37 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 13 # This file builds the OpenMAX DL vc domain library omxVC.o.
37 @headerlist = qw(api vc/api vc/m4p2/api vc/m4p10/api);
  /external/kernel-headers/original/linux/
console_struct.h 49 struct console_font vc_font; /* Current VC font set */
104 struct vc { struct
112 extern struct vc vc_cons [MAX_NR_CONSOLES];
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 198 AudioEffect vc = null; local
212 vc = new AudioEffect(
217 vc.setEnabled(true);
252 if (vc != null) {
253 vc.release();
270 AudioEffect vc = null; local
283 vc = new AudioEffect(
288 vc.setEnabled(true);
334 if (vc != null) {
335 vc.release()
    [all...]
MediaVisualizerTest.java 231 AudioEffect vc = null; local
244 vc = new AudioEffect(
249 vc.setEnabled(true);
296 if (vc != null) {
297 vc.release();
310 AudioEffect vc = null; local
323 vc = new AudioEffect(
328 vc.setEnabled(true);
428 if (vc != null) {
429 vc.release()
444 AudioEffect vc = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.cpp 259 struct v4l2_control vc; local
265 vc.id = V4L2_CID_HFLIP;
266 vc.value = flag_h_flip;
267 if (ioctl(fd, VIDIOC_S_CTRL, &vc) < 0) {
272 vc.id = V4L2_CID_VFLIP;
273 vc.value = flag_v_flip;
274 if (ioctl(fd, VIDIOC_S_CTRL, &vc) < 0) {
279 vc.id = V4L2_CID_ROTATION;
280 vc.value = rotation;
281 if (ioctl(fd, VIDIOC_S_CTRL, &vc) < 0)
773 struct v4l2_control vc; local
    [all...]

Completed in 554 milliseconds

1 2 3 4