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

1234567891011>>

/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/chromium_org/third_party/mesa/src/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/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/chromium-trace/trace-viewer/src/ui/
H A Dquad_view_viewport_test.js18 var vp = new QuadViewViewport(bbox.asRect(), 0.125, 0, 2);
20 assertEquals(500, vp.worldWidthInDevicePixels_);
21 assertEquals(250, vp.worldHeightInDevicePixels_);
23 assertEquals(250, vp.layoutRect_.width);
24 assertEquals(125, vp.layoutRect_.height);
27 var tmp = vp.layoutPixelsToWorldPixels(vec2.createXY(0, 0));
32 var tmp = vp.layoutPixelsToWorldPixels(vec2.createXY(125, 62.5));
37 var tmp = vp.layoutPixelsToWorldPixels(vec2.createXY(250, 125));
41 assertRectEquals(bbox.asRect(), vp.unpaddedWorldRect);
49 var vp
[all...]
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp37 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 < v
[all...]
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp37 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 < v
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.c45 yasm_valparam *vp; local
55 vp = yasm_vps_first(valparams);
57 vp->type != YASM_PARAM_ID) {
101 yasm_vp_expr(const yasm_valparam *vp, yasm_symtab *symtab, unsigned long line) argument
103 if (!vp)
105 switch (vp->type) {
108 yasm_symtab_use(symtab, yasm_vp_id(vp), line)), line);
110 return yasm_expr_copy(vp->param.e);
117 yasm_vp_string(const yasm_valparam *vp) argument
119 if (!vp)
132 yasm_vp_id(const yasm_valparam *vp) argument
175 const yasm_valparam *vp; local
220 yasm_dir_helper(void *obj, yasm_valparam *vp_first, unsigned long line, const yasm_dir_help *help, size_t nhelp, void *data, int (*helper_valparam) (void *obj, yasm_valparam *vp, unsigned long line, void *data)) argument
225 yasm_valparam *vp = vp_first; local
278 yasm_dir_helper_flag_or(void *obj, yasm_valparam *vp, unsigned long line, void *d, uintptr_t flag) argument
287 yasm_dir_helper_flag_and(void *obj, yasm_valparam *vp, unsigned long line, void *d, uintptr_t flag) argument
296 yasm_dir_helper_flag_set(void *obj, yasm_valparam *vp, unsigned long line, void *d, uintptr_t flag) argument
305 yasm_dir_helper_expr(void *obj, yasm_valparam *vp, unsigned long line, void *data, uintptr_t arg) argument
322 yasm_dir_helper_intn(void *obj, yasm_valparam *vp, unsigned long line, void *data, uintptr_t arg) argument
347 yasm_dir_helper_string(void *obj, yasm_valparam *vp, unsigned long line, void *data, uintptr_t arg) argument
366 yasm_dir_helper_valparam_warn(void *obj, yasm_valparam *vp, unsigned long line, void *data) argument
[all...]
H A Dvalparam.h139 * \param vp valparam
142 * \return Expression, or NULL if vp is NULL or the parameter cannot be
147 (const yasm_valparam *vp, yasm_symtab *symtab, unsigned long line);
151 * \param vp valparam
152 * \return String, or NULL if vp is NULL or the parameter cannot be realized
156 /*@null@*/ /*@dependent@*/ const char *yasm_vp_string(const yasm_valparam *vp);
159 * \param vp valparam
160 * \return Identifier (string), or NULL if vp is NULL or the parameter is not
164 /*@null@*/ /*@dependent@*/ const char *yasm_vp_id(const yasm_valparam *vp);
196 * \param vp valpara
[all...]
/external/mksh/src/
H A Dvar.c94 struct tbl *vp, **vpp = l->vars.tbls, *vq; local
101 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
102 if ((vq = global(vp->name))->flag & ISSET)
150 register struct tbl *vp; local
154 if ((vp = ktsearch(&l->vars, vn, h)) != NULL)
161 vp = NULL;
163 *vpp = vp;
184 struct tbl *vp; local
189 varsearch(e->loc, &vp, v
228 struct tbl *vp; local
302 struct tbl *vp; local
344 str_val(struct tbl *vp) argument
468 struct tbl *vp = &vtemp; local
483 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) argument
561 setint_v(struct tbl *vq, struct tbl *vp, bool arith) argument
593 formatstr(struct tbl *vp, const char *s) argument
676 exportprep(struct tbl *vp, const char *val) argument
708 struct tbl *vp; local
980 unset(struct tbl *vp, int flags) argument
1088 struct tbl *vp, **vpp; local
1151 getspec(struct tbl *vp) argument
1227 setspec(struct tbl *vp) argument
1343 unsetspec(struct tbl *vp) argument
1387 arraysearch(struct tbl *vp, uint32_t val) argument
1472 struct tbl *vp, *vq; local
[all...]
/external/chromium_org/third_party/mesa/src/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...]
/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...]
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp67 if (vp.IsSetting())
69 if (vp.GetType() == VT_string)
70 vp >> wChange;
74 vp << wChange;
81 if (!vp.IsGetting())return FALSE;
88 vp << pEvent->ChangeEx();
94 if (!vp.IsGetting())return FALSE;
101 vp << pEvent->CommitKey();
112 if (!vp.IsGetting() && wcscmp((const wchar_t*)pEvent->Name(),L"Keystroke") != 0)
116 vp << TRU
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c22 VALUE_PAIR **vp);
37 VALUE_PAIR *vp; local
39 vp = rc_avpair_new (attrid, pval, len, vendorcode);
41 if (vp != (VALUE_PAIR *) NULL)
43 rc_avpair_insert (list, (VALUE_PAIR *) NULL, vp);
46 return vp;
60 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) argument
64 switch (vp->type)
75 memcpy(vp->strvalue, (char *)pval, len);
76 vp
112 VALUE_PAIR *vp = (VALUE_PAIR *) NULL; local
162 VALUE_PAIR *vp; local
261 rc_extract_vendor_specific_attributes(int attrlen, unsigned char *ptr, VALUE_PAIR **vp) argument
352 rc_avpair_get(VALUE_PAIR *vp, UINT4 attr) argument
369 VALUE_PAIR *vp, *fp = NULL, *lp = NULL; local
402 VALUE_PAIR *vp; local
775 VALUE_PAIR *vp = NULL; local
[all...]
H A Dradattr.c59 * vp -- linked-list of RADIUS attribute-value pairs
67 print_attributes(VALUE_PAIR *vp) argument
82 for (; vp; vp=vp->next) {
83 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h51 buffer_.vp = buffer;
55 buffer_.vp = NULL;
64 return buffer_.vp;
69 void* vp; member in union:sandbox::IPCInt::U
/external/clang/test/Parser/
H A Dpointer_promotion.c4 void *vp; local
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1inst.cpp14 void test_f(X0<float, int> xfi, X0<void, int> xvi, float *fp, void *vp, int i) { argument
16 xvi.f(vp, i); // expected-note{{instantiation}}
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c103 static GLboolean r200VertexProgUpdateParams(struct gl_context *ctx, struct r200_vertex_program *vp) argument
108 struct gl_vertex_program *mesa_vp = &vp->mesa_program;
127 //fprintf(stderr, "%s", vp->Parameters->Parameters[pi].Name);
239 static void vp_dump_inputs(struct r200_vertex_program *vp, char *caller)
243 if(vp == NULL){
244 fprintf(stderr, "vp null in call to %s from %s\n", __FUNCTION__, caller);
250 fprintf(stderr, "%d ", vp->inputs[i]);
256 static unsigned long t_src_index(struct r200_vertex_program *vp, struct prog_src_register *src) argument
263 /* if(vp->inputs[src->Index] != -1)
264 return vp
284 t_src(struct r200_vertex_program *vp, struct prog_src_register *src) argument
296 t_src_scalar(struct r200_vertex_program *vp, struct prog_src_register *src) argument
399 r200_translate_vertex_program(struct gl_context *ctx, struct r200_vertex_program *vp) argument
1119 struct r200_vertex_program *vp = (struct r200_vertex_program *)ctx->VertexProgram.Current; local
1214 struct r200_vertex_program *vp; local
1239 struct r200_vertex_program *vp = (void *)prog; local
1264 struct r200_vertex_program *vp = (void *)prog; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c103 static GLboolean r200VertexProgUpdateParams(struct gl_context *ctx, struct r200_vertex_program *vp) argument
108 struct gl_vertex_program *mesa_vp = &vp->mesa_program;
127 //fprintf(stderr, "%s", vp->Parameters->Parameters[pi].Name);
239 static void vp_dump_inputs(struct r200_vertex_program *vp, char *caller)
243 if(vp == NULL){
244 fprintf(stderr, "vp null in call to %s from %s\n", __FUNCTION__, caller);
250 fprintf(stderr, "%d ", vp->inputs[i]);
256 static unsigned long t_src_index(struct r200_vertex_program *vp, struct prog_src_register *src) argument
263 /* if(vp->inputs[src->Index] != -1)
264 return vp
284 t_src(struct r200_vertex_program *vp, struct prog_src_register *src) argument
296 t_src_scalar(struct r200_vertex_program *vp, struct prog_src_register *src) argument
399 r200_translate_vertex_program(struct gl_context *ctx, struct r200_vertex_program *vp) argument
1119 struct r200_vertex_program *vp = (struct r200_vertex_program *)ctx->VertexProgram.Current; local
1214 struct r200_vertex_program *vp; local
1239 struct r200_vertex_program *vp = (void *)prog; local
1264 struct r200_vertex_program *vp = (void *)prog; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_debug.c87 for (i = 0; i < st->vp->state.num_inputs; i++) {
88 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
92 if (st->vp->variants)
93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
94 if (st->vp->Base.Base.Parameters)
95 _mesa_print_parameter_list(st->vp->Base.Base.Parameters);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp28 GrGLIRect vp; local
29 vp.fLeft = 0;
30 vp.fWidth = textureDesc.fWidth;
31 vp.fBottom = 0;
32 vp.fHeight = textureDesc.fHeight;
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_debug.c87 for (i = 0; i < st->vp->state.num_inputs; i++) {
88 printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
92 if (st->vp->variants)
93 tgsi_dump( st->vp->variants[0].tgsi.tokens, 0 );
94 if (st->vp->Base.Base.Parameters)
95 _mesa_print_parameter_list(st->vp->Base.Base.Parameters);
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp28 GrGLIRect vp; local
29 vp.fLeft = 0;
30 vp.fWidth = textureDesc.fWidth;
31 vp.fBottom = 0;
32 vp.fHeight = textureDesc.fHeight;
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp91 D3D10_VIEWPORT vp; local
92 memset(&vp, 0, sizeof(vp));
93 vp.Width = (unsigned)width;
94 vp.Height = (unsigned)height;
95 vp.MaxDepth = 1.0f;
98 ctx->RSSetViewports(1, &vp);

Completed in 857 milliseconds

1234567891011>>