Home
last modified time | relevance | path

Searched refs:rpDest (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalgdi.cxx517 rpDest[ 0] = aTag[0]; in FakeDirEntry()
518 rpDest[ 1] = aTag[1]; in FakeDirEntry()
519 rpDest[ 2] = aTag[2]; in FakeDirEntry()
520 rpDest[ 3] = aTag[3]; in FakeDirEntry()
525 rpDest[ 8] = static_cast<char>(nOfs >> 24); in FakeDirEntry()
526 rpDest[ 9] = static_cast<char>(nOfs >> 16); in FakeDirEntry()
527 rpDest[10] = static_cast<char>(nOfs >> 8); in FakeDirEntry()
528 rpDest[11] = static_cast<char>(nOfs >> 0); in FakeDirEntry()
530 rpDest[12] = static_cast<char>(nLen >> 24); in FakeDirEntry()
531 rpDest[13] = static_cast<char>(nLen >> 16); in FakeDirEntry()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdi.cxx529 rpDest[ 0] = aTag[0]; in FakeDirEntry()
530 rpDest[ 1] = aTag[1]; in FakeDirEntry()
531 rpDest[ 2] = aTag[2]; in FakeDirEntry()
532 rpDest[ 3] = aTag[3]; in FakeDirEntry()
537 rpDest[ 8] = static_cast<char>(nOfs >> 24); in FakeDirEntry()
538 rpDest[ 9] = static_cast<char>(nOfs >> 16); in FakeDirEntry()
539 rpDest[10] = static_cast<char>(nOfs >> 8); in FakeDirEntry()
540 rpDest[11] = static_cast<char>(nOfs >> 0); in FakeDirEntry()
542 rpDest[12] = static_cast<char>(nLen >> 24); in FakeDirEntry()
543 rpDest[13] = static_cast<char>(nLen >> 16); in FakeDirEntry()
[all …]