Searched defs:p2 (Results 1 - 8 of 8) sorted by relevance

/system/core/libacc/tests/data/
H A DaddressOf.c23 int* p2 = a; local
24 printf("testArray: %d %d %d\n", a[0], *p, *p2);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dbmtrace.c54 unsigned long p2; /* Parameter 2 */ member in struct:__anon1077
100 len += sprintf(page+len, "loc delta ts p1 p2\n");
117 bme->p1, bme->p2);
169 void bm_trace(int loc, unsigned long p1, unsigned long p2) argument
181 bm_control->entry[pos].p2 = p2;
H A Desta_drv.c911 tmp_req.u.req.p2 = 0x4321;
918 if ((tmp_req.u.req.p1 != 0x1234) || (tmp_req.u.req.p2 != 0x4321) || (tmp_req.u.req.p3 != 0x1221) || (tmp_req.u.req.p4 != 0x4334) || (tmp_req.u.req.reply_expected != 0x50))
1107 contains p1, p2, p3, p4.
1115 unsigned long p2,
1130 req.u.req.p2 = p2;
1112 tiwlan_send_wait_reply(tiwlan_net_dev_t *drv, int (*f)(tiwlan_req_t *req), unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) argument
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A Dtracebuf.c47 unsigned long p2; /* Parameter 2 */ member in struct:__anon1568
112 tb_control->entry[tb_control->pos].p2 = 0xffffffff;
133 int tb_trace(int loc, unsigned long p1, unsigned long p2) argument
144 tb_control->entry[pos].p2 = p2;
168 (int)tb_control->entry[pos].p2));
233 Size = (int)tb_control->entry[j].p2;
243 if (tb_control->entry[k].p2 != -Size)
246 tb_control->entry[k].loc, tb_control->entry[k].p1, (long)tb_control->entry[k].p2, Size);
248 Frees += tb_control->entry[k].p2;
[all...]
/system/core/init/
H A Dbootchart.c275 const char* p2; local
278 p2 = strchr(p1, ')');
281 file_buff_write(log, p2, strlen(p2));
/system/core/adb/
H A Dsysdeps.h226 char* p2 = strchr(path, '\\'); local
229 p = p2;
230 else if ( p2 && p2 > p )
231 p = p2;
239 char* p2 = strrchr(path, '\\'); local
242 p = p2;
243 else if ( p2 && p2 > p )
244 p = p2;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h192 unsigned long p2; member in struct:tiwlan_req::__anon1061::__anon1062
206 /* Timer handler function parameter ->p2 */
314 contains p1, p2, p3, p4.
322 unsigned long p2,
/system/core/libpixelflinger/
H A Dtrap.cpp666 const GGLcoord* p2,
671 const GGLfixed* bot = p2;
856 const GGLcoord* p2,
861 const GGLfixed* bot = p2;
662 edge_setup( Edge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument
852 aa_edge_setup( AAEdge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument

Completed in 567 milliseconds