Searched refs:bytes (Results 201 - 225 of 2342) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c56 int row, bytes; local
72 bytes = (w+7)/8;
75 SDL_memcpy(&cursor->curs.data[row], data, bytes);
76 data += bytes;
79 SDL_memcpy(&cursor->curs.mask[row], mask, bytes);
80 mask += bytes;
/external/valgrind/main/memcheck/tests/
H A Ddescribe-block.stderr.exp4 Address 0x........ is 0 bytes inside a magic foople zone of size 4,096 client-defined
9 in use at exit: ... bytes in ... blocks
10 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/bison/lib/
H A Dcalloc.c56 size_t bytes = n * s; local
57 if (bytes / s != n)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java11 ASN1ObjectIdentifier(byte[] bytes) argument
13 super(bytes);
H A DDEROctetString.java43 byte[] bytes)
46 derOut.writeEncoded(BERTags.OCTET_STRING, bytes);
41 encode( DEROutputStream derOut, byte[] bytes) argument
/external/chromium_org/base/memory/
H A Ddiscardable_memory_emulated.h19 explicit DiscardableMemoryEmulated(size_t bytes);
27 BASE_EXPORT static void ReduceMemoryUsageUntilWithinLimit(size_t bytes);
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.h31 bool Base64Decode(const std::string& base64, std::string* bytes);
33 // Unzips the sole file contained in the given zip data |bytes| into
40 const std::string& bytes,
/external/chromium_org/net/tools/balsa/
H A Dbuffer_interface.h13 // Returns the bytes which can be read from the buffer. There is no
14 // guarantee that the bytes are contiguous.
24 // returns the number of bytes free in this buffer.
26 // number of bytes free.
42 // appends up-to-'size' bytes to the buffer.
44 // bytes - bytes which are read, and copied into the buffer.
45 // size - number of bytes which are read and copied.
47 virtual int Write(const char* bytes, int size) = 0;
57 // size - the amount of data (in bytes) tha
[all...]
/external/chromium_org/skia/ext/
H A DSkDiscardableMemory_chrome.cc36 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { argument
38 base::DiscardableMemory::CreateLockedMemory(bytes));
/external/chromium_org/storage/common/
H A Ddata_element.h21 // bytes, file or blob data.
36 const char* bytes() const { return bytes_ ? bytes_ : &buf_[0]; } function in class:storage::DataElement
47 void SetToBytes(const char* bytes, int bytes_len) { argument
49 buf_.assign(bytes, bytes + bytes_len);
55 void SetToSharedBytes(const char* bytes, int bytes_len) { argument
57 bytes_ = bytes;
105 return memcmp(a.bytes(), b.bytes(), b.length()) == 0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linear.c42 size_t bytes = t->cols * t->block.size; local
51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x;
53 memcpy(dst_ptr2, ptr, bytes);
54 dst_ptr2 += bytes;
66 size_t bytes = t->cols * t->block.size; local
73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x;
75 memcpy(ptr, src_ptr2, bytes);
76 src_ptr2 += bytes;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocPool.h24 * Returns a block of memory bytes size big. This address must not be
28 void* alloc(size_t bytes);
31 * Releases the most recently allocated bytes back to allocpool.
33 void release(size_t bytes);
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp35 void PipeController::notifyWritten(size_t bytes) { argument
36 fStatus = fReader.playback(this->getData(), bytes);
38 fBytesWritten += bytes;
76 void TiledPipeController::notifyWritten(size_t bytes) { argument
78 fReaders[i].playback(this->getData(), bytes);
80 this->INHERITED::notifyWritten(bytes);
105 void ThreadSafePipeController::notifyWritten(size_t bytes) { argument
106 fBytesWritten += bytes;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2596.js30 var bytes = new Uint8Array([
32 var doubles = new Float64Array(bytes.buffer);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLRandom.java36 protected void engineNextBytes(byte[] bytes) { argument
38 NativeCrypto.RAND_bytes(bytes);
75 throw new SecurityException("Failed to read sufficient bytes from /dev/urandom."
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_String_info.java75 protected CONSTANT_String_info (final UDataInputStream bytes) throws IOException argument
77 m_string_index = bytes.readU2 ();
/external/fio/os/
H A Dos-aix.h29 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) argument
34 *bytes = (unsigned long long)info.un.scdk.numblks *
/external/iproute2/include/linux/
H A Dgen_stats.h18 * @bytes: number of seen bytes
22 __u64 bytes; member in struct:gnet_stats_basic
26 __u64 bytes; member in struct:gnet_stats_basic_packed
/external/kernel-headers/original/uapi/linux/
H A Dgen_stats.h19 * @bytes: number of seen bytes
23 __u64 bytes; member in struct:gnet_stats_basic
27 __u64 bytes; member in struct:gnet_stats_basic_packed
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c42 size_t bytes = t->cols * t->block.size; local
51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x;
53 memcpy(dst_ptr2, ptr, bytes);
54 dst_ptr2 += bytes;
66 size_t bytes = t->cols * t->block.size; local
73 ptr = (char*)dst_ptr + dst_stride * t->rows * y + bytes * x;
75 memcpy(ptr, src_ptr2, bytes);
76 src_ptr2 += bytes;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_plex.cpp23 FX_BYTE* bytes = (FX_BYTE*) p; local
25 FX_Allocator_Free(pAllocator, bytes);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBase64.java12 public static String encodeToString(byte[] bytes, int flags) { argument
14 return base64.encodeBase64String(bytes);
/external/skia/src/gpu/
H A DGrAllocPool.h24 * Returns a block of memory bytes size big. This address must not be
28 void* alloc(size_t bytes);
31 * Releases the most recently allocated bytes back to allocpool.
33 void release(size_t bytes);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp35 void PipeController::notifyWritten(size_t bytes) { argument
36 fStatus = fReader.playback(this->getData(), bytes);
38 fBytesWritten += bytes;
76 void TiledPipeController::notifyWritten(size_t bytes) { argument
78 fReaders[i].playback(this->getData(), bytes);
80 this->INHERITED::notifyWritten(bytes);
105 void ThreadSafePipeController::notifyWritten(size_t bytes) { argument
106 fBytesWritten += bytes;
/external/valgrind/main/gdbserver_tests/
H A Dhginfo.stderrB.exp4 Address 0x........ is 0 bytes inside data symbol "mx"
8 Address 0x........ is 0 bytes inside a block of size 1,008 alloc'd
14 Address 0x........ is 0 bytes inside data symbol "mx"
18 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"

Completed in 8867 milliseconds

1234567891011>>