HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 276 - 300 of 1385) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/lockd/
xdr.h 46 u32 block; member in struct:nlm_args
  /system/extras/ext4_utils/
allocate.h 25 u32 block; member in struct:region
74 u32 get_block(struct block_allocation *alloc, u32 block);
75 u32 get_oob_block(struct block_allocation *alloc, u32 block);
77 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
93 u32 block, u32 len, int bg);
sha1.c 42 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
43 |(rol(block->l[i],8)&0x00FF00FF))
45 # define blk0(i) block->l[i]
47 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
48 ^block->l[(i+2)&15]^block->l[i&15],1))
83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block)
131 CHAR64LONG16 *block; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 56 /** Bitset containing bits for each block that has been found executable */
95 * Adds a SSA basic block to the CFG worklist if it's unexecuted, or
97 * @param ssaBlock Block to add
199 * Simulate a block and note the results in the lattice.
200 * @param block Block to visit
202 private void simulateBlock(SsaBasicBlock block) {
203 for (SsaInsn insn : block.getInsns()) {
213 * Simulate the phis in a block and note the results in the lattice.
214 * @param block Block to visi
339 SsaBasicBlock block = insn.getBlock(); local
552 SsaBasicBlock block = cfgWorklist.remove(listSize); local
558 SsaBasicBlock block = cfgPhiWorklist.remove(listSize); local
658 SsaBasicBlock block = insn.getBlock(); local
    [all...]
SsaRenamer.java 57 * a mapping table for the current block being processed. Once the
58 * current block has been processed, this mapping table is then copied
78 * indexed by block index; register version state for each block start.
141 // Initial state for entry block
162 // Rename each block in dom-tree DFS order.
164 public void visitBlock (SsaBasicBlock block,
166 new BlockRenamer(block).process();
273 * Processes all insns in a block and renames their registers
277 /** {@code non-null;} block we're processing. *
278 private final SsaBasicBlock block; field in class:SsaRenamer.BlockRenamer
    [all...]
NormalSsaInsn.java 37 * @param block block that contains this insn
39 NormalSsaInsn(final Insn insn, final SsaBasicBlock block) {
40 super(insn.getResult(), block); local
PhiInsn.java 57 * @param block block containing this insn.
59 public PhiInsn(RegisterSpec resultReg, SsaBasicBlock block) {
60 super(resultReg, block);
68 * @param block block containing this insn.
70 public PhiInsn(final int resultReg, final SsaBasicBlock block) {
75 super(RegisterSpec.make(resultReg, Type.VOID), block); local
130 * @param predBlock predecessor block to be associated with this operand
161 * Gets the index of the pred block associated with the RegisterSpe
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 57 /** Bitset containing bits for each block that has been found executable */
96 * Adds a SSA basic block to the CFG worklist if it's unexecuted, or
98 * @param ssaBlock Block to add
200 * Simulate a block and note the results in the lattice.
201 * @param block Block to visit
203 private void simulateBlock(SsaBasicBlock block) {
204 for (SsaInsn insn : block.getInsns()) {
214 * Simulate the phis in a block and note the results in the lattice.
215 * @param block Block to visi
340 SsaBasicBlock block = insn.getBlock(); local
553 SsaBasicBlock block = cfgWorklist.remove(listSize); local
559 SsaBasicBlock block = cfgPhiWorklist.remove(listSize); local
659 SsaBasicBlock block = insn.getBlock(); local
    [all...]
SsaRenamer.java 58 * a mapping table for the current block being processed. Once the
59 * current block has been processed, this mapping table is then copied
79 * indexed by block index; register version state for each block start.
142 // Initial state for entry block
163 // Rename each block in dom-tree DFS order.
165 public void visitBlock (SsaBasicBlock block,
167 new BlockRenamer(block).process();
274 * Processes all insns in a block and renames their registers
278 /** {@code non-null;} block we're processing. *
279 private final SsaBasicBlock block; field in class:SsaRenamer.BlockRenamer
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 169 Block block = e.begin_block(); local
191 block.end();
192 EmitUtils.wrap_throwable(block, INVOCATION_TARGET_EXCEPTION);
  /art/compiler/optimizing/
register_allocator_test.cc 469 HBasicBlock* block = new (allocator) HBasicBlock(graph); local
470 graph->AddBlock(block);
471 entry->AddSuccessor(block);
482 block->AddInstruction(test);
483 block->AddInstruction(new (allocator) HIf(test));
491 block->AddSuccessor(then);
492 block->AddSuccessor(else_);
622 HBasicBlock* block = new (allocator) HBasicBlock(graph); local
623 graph->AddBlock(block);
624 entry->AddSuccessor(block);
701 HBasicBlock* block = new (allocator) HBasicBlock(graph); local
772 HBasicBlock* block = new (allocator) HBasicBlock(graph); local
832 HBasicBlock* block = new (&allocator) HBasicBlock(graph); local
    [all...]
ssa_builder.cc 83 HBasicBlock* block = it.Current(); local
84 for (HInstructionIterator it_phis(block->GetPhis()); !it_phis.Done(); it_phis.Advance()) {
239 HBasicBlock* block = it.Current(); local
240 if (block->IsLoopHeader()) {
241 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
248 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
  /bionic/libc/kernel/uapi/linux/
i2c.h 76 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
  /bootable/recovery/
fuse_sideload.cpp 82 uint32_t block_size; // block size that the adb host is using to send the file to us
88 uint32_t curr_block; // cache the block most recently read from the host
91 uint8_t* extra_block; // another block of storage for reads that
94 uint8_t* hashes; // SHA-256 hash of each block (all zeros
95 // if block hasn't been read yet)
237 // Fetch a block from the host into fd->curr_block and fd->block_data.
239 static int fetch_block(struct fuse_data* fd, uint32_t block) {
240 if (block == fd->curr_block) {
244 if (block >= fd->file_blocks) {
246 fd->curr_block = block;
321 uint32_t block = offset \/ fd->block_size; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 41 /** {@code non-null;} block output order */
44 /** {@code non-null;} address objects for each block */
52 * @param order {@code non-null;} block output order
53 * @param addresses {@code non-null;} address objects for each block
85 BasicBlock block = blocks.get(i); local
86 TypeList catches = block.getLastInsn().getCatches();
102 BasicBlock block = blocks.get(i); local
103 TypeList catches = block.getLastInsn().getCatches();
118 * @param order {@code non-null;} block output order
119 * @param addresses {@code non-null;} address objects for each block
133 BasicBlock block = blocks.labelToBlock(order[i]); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label); local
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 40 /** {@code non-null;} block output order */
43 /** {@code non-null;} address objects for each block */
51 * @param order {@code non-null;} block output order
52 * @param addresses {@code non-null;} address objects for each block
84 BasicBlock block = blocks.get(i); local
85 TypeList catches = block.getLastInsn().getCatches();
101 BasicBlock block = blocks.get(i); local
102 TypeList catches = block.getLastInsn().getCatches();
117 * @param order {@code non-null;} block output order
118 * @param addresses {@code non-null;} address objects for each block
132 BasicBlock block = blocks.labelToBlock(order[i]); local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label); local
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
  /dalvik/libdex/
sha1.cpp 114 #define blk0(i) (block->l[i]=(rol(block->l[i],24)&0xFF00FF00) \
115 |(rol(block->l[i],8)&0x00FF00FF))
117 #define blk0(i) block->l[i]
119 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
120 ^block->l[(i+2)&15]^block->l[i&15],1))
130 /* Hash a single 512-bit block. This is the core of the algorithm. *
140 CHAR64LONG16* block; local
    [all...]

Completed in 4659 milliseconds

<<11121314151617181920>>