Searched defs:next_block (Results 1 – 6 of 6) sorted by relevance
44 fill_block(__m256i *state, const uint8_t *ref_block, uint8_t *next_block) in fill_block()72 uint8_t *next_block) in fill_block_with_xor()
45 fill_block(__m512i *state, const uint8_t *ref_block, uint8_t *next_block) in fill_block()75 uint8_t *next_block) in fill_block_with_xor()
24 fill_block(const block *prev_block, const block *ref_block, block *next_block) in fill_block()63 block *next_block) in fill_block_with_xor()
39 fill_block(__m128i *state, const uint8_t *ref_block, uint8_t *next_block) in fill_block()69 uint8_t *next_block) in fill_block_with_xor()
964 struct kmp_block_of_locks *next_block; global() member
137 kmp_stack_block_t *next_block = (stack_block) ? stack_block->sb_next : NULL; in __kmp_free_task_stack() local