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

123

/external/clang/test/SemaCXX/
H A Dreinterpret-fn-obj-pedantic.cpp7 void *vp = reinterpret_cast<void*>(fp); // expected-warning {{reinterpret_cast between pointer-to-function and pointer-to-object is an extension}} local
8 (void)reinterpret_cast<fnptr>(vp); // expected-warning {{reinterpret_cast between pointer-to-function and pointer-to-object is an extension}}
H A Daddress-space-conversion.cpp50 void test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, argument
67 (void)static_cast<A_ptr>(vp);
96 (void)static_cast<A_ptr_1>(vp); // expected-error{{casts away qualifiers}}
98 (void)static_cast<A_ptr_2>(vp); // expected-error{{casts away qualifiers}}
131 void test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, argument
141 (void)reinterpret_cast<A_ptr>(vp);
149 (void)reinterpret_cast<A_ptr_1>(vp);
157 void test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, argument
167 (void)(A_ptr)(vp);
175 (void)(A_ptr_1)(vp);
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
H A Daltivec.cpp12 vector pixel vp; local
27 int res8[vec_step(vp) == 8 ? 1 : -1];
H A Dcstyle-cast.cpp174 void *vp = (void*)(testval); local
175 long l = (long)(vp);
208 void *vp = (void*)(fp); local
209 (void)(fnptr)(vp);
H A Dreinterpret-cast.cpp24 void *vp = reinterpret_cast<void*>(testval); local
25 intptr_t i = reinterpret_cast<intptr_t>(vp);
64 void *vp = reinterpret_cast<void*>(fp); local
65 (void)reinterpret_cast<fnptr>(vp);
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp6 void test_f0(int* ip, void *vp) { argument
11 float &fr = f0(vp, 0);
/external/mksh/src/
H A Dvar.c93 struct tbl *vp, **vpp = l->vars.tbls, *vq; local
98 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
99 if ((vq = global(vp->name))->flag & ISSET)
157 struct tbl *vp; local
165 vp = ktsearch(&l->vars, vn, h);
166 } while (!vp && (l = l->next));
168 if (vp && (vp->flag & (DEFINED|ASSOC|ARRAY)) ==
173 cp = shf_smprintf("%s%s", str_val(vp),
204 struct tbl *vp; local
285 struct tbl *vp; local
325 str_val(struct tbl *vp) argument
388 intval(struct tbl *vp) argument
450 struct tbl *vp = &vtemp; local
465 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) argument
548 setint_v(struct tbl *vq, struct tbl *vp, bool arith) argument
569 formatstr(struct tbl *vp, const char *s) argument
648 exportprep(struct tbl *vp, const char *val) argument
674 struct tbl *vp; local
851 unset(struct tbl *vp, int flags) argument
954 struct tbl *vp, **vpp; local
1026 change_random(const void *vp, size_t n) argument
1095 getspec(struct tbl *vp) argument
1154 setspec(struct tbl *vp) argument
1257 unsetspec(struct tbl *vp) argument
1299 arraysearch(struct tbl *vp, uint32_t val) argument
1379 struct tbl *vp, *vq; local
[all...]
H A Dexpr.c188 * parse and evaluate expression, storing result in vp.
191 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, argument
233 vp->flag |= INT_U;
234 if (vp->flag & INTEGER)
235 setint_v(vp, v, es->arith);
238 setstr(vp, str_val(v), error_ok);
623 struct tbl *vp; local
625 vp = alloc(sizeof(struct tbl), ATEMP);
626 vp->flag = ISSET|INTEGER;
627 vp
637 intvar(Expr_state *es, struct tbl *vp) argument
[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) {
H A Dsendserver.c33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) argument
44 while (vp != (VALUE_PAIR *) NULL)
47 if (vp->vendorcode != VENDOR_NONE) {
55 *buf++ = (((unsigned int) vp->vendorcode) >> 16) & 255;
56 *buf++ = (((unsigned int) vp->vendorcode) >> 8) & 255;
57 *buf++ = ((unsigned int) vp->vendorcode) & 255;
60 *buf++ = vp->attribute;
63 switch(vp->type) {
65 length = vp->lvalue;
68 memcpy(buf, vp
214 VALUE_PAIR *vp; local
[all...]
H A Dradius.c84 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info,
94 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info,
96 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info);
124 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */
187 /* Append to a list of vp's for later parsing */
290 /* Add user specified vp's */
466 /* Add user specified vp's */
534 * vp -- received value-pairs
542 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, argument
556 (*radius_attributes_hook)(vp);
729 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, unsigned char *challenge) argument
783 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info) argument
[all...]
/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/clang/test/Sema/
H A Dconditional-expr.c12 void *vp; local
14 dp = vp;
15 vp = dp;
19 vp = 0 ? (double *)0 : (void *)0;
23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}}
24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}}
H A Dblock-misc.c166 void *vp = bp;
168 f(1 ? bp : vp);
169 f(1 ? vp : bp);
174 (void)(bp > vp); // expected-error {{invalid operands}}
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp60 void test_spec(X0<void*> xvp, void *vp) { argument
61 xvp.f1(vp);
90 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { argument
91 xvp.ft1(vp, cvp);
H A Dp2-0x.cpp96 void test_spec(N0::X0<void*> xvp, void *vp) { argument
97 xvp.f1(vp);
234 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
236 xvp.ft1(vp, cvp);
237 xvp.ft1(vp, i);
238 xvp.ft1(vp, u);
H A Dp2.cpp96 void test_spec(N0::X0<void*> xvp, void *vp) { argument
97 xvp.f1(vp);
234 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
236 xvp.ft1(vp, cvp);
237 xvp.ft1(vp, i);
238 xvp.ft1(vp, u);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js233 var vp = this.viewport_;
240 var wX = vp.xViewToWorld(this.lastMouseViewPos_.x);
244 vp.xPanWorldPosToViewPos(wX, 'center', viewWidth);
248 curCenterW = vp.xViewToWorld(curMouseV);
249 vp.scaleX = vp.scaleX * 1.5;
250 vp.xPanWorldPosToViewPos(curCenterW, curMouseV, viewWidth);
254 curCenterW = vp.xViewToWorld(curMouseV);
255 vp.scaleX = vp
[all...]
/external/clang/test/CodeGen/
H A Dconditional.c24 void* vp; local
25 cip = 0 ? vp : cip;
/external/skia/gpu/src/
H A DGrGLTexture.cpp127 GrGLIRect vp; local
128 vp.fLeft = 0;
129 vp.fWidth = textureDesc.fContentWidth;
130 vp.fHeight = textureDesc.fContentHeight;
131 vp.fBottom = textureDesc.fAllocHeight - textureDesc.fContentHeight;
136 vp, this);
/external/stlport/stlport/stl/
H A D_hash_fun.h134 __vp vp; local
135 vp.p = __x;
136 return vp.s;
/external/kernel-headers/original/linux/sunrpc/
H A Dsvc.h83 u32 val, *vp; local
84 vp = iov->iov_base;
85 val = *vp++;
86 iov->iov_base = (void*)vp;
93 u32 *vp = (u32 *)iov->iov_base; local
94 iov->iov_base = (void *)(vp - 1);
95 iov->iov_len += sizeof(*vp);
100 u32 *vp = iov->iov_base + iov->iov_len; local
101 *vp = val;
/external/dbus/dbus/
H A Ddbus-marshal-basic.c391 const DBusBasicValue *vp; local
393 vp = value;
398 _dbus_string_set_byte (str, pos, vp->byt);
408 set_2_octets (str, pos, vp->u16, byte_order);
420 set_4_octets (str, pos, vp->u32, byte_order);
431 set_8_octets (str, pos, *vp, byte_order);
441 _dbus_assert (vp->str != NULL);
442 return set_string (str, pos, vp->str, byte_order,
446 _dbus_assert (vp->str != NULL);
447 return set_signature (str, pos, vp
526 volatile unsigned char *vp = value; local
534 volatile dbus_uint16_t *vp = value; local
547 volatile dbus_uint32_t *vp = value; local
559 volatile dbus_uint64_t *vp = value; local
577 volatile char **vp = value; local
589 volatile char **vp = value; local
819 const DBusBasicValue *vp; local
1050 const void* vp = *(const DBusBasicValue**)value; local
[all...]

Completed in 4126 milliseconds

123