Searched refs:blocks (Results 1 – 10 of 10) sorted by relevance
45 struct bcache_block *blocks; member61 cache->blocks = malloc(sizeof(struct bcache_block) * block_count); in bcache_create()64 cache->blocks[i].ref_count = 0; in bcache_create()65 cache->blocks[i].is_dirty = false; in bcache_create()66 cache->blocks[i].ptr = malloc(block_size); in bcache_create()68 list_add_head(&cache->free_list, &cache->blocks[i].node); in bcache_create()95 DEBUG_ASSERT(cache->blocks[i].ref_count == 0); in bcache_destroy()97 if (cache->blocks[i].is_dirty) in bcache_destroy()99 cache->blocks[i].blocknum); in bcache_destroy()101 free(cache->blocks[i].ptr); in bcache_destroy()
84 STATIC INLINE void Chip_FMC_ComputeSignatureBlocks(uint32_t start, uint32_t blocks) in Chip_FMC_ComputeSignatureBlocks() argument86 Chip_FMC_ComputeSignature(start, (start + (blocks * 16))); in Chip_FMC_ComputeSignatureBlocks()
13 --keep-one-line-blocks --pad-header --convert-tabs $@
180 blocks = []205 blocks.append(currblock)209 numblocks = len(blocks)212 resfile += blocks[i].encode(i, numblocks)
11 + lib console make read only blocks
83 # use SCLR to map the sram blocks to the top of their segment
36 * the SYSCON and INMUX blocks to measure unknown frequencies using a known
130 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
127 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
505 # documentation blocks found inside the body of a function. If set to NO, these506 # blocks will be appended to the function's detailed documentation block.647 # ... \endcond blocks.972 # special comment blocks from generated source code fragments. Normal C, C++ and
Completed in 23 milliseconds