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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
reinterpret-fn-obj-pedantic.cpp 7 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/
nv30_vertprog.c 35 nv30_vertprog_destroy(struct nv30_vertprog *vp)
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->consts = NULL
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/
p1.cpp 7 void test_f0(int* ip, void *vp) {
12 float &fr = f0(vp, 0);
  /external/fec/
viterbi27_sse.c 28 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->metrics1
78 struct v27 *vp = p; local
107 struct v27 *vp = p; local
    [all...]
viterbi29_sse.c 30 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->metrics1
80 struct v29 *vp = p; local
108 struct v29 *vp = p; local
    [all...]
viterbi29_sse2.c 30 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...]
viterbi615_port.c 28 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->metrics1
78 struct v615 *vp = p; local
103 struct v615 *vp = p; local
133 struct v615 *vp = p; local
    [all...]
viterbi27_av.c 28 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...]
viterbi27_port.c 30 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...]
viterbi29_port.c 27 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...]
viterbi39_port.c 27 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...]
viterbi27_mmx.c 30 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...]
viterbi29_mmx.c 31 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->metrics1
92 struct v29 *vp = (struct v29 *)p; local
112 struct v29 *vp = p; local
    [all...]
viterbi39_av.c 29 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...]
viterbi29_av.c 28 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...]
viterbi39_sse.c 29 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...]
viterbi39_sse2.c 29 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...]
  /external/pdfium/fpdfsdk/javascript/
event.cpp 50 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.IsGetting()
    [all...]
event.h 18 bool change(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
20 CJS_PropValue& vp,
23 CJS_PropValue& vp,
26 CJS_PropValue& vp,
29 CJS_PropValue& vp,
32 CJS_PropValue& vp,
34 bool name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
35 bool rc(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
37 CJS_PropValue& vp,
40 CJS_PropValue& vp,
    [all...]
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 40 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)>::value, "")
    [all...]
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 39 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)>::value, "")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 38 typename std::allocator_traits<Alloc>::pointer vp; local
41 ((void)vp); // Prevent unused warning
44 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
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, "")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 ((void)vp); // Prevent unused warning
43 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
45 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
46 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "")
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>