Searched refs:theBlock (Results 1 – 4 of 4) sorted by relevance
12 -(id)initWithCallBlock:(void (^)(NSInvocation *))theBlock 15 block = [theBlock copy];
15 - (id)initWithCallBlock:(void (^)(NSInvocation *))theBlock;
1107 yaffs_BlockInfo *theBlock; in yaffs_SoftDeleteChunk() local1111 theBlock = yaffs_GetBlockInfo(dev, chunk / dev->nChunksPerBlock); in yaffs_SoftDeleteChunk()1112 if (theBlock) { in yaffs_SoftDeleteChunk()1113 theBlock->softDeletions++; in yaffs_SoftDeleteChunk()
422 DiCursor theBlock, /* IMAGE */ in read_dwarf2_lineblock() argument432 DiCursor external = theBlock; in read_dwarf2_lineblock()433 DiCursor data = theBlock; in read_dwarf2_lineblock()