Home
last modified time | relevance | path

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

/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx702 int const lineSize = 32; local
703 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {
707 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx627 int const lineSize = 32; in flushCode() local
628 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()
632 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx702 int const lineSize = 32; local
703 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {
707 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) {
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx627 int const lineSize = 32; in flushCode() local
628 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()
632 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode()

Completed in 27 milliseconds