Searched refs:g_ab0xFF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp106 static uint8_t g_ab0xFF[16384]; variable
172 if (g_ab0xFF[0] != 0xff || g_ab0xFF[sizeof(g_ab0xFF) - 1] != 0xff)
173 memset(g_ab0xFF, 0xff, sizeof(g_ab0xFF));
182 uint8_t const *pabFiller = iPass == 1 ? g_abZeros : g_ab0xFF;
183 size_t const cbFiller = iPass == 1 ? sizeof(g_abZeros) : sizeof(g_ab0xFF);

Completed in 126 milliseconds