HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 951 - 975 of 10005) sorted by null

<<31323334353637383940>>

  /system/update_engine/payload_generator/
graph_types.h 38 // Read-before extents. I.e., blocks in |extents| must be read by the
40 // overwrites these blocks).
43 // Write before extents. I.e., blocks in |write_extents| must be written
  /tools/test/connectivity/tools/lab/
README.md 21 total: total space in 1k blocks (int)
22 used: total used in 1k blocks (int)
23 avail: total available in 1k blocks (int)
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
45 #define EXT2_BAD_INO 1 /* Bad blocks inode */
147 * Structure of a blocks group descriptor
151 __u32 bg_block_bitmap; /* Blocks bitmap block */
154 __u16 bg_free_blocks_count; /* Free blocks count */
166 * Structure of a blocks group descriptor
170 __u32 bg_block_bitmap; /* Blocks bitmap block */
173 __u16 bg_free_blocks_count; /* Free blocks count */
182 __u32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
185 __u16 bg_free_blocks_count_hi;/* Free blocks count MSB *
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 513 public int blocks = 0; field in class:DropBoxManagerService.FileList
518 if (blocks != o.blocks) return o.blocks - blocks;
538 public final int blocks; field in class:DropBoxManagerService.EntryFile
577 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize);
592 this.blocks = 0;
650 this.blocks = 0;
654 this.blocks = (int) ((file.length() + blockSize - 1) / blockSize)
    [all...]
  /external/libjpeg-turbo/
jccoefct.c 47 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
49 * current MCU's blocks within the virtual arrays.
159 * Each call on forward_DCT processes a horizontal row of DCT blocks
160 * as wide as an MCU; we rely on having allocated the MCU_buffer[] blocks
161 * sequentially. Dummy blocks at the right or bottom edge are filled in
182 /* Create some dummy blocks at the right edge of the image. */
190 /* Create a row of dummy blocks at the bottom of the image. */
228 * and saved into the virtual arrays. We also generate suitable dummy blocks
229 * as needed at the right and lower edges. (The dummy blocks are constructed
231 * it possible for subsequent passes not to worry about real vs. dummy blocks
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jccoefct.c 44 * workspace of C_MAX_BLOCKS_IN_MCU coefficient blocks, and reuse it for each
48 * In multi-pass modes, this array points to the current MCU's blocks
159 * Each call on forward_DCT processes a horizontal row of DCT blocks
160 * as wide as an MCU; we rely on having allocated the MCU_buffer[] blocks
161 * sequentially. Dummy blocks at the right or bottom edge are filled in
182 /* Create some dummy blocks at the right edge of the image. */
190 /* Create a row of dummy blocks at the bottom of the image. */
228 * and saved into the virtual arrays. We also generate suitable dummy blocks
229 * as needed at the right and lower edges. (The dummy blocks are constructed
231 * it possible for subsequent passes not to worry about real vs. dummy blocks
    [all...]
  /external/clang/test/OpenMP/
task_firstprivate_codegen.cpp 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
99 #elif defined(BLOCKS)
100 // BLOCKS: [[G:@.+]] = global double
101 // BLOCKS-LABEL: @main
102 // BLOCKS: call void {{%.+}}(i8
104 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8*
105 // BLOCKS: [[RES:%.+]] = call i8* @__kmpc_omp_task_alloc(%{{[^ ]+}} @{{[^,]+}}, i32 %{{[^,]+}}, i32 1, i64 56, i64 16, i32 (i32, i8*)* bitcast (i32 (i32, %{{[^*]+}}*)* [[TASK_ENTRY:@[^ ]+]] to i32 (i32, i8*)*))
106 // BLOCKS: [[PRIVATES:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* %{{.+}}, i{{.+}} 0, i{{.+}} 1
107 // BLOCKS: [[G_PRIVATE_ADDR:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* [[PRIVATES]], i{{.+}} 0, i{{.+}} 0
108 // BLOCKS: [[G_ADDR_REF:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* %{{.+}}, i{{.+}} 0, i{{.+}}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
26 (blocks[start]==blocks[start+bytes-1])
245 unsigned int *blocks = PyMem_New(unsigned int, len); local
248 if (blocks == NULL) {
252 memset(blocks, 0, len*sizeof(int));
271 blocks[j] = 1;
277 blockcnt += blocks[i]; /* increment blockcnt over labels */
278 blocks[i] = blockcnt;
280 return blocks;
310 unsigned int *blocks = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
26 (blocks[start]==blocks[start+bytes-1])
256 unsigned int *blocks = (unsigned int *)PyMem_Malloc(len*sizeof(int)); local
259 if (blocks == NULL) {
263 memset(blocks, 0, len*sizeof(int));
282 blocks[j] = 1;
288 blockcnt += blocks[i]; /* increment blockcnt over labels */
289 blocks[i] = blockcnt;
291 return blocks;
321 unsigned int *blocks = NULL; local
    [all...]
  /external/e2fsprogs/ext2ed/
ext2.descriptors 55 * Structure of a blocks group descriptor
60 __u32 bg_block_bitmap; /* Blocks bitmap block */
63 __u16 bg_free_blocks_count; /* Free blocks count */
85 __u32 i_blocks; /* Blocks count */
88 __u32 i_block[0]; /* Pointers to blocks */
89 __u32 i_block[1]; /* Pointers to blocks */
90 __u32 i_block[2]; /* Pointers to blocks */
91 __u32 i_block[3]; /* Pointers to blocks */
92 __u32 i_block[4]; /* Pointers to blocks */
93 __u32 i_block[5]; /* Pointers to blocks */
    [all...]
  /external/python/cpython2/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
26 (blocks[start]==blocks[start+bytes-1])
245 unsigned int *blocks = PyMem_New(unsigned int, len); local
248 if (blocks == NULL) {
252 memset(blocks, 0, len*sizeof(int));
271 blocks[j] = 1;
277 blockcnt += blocks[i]; /* increment blockcnt over labels */
278 blocks[i] = blockcnt;
280 return blocks;
310 unsigned int *blocks = NULL; local
    [all...]
  /external/valgrind/memcheck/docs/
mc-manual.xml 23 heap blocks, overrunning the top of the stack, and accessing memory after
34 blocks, or mismatched use of
172 <para>The contents of heap blocks (allocated with
269 <para>Memcheck keeps track of the blocks allocated by your program
347 xreflabel="Overlapping source and destination blocks">
348 <title>Overlapping source and destination blocks</title>
357 The blocks pointed to by their <computeroutput>src</computeroutput> and
371 <para>You don't want the two blocks to overlap because one of them could
436 <para>Memcheck keeps track of all heap blocks issued in response to
439 So when the program exits, it knows which blocks have not been freed
    [all...]
  /art/compiler/optimizing/
block_builder.cc 47 // enter/exit the try blocks are a result of branches/switches.
77 // Iterate over all instructions and find branching instructions. Create blocks for
91 // Create N-1 blocks where we will insert comparisons of the input value
209 // catch blocks and makes them successors of `try_boundary`. The order of
223 DCHECK_NE(catch_block->GetDexPc(), kNoDexPc) << "Should not be called on synthetic blocks";
225 << "Basic blocks must have been created and connected";
228 << "TryBoundary blocks must not have not been created yet";
254 // Keep a map of all try blocks and their respective TryItems. We do not use
259 // Obtain TryItem information for blocks with throwing instructions, and split
260 // blocks which are both try & catch to simplify the graph
    [all...]
builder.cc 81 // 1) Create basic blocks and link them together. Basic blocks are left
82 // unpopulated with the exception of synthetic blocks, e.g. HTryBoundaries.
99 // 4) Populate basic blocks with instructions.
  /art/test/964-default-iface-init-gen/src/
Displayer.java 16 // This class is b/c java does not allow static {} blocks in interfaces.
  /art/tools/dexfuzz/src/dexfuzz/program/
MTryBlock.java 22 * Tracks where try blocks start and end.
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 55 } else if (arg.equals("--basic-blocks")) {
57 } else if (arg.equals("--rop-blocks")) {
61 } else if (arg.equals("--ssa-blocks")) {
128 // --optimize ignored with --ssa-blocks
  /dalvik/dx/tests/031-bb-dead-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/032-bb-live-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /dalvik/dx/tests/085-dex-jsr-ret/
run 18 dx --dump --rop-blocks blort.class
  /dalvik/dx/tests/086-ssa-edge-split/
run 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
  /dalvik/dx/tests/087-ssa-local-vars/
run 18 dx --dump --ssa-blocks Blort.class
  /dalvik/dx/tests/088-ssa-combine-blocks/
run 18 dx --dump --width=1000 --optimize --rop-blocks Blort.class
  /dalvik/dx/tests/091-ssa-const-collector/
run 18 dx --dump --optimize --rop-blocks Blort.class

Completed in 4001 milliseconds

<<31323334353637383940>>