Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/src/
H A Dmemoryzone.c359 static __inline dd_bool isRootBlock(memvolume_t *vol, memblock_t *block) in isRootBlock() function
367 if (isRootBlock(vol, block)) in advanceBlock()
382 for (i = 0; i < maxSteps && !isRootBlock(vol, rover); ++i) in rewindRover()
413 !isRootBlock(volume, block); block = block->next) in rewindStaticRovers()
982 for (block = volume->zone->blockList.next; !isRootBlock(volume, block); in allocatedMemoryInVolume()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/tools/doc-generator/
H A Dparser.go137 rootName, rootDesc, isRoot := isRootBlock(field.Type)
434 func isRootBlock(t reflect.Type) (string, string, bool) { func
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Dinfo.h184 bool isRootBlock() const { return _blockType.isEmpty(); } in isRootBlock() function
/dports/lang/coffeescript/coffeescript-2.6.1/src/
H A Dnodes.coffee557 @body.isRootBlock = yes
849 if @isRootBlock
859 …sniffDirectives @expressions, notFinalExpression: checkForDirectives if @isRootBlock or checkForDi…
898 return if @isRootBlock and not @locationData?