Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 10 of 10) sorted by relevance

/lk-master/lib/bcache/
A Dbcache.c45 struct bcache_block *blocks; member
61 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()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dfmc_15xx.h84 STATIC INLINE void Chip_FMC_ComputeSignatureBlocks(uint32_t start, uint32_t blocks) in Chip_FMC_ComputeSignatureBlocks() argument
86 Chip_FMC_ComputeSignature(start, (start + (blocks * 16))); in Chip_FMC_ComputeSignatureBlocks()
/lk-master/scripts/
A Dcodestyle13 --keep-one-line-blocks --pad-header --convert-tabs $@
/lk-master/platform/rp20xx/tools/
A Duf2conv.py180 blocks = []
205 blocks.append(currblock)
209 numblocks = len(blocks)
212 resfile += blocks[i].encode(i, numblocks)
/lk-master/docs/
A Dtodo.md11 + lib console make read only blocks
/lk-master/platform/zynq/
A Dstart.S83 # use SCLR to map the sram blocks to the top of their segment
/lk-master/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/
A Dreadme.dox36 * the SYSCON and INMUX blocks to measure unknown frequencies using a known
/lk-master/external/platform/nrfx/mdk/
A Darm_startup_nrf51.s130 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
A Diar_startup_nrf51.s127 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile505 # documentation blocks found inside the body of a function. If set to NO, these
506 # 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 17 milliseconds