Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dproc_info.c1809 #define NUPTRS 4 macro
1810 static uint64_t uptrs[NUPTRS] = {0x1122334455667788ULL, 0x99aabbccddeeff00ULL, 0xaabbaaddccaaffeeUL…
1812 static const char * uptr_names[NUPTRS];
1907 T_EXPECT_EQ(uptrs_count, NUPTRS, "should see correct number of up-pointers");
1909 uint64_t uptrs_obs[NUPTRS] = {0};
1916 for (int j = 0; j < NUPTRS; j++) {