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

<<31323334353637383940>>

  /external/valgrind/gdbserver_tests/
mcblocklistsearch.stderrB.exp 15 16 bytes in 1 blocks are still reachable in loss record ... of ...
20 16 bytes in 1 blocks are still reachable in loss record ... of ...
25 16 bytes in 1 blocks are still reachable in loss record ... of ...
30 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
35 16 bytes in 1 blocks are indirectly lost in loss record ... of ...
40 16 bytes in 1 blocks are definitely lost in loss record ... of ...
45 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
51 16 bytes in 1 blocks are definitely lost in loss record ... of ...
58 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /system/extras/ext4_utils/
extent.c 83 u64 blocks; local
88 error("Failed to allocate %d blocks\n", block_len + 1);
96 error("Failed to allocate %d blocks\n",
185 blocks = (u64)block_len * info.block_size / 512;
190 inode->i_blocks_lo = blocks;
191 inode->osd2.linux2.l_i_blocks_high = blocks >> 32;
198 /* Allocates enough blocks to hold len bytes, with backing_len bytes in a data
224 /* Allocates enough blocks to hold len bytes, queues them to be written
258 /* Allocates enough blocks to hold len bytes and connects them to an inode */
allocate.h 87 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
88 int advance_blocks(struct block_allocation *alloc, int blocks);
89 int advance_oob_blocks(struct block_allocation *alloc, int blocks);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 81 BasicBlockList blocks = method.getBlocks(); local
82 int size = blocks.size();
85 BasicBlock block = blocks.get(i);
98 BasicBlockList blocks = method.getBlocks(); local
99 int size = blocks.size();
102 BasicBlock block = blocks.get(i);
125 BasicBlockList blocks = method.getBlocks(); local
133 BasicBlock block = blocks.labelToBlock(order[i]);
138 * placement of blocks that can't throw with respect
139 * to the blocks that *can* throw
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 80 BasicBlockList blocks = method.getBlocks(); local
81 int size = blocks.size();
84 BasicBlock block = blocks.get(i);
97 BasicBlockList blocks = method.getBlocks(); local
98 int size = blocks.size();
101 BasicBlock block = blocks.get(i);
124 BasicBlockList blocks = method.getBlocks(); local
132 BasicBlock block = blocks.labelToBlock(order[i]);
137 * placement of blocks that can't throw with respect
138 * to the blocks that *can* throw
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/
NorFlashArmVExpress.c 48 SIZE_64KB * 3, //FIXME: Set 3 blocks because I did not succeed to copy 4 blocks into the ARM Versatile Express NOR Flash in the last NOR Flash. It should be 4 blocks
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiZeroMemSSE2.c 71 ; Compute how many 64-byte blocks we can clear
76 shr ecx, 6 ; and this is how many 64-byte blocks
78 ; If no 64-byte blocks, then skip
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EraseBlock.h 37 Erase a specified number of device blocks.
79 /// blocks. A value of 1 means the erase granularity is one logical
84 /// Erase the requested number of blocks from the device.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioBlk.h 29 UINT8 PhysicalBlockExp; // # of logical blocks per physical block (log2)
31 UINT16 MinIoSize; // suggested minimum I/O size in blocks
32 UINT32 OptIoSize; // optimal (suggested maximum) I/O size in blocks
  /external/boringssl/src/crypto/evp/
scrypt.c 23 * Note scrypt refers to both "blocks" and a "block size" parameter, r. These
24 * are two different notions of blocks. A Salsa20 block is 64 bytes long,
26 * number of 64-byte Salsa20 blocks in a scryptBlockMix block, which is 2 * |r|
27 * Salsa20 blocks. This implementation refers to them as Salsa20 blocks and
28 * scrypt blocks, respectively. */
93 * block (2 * |r| Salsa20 blocks) long. */
109 * an scrypt block (2 * |r| Salsa20 blocks) and is modified in-place. |T| and
111 * scrypt block (2 * |r| Salsa20 blocks). |V| must have space for |N| scrypt
112 * blocks (2 * |r| * |N| Salsa20 blocks). *
    [all...]
  /external/clang/test/Analysis/
blocks.mm 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core -fblocks -analyzer-opt-analyze-nested-blocks -verify -x objective-c++ %s
2 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -analyze -analyzer-checker=core,debug.DumpCFG -fblocks -analyzer-opt-analyze-nested-blocks %s > %t 2>&1
68 // CHECK-NEXT: 3: StructWithCopyConstructor s(5) __attribute__((blocks("byref")));
  /external/clang/test/Frontend/
opencl.cl 15 #if __OPENCL_C_VERSION__ < CL_VERSION_2_0 && !defined(BLOCKS)
16 // expected-error@-3{{blocks support disabled - compile with -fblocks or for OpenCL 2.0 or above}}
21 // expected-error@-8{{blocks support disabled - compile with -fblocks or pick a deployment target that supports them}}
  /external/clang/test/Profile/
c-unprofiled-blocks.c 0 // Blocks that we have no profile data for (ie, it was never reached in training
4 // RUN: llvm-profdata merge %S/Inputs/c-unprofiled-blocks.proftext -o %t.profdata
5 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-unprofiled-blocks.c %s -o - -emit-llvm -fprofile-instrument-use-path=%t.profdata | FileCheck -check-prefix=PGOUSE %s
  /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/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 34 IndexT blocks[N]; local
38 blocks[i] = idx;
45 IndexT idx = blocks[i];
  /external/e2fsprogs/e2fsck/
CHANGES 3 Add new options -l and -L, to append to and modify the bad-blocks list.
41 e2fsck will now move bad blocks found in the inode bitmaps, block
42 bitmaps, and in the inode tables. (Can't handle bad blocks found in
  /external/e2fsprogs/misc/
e4defrag.8.in 20 The targeted file gets more contiguous blocks and improves the file access
63 in indirect blocks. When
70 application. Since the contents of file blocks are copied using the
  /external/e2fsprogs/tests/f_yes/
expect 1 Pass 1: Checking inodes, blocks, and sizes
38 Free blocks count wrong for group #0 (0, counted=494).
44 test_filesys: 14/128 files (0.0% non-contiguous), 18/512 blocks
  /external/e2fsprogs/tests/f_yesthenall/
expect 1 Pass 1: Checking inodes, blocks, and sizes
43 Free blocks count wrong for group #0 (0, counted=494).
51 test_filesys: 14/128 files (0.0% non-contiguous), 18/512 blocks
  /external/llvm/docs/CommandGuide/
llvm-diff.rst 29 **llvm-diff** compares two functions by comparing their basic blocks,
30 beginning with the entry blocks. If the terminators seem to match,
56 massive detected differences in blocks.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_4x.c 27 * This function will calculate SAD of pSrc with average of two Ref blocks
28 * of 4x8 or 4x4 blocks
44 * of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4 blocks. Rounding
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java 51 // Blocks until thread has started
61 // Blocks until thread has started
96 // Blocks until thread is idling
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cipher.go 13 // or decrypt individual blocks. The mode implementations
14 // extend that capability to streams of blocks.
44 // CryptBlocks encrypts or decrypts a number of blocks. The length of
  /prebuilts/go/linux-x86/src/crypto/cipher/
cipher.go 13 // or decrypt individual blocks. The mode implementations
14 // extend that capability to streams of blocks.
44 // CryptBlocks encrypts or decrypts a number of blocks. The length of
  /system/bt/bta/test/
bta_hf_client_test.cc 49 // the status of the blocks
59 // Test that we cannot allocate the same device on two separate control blocks
76 // Test that we can allocate two different devices as separate control blocks

Completed in 732 milliseconds

<<31323334353637383940>>