Searched refs:last_block (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cmac/
H A Dcmac.c26 unsigned char last_block[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
69 OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH);
98 memcpy(out->last_block, in->last_block, bl);
168 memcpy(ctx->last_block + ctx->nlast_block, data, nleft);
176 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0)
187 memcpy(ctx->last_block, data, dlen);
206 out[i] = ctx->last_block[i] ^ ctx->k1[i];
208 ctx->last_block[lb] = 0x80;
210 memset(ctx->last_block
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmac/
H A Dcmac.c32 unsigned char last_block[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
75 OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH);
106 memcpy(out->last_block, in->last_block, bl);
181 memcpy(ctx->last_block + ctx->nlast_block, data, nleft);
189 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0)
200 memcpy(ctx->last_block, data, dlen);
222 out[i] = ctx->last_block[i] ^ ctx->k1[i];
224 ctx->last_block[lb] = 0x80;
226 memset(ctx->last_block
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-ebb.c327 earliest_block_with_similiar_load (basic_block last_block, rtx load_insn)
359 for (bb = last_block; bb; bb = (basic_block) bb->aux)
384 basic_block last_block = NULL, bb;
392 bb->aux = last_block;
393 last_block = bb;
409 bb = earliest_block_with_similiar_load (last_block, insn);
456 while (last_block)
458 bb = (basic_block) last_block->aux;
459 last_block->aux = NULL;
460 last_block
324 earliest_block_with_similiar_load(basic_block last_block, rtx load_insn) argument
381 basic_block last_block = NULL, bb; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-ebb.cc327 earliest_block_with_similiar_load (basic_block last_block, rtx load_insn)
359 for (bb = last_block; bb; bb = (basic_block) bb->aux)
384 basic_block last_block = NULL, bb;
392 bb->aux = last_block;
393 last_block = bb;
409 bb = earliest_block_with_similiar_load (last_block, insn);
456 while (last_block)
458 bb = (basic_block) last_block->aux;
459 last_block->aux = NULL;
460 last_block
324 earliest_block_with_similiar_load(basic_block last_block, rtx load_insn) argument
381 basic_block last_block = NULL, bb; local
[all...]
H A Dgimple-ssa-warn-access.cc3796 bool last_block /* = false */)
3812 if (!clobvar || !last_block)
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c267 struct diff_block *thread0, *thread1, *last_block;
463 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block,
474 horizon_lines = max (horizon_lines, D_NUMLINES (last_block, i));
477 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block,
1080 process_diff (filea, fileb, last_block, diff_contents)
1082 struct diff_block **last_block;
1176 *last_block = bptr;
265 struct diff_block *thread0, *thread1, *last_block; local
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c245 struct diff_block *thread0, *thread1, *last_block;
397 thread1 = process_diff (file[rev_mapping[FILE1]], commonname, &last_block);
398 thread0 = process_diff (file[rev_mapping[FILE0]], commonname, &last_block);
951 struct diff_block **last_block)
1051 *last_block = bptr;
243 struct diff_block *thread0, *thread1, *last_block; local
945 process_diff(char const *filea, char const *fileb, struct diff_block **last_block) argument
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dzip.c126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dzip.c126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dzip.c126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dzip.c126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dzip.c126 linkedlist_datablock_internal* last_block; member in struct:linkedlist_data_s
215 ll->first_block = ll->last_block = NULL;
221 ll->first_block = ll->last_block = NULL;
233 if (ll->last_block == NULL)
235 ll->first_block = ll->last_block = allocate_new_datablock();
240 ldi = ll->last_block;
255 ll->last_block = ldi;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzio.h660 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c4020 * This function checks the following: given that last_block is the place that
4025 * last_block is before or equal to that, we can tell whether or not having
4026 * visited last_block implies that all of subtree_root's children have been
4031 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block)
4035 ASSERT(last_block->zb_level == 0);
4058 last_block) <= 0);
4030 zbookmark_subtree_completed(const dnode_phys_t *dnp, const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-sparc.c872 int block, last_block, ofs, last_ofs, chunks_this_block;
889 last_block = max / block_size;
890 if (block != last_block)
871 int block, last_block, ofs, last_ofs, chunks_this_block; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-sparc.c872 int block, last_block, ofs, last_ofs, chunks_this_block;
889 last_block = max / block_size;
890 if (block != last_block)
871 int block, last_block, ofs, last_ofs, chunks_this_block; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-sparc.c875 int block, last_block, ofs, last_ofs, chunks_this_block;
892 last_block = max / block_size;
893 if (block != last_block)
874 int block, last_block, ofs, last_ofs, chunks_this_block; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-sparc.c872 int block, last_block, ofs, last_ofs, chunks_this_block;
889 last_block = max / block_size;
890 if (block != last_block)
871 int block, last_block, ofs, last_ofs, chunks_this_block; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c10056 static bool last_block;
10075 if (!last_block)
10320 last_block = NOTE_BASIC_BLOCK (insn)->next_bb
10034 static bool last_block; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc10056 static bool last_block;
10075 if (!last_block)
10320 last_block = NOTE_BASIC_BLOCK (insn)->next_bb

Completed in 492 milliseconds