Searched refs:vp (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/clang/test/SemaCXX/
H A Dreinterpret-fn-obj-pedantic.cpp7 void *vp = reinterpret_cast<void*>(fp); // expected-warning {{cast between pointer-to-function and pointer-to-object is an extension}} local
8 (void)reinterpret_cast<fnptr>(vp); // expected-warning {{cast between pointer-to-function and pointer-to-object is an extension}}
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_vertprog.c35 nv30_vertprog_destroy(struct nv30_vertprog *vp) argument
37 util_dynarray_fini(&vp->branch_relocs);
38 nouveau_heap_free(&vp->exec);
39 FREE(vp->insns);
40 vp->insns = NULL;
41 vp->nr_insns = 0;
43 util_dynarray_fini(&vp->const_relocs);
44 nouveau_heap_free(&vp->data);
45 FREE(vp->consts);
46 vp
57 struct nv30_vertprog *vp = nv30->vertprog.program; local
223 struct nv30_vertprog *vp = CALLOC_STRUCT(nv30_vertprog); local
235 struct nv30_vertprog *vp = hwcso; local
[all...]
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp7 void test_f0(int* ip, void *vp) { argument
12 float &fr = f0(vp, 0);
/external/fec/
H A Dviterbi27_sse.c28 struct v27 *vp; local
35 if((vp = malloc(sizeof(struct v27))) == NULL)
37 if((vp->decisions = malloc((len+6)*sizeof(decision_t))) == NULL){
38 free(vp);
41 init_viterbi27(vp,0);
42 return vp;
57 struct v27 *vp = p; local
63 vp->metrics1.c[i] = 63;
65 vp->old_metrics = &vp
78 struct v27 *vp = p; local
107 struct v27 *vp = p; local
[all...]
H A Dviterbi29_sse.c30 struct v29 *vp; local
37 if((vp = (struct v29 *)malloc(sizeof(struct v29))) == NULL)
39 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
40 free(vp);
43 init_viterbi29(vp,0);
44 return vp;
59 struct v29 *vp = p; local
65 vp->metrics1.w[i] = 200;
67 vp->old_metrics = &vp
80 struct v29 *vp = p; local
108 struct v29 *vp = p; local
[all...]
H A Dviterbi29_sse2.c30 struct v29 *vp = p; local
34 vp->metrics1.c[i] = 63;
36 vp->old_metrics = &vp->metrics1;
37 vp->new_metrics = &vp->metrics2;
38 vp->dp = vp->decisions;
39 vp->old_metrics->c[starting_state & 255] = 0; /* Bias known start state */
57 struct v29 *vp; local
84 struct v29 *vp = p; local
113 struct v29 *vp = p; local
[all...]
H A Dviterbi615_port.c28 struct v615 *vp; local
34 if((vp = (struct v615 *)malloc(sizeof(struct v615))) == NULL)
36 if((vp->decisions = malloc((len+14)*sizeof(decision_t))) == NULL){
37 free(vp);
40 init_viterbi615(vp,0);
41 return vp;
57 struct v615 *vp = p; local
63 vp->metrics1.w[i] = 1000;
65 vp->old_metrics = &vp
78 struct v615 *vp = p; local
103 struct v615 *vp = p; local
133 struct v615 *vp = p; local
[all...]
H A Dviterbi27_av.c28 struct v27 *vp = p; local
34 vp->metrics1.v[i] = (vector unsigned char)(63);
35 vp->old_metrics = &vp->metrics1;
36 vp->new_metrics = &vp->metrics2;
37 vp->dp = vp->decisions;
38 vp->old_metrics->c[starting_state & 63] = 0; /* Bias known start state */
54 struct v27 *vp; local
76 struct v27 *vp = p; local
104 struct v27 *vp = p; local
114 struct v27 *vp = p; local
[all...]
H A Dviterbi27_port.c30 struct v27 *vp = p; local
36 vp->metrics1.w[i] = 63;
38 vp->old_metrics = &vp->metrics1;
39 vp->new_metrics = &vp->metrics2;
40 vp->dp = vp->decisions;
41 vp->old_metrics->w[starting_state & 63] = 0; /* Bias known start state */
57 struct v27 *vp; local
80 struct v27 *vp = p; local
108 struct v27 *vp = p; local
137 struct v27 *vp = p; local
[all...]
H A Dviterbi29_port.c27 struct v29 *vp = p; local
33 vp->metrics1.w[i] = 63;
35 vp->old_metrics = &vp->metrics1;
36 vp->new_metrics = &vp->metrics2;
37 vp->dp = vp->decisions;
38 vp->old_metrics->w[starting_state & 255] = 0; /* Bias known start state */
55 struct v29 *vp; local
80 struct v29 *vp = p; local
109 struct v29 *vp = p; local
139 struct v29 *vp = p; local
[all...]
H A Dviterbi39_port.c27 struct v39 *vp = p; local
33 vp->metrics1.w[i] = 63;
35 vp->old_metrics = &vp->metrics1;
36 vp->new_metrics = &vp->metrics2;
37 vp->dp = vp->decisions;
38 vp->old_metrics->w[starting_state & 255] = 0; /* Bias known start state */
55 struct v39 *vp; local
80 struct v39 *vp = p; local
109 struct v39 *vp = p; local
140 struct v39 *vp = p; local
[all...]
H A Dviterbi27_mmx.c30 struct v27 *vp = (struct v27 *)p; local
36 vp->metrics1.c[i] = 63;
38 vp->old_metrics = &vp->metrics1;
39 vp->new_metrics = &vp->metrics2;
40 vp->dp = vp->decisions;
41 vp->old_metrics->c[starting_state & 63] = 0; /* Bias known start state */
66 struct v27 *vp; local
90 struct v27 *vp = (struct v27 *)p; local
109 struct v27 *vp = p; local
[all...]
H A Dviterbi29_mmx.c31 struct v29 *vp; local
38 if((vp = (struct v29 *)malloc(sizeof(struct v29))) == NULL)
41 if((vp->decisions = (decision_t *)malloc((len+8)*sizeof(decision_t))) == NULL){
42 free(vp);
45 init_viterbi29(vp,0);
46 return vp;
70 struct v29 *vp = p; local
76 vp->metrics1.c[i] = 63;
78 vp->old_metrics = &vp
92 struct v29 *vp = (struct v29 *)p; local
112 struct v29 *vp = p; local
[all...]
H A Dviterbi39_av.c29 struct v39 *vp = p; local
33 vp->metrics1.v[i] = (vector unsigned short)(1000);
35 vp->old_metrics = &vp->metrics1;
36 vp->new_metrics = &vp->metrics2;
37 vp->dp = vp->decisions;
38 vp->old_metrics->s[starting_state & 255] = 0; /* Bias known start state */
55 struct v39 *vp; local
74 struct v39 *vp = p; local
102 struct v39 *vp = p; local
111 struct v39 *vp = p; local
[all...]
H A Dviterbi29_av.c28 struct v29 *vp = p; local
34 vp->metrics1.v[i] = (vector unsigned char)(63);
36 vp->old_metrics = &vp->metrics1;
37 vp->new_metrics = &vp->metrics2;
38 vp->dp = vp->decisions;
39 vp->old_metrics->c[starting_state & 255] = 0; /* Bias known start state */
55 struct v29 *vp; local
77 struct v29 *vp = p; local
105 struct v29 *vp = p; local
115 struct v29 *vp = p; local
[all...]
H A Dviterbi39_sse.c29 struct v39 *vp = p; local
35 vp->metrics1.s[i] = (SHRT_MIN+1000);
37 vp->old_metrics = &vp->metrics1;
38 vp->new_metrics = &vp->metrics2;
39 vp->dp = vp->decisions;
40 vp->old_metrics->s[starting_state & 255] = SHRT_MIN; /* Bias known start state */
46 struct v39 *vp; local
81 struct v39 *vp = p; local
110 struct v39 *vp = p; local
120 struct v39 *vp = p; local
[all...]
H A Dviterbi39_sse2.c29 struct v39 *vp = p; local
33 vp->metrics1.s[i] = (SHRT_MIN+1000);
35 vp->old_metrics = &vp->metrics1;
36 vp->new_metrics = &vp->metrics2;
37 vp->dp = vp->decisions;
38 vp->old_metrics->s[starting_state & 255] = SHRT_MIN; /* Bias known start state */
45 struct v39 *vp; local
83 struct v39 *vp = p; local
108 struct v39 *vp = p; local
118 struct v39 *vp = p; local
[all...]
H A Dviterbi615_sse.c29 struct v615 *vp = p; local
35 vp->metrics1.s[i] = (SHRT_MIN+5000);
37 vp->old_metrics = &vp->metrics1;
38 vp->new_metrics = &vp->metrics2;
39 vp->dp = vp->decisions;
40 vp->old_metrics->s[starting_state & 16383] = SHRT_MIN; /* Bias known start state */
46 struct v615 *vp; local
81 struct v615 *vp = p; local
107 struct v615 *vp = p; local
117 struct v615 *vp = p; local
[all...]
H A Dviterbi615_sse2.c29 struct v615 *vp = p; local
35 vp->metrics1.s[i] = (SHRT_MIN+5000);
37 vp->old_metrics = &vp->metrics1;
38 vp->new_metrics = &vp->metrics2;
39 vp->dp = vp->decisions;
40 vp->old_metrics->s[starting_state & 16383] = SHRT_MIN; /* Bias known start state */
47 struct v615 *vp; local
85 struct v615 *vp = p; local
107 struct v615 *vp = p; local
117 struct v615 *vp = p; local
[all...]
H A Dviterbi39_mmx.c28 struct v39 *vp = p; local
34 vp->metrics1.s[i] = 1000;
36 vp->old_metrics = &vp->metrics1;
37 vp->new_metrics = &vp->metrics2;
38 vp->dp = vp->decisions;
39 vp->old_metrics->s[starting_state & 255] = 0; /* Bias known start state */
56 struct v39 *vp; local
80 struct v39 *vp = p; local
110 struct v39 *vp = p; local
120 struct v39 *vp = p; local
[all...]
/external/pdfium/fpdfsdk/javascript/
H A Devent.cpp50 CJS_PropValue& vp,
55 if (vp.IsSetting()) {
56 if (vp.GetJSValue()->GetType() == CJS_Value::VT_string)
57 vp >> wChange;
60 vp << wChange;
65 CJS_PropValue& vp,
67 if (!vp.IsGetting())
73 vp << pEvent->ChangeEx();
78 CJS_PropValue& vp,
80 if (!vp
49 change(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
64 changeEx(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
77 commitKey(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
90 fieldFull(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
104 keyDown(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
117 modifier(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
130 name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
143 rc(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
158 richChange(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
164 richChangeEx(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
170 richValue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
176 selEnd(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
194 selStart(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
212 shift(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
225 source(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
238 target(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
251 targetName(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
264 type(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
277 value(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
298 willCommit(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
[all...]
H A DIcon.cpp29 CJS_PropValue& vp,
31 if (!vp.IsGetting())
34 vp << m_swIconName;
28 name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp40 typename std::allocator_traits<Alloc>::pointer vp; local
43 ((void)vp); // Prevent unused warning
46 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
47 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
48 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
49 static_assert(std::is_same<bool, decltype( vp >= vp)>
[all...]
/external/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp39 typename std::allocator_traits<Alloc>::pointer vp; local
42 ((void)vp); // Prevent unused warning
45 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
46 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
47 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
48 static_assert(std::is_same<bool, decltype( vp >= vp)>
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_viewport_state.c39 struct gen7_sf_clip_viewport *vp; local
41 vp = brw_state_batch(brw, AUB_TRACE_SF_VP_STATE,
42 sizeof(*vp), 64, &brw->sf.vp_offset);
47 vp->guardband.xmin = -1.0;
48 vp->guardband.xmax = 1.0;
49 vp->guardband.ymin = -1.0;
50 vp->guardband.ymax = 1.0;
62 vp->viewport.m00 = v[MAT_SX];
63 vp->viewport.m11 = v[MAT_SY] * y_scale;
64 vp
[all...]

Completed in 485 milliseconds

12345678910