Home | History | Annotate | Download | only in cppallocation

Lines Matching refs:ct

39     for (uint32_t ct=0; ct < numElems; ct++) {
40 buf[ct] = (uint32_t)ct;
49 for (uint32_t ct=0; ct < numElems; ct++) {
50 if (buf[ct] != ct * 2) {
51 printf("Mismatch at location %d: %u\n", ct, buf[ct]);