| /src/external/bsd/jemalloc/dist/test/integration/ |
| allocated.c | 16 uint64_t *ap0, *ap1, *dp0, *dp1; local 27 sz = sizeof(ap0); 28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { 35 expect_u64_eq(*ap0, a0, 70 expect_ptr_eq(ap0, ap1,
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| allocated.c | 16 uint64_t *ap0, *ap1, *dp0, *dp1; local 27 sz = sizeof(ap0); 28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { 35 assert_u64_eq(*ap0, a0, 70 assert_ptr_eq(ap0, ap1,
|
| /src/sys/arch/newsmips/apbus/ |
| if_sn.c | 703 ushort ap2, ap1, ap0; local 708 ap0 = NIC_GET(sc, SNR_CAP0); 709 printf("%d: ap2=0x%x ap1=0x%x ap0=0x%x\n", i, ap2, ap1, ap0);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsprintf.c | 128 va_list ap0, ap1; local 130 va_start (ap0, fmt); 131 n0 = mpfr_vsprintf (buffer, fmt, ap0); 132 va_end (ap0);
|