Searched refs:blk0 (Results 1 – 2 of 2) sorted by relevance
13 …te file. Provide the common path name like /path/blk.bin, it will create: blk0.bin, blk1.bin ... b…88 …ll create files in the given directory (the directory must exist): /chip1/blk0.bin, /chip1/blk1.bi…95 backup/chip1/blk0.bin111 > espefuse.py burn_block_data BLOCK0 backup/chip1/blk0.bin \
135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ macro138 #define blk0(i) block->l[i] macro145 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \