Home
last modified time | relevance | path

Searched defs:bottomBuffer (Results 1 – 5 of 5) sorted by relevance

/dports/games/hs-scroll/scroll-1.20180421/
H A DWorldSetup.hs31 , bottomBuffer = (frontbuf, backbuf) function
H A DTypes.hs160 , bottomBuffer = swap (bottomBuffer s) function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCode.h291 inline uint8_t* bottomBuffer() { in bottomBuffer() function
294 inline const uint8_t* bottomBuffer() const { in bottomBuffer() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCode.h291 inline uint8_t* bottomBuffer() { in bottomBuffer() function
294 inline const uint8_t* bottomBuffer() const { in bottomBuffer() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIonCode.h267 inline uint8_t* bottomBuffer() { return reinterpret_cast<uint8_t*>(this); } in bottomBuffer() function
268 inline const uint8_t* bottomBuffer() const { in bottomBuffer() function