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

<<11121314151617181920>>

  /system/core/libsparse/include/sparse/
sparse.h 38 * size of the file is 2**32 * block_size (16TB for 4k block size).
58 * @data - pointer to data block
59 * @len - length of the data block
60 * @block - offset in blocks into the sparse file to place the data chunk
63 * [block * block_size : block * block_size + len) must not already be used in
64 * the sparse file. If len is not a multiple of the block size the data
68 * data block is removed from the sparse file.
73 void *data, unsigned int len, unsigned int block);
80 * @len - length of the fill block
    [all...]
  /system/update_engine/payload_generator/
extent_utils.h 30 // |block| must either be the next block in the last extent or a block
31 // in the next extent. This function will not handle inserting block
33 void AppendBlockToExtents(std::vector<Extent>* extents, uint64_t block);
44 for (uint64_t block = extent.start_block();
45 block < (extent.start_block() + extent.num_blocks()); block++) {
46 ret.push_back(block);
71 // to be sorted by start block. E.g. if |extents| is [(1, 2), (3, 5), (10, 2)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix-gc-1.s 11 LC02: .tc block[TC],block[RW]
51 .globl block
52 .csect block[RW]
53 block: label
  /external/python/cpython3/Lib/multiprocessing/
heap.py 122 # returns a large enough block -- it might be much larger
134 block = seq.pop()
138 (arena, start, stop) = block
141 return block
143 def _free(self, block):
145 (arena, start, stop) = block
161 block = (arena, start, stop)
165 self._len_to_seq[length].append(block)
167 self._len_to_seq[length] = [block]
170 self._start_to_block[(arena, start)] = block
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 55 #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/valgrind/none/tests/amd64/
pcmpxstrx64.c 56 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[8], block[9] & 0x8D5)
    [all...]
pcmpxstrx64w.c 57 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[8], block[9] & 0x8D5)
    [all...]
  /external/vboot_reference/futility/
cmd_vbutil_keyblock.c 5 * Verified boot key block utility
87 VbKeyBlockHeader *block; local
115 block = KeyBlockCreate_external(data_key,
127 block = KeyBlockCreate(data_key, signing_key, flags);
138 block = KeyBlockCreate(data_key, signing_key, flags);
145 if (0 != KeyBlockWrite(outfile, block)) {
146 fprintf(stderr, "vbutil_keyblock: Error writing key block.\n");
149 free(block);
158 VbKeyBlockHeader *block; local
165 block = KeyBlockRead(infile)
    [all...]
  /art/compiler/optimizing/
cha_guard_optimization.cc 49 void VisitBasicBlock(HBasicBlock* block) OVERRIDE;
60 // Record if each block has any CHA guard. It's updated during the
75 void CHAGuardVisitor::VisitBasicBlock(HBasicBlock* block) {
80 HInstructionIterator it(block->GetInstructions());
89 HBasicBlock* block = flag->GetBlock(); local
100 block->RemoveInstruction(deopt);
101 block->RemoveInstruction(compare);
102 block->RemoveInstruction(flag);
134 // plus a (partial) linear search within one block for each guard.
136 // biggest block plus the depth of the dominating tree
181 HBasicBlock* block = flag->GetBlock(); local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
syscfg.c 34 struct StmSyscfg *block = (struct StmSyscfg *)SYSCFG_BASE; local
44 block->EXTICR[regNo] = (block->EXTICR[regNo] & ~mask_4b) | (bankNo << shift_4b);
  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 8 #include <Block.h>
36 //printf("will call inner block %p\n", (void *)inner);
47 voidVoid block = testFunction(); local
49 block();
50 Block_release(block);
  /external/mesa3d/src/compiler/nir/
nir_opt_peephole_select.c 61 block_check_for_allowed_instrs(nir_block *block, unsigned *count, bool alu_ok)
63 nir_foreach_instr(instr, block) {
134 use->parent_instr->block != block->successors[0])
150 nir_opt_peephole_select_block(nir_block *block, nir_shader *shader,
153 if (nir_cf_node_is_first(&block->cf_node))
156 nir_cf_node *prev_node = nir_cf_node_prev(&block->cf_node);
164 /* We can only have one block in each side ... */
179 * statement containing only moves to phi nodes in this block. We can
187 * block before. We have already guaranteed that this is safe b
    [all...]
nir_opt_gcm.c 41 /* Number of loops this block is inside */
44 /* The last instruction inserted into this block. This is used as we
81 nir_block *block = nir_cf_node_as_block(node); local
82 state->blocks[block->index].loop_depth = loop_depth;
109 gcm_pin_instructions_block(nir_block *block, struct gcm_state *state)
111 nir_foreach_instr_safe(instr, block) {
200 * scheduled and then update this instruction's block if the source
220 if (instr->block->index < src->ssa->parent_instr->block->index)
221 instr->block = src->ssa->parent_instr->block
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_lower_d2x.cpp 35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) {
51 const fs_builder ibld(this, block, inst);
68 inst->remove(block);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyBuilder.java 79 * Builder.add_message(name, &block)
81 * Creates a new, empty descriptor with the given name, and invokes the block in
82 * the context of a MessageBuilderContext on that descriptor. The block can then
89 public IRubyObject addMessage(ThreadContext context, IRubyObject name, Block block) {
90 RubyDescriptor msgdef = (RubyDescriptor) cDescriptor.newInstance(context, Block.NULL_BLOCK);
91 IRubyObject ctx = cMessageBuilderContext.newInstance(context, msgdef, this, Block.NULL_BLOCK);
93 if (block.isGiven()) {
94 if (block.arity() == Arity.ONE_ARGUMENT) {
95 block.yield(context, ctx)
    [all...]
  /external/v8/src/compiler/
move-optimizer.h 34 void CompressBlock(InstructionBlock* block);
46 const Instruction* LastInstruction(const InstructionBlock* block) const;
48 // Consolidate common moves appearing accross all predecessors of a block.
49 void OptimizeMerge(InstructionBlock* block);
  /external/valgrind/none/tests/x86/
bt_everything.c 158 UChar* block; local
164 block = calloc(200,1);
165 block += 100;
173 case 0: c = btsl_mem(block, bitoff); break;
174 case 1: c = btrl_mem(block, bitoff); break;
175 case 2: c = btcl_mem(block, bitoff); break;
176 case 3: c = btl_mem(block, bitoff); break;
183 block -= 100;
186 UChar ch = block[n];
187 /* printf("%d ", (int)block[n]); *
    [all...]
  /frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/
NavOptionsBuilder.kt 29 fun navOptions(block: NavOptionsBuilder.() -> Unit): NavOptions =
30 NavOptionsBuilder().apply(block).build()
82 fun popUpTo(@IdRes id: Int, block: PopUpToBuilder.() -> Unit) {
84 inclusive = PopUpToBuilder().apply(block).inclusive
92 fun anim(block: AnimBuilder.() -> Unit) {
93 AnimBuilder().apply(block).run {
  /system/netd/libnetdutils/
MemBlockTest.cpp 49 void checkArbitraryMemBlock(const MemBlock& block, size_t expectedSize) {
50 Slice slice = block.get();
93 MemBlock block(makeArbitraryMemBlock(DNS_PACKET_SIZE));
94 ASSERT_NO_FATAL_FAILURE(checkArbitraryMemBlock(block, DNS_PACKET_SIZE));
98 MemBlock block = makeArbitraryMemBlock(DNS_PACKET_SIZE); local
99 ASSERT_NO_FATAL_FAILURE(checkArbitraryMemBlock(block, DNS_PACKET_SIZE));
105 MemBlock block; local
106 EXPECT_TRUE(block.get().empty());
107 EXPECT_EQ(nullptr, block.get().base());
116 block = std::move(block2)
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_ci.cc 39 uint8_t block) {
52 p_msg->nv_read.block = block;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
insns.s 7 ldw R2, #block+1024
8 ldw R3, #block
41 block: label
  /external/bzip2/
blocksort.c 3 /*--- Block sorting machinery ---*/
9 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]
1034 UChar* block = s->block; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 27 * 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 {@code non-null;} the block in questio
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 27 * 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 {@code non-null;} the block in questio
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c 29 struct etc1_block block; local
36 etc1_parse_block(&block, src);
43 etc1_fetch_texel(&block, i, j, tmp);
68 struct etc1_block block; local
71 assert(i < 4 && j < 4); /* check i, j against 4x4 block size */
73 etc1_parse_block(&block, src);
74 etc1_fetch_texel(&block, i, j, tmp);

Completed in 1955 milliseconds

<<11121314151617181920>>