HomeSort by relevance Sort by last modified time
    Searched refs:blocks (Results 76 - 100 of 809) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 106 size_t i, j, blocks; local
119 blocks = len / AES_BLOCK_SIZE;
120 for (i = 0; i < blocks; i++) {
133 blocks = len / 8;
134 for (i = 0; i < blocks; i++) {
147 blocks = len / 8;
148 for (i = 0; i < blocks; i++) {
169 size_t i, j, blocks; local
183 blocks = len / AES_BLOCK_SIZE;
184 for (i = 0; i < blocks; i++)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_rc4.c 167 const void *inp, size_t blocks);
178 size_t rc4_off, md5_off, blocks; local
221 if (in_len > md5_off && (blocks = (in_len - md5_off) / MD5_CBLOCK) &&
227 /* Process the next |blocks| blocks of plaintext with stitched routines. */
229 blocks);
230 blocks *= MD5_CBLOCK;
231 rc4_off += blocks;
232 md5_off += blocks;
233 md.Nh += blocks >> 29
274 size_t rc4_off, md5_off, blocks; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 31 private final BasicBlockList blocks; field in class:LocalVariableExtractor
36 /** {@code non-null;} work set indicating blocks needing to be processed */
60 BasicBlockList blocks = method.getBlocks(); local
61 int maxLabel = blocks.getMaxLabel();
64 this.blocks = blocks;
93 BasicBlock block = blocks.labelToBlock(label);
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 31 private final BasicBlockList blocks; field in class:LocalVariableExtractor
36 /** {@code non-null;} work set indicating blocks needing to be processed */
60 BasicBlockList blocks = method.getBlocks(); local
61 int maxLabel = blocks.getMaxLabel();
64 this.blocks = blocks;
93 BasicBlock block = blocks.labelToBlock(label);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 31 private final BasicBlockList blocks; field in class:LocalVariableExtractor
36 /** {@code non-null;} work set indicating blocks needing to be processed */
60 BasicBlockList blocks = method.getBlocks(); local
61 int maxLabel = blocks.getMaxLabel();
64 this.blocks = blocks;
93 BasicBlock block = blocks.labelToBlock(label);
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 71 TypedBlock[] blocks = TypedBlock.makeBlocks(minfo, ca, false);
73 mm.make(blocks, ca.getCode());
74 for (int i = 0; i < blocks.length; i++)
75 System.out.println(blocks[i]);
91 TypedBlock[] blocks = TypedBlock.makeBlocks(minfo, ca, true);
92 if (blocks == null)
96 mm.make(blocks, ca.getCode());
97 return mm.toStackMap(blocks);
112 TypedBlock[] blocks = TypedBlock.makeBlocks(minfo, ca, true);
113 if (blocks == null
    [all...]
Liveness.java 34 public void compute(CodeIterator ci, TypedBlock[] blocks, int maxLocals,
38 computeUsage(ci, blocks, maxLocals);
40 useAllArgs(blocks, args);
42 computeLiveness1(blocks[0]);
43 while (hasChanged(blocks))
44 computeLiveness2(blocks[0]);
47 private void useAllArgs(TypedBlock[] blocks, TypeData[] args) {
48 for (int k = 0; k < blocks.length; k++) {
49 byte[] usage = blocks[k].localsUsage;
192 private boolean hasChanged(TypedBlock[] blocks) {
    [all...]
  /external/markdown/markdown/
blockprocessors.py 5 This parser handles basic parsing of Markdown blocks. It doesn't concern itself
7 blocks, lists, quotes, etc.
11 as they need to alter how markdown blocks are parsed.
80 def run(self, parent, blocks):
95 the list of blocks.
100 * ``blocks``: A list of all remaining blocks of the document.
129 def run(self, parent, blocks):
130 block = blocks.pop(0)
187 """ Process code blocks. ""
    [all...]
  /external/valgrind/main/memcheck/tests/
trivialleak.stderr.exp 1 1,000 bytes in 1,000 blocks are definitely lost in loss record ... of ...
  /bionic/libc/kernel/uapi/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /development/ndk/platforms/android-L/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-oina.c 44 OI_UINT8 blocks,
70 if (blocks > SBC_BLOCKS_16) {
86 context->common.frameInfo.blocks = blocks;
  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.h 57 // blocks is a vector of block sizes. The resulting matrix has
58 // blocks.size() * blocks.size() cells.
59 explicit BlockRandomAccessDenseMatrix(const vector<int>& blocks);
  /external/chromium_org/crypto/
encryptor.cc 68 size_t blocks = (plaintext_len + kBlockLength - 1) / kBlockLength; local
69 CHECK(blocks);
71 *mask_len = blocks * kBlockLength;
73 for (size_t i = 0; i < blocks; ++i) {
  /external/chromium_org/v8/src/
hydrogen-dehoist.cc 56 const ZoneList<HBasicBlock*>* blocks(graph()->blocks());
57 for (int i = 0; i < blocks->length(); ++i) {
58 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
hydrogen-infer-types.h 21 InferTypes(0, graph()->blocks()->length() - 1);
  /external/clang/tools/libclang/
Index_Internal.h 23 #if __has_feature(blocks)
28 // If we are compiled with a compiler that doesn't have native blocks support,
41 #endif // !__has_feature(blocks)
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 18 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/mmc/
ioctl.h 32 unsigned int blocks; member in struct:mmc_ioc_cmd
  /external/qemu/distrib/ext4_utils/src/
allocate.h 48 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
49 int advance_blocks(struct block_allocation *alloc, int blocks);
50 int advance_oob_blocks(struct block_allocation *alloc, int blocks);

Completed in 1077 milliseconds

1 2 34 5 6 7 8 91011>>