/external/grub/stage2/ |
fsys_vstafs.c | 81 a = FILE_INFO->blocks; 198 a = FILE_INFO->blocks;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toy.ml | 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toy.ml | 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
|
/external/markdown/markdown/extensions/ |
codehilite.py | 7 Adds code/syntax highlighting to standard Python-Markdown code blocks. 179 """ Hilight source code in code blocks. """ 182 """ Find code blocks and store in htmlStash. """ 183 blocks = root.getiterator('pre') 184 for block in blocks:
|
imagelinks.py | 46 blocks = []
|
/external/valgrind/main/memcheck/tests/ |
badjump.stderr.exp | 19 in use at exit: ... bytes in ... blocks
|
noisy_child.stderr.exp | 17 in use at exit: ... bytes in ... blocks
|
partial_load_ok.stderr.exp | 22 in use at exit: ... bytes in ... blocks
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.stderr.exp | 16 in use at exit: ... bytes in ... blocks
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
hisser2.m | 7 % blockSize = histogram over blocksize blocks
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
hisser2.m | 7 % blockSize = histogram over blocksize blocks
|
updateSettings.m | 11 delayStruct.maxDelayb = floor(setupStruct.samplingfreq*delayStruct.maxDelay/setupStruct.updatel); % in blocks 21 setupStruct.nb = n/blockLen - setupStruct.oversampling + 1; % in blocks
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
FileUtils.java | 61 private long blocks; field in class:FileUtils.FileStatus
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 53 /** whether or not to registerize (make rop blocks) */ 79 * @param rop whether or not to registerize (make rop blocks) 300 BasicBlockList blocks = rmeth.getBlocks(); local 301 int[] order = blocks.getLabelsInOrder(); 306 BasicBlock bb = blocks.get(blocks.indexOfLabel(label));
|
DotDumper.java | 132 BasicBlockList blocks = rmeth.getBlocks(); local 134 int sz = blocks.size(); 136 BasicBlock bb = blocks.get(i);
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 73 unsigned int blocks; /* number of blocks */ member in struct:mmc_data
|
/external/kernel-headers/original/linux/raid/ |
md.h | 84 extern void md_done_sync(mddev_t *mddev, int blocks, int ok);
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 62 ULong blocks; member in struct:vg_stat
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 123 unsigned blocks; /* Kb of disk used by file */ 283 unsigned blocks; /* total blocks in file system */ 284 unsigned bfree; /* free blocks in fs */ 285 unsigned bavail; /* free blocks avail to non-superuser */
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 39 Allocating blocks in the same block group as the file inode 215 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local 216 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); 230 u32 blocks = DIV_ROUND_UP(info.len, info.block_size); local 231 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); 323 printf(" Blocks per group: %d\n", info.blocks_per_group); 326 printf(" Journal blocks: %d\n", info.journal_blocks); 331 printf(" Blocks: %llu\n", aux_info.len_blocks); 363 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 32 // blocks for block coverage reporting 219 final int [] blocks = (int []) m_lineMap.get (lines [l]); local 220 for (int bl = 0; bl < blocks.length; ++ bl) 223 s.append (blocks [bl]);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 220 /* Get number of blocks, looping if we're not using select() */ 227 } while ( frame_ticks && (info.blocks < 1) ); 229 if ( info.blocks > 1 ) { 230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1);
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLUnderOver.cpp | 64 // look through the children for rendered elements counting the blocks so we know what child 66 int blocks = 0; local 69 blocks++; 73 switch (blocks) {
|