Searched refs:first_block (Results 1 – 4 of 4) sorted by relevance
404 unsigned char first_block[MAX_HASH_BLOCK_SIZE]; in ssl3_cbc_digest_record() local551 memcpy(first_block, header, 13); in ssl3_cbc_digest_record()552 memcpy(first_block + 13, data, md_block_size - 13); in ssl3_cbc_digest_record()553 md_transform(md_state.c, first_block); in ssl3_cbc_digest_record()
295 tree *first_block; local297 first_block = &BLOCK_CHAIN (DECL_INITIAL (fn));299 first_block = &DECL_INITIAL (fn);300 BLOCK_CHAIN (new_block) = *first_block;301 *first_block = new_block;
1498 basic_block init_block, first_block; in construct_init_block() local1530 first_block = e->dest; in construct_init_block()1532 e = make_edge (init_block, first_block, flags); in construct_init_block()
5215 bool first_block = begin() == end(); in createBlock() local5223 if (first_block) in createBlock()