HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 201 - 225 of 4734) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/compiler/
scheduler.cc 75 // Parameters and OSR values are always fixed to the start block.
117 BasicBlock* block = schedule_->block(control); local
118 schedule_->AddNode(block, node);
245 ConnectBlocks(*i); // Connect block to its predecessor/successors.
251 // control flow graph at the bottom of {block}.
252 void Run(BasicBlock* block, Node* exit) {
257 component_start_ = block;
258 component_end_ = schedule_->block(exit);
281 ConnectBlocks(*i); // Connect block to its predecessor/successors
319 BasicBlock* block = BuildBlockForNode(loop); local
387 BasicBlock* block = schedule_->block(node); local
675 BasicBlock* block; member in struct:v8::internal::compiler::SpecialRPONumberer::SpecialRPOStackFrame
798 BasicBlock* block = frame->block; local
964 BasicBlock* block = queue[--queue_length].block; local
1036 BasicBlock* block = loop->start; local
1064 BasicBlock* block = order->at(j); local
1163 BasicBlock* block = local
1375 BasicBlock* block = GetCommonDominatorOfUses(node); local
1532 BasicBlock* block = nullptr; local
1679 BasicBlock* block = schedule_->GetBlockById(id); local
    [all...]
  /external/autotest/client/tests/disktest/src/
disktest.c 51 * Fill a block with it's own sector number
54 void write_block(int fd, unsigned int block, struct pattern *buffer)
61 sector = (block * sectors_per_block) + sec_offset;
70 offset = block; offset *= blocksize; // careful of overflow
73 fprintf(stderr, "Write failed : file %s : block %d\n", filename, block);
79 * Verify a block contains the correct signature and sector numbers for
80 * each sector within that block. We check every copy within the sector
85 int verify_block(int fd, unsigned int block, struct pattern *buffer, char *err)
92 offset = block; offset *= blocksize; // careful of overflo
138 unsigned int block; local
181 unsigned int block; local
232 unsigned int block, errors = 0; local
246 unsigned int block; local
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
heap.py 114 # returns a large enough block -- it might be much larger
126 block = seq.pop()
130 (arena, start, stop) = block
133 return block
135 def _free(self, block):
137 (arena, start, stop) = block
153 block = (arena, start, stop)
157 self._len_to_seq[length].append(block)
159 self._len_to_seq[length] = [block]
162 self._start_to_block[(arena, start)] = block
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 114 # returns a large enough block -- it might be much larger
126 block = seq.pop()
130 (arena, start, stop) = block
133 return block
135 def _free(self, block):
137 (arena, start, stop) = block
153 block = (arena, start, stop)
157 self._len_to_seq[length].append(block)
159 self._len_to_seq[length] = [block]
162 self._start_to_block[(arena, start)] = block
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 114 # returns a large enough block -- it might be much larger
126 block = seq.pop()
130 (arena, start, stop) = block
133 return block
135 def _free(self, block):
137 (arena, start, stop) = block
153 block = (arena, start, stop)
157 self._len_to_seq[length].append(block)
159 self._len_to_seq[length] = [block]
162 self._start_to_block[(arena, start)] = block
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 114 # returns a large enough block -- it might be much larger
126 block = seq.pop()
130 (arena, start, stop) = block
133 return block
135 def _free(self, block):
137 (arena, start, stop) = block
153 block = (arena, start, stop)
157 self._len_to_seq[length].append(block)
159 self._len_to_seq[length] = [block]
162 self._start_to_block[(arena, start)] = block
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 114 # returns a large enough block -- it might be much larger
126 block = seq.pop()
130 (arena, start, stop) = block
133 return block
135 def _free(self, block):
137 (arena, start, stop) = block
153 block = (arena, start, stop)
157 self._len_to_seq[length].append(block)
159 self._len_to_seq[length] = [block]
162 self._start_to_block[(arena, start)] = block
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 65 for (i = 0; i < format_desc->block.bits/8; ++i) {
84 for (i = 0; i < format_desc->block.height; ++i) {
85 for (j = 0; j < format_desc->block.width; ++j) {
106 for (i = 0; i < format_desc->block.height; ++i) {
107 for (j = 0; j < format_desc->block.width; ++j) {
128 for (i = 0; i < format_desc->block.height; ++i) {
129 for (j = 0; j < format_desc->block.width; ++j) {
149 for (i = 0; i < format_desc->block.height; ++i) {
150 for (j = 0; j < format_desc->block.width; ++j) {
171 for (i = 0; i < format_desc->block.height; ++i)
    [all...]
  /external/skia/src/core/
SkTLList.h 18 the list creates the objects and they are deleted upon removal. This class block-allocates
32 struct Block;
36 Block* fBlock; // owning block.
44 // all the nodes in the pre-allocated first block need to be inserted into the free list. This
54 Block* block = node->fBlock; local
56 if (0 == --block->fNodesInUse) {
58 block->fNodes[i].~Node();
60 if (block != &fFirstBlock)
248 Block* block = reinterpret_cast<Block*>(sk_malloc_throw(sizeof(Block))); local
267 Block* block = node->fBlock; local
303 Block* block = freeNode->fBlock; local
325 Block* block = activeNode->fBlock; local
    [all...]
  /external/skqp/src/core/
SkTLList.h 18 the list creates the objects and they are deleted upon removal. This class block-allocates
32 struct Block;
36 Block* fBlock; // owning block.
44 // all the nodes in the pre-allocated first block need to be inserted into the free list. This
54 Block* block = node->fBlock; local
56 if (0 == --block->fNodesInUse) {
58 block->fNodes[i].~Node();
60 if (block != &fFirstBlock)
248 Block* block = reinterpret_cast<Block*>(sk_malloc_throw(sizeof(Block))); local
267 Block* block = node->fBlock; local
303 Block* block = freeNode->fBlock; local
325 Block* block = activeNode->fBlock; local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 95 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit = --port]; local
113 block->CR2 = (block->CR2 &~ 0x3000) | stopBitsVals[stop_bits];
114 block->CR1 = (block->CR1 &~ 0x1600) | wordLengthVals[data_bits] | parityVals[parity] | 0x800C;
115 block->CR3 = (block->CR3 &~ 0x0300) | flowCtrlVals[flow_control];
126 block->BRR = intPart | fraPart;
129 block->CR1 |= 0x2000;
134 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit] local
153 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit]; local
160 struct StmUsart *block = (struct StmUsart*)mUsartPorts[usart->unit]; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 215 byte[] block = new byte[engine.getInputBlockSize()];
219 block[0] = 0x01; // type code 1
221 for (int i = 1; i != block.length - inLen - 1; i++)
223 block[i] = (byte)0xFF;
228 random.nextBytes(block); // random fill
230 block[0] = 0x02; // type code 2
236 for (int i = 1; i != block.length - inLen - 1; i++)
238 while (block[i] == 0)
240 block[i] = (byte)random.nextInt();
245 block[block.length - inLen - 1] = 0x00; // mark the end of the paddin
    [all...]
  /external/e2fsprogs/debugfs/
zap.c 2 * zap.c --- zap block
34 blk64_t block; local
59 "must be within a %d block\n",
82 "within a %d block\n",
123 block = parse_ulonglong(argv[optind], argv[0], "block", &err);
132 block, 0, &block);
135 "while mapping logical block %llu\n", block);
175 blk64_t block; local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_phi_builder.h 37 * foreach block:
39 * var.defs[def.block] = true;
46 * // Visit each block. This needs to visit dominators first;
49 * foreach block:
80 /* Register a definition for the given value and block.
83 * block/value pair. However, it always replaces whatever was there
87 * block must be the last value registered.
91 nir_block *block, nir_ssa_def *def);
93 /* Get the definition for the given value in the given block.
96 * block. If no definition is immediately available, it will crawl up th
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.h 41 /** Block size in bytes */
44 /** Block width in pixels */
47 /** Block height in pixels */
68 /* Describe each block within the tile */
69 struct u_linear_format_block block; member in struct:pipe_tile_info
81 * @block block info about pixel layout
88 const struct u_linear_format_block *block,
94 if (t->tile.size != t->block.size * t->cols * t->rows)
97 if (t->stride != t->block.size * t->cols * t->tiles_x
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cholesky_grad.cc 77 /* This shows the block structure.
91 auto B = input_matrix_l.block(block_end, 0, trailing_size, block_begin);
93 output_matrix.block(block_end, 0, trailing_size, block_begin);
95 auto C = input_matrix_l.block(block_end, block_begin, trailing_size,
97 auto C_bar = output_matrix.block(block_end, block_begin, trailing_size,
100 auto D = input_matrix_l.block(block_begin, block_begin, block_size,
103 output_matrix.block(block_begin, block_begin, block_size, block_size);
105 auto R = input_matrix_l.block(block_begin, 0, block_size, block_begin);
106 auto R_bar = output_matrix.block(block_begin, 0, block_size, block_begin);
125 /* This shows the block structure
    [all...]
  /external/v8/src/crankshaft/
hydrogen-load-elimination.h 21 void EliminateLoads(HBasicBlock* block);
hydrogen-dce.cc 52 HBasicBlock* block = graph()->blocks()->at(i); local
53 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
57 for (int j = 0; j < block->phis()->length(); j++) {
58 HPhi* phi = block->phis()->at(j);
72 HBasicBlock* block = graph()->blocks()->at(i); local
73 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
84 for (int j = 0; j < block->phis()->length(); j++) {
85 HPhi* phi = block->phis()->at(j);
97 HBasicBlock* block = phi->block(); local
    [all...]
  /external/valgrind/memcheck/tests/
err_disable3.c 13 char* block = NULL; variable
25 usechar( block[5] );
41 block = malloc(10);
42 free(block);
malloc1_ks_none.stderr.exp 3 Address 0x........ is 1 bytes inside a block of size 10 free'd
8 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Picture.kt 25 * [block] on the newly created canvas and returns this [Picture]. Example:
35 inline fun Picture.record(width: Int, height: Int, block: Canvas.() -> Unit): Picture {
38 c.block()
  /system/libhidl/libhidlcache/
mapping.cpp 29 using android::hidl::memory::block::V1_0::MemoryBlock;
36 sp<IMemory> mapMemory(const ::android::hidl::memory::block::V1_0::MemoryBlock& block) {
38 return c->map(block);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java 26 * very useful when you have a block of Unicode data that contains significant
80 // preallocate and reset the first data block (block index 0)
84 // preallocate and reset the first block (number 0) and Latin-1
90 // do this at least for trie->index[0] even if that block is
179 int block = m_index_[ch >> SHIFT_]; local
180 return m_data_[Math.abs(block) + (ch & MASK_)];
187 * char maps into block zero, otherwise false.
200 int block = m_index_[ch >> SHIFT_]; local
202 inBlockZero[0] = (block == 0)
222 int block = getDataBlock(ch); local
421 int block = getDataBlock(start); local
455 int block = m_index_[start >> SHIFT_]; local
485 int block = getDataBlock(start); local
687 int block = 0; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 25 * very useful when you have a block of Unicode data that contains significant
78 // preallocate and reset the first data block (block index 0)
82 // preallocate and reset the first block (number 0) and Latin-1
88 // do this at least for trie->index[0] even if that block is
177 int block = m_index_[ch >> SHIFT_]; local
178 return m_data_[Math.abs(block) + (ch & MASK_)];
185 * char maps into block zero, otherwise false.
198 int block = m_index_[ch >> SHIFT_]; local
200 inBlockZero[0] = (block == 0)
220 int block = getDataBlock(ch); local
419 int block = getDataBlock(start); local
453 int block = m_index_[start >> SHIFT_]; local
483 int block = getDataBlock(start); local
685 int block = 0; local
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
k-and-r.c 8 // CONFIG error: incompatible block pointer types assigning
25 #error incompatible block pointer types assigning
29 #error incompatible block pointer types assigning

Completed in 1482 milliseconds

1 2 3 4 5 6 7 891011>>