Searched refs:vc (Results 26 - 50 of 86) sorted by relevance

1234

/external/qemu/hw/net/
H A Dne2000.c145 VLANClientState *vc; member in struct:NE2000State
216 static int ne2000_can_receive(VLANClientState *vc) argument
218 NE2000State *s = vc->opaque;
227 static ssize_t ne2000_receive(VLANClientState *vc, const uint8_t *buf, size_t size_) argument
229 NE2000State *s = vc->opaque;
351 qemu_send_packet(s->vc, s->mem + index, s->tcnt);
725 static void isa_ne2000_cleanup(VLANClientState *vc) argument
727 NE2000State *s = vc->opaque;
762 s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
766 qemu_format_nic_info_str(s->vc,
799 ne2000_cleanup(VLANClientState *vc) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession_unittest.cc462 const ContentInfo* vc = offer->GetContentByName("video"); local
464 ASSERT_TRUE(vc == NULL);
486 const ContentInfo* vc = offer->GetContentByName("video"); local
488 ASSERT_TRUE(vc != NULL);
490 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
494 static_cast<const VideoContentDescription*>(vc->description);
642 const ContentInfo* vc = offer->GetContentByName("video"); local
644 ASSERT_TRUE(vc != NULL);
648 static_cast<const VideoContentDescription*>(vc->description);
704 const ContentInfo* vc local
730 const ContentInfo* vc = answer->GetContentByName("video"); local
763 const ContentInfo* vc = answer->GetContentByName("data"); local
941 const ContentInfo* vc = answer->GetContentByName("video"); local
966 const ContentInfo* vc = offer->GetContentByName("video"); local
1089 const ContentInfo* vc = answer->GetContentByName("video"); local
1123 ContentInfo* vc = offer->GetContentByName("video"); local
1164 const ContentInfo* vc = offer->GetContentByName("video"); local
1291 const ContentInfo* vc = offer->GetContentByName("video"); local
1333 const ContentInfo* vc = answer->GetContentByName("video"); local
1754 const ContentInfo* vc = copy->GetContentByName("video"); local
[all...]
/external/libvorbis/lib/
H A Dvorbisfile.c281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, argument
297 vorbis_comment_init(vc);
327 if((ret=vorbis_synthesis_headerin(vi,vc,&op))){
374 if((ret=vorbis_synthesis_headerin(vi,vc,&op)))
411 vorbis_comment_clear(vc);
509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc));
523 vorbis_comment vc; local
566 ret=_fetch_headers(vf,&vi,&vc,
[all...]
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h151 Packet4f vc = vec_ld(0, af); local
152 vc = vec_splat(vc, 0);
153 return vc;
159 Packet4i vc = vec_ld(0, ai); local
160 vc = vec_splat(vc, 0);
161 return vc;
/external/chromium_org/media/formats/mp2t/
H A Dmp2t_stream_parser_unittest.cc110 const VideoDecoderConfig& vc,
113 << ", video=" << vc.IsValidConfig();
117 EXPECT_TRUE(vc.IsValidConfig());
109 OnNewConfig(const AudioDecoderConfig& ac, const VideoDecoderConfig& vc, const StreamParser::TextTrackConfigMap& tc) argument
/external/tremolo/Tremolo/
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...]
H A Dcodec_internal.h222 extern int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,
H A Divorbisfile.h81 vorbis_comment vc; member in struct:OggVorbis_File
/external/bison/build-aux/
H A Dvc-list-files50 vc-list-files $scriptversion
/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser_unittest.cc71 const VideoDecoderConfig& vc,
74 << ", video=" << vc.IsValidConfig();
70 NewConfigF(const AudioDecoderConfig& ac, const VideoDecoderConfig& vc, const StreamParser::TextTrackConfigMap& tc) argument
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc509 __ b(vc, tlabel);
531 __ b(vc, &check);
539 __ b(vc, &check);
559 __ b(vc, &check);
567 __ b(vc, &check);
575 __ b(vc, &check);
583 __ b(vc, &check);
594 cc = vc;
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc535 __ B(vc, tlabel);
557 __ B(vc, &check);
565 __ B(vc, &check);
585 __ B(vc, &check);
593 __ B(vc, &check);
601 __ B(vc, &check);
609 __ B(vc, &check);
620 cc = vc;
/external/eigen/bench/
H A DbenchVecAdd.cpp66 VectorXf vc = Map<VectorXf>(c, size2); local
71 benchVec(va, vb, vc);
/external/flac/libFLAC/
H A Dmetadata_object.c1220 FLAC__StreamMetadata_VorbisComment *vc; local
1229 vc = &object->data.vorbis_comment;
1231 if(!FLAC__metadata_object_vorbiscomment_resize_comments(object, vc->num_comments+1))
1235 memmove(&vc->comments[comment_num+1], &vc->comments[comment_num], sizeof(FLAC__StreamMetadata_VorbisComment_Entry)*(vc->num_comments-1-comment_num));
1236 vc->comments[comment_num].length = 0;
1237 vc->comments[comment_num].entry = 0;
1291 FLAC__StreamMetadata_VorbisComment *vc; local
1297 vc
[all...]
/external/valgrind/main/drd/
H A Ddrd_barrier.c169 if (q->post_wait_sg && !DRD_(vc_lte)(&q->post_wait_sg->vc,
170 &latest_sg->vc))
482 DRD_(vc_combine)(DRD_(thread_get_vc)(tid), &r->sg->vc);
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 %ld (thread %d / vc %s)",
122 addr, size, DRD_(thread_get_running_tid)(), vc);
124 VG_(free)(vc);
H A Ddrd_hb.c220 DRD_(vc_combine)(DRD_(thread_get_vc)(tid), &q->sg->vc);
H A Ddrd_rwlock.c180 &q->latest_wrlocked_segment->vc);
183 &q->latest_rdlocked_segment->vc);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b.push([S,/^\s+/,r,xc]);c.push([yc,/^@[a-z_$][a-z_$@0-9]*/i,r,Ia],[zc,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,r],[S,/^[a-z_$][a-z_$@0-9]*/i,r],[yc,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,r,Ac],[Y,/^.[^\s\w\.$@\'\"\`\/\#]*/,r]);return K(b,c)}var ae=C({keywords:Bc,hashComments:o,cStyleComments:o,multiLineStrings:o,regexLiterals:o});function be(a){var b=a.source,c=a.f,d=a.c,
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h128 vorbis_comment *vc; member in struct:OggVorbis_File
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s53 b.vc L1
54 ; CHECK: b.vc L1 ; encoding: [0bAAA00111,A,A,0x54]
/external/bison/
H A Dmaint.mk63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this-vc-tag)
168 local-checks-available += no-vc-detected
169 no-vc-detected:
1273 vc-diff-check:
1274 $(AM_V_GEN)(unset CDPATH; cd $(srcdir) && $(VC) diff) > vc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1257 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
1258 ASSERT_TRUE(vc != NULL);
1260 static_cast<const VideoContentDescription*>(vc->description);
1308 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
1309 ASSERT_TRUE(vc != NULL);
1311 static_cast<const VideoContentDescription*>(vc->description);
2374 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); local
2375 ASSERT_TRUE(vc != NULL);
2377 static_cast<const VideoContentDescription*>(vc->description);
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h68 vc = 7 << 28, // V clear No overflow. enumerator in enum:v8::internal::Condition
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp17 template<typename T> extern CONST T vc;

Completed in 671 milliseconds

1234