HomeSort by relevance Sort by last modified time
    Searched defs:aBlock (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 180 static void _Block_do_nothing(const void *aBlock) { }
286 struct Block_layout *aBlock;
294 aBlock = (struct Block_layout *)arg;
295 if (aBlock->flags & BLOCK_NEEDS_FREE) {
297 latching_incr_int(&aBlock->flags);
298 return aBlock;
300 else if (aBlock->flags & BLOCK_IS_GC) {
302 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) {
304 _Block_setHasRefcount(aBlock, true);
306 return aBlock;
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1298 milliseconds