/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_memory_multi.c | 16 HMAC support, process multiple blocks of memory, Tom St Denis/Dobes Vandermeer 22 HMAC multiple blocks of memory to produce the authentication tag
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_memory_multi.c | 16 OMAC1 support, process multiple blocks of memory, Tom St Denis 22 OMAC multiple blocks of memory
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_memory_multi.c | 16 PMAC implementation, process multiple blocks of memory, by Tom St Denis 22 PMAC multiple blocks of memory
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory_multi.c | 16 XCBC support, process multiple blocks of memory, Tom St Denis 22 XCBC multiple blocks of memory
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 228 fprintf(f, "Free blocks: %u\n", sb->s_free_blocks_count); 234 fprintf(f, "Reserved GDT blocks: %u\n", 236 fprintf(f, "Blocks per group: %u\n", sb->s_blocks_per_group); 239 fprintf(f, "Inode blocks per group: %u\n", inode_blocks_per_group); 292 fprintf(f, "Reserved blocks uid: "); 294 fprintf(f, "Reserved blocks gid: "); 329 fprintf(f, "inode blocks\n"); 340 fprintf(f, "Snapshot reserved blocks: %llu\n",
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_sb.c | 33 * blocks assuming that inode table and allocation bitmaps will be in 38 * numbers, we should probably return the number of blocks used by the
|
/external/e2fsprogs/tests/f_filetype/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 48 test_filesys: 17/64 files (0.0% non-contiguous), 27/100 blocks
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
HDRRenderer.java | 175 Vector2f blocks = new Vector2f();
local 180 blocks.set(blockSize.x / pixelSize.x,
182 numPixels = blocks.x * blocks.y;
185 blocks.set(blockSize.x / pixelSize.x,
187 numPixels = blocks.x * blocks.y;
191 mat.setBoolean("Blocks", true);
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 73 unsigned int blocks; /* number of blocks */ member in struct:mmc_data
|
/external/libvpx/libvpx/tools/ |
wrap-commit-msg.py | 13 that start with whitespace. This allows you to intersperse blocks with 14 special formatting, like code blocks, with written prose. The prose will
|
/external/libvpx/libvpx/vp8/common/ |
mbpitch.c | 56 for (block = 0; block < 16; block++) /* y blocks */ 62 for (block = 16; block < 20; block++) /* U and V blocks */
|
/external/llvm/docs/CommandGuide/ |
llvm-bcanalyzer.rst | 82 The size, in bytes, of all the function blocks. Percentage is relative to File 92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File 124 **Number Of Bitcode Blocks** 126 The total number of blocks of any kind in the bitcode file. 140 **Number Of Basic Blocks** 142 The total number of basic blocks defined in all functions in the bitcode file. 245 **Basic Blocks** 247 The number of basic blocks defined by the function.
|
/external/llvm/lib/Analysis/ |
Trace.cpp | 10 // This class represents a single trace of LLVM basic blocks. A trace is a 37 O << "; Trace from function " << F->getName() << ", blocks:\n";
|
/external/llvm/test/Transforms/LoopSimplify/ |
2003-12-10-ExitBlocksProblem.ll | 1 ; LoopSimplify is breaking LICM on this testcase because the exit blocks from 2 ; the loop are reachable from more than just the exit nodes: the exit blocks
|
/external/llvm/unittests/Transforms/Utils/ |
Local.cpp | 24 // Make blocks 41 // Make sure the blocks only contain the branches
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
memory_pool.h | 30 * cost of being unable to explicitly free one of the allocated blocks. 41 struct memory_block * blocks; member in struct:memory_pool
|
/external/regex-re2/re2/ |
unicode_casefold.h | 26 // In addition to blocks that map to each other (A-Z mapping to a-z) 27 // there are blocks of pairs that individually map to each other
|
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/ |
InitStaticCode.java | 21 * filesystem, the static blocks of some classes have to be inited manually. 48 throw new IllegalStateException("Could not init static class blocks", e);
|
/external/smack/src/org/jivesoftware/smackx/ |
InitStaticCode.java | 21 * filesystem, the static blocks of some classes have to be inited manually. 48 throw new IllegalStateException("Could not init static class blocks", e);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
Instruction.java | 39 * Returns the size of this instruction in code blocks, assuming the instruction is located at the given address 41 * @return The size of this instruction in code blocks
|
/external/stressapptest/src/ |
queue.h | 18 // used to hold data blocks and patterns. 19 // The order in which the blocks are returned is random.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_SADQuar_16x.c | 12 * This function will calculate SAD of pSrc with average of two Ref blocks 29 * of the other two (pSrcRef0 and pSrcRef1) for 16x16 or 16x8 blocks.
|
omxVCM4P10_SADQuar_8x.c | 12 * This function will calculate SAD of pSrc with average of two Ref blocks 29 * of the other two (pSrcRef0 and pSrcRef1) for 8x16, 8x8, or 8x4 blocks.
|
/ndk/docs/tools/ |
README | 55 spaces. This is to avoid modifying what will end up into code blocks in 58 In other words, use 8, not 4 spaces to begin code blocks. This will
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
statvfs.h | 30 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ 39 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */
|