Lines Matching full:x32p
1384 volatile uint32_t *x32p = &x32;1385 atomic_fetchadd_32(x32p, 1);1406 volatile int32_t *x32p = &x32;1407 OSAtomicAdd32(1, x32p);