Searched defs:end_block (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/compiler/nir/
H A Dnir_lower_gs_intrinsics.c163 append_set_vertex_count(nir_block *end_block, struct state *state) argument
172 set_foreach(end_block->predecessors, entry) {
210 append_set_vertex_count(impl->end_block, &state);
H A Dnir.c291 nir_block *end_block = nir_block_create(shader); local
293 end_block->cf_node.parent = &impl->cf_node;
294 impl->end_block = end_block;
298 start_block->successors[0] = end_block;
299 _mesa_set_add(end_block->predecessors, start_block);
H A Dnir.h1598 nir_block *end_block; member in struct:__anon15959
/external/f2fs-tools/fsck/
H A Ddir.c113 unsigned int bidx, end_block; local
129 end_block = bidx + nblock;
135 for (; bidx < end_block; bidx++) {
H A Dfsck.c1204 unsigned int bidx, end_block; local
1214 end_block = bidx + nblock;
1216 if (pgofs >= bidx && pgofs < end_block)
1221 pino, name, level, dir_level, pgofs, bidx, end_block - 1);
/external/webp/src/dsp/
H A Denc_sse41.c27 int start_block, int end_block,
32 for (j = start_block; j < end_block; ++j) {
26 CollectHistogram_SSE41(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc.c63 int start_block, int end_block,
67 for (j = start_block; j < end_block; ++j) {
62 CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_mips_dsp_r2.c1456 int start_block, int end_block,
1461 for (j = start_block; j < end_block; ++j) {
1455 CollectHistogram_MIPSdspR2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_msa.c226 int start_block, int end_block,
230 for (j = start_block; j < end_block; ++j) {
225 CollectHistogram_MSA(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_neon.c718 int start_block, int end_block,
723 for (j = start_block; j < end_block; ++j) {
717 CollectHistogram_NEON(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_sse2.c438 int start_block, int end_block,
444 for (j = start_block; j < end_block; ++j) {
437 CollectHistogram_SSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
/external/e2fsprogs/lib/ext2fs/
H A Dundo_io.c330 unsigned long long end_block; local
364 end_block = (offset + size - 1) / data->tdb_data_size;
366 while (block_num <= end_block) {
/external/e2fsprogs/e2fsck/
H A Dpass1.c2554 blk64_t start_block, blk64_t end_block,
2613 else if ((end_block && last_lblk > end_block) &&
2552 scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb, blk64_t start_block, blk64_t end_block, blk64_t eof_block, ext2_extent_handle_t ehandle, int try_repairs) argument
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc2062 HBasicBlock* end_block = GetBlock(end); local
2064 if (end_block == start_block) {
2070 HBasicBlock* block = end_block;
2078 // position unless end_block is a loop header itself.
2079 if (block == end_block && !end_block->IsLoopHeader()) return end;
/external/v8/src/compiler/
H A Dregister-allocator.cc2650 const InstructionBlock* end_block = GetInstructionBlock(code(), end); local
2652 if (end_block == start_block) {
2658 const InstructionBlock* block = end_block;
2671 // position unless end_block is a loop header itself.
2672 if (block == end_block && !end_block->IsLoopHeader()) return end;

Completed in 2193 milliseconds