HomeSort by: relevance | last modified time | path
    Searched defs:nmemb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/hpc/
platid_test.c 182 int i, nmemb = sizeof(tab)/sizeof(*tab); local in function:platid_search_test
188 for (i = 0; i < nmemb; i++)
189 printf(" %s%s", tab[i].name, i < nmemb - 1 ? "," : "");
193 tab, nmemb, sizeof(struct platid_name));
198 tab, nmemb, sizeof(struct platid_name));
203 tab, nmemb, sizeof(struct platid_name));
208 tab, nmemb, sizeof(struct platid_name));
213 tab, nmemb, sizeof(struct platid_name));
platid_test.c 182 int i, nmemb = sizeof(tab)/sizeof(*tab); local in function:platid_search_test
188 for (i = 0; i < nmemb; i++)
189 printf(" %s%s", tab[i].name, i < nmemb - 1 ? "," : "");
193 tab, nmemb, sizeof(struct platid_name));
198 tab, nmemb, sizeof(struct platid_name));
203 tab, nmemb, sizeof(struct platid_name));
208 tab, nmemb, sizeof(struct platid_name));
213 tab, nmemb, sizeof(struct platid_name));

Completed in 45 milliseconds