Home
last modified time | relevance | path

Searched defs:blocSize (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
146 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
146 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
146 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DIterableArena.h78 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
146 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DIterableArena.h77 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
145 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DIterableArena.h86 const size_t blocSize = AlignedSize(sizeof(Header) + aSize); variable
160 const size_t blocSize = aArena->GetHeader(mCursor)->mBlocSize; in Next() local
/dports/editors/hexedit/hexedit-1.5/
H A Dhexedit.c27 int cursor, blocSize, lineLength, colsUsed, page; variable
H A Dhexedit.h67 int blocSize, lineLength, page; member