Searched refs:next_block (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DFreeList.h135 // next_block
139 void *next_block() { return displace(this, _size); } function in class:Auto::FreeListNode
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DBase.pm28 blocks next_block first_block
170 sub next_block() { subroutine
187 $self->next_block;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dgmalloc.c1131 __malloc_size_t next_block = _heapinfo[block].free.next;
1132 __malloc_size_t next_blocks = _heapinfo[next_block].free.size;
1149 (info_block + info_blocks == next_block &&
1150 next_block + next_blocks == _heaplimit &&
1130 __malloc_size_t next_block = _heapinfo[block].free.next; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp3581 goto next_block;
3587 goto next_block;
3590 goto next_block;
3592 goto next_block;
3602 goto next_block;
3612 goto next_block;
3630 goto next_block;
3638 goto next_block;
3643 goto next_block;
3654 next_block
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlforms.vim46 syntax keyword sqlProcedure move_view new_form next_block next_field next_key

Completed in 200 milliseconds