| /external/openssl/crypto/md5/asm/ |
| md5-x86_64.pl | 142 # rdx = arg #3 (nbr, number of 16-word blocks to process) 160 # BEGIN of loop over 16-word blocks 245 # END of loop over 16-word blocks
|
| /external/proguard/src/proguard/optimize/ |
| Optimizer.java | 646 // Share common blocks of code at branches. [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| jcmaster.c | 100 /* Size in DCT blocks */ 360 /* Sampling factors give # of blocks of component in each MCU */ 365 /* Figure number of non-dummy blocks in last MCU column & row */
|
| /external/qemu/tcg/ |
| README | 59 * Basic blocks 61 - Basic blocks end after branches (e.g. brcond_i32 instruction), 63 - Basic blocks start after the end of a previous basic block, or at a
|
| /external/valgrind/main/exp-bbv/ |
| bbv_main.c | 418 /* valgrind uses superblocks (not basic blocks) by default */ 490 /* expand the inst_counter on all allocated basic blocks */ 526 /* Try a closer approximation of basic blocks */
|
| /external/webp/src/enc/ |
| iterator.c | 326 // Intra4x4 sub-blocks iteration 329 // are updated as we iterate and reconstructs each intra4x4 blocks in turn. 401 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
|
| /external/yaffs2/yaffs2/ |
| yaffs_guts.h | 105 * EFFFFF00 allows the allocation of 8 blocks per second (~1Mbytes) for 15 years, 536 /* reserved blocks on NOR and RAM. */ 545 int nCheckpointReservedBlocks; /* Blocks to reserve for checkpoint data */
|
| /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
| pp_semaphore_chroma_inter.cpp | 31 mvwidth = number of blocks per row in the luminance VOP (int) 169 /* Since total number of chrominance blocks per row in a VOP */ 170 /* is half of the total number of luminance blocks per row in a */
|
| /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
| InteractionController.java | 173 * Send keys and blocks until the first specified accessibility event. 227 * Click at coordinates and blocks until either accessibility event TYPE_WINDOW_CONTENT_CHANGED 339 * Handle swipes in any direction where the result is a scroll event. This call blocks
|
| /libcore/luni/src/main/java/java/util/concurrent/atomic/ |
| Fences.java | 14 * instances of atomic classes, using {@code synchronized} blocks or 294 * synchronized (this)} blocks. (Further, such blocks must not include
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| function.h | 746 /* Identify BLOCKs referenced by more than one NOTE_INSN_BLOCK_{BEG,END}, 747 and create duplicate blocks. */ 750 /* Set BLOCK_NUMBER for all the blocks in FN. */
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| function.h | 746 /* Identify BLOCKs referenced by more than one NOTE_INSN_BLOCK_{BEG,END}, 747 and create duplicate blocks. */ 750 /* Set BLOCK_NUMBER for all the blocks in FN. */
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| function.h | 746 /* Identify BLOCKs referenced by more than one NOTE_INSN_BLOCK_{BEG,END}, 747 and create duplicate blocks. */ 750 /* Set BLOCK_NUMBER for all the blocks in FN. */
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| function.h | 746 /* Identify BLOCKs referenced by more than one NOTE_INSN_BLOCK_{BEG,END}, 747 and create duplicate blocks. */ 750 /* Set BLOCK_NUMBER for all the blocks in FN. */
|
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyCFG.cpp | 125 // conflicting incoming values from the two switch blocks. [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
| omxVC.h | 57 * This function calculates the average of two 8x4, 8x8, or 8x16 blocks. The 69 * iHeight - Height of the blocks 105 * This function calculates the average of two 16x16 or 16x8 blocks. The 117 * iHeight - Height of the blocks 408 * This function calculates the SAD for 16x16 and 16x8 blocks. 451 * This function calculates the SAD for 8x16, 8x8, 8x4 blocks. [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
| omxVC.h | 57 * This function calculates the average of two 8x4, 8x8, or 8x16 blocks. The 69 * iHeight - Height of the blocks 105 * This function calculates the average of two 16x16 or 16x8 blocks. The 117 * iHeight - Height of the blocks 408 * This function calculates the SAD for 16x16 and 16x8 blocks. 451 * This function calculates the SAD for 8x16, 8x8, 8x4 blocks. [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
| omxVC.h | 57 * This function calculates the average of two 8x4, 8x8, or 8x16 blocks. The 69 * iHeight - Height of the blocks 105 * This function calculates the average of two 16x16 or 16x8 blocks. The 117 * iHeight - Height of the blocks 408 * This function calculates the SAD for 16x16 and 16x8 blocks. 451 * This function calculates the SAD for 8x16, 8x8, 8x4 blocks. [all...] |
| /docs/source.android.com/src/source/ |
| code-style.jd | 151 <p>Catch each exception separately as separate catch blocks after a single 153 Beware repeating too much code in the catch blocks.</li></p> 157 try blocks. Split up the IO from the parsing, handle errors separately in each 386 <p>We use 4 space indents for blocks. We never use tabs. When in doubt, be 692 enclosed by if blocks that allow to disable it entirely at compile-time.</p>
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| MemRegion.h | 587 /// BlockTextRegion - A region that represents code texts of blocks (closures). 588 /// Blocks are represented with two kinds of regions. BlockTextRegions 589 /// represent the "code", while BlockDataRegions represent instances of blocks, 629 /// Blocks are represented with two kinds of regions. BlockTextRegions 630 /// represent the "code", while BlockDataRegions represent instances of blocks, [all...] |
| /external/clang/lib/CodeGen/ |
| CGCleanup.cpp | 373 /// Pops cleanup blocks until the given savepoint is reached. 390 /// Pops cleanup blocks until the given savepoint is reached, then add the 430 /// simplified/optimized for the tighter constraints on cleanup blocks. 455 // Merge the blocks. 517 /// Optimistic fixup branches can cause these blocks to come into [all...] |
| /external/clang/lib/Rewrite/Frontend/ |
| RewriteObjC.cpp | 122 SmallVector<BlockExpr *, 32> Blocks; [all...] |
| /external/dropbear/libtomcrypt/ |
| crypt.tex | [all...] |
| /external/e2fsprogs/e2fsck/ |
| pass2.c | 13 * blocks in the inodes: 27 * To minimize disk seek time, the directory blocks are processed in 174 * Find all of the first and last leaf blocks, and 310 * This is special sort function that makes sure that directory blocks 744 * deleted in the duplicate/bad blocks pass. [all...] |
| /external/jpeg/ |
| jmemmgr.c | 125 * array control blocks being linked together are actually stored somewhere 144 * The control blocks for virtual arrays. 145 * Note that these blocks are allocated in the "small" pool area. 386 * blocks, we allocate the sample rows in groups of as many rows as possible 500 * The request routines create control blocks but not the in-memory buffers. [all...] |