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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp104 static uint8_t const g_abZeros[16384] = { 0 }; variable
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 49 milliseconds