Searched refs:block (Results 176 - 200 of 1927) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h32 fs_bblock_link(fs_bblock *block) argument
33 : block(block)
37 fs_bblock *block; member in class:fs_bblock_link
84 void set_next_block(fs_bblock *block);
89 * Used while generating the block list.
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py42 stats list of block statements
43 gen dict of assignments generated by this block
44 bounded set of entries that are definitely bounded in this block
77 """Detach block from parents and children."""
85 def add_child(self, block):
86 self.children.add(block)
87 block.parents.add(self)
91 """Non-empty exit point block."""
107 block ControlBlock current block
[all...]
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc66 ConnectBlocks(*i); // Connect block to its predecessor/successors.
72 void FixNode(BasicBlock* block, Node* node) { argument
73 schedule_->AddNode(block, node);
123 if (schedule_->block(node) == NULL) {
124 BasicBlock* block = schedule_->NewBasicBlock(); local
125 Trace("Create block B%d for #%d:%s\n", block->id(), node->id(),
127 FixNode(block, node);
166 buffer[0] = schedule_->block(successors[0]);
167 buffer[1] = schedule_->block(successor
187 BasicBlock* block = schedule_->block(merge); local
208 TraceConnect(Node* node, BasicBlock* block, BasicBlock* succ) argument
365 BasicBlock* block = schedule_->block(node); local
438 BasicBlock* block = local
569 ScheduleNode(BasicBlock* block, Node* node) argument
640 BasicBlock* block = schedule_->rpo_order()->at(i); local
662 ConnectFloatingControlSubgraph(BasicBlock* block, Node* end) argument
734 BasicBlock* block; member in struct:v8::internal::compiler::SpecialRPOStackFrame
739 BasicBlock* block; member in struct:v8::internal::compiler::BlockList
765 AddOutgoing(Zone* zone, BasicBlock* block) argument
815 BasicBlock* block = queue[--queue_length].block; local
845 BasicBlock* block = (*order)[i]; local
902 BasicBlock* block = order->at(j); local
998 BasicBlock* block = frame->block; local
[all...]
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp55 #define CV_GET_LAST_ELEM( seq, block ) \
56 ((block)->data + ((block)->count - 1)*((seq)->elem_size))
162 CvMemBlock *block; local
171 for( block = storage->bottom; block != 0; k++ )
173 CvMemBlock *temp = block;
175 block = block->next;
256 /* Moves stack pointer to next block
270 CvMemBlock *block; local
529 CvSeqBlock *block; local
572 CvSeqBlock *block; local
745 CvSeqBlock *block; local
876 CvSeqBlock *block = seq->first; local
998 CvSeqBlock *block = first_block; local
1221 CvSeqBlock *block; local
1389 CvSeqBlock *block; local
1428 CvSeqBlock *block; local
1462 CvSeqBlock *block; local
1587 CvSeqBlock *block; local
1717 CvSeqBlock* block = seq->first; local
1851 CvSeqBlock *block, *first_block = 0, *last_block = 0; local
2011 CvSeqBlock block; local
2130 CvSeqBlock* block; member in struct:CvSeqReaderPos
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_hw_context.c131 struct r600_block *block,
138 /* initialize block */
139 block->flags = 0;
140 block->status |= R600_BLOCK_STATUS_DIRTY; /* dirty all blocks at start */
141 block->start_offset = reg[i].offset;
142 block->pm4[block->pm4_ndwords++] = PKT3(opcode, n, 0);
143 block->pm4[block->pm4_ndwords++] = (block
130 r600_init_block(struct r600_context *ctx, struct r600_block *block, const struct r600_reg *reg, int index, int nreg, unsigned opcode, unsigned offset_base) argument
187 struct r600_block *block; local
542 struct r600_block *block; local
687 r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block, int dirty, int index) argument
779 struct r600_block *block; local
810 r600_context_block_emit_dirty(struct r600_context *ctx, struct r600_block *block, unsigned pkt_flags) argument
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_hw_context.c131 struct r600_block *block,
138 /* initialize block */
139 block->flags = 0;
140 block->status |= R600_BLOCK_STATUS_DIRTY; /* dirty all blocks at start */
141 block->start_offset = reg[i].offset;
142 block->pm4[block->pm4_ndwords++] = PKT3(opcode, n, 0);
143 block->pm4[block->pm4_ndwords++] = (block
130 r600_init_block(struct r600_context *ctx, struct r600_block *block, const struct r600_reg *reg, int index, int nreg, unsigned opcode, unsigned offset_base) argument
187 struct r600_block *block; local
542 struct r600_block *block; local
687 r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block, int dirty, int index) argument
779 struct r600_block *block; local
810 r600_context_block_emit_dirty(struct r600_context *ctx, struct r600_block *block, unsigned pkt_flags) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_debuglog.c110 volatile Long block[2]; local
111 block[0] = (Long)buf;
112 block[1] = n;
116 "movq %0, %%r15\n" /* r15 = &block */
117 "pushq %%r15\n" /* save &block */
123 "popq %%r15\n" /* reestablish &block */
124 "movq %%rax, 0(%%r15)\n" /* block[0] = result */
128 : /*rd*/ "r" (block)
131 if (block[0] < 0)
132 block[
153 volatile Int block[2]; local
196 volatile Long block[2]; local
239 volatile Int block[2]; local
275 volatile ULong block[2]; local
435 volatile Int block[2]; local
473 volatile Long block[2]; local
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c56 ULong block[ 2/*in:argL*/ // 0 0 local
63 assert(sizeof(block) == 80);
65 UChar* blockC = (UChar*)&block[0];
94 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
123 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
152 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
181 printf(" rcx %016llx flags %08llx\n", block[
[all...]
H A Dpcmpxstrx64w.c57 ULong block[ 2/*in:argL*/ // 0 0 local
64 assert(sizeof(block) == 80);
66 UChar* blockC = (UChar*)&block[0];
95 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
124 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
153 printf(" rcx %016llx flags %08llx\n", block[8], block[9] & 0x8D5);
182 printf(" rcx %016llx flags %08llx\n", block[
[all...]
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_wrapper.cc21 // Sequentially runs each given length-prefixed header block through
52 StringPiece block; local
53 while (HpackFuzzUtil::NextHeaderBlock(&input, &block)) {
54 HpackFuzzUtil::RunHeaderBlockThroughFuzzerStages(&context, block);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_etc.c57 struct etc1_block block; local
64 etc1_parse_block(&block, src);
65 etc1_fetch_texel(&block, i % 4, j % 4, dst);
77 * The size of the source data must be a multiple of the ETC1 block size,
83 * found in the upper left part of the block(s), and the rest of the
85 * placed in the upper half of a 4x4 block, and the lower half of the
86 * pixels in the block will not be accessed.
/external/chromium_org/third_party/skia/src/core/
H A DSkTObjectPool.h84 * The type for a new block of entries for the list.
95 * a new block of them.
100 Block* block = SkNEW(Block); local
101 fBlocks.push(block);
103 fAvailable.push(&block->entries[index]);
/external/chromium_org/tools/gn/
H A Dfunction_set_defaults.cc22 " set_default's block will be copied into the current scope.\n"
46 BlockNode* block,
73 if (!block) {
78 // Run the block for the rule invocation.
80 block->ExecuteBlockInScope(&block_scope, err);
43 RunSetDefaults(Scope* scope, const FunctionCallNode* function, const std::vector<Value>& args, BlockNode* block, Err* err) argument
/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c36 //printf("will call inner block %p\n", (void *)inner);
47 voidVoid block = testFunction(); local
49 block();
50 Block_release(block);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_ci.c41 void nfa_nv_ci_read (UINT16 num_bytes_read, tNFA_NV_CO_STATUS status, UINT8 block) argument
56 p_msg->nv_read.block = block;
/external/mesa3d/src/mesa/main/
H A Dtexcompress_etc.c57 struct etc1_block block; local
64 etc1_parse_block(&block, src);
65 etc1_fetch_texel(&block, i % 4, j % 4, dst);
77 * The size of the source data must be a multiple of the ETC1 block size,
83 * found in the upper left part of the block(s), and the rest of the
85 * placed in the upper half of a 4x4 block, and the lower half of the
86 * pixels in the block will not be accessed.
/external/openssl/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/external/skia/src/core/
H A DSkTObjectPool.h84 * The type for a new block of entries for the list.
95 * a new block of them.
100 Block* block = SkNEW(Block); local
101 fBlocks.push(block);
103 fAvailable.push(&block->entries[index]);
/external/valgrind/main/none/tests/x86/
H A Dbt_everything.c147 UChar* block; local
153 block = calloc(200,1);
154 block += 100;
162 case 0: c = btsl_mem(block, bitoff); break;
163 case 1: c = btrl_mem(block, bitoff); break;
164 case 2: c = btcl_mem(block, bitoff); break;
165 case 3: c = btl_mem(block, bitoff); break;
172 block -= 100;
175 UChar ch = block[n];
176 /* printf("%d ", (int)block[
[all...]
/external/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_etc.c29 struct etc1_block block; local
36 etc1_parse_block(&block, src);
43 etc1_fetch_texel(&block, i, j, tmp);
69 struct etc1_block block; local
74 etc1_parse_block(&block, src);
75 etc1_fetch_texel(&block, i, j, tmp);
/external/chromium_org/v8/src/
H A Dhydrogen-redundant-phi.cc15 HBasicBlock* block = blocks->at(i); local
16 for (int j = 0; j < block->phis()->length(); j++) {
17 all_phis.Add(block->phis()->at(j), zone());
35 void HRedundantPhiEliminationPhase::ProcessBlock(HBasicBlock* block) { argument
36 ProcessPhis(block->phis());
58 phi->block()->RemovePhi(phi);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java27 * the blocks of a particular method. Each block has a corresponding
32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
40 * final instruction) of each basic block (indexed by basic block
47 * @param method {@code non-null;} the method to have block addresses for
61 * Gets the instance for the start of the given block.
63 * @param block {
66 getStart(BasicBlock block) argument
86 getLast(BasicBlock block) argument
108 getEnd(BasicBlock block) argument
[all...]
/external/jemalloc/src/
H A Dtsd.c112 tsd_init_check_recursion(tsd_init_head_t *head, tsd_init_block_t *block) argument
125 /* Insert block into list. */
126 ql_elm_new(block, link);
127 block->thread = self;
128 ql_tail_insert(&head->blocks, block, link);
134 tsd_init_finish(tsd_init_head_t *head, tsd_init_block_t *block) argument
138 ql_remove(&head->blocks, block, link);
/external/lldb/source/Target/
H A DStackID.cpp33 if (sc.block)
34 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
103 lhs_sc.function != NULL && lhs_sc.block != NULL &&
104 rhs_sc.function != NULL && rhs_sc.block != NULL)
106 return rhs_sc.block->Contains (lhs_sc.block);

Completed in 528 milliseconds

1234567891011>>