HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 226 - 250 of 1509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 43 unsigned long block, char *buffer);
45 unsigned long block, char *buffer);
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 107 BufferBlock& block = fBlocks.back(); local
108 if (block.fBuffer->isLocked()) {
109 block.fBuffer->unlock();
111 size_t flushSize = block.fBuffer->sizeInBytes() - block.fBytesFree;
232 BufferBlock& block = fBlocks.back(); local
233 size_t bytesUsed = block.fBuffer->sizeInBytes() - block.fBytesFree;
239 if (block.fBuffer->isLocked()) {
240 block.fBuffer->unlock()
265 BufferBlock& block = fBlocks.push_back(); local
317 BufferBlock& block = fBlocks.back(); local
    [all...]
  /external/clang/test/Preprocessor/
traditional-cpp.c 78 a b c in skipped block
84 /* CHECK-NOT: {{^}}a b c in skipped block{{$}}
  /external/clang/test/SemaCXX/
instantiate-blocks.cpp 9 T1 (^block)(T) = ^ T1 (T arg) {
22 return r; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_process.c 40 if ((pmac->buflen > (int)sizeof(pmac->block)) || (pmac->buflen < 0) ||
41 (pmac->block_len > (int)sizeof(pmac->block)) || (pmac->buflen > pmac->block_len)) {
66 /* ok if the block is full we xor in prev, encrypt and replace prev */
70 Z[x] = pmac->Li[x] ^ pmac->block[x];
83 XMEMCPY(pmac->block + pmac->buflen, in, n);
  /external/valgrind/main/memcheck/tests/
badaddrvalue.stderr.exp 3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
badpoll.stderr.exp 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
err_disable4.c 28 char* block = NULL; variable
41 usechar( block[5] );
67 block = malloc(10);
68 free(block);
malloc2.stderr.exp 3 Address 0x........ is 0 bytes inside a block of size 429 free'd
10 Address 0x........ is 0 bytes inside a block of size 429 free'd
  /frameworks/av/include/media/nbaio/
AudioBufferProviderSource.h 47 int64_t readPTS, size_t block);
  /ndk/sources/host-tools/make-3.81/
remote-stub.c 67 /* Get the status of a dead remote child. Block waiting for one to die
68 if BLOCK is nonzero. Set *EXIT_CODE_PTR to the exit status, *SIGNAL_PTR
71 0 if we would have to block and !BLOCK, or < 0 if there were none. */
75 int *coredump_ptr UNUSED, int block UNUSED)
81 /* Block asynchronous notification of remote child death.
83 signal, do not block that signal. */
  /external/e2fsprogs/lib/ext2fs/
inode_io.c 52 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
54 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
60 unsigned long long block, int count, void *data);
62 unsigned long long block, int count, const void *data);
209 unsigned long long block, int count, void *buf)
219 block * channel->block_size,
228 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
231 return inode_read_blk64(channel, block, count, buf);
235 unsigned long long block, int count, const void *buf)
245 block * channel->block_size
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 41 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block)
60 p_msg->nv_read.block = block;
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 4 @ Ill-formed IT block instructions.
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
  /external/skia/tools/copyright/
fileparser.py 32 """Given a list of comment block strings, return the one that seems
33 like the most likely copyright block.
36 a comment block that contains copyright info."""
39 for block in comment_blocks:
40 if self._copyright_pattern.search(block):
41 return block
44 """Given a comment block, return a tuple of attributes: (year, holder).
82 """Returns a copyright block suitable for this language, with the

Completed in 1983 milliseconds

1 2 3 4 5 6 7 8 91011>>