Lines Matching refs:BLOCK
136 } BLOCK; typedef
175 BLOCK *memory;
231 static void init_block_value(BLOCK *b, uint8_t in);
232 static void copy_block(BLOCK *dst, const BLOCK *src);
233 static void xor_block(BLOCK *dst, const BLOCK *src);
234 static void load_block(BLOCK *dst, const void *input);
235 static void store_block(void *output, const BLOCK *src);
237 static void fill_block(const BLOCK *prev, const BLOCK *ref, BLOCK *next,
240 static void next_addresses(BLOCK *address_block, BLOCK *input_block,
241 const BLOCK *zero_block);
313 static void init_block_value(BLOCK *b, uint8_t in) in init_block_value()
318 static void copy_block(BLOCK *dst, const BLOCK *src) in copy_block()
323 static void xor_block(BLOCK *dst, const BLOCK *src) in xor_block()
331 static void load_block(BLOCK *dst, const void *input) in load_block()
339 static void store_block(void *output, const BLOCK *src) in store_block()
372 static void fill_block(const BLOCK *prev, const BLOCK *ref, in fill_block()
373 BLOCK *next, int with_xor) in fill_block()
375 BLOCK blockR, tmp; in fill_block()
395 static void next_addresses(BLOCK *address_block, BLOCK *input_block, in next_addresses()
396 const BLOCK *zero_block) in next_addresses()
469 BLOCK *ref_block = NULL, *curr_block = NULL; in fill_segment()
470 BLOCK address_block, input_block, zero_block; in fill_segment()
477 memset(&input_block, 0, sizeof(BLOCK)); in fill_segment()
732 if (ctx->memory_blocks * sizeof(BLOCK) / sizeof(BLOCK) != ctx->memory_blocks) in initialize()
737 sizeof(BLOCK)); in initialize()
740 sizeof(BLOCK)); in initialize()
759 BLOCK blockhash; in finalize()
784 ctx->memory_blocks * sizeof(BLOCK)); in finalize()
787 ctx->memory_blocks * sizeof(BLOCK)); in finalize()