Searched defs:s_abData3 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTBase64.cpp208 static uint8_t s_abData3[12*256]; local
212 s_abData3[j + 0] = i; /* */
213 s_abData3[j + 1] = 0xff;
214 s_abData3[j + 2] = i;
215 s_abData3[j + 3] = 0xff; /* */
216 s_abData3[j + 4] = i;
217 s_abData3[j + 5] = 0xff;
218 s_abData3[j + 6] = i; /* */
219 s_abData3[j + 7] = 0x00;
220 s_abData3[
[all...]

Completed in 42 milliseconds