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

/vbox/src/VBox/Devices/USB/testcase/
H A DtstOhciRegisterAccess.cpp161 static const char * const s_apsz[] = { "word 0", "word 1" }; local
162 pszError = s_apsz[iWord];
212 static const char * const s_apsz[] = { "byte 0", "byte 1", "byte 2", "byte 3" }; local
213 pszError = s_apsz[iByte];
341 static const char * const s_apsz[] = { "byte 0", "byte 1", "byte 2", "byte 3" }; local
342 pszError = s_apsz[iByte];
423 static const char * const s_apsz[] = { "byte 0", "byte 1", "byte 2", "byte 3" }; local
424 pszError = s_apsz[iByte];
475 static const char * const s_apsz[] = { "unaligned word 0", "unaligned word 1", "unaligned word 2" }; local
476 pszError = s_apsz[iWor
509 static const char * const s_apsz[] = local
[all...]

Completed in 1383 milliseconds