Searched refs:ap1 (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | allocated.c | 17 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local 62 sz = sizeof(ap1); in thd_start() 63 mallctl("thread.allocatedp", (void *)&ap1, &sz, NULL, 0); in thd_start() 64 assert_u64_eq(*ap1, a1, in thd_start() 67 assert_ptr_eq(ap0, ap1, in thd_start()
|
| /third_party/uapp/dash/src/ |
| A D | options.c | 350 char **ap1, **ap2; in shiftcmd() local 359 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) { in shiftcmd() 361 ckfree(*ap1); in shiftcmd() 364 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()
|
Completed in 4 milliseconds