Home
last modified time | relevance | path

Searched refs:base (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dtst-dynarray.c98 unsigned int base = count * count; in test_int() local
104 dynarray_int_add (&dyn, base + i); in test_int()
109 *place = base + i; in test_int()
157 TEST_VERIFY_EXIT (*dynarray_int_at (&dyn, i) == base + i); in test_int()
174 TEST_VERIFY_EXIT (result.array[i] == base + i); in test_int()
225 unsigned int base = count * count; in test_str() local
230 char *item = xasprintf ("%d", base + i); in test_str()
287 char *expected = xasprintf ("%d", base + i); in test_str()
312 char *expected = xasprintf ("%d", base + i); in test_str()
A Dmemusage.sh153 -t | --tim | --time | --time- | --time-b | --time-ba | --time-bas | --time-base | --time-based)

Completed in 7 milliseconds