HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 326 - 350 of 16566) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-arm/bionic/
memcpy.a15.S 55 If there is at least 8 bytes to copy, use LDRD/STRD.
80 /* Is there at least 4 bytes to copy? */
93 The number of bytes remaining to copy is r2+4. */
95 /* Is there is at least 64 bytes to copy? */
99 /* First, align the destination buffer to 8-bytes,
103 If only one of the buffers is not 8-bytes aligned,
113 then copy 1 word (4 bytes). */
124 /* Every loop iteration copies 64 bytes. */
138 /* Get here if less than 64 bytes to copy, -64 <= r2 < 0.
139 Restore the count if there is more than 7 bytes to copy. *
    [all...]
  /art/compiler/dex/
arena_allocator.h 105 void* Alloc(size_t bytes, ArenaAllocKind kind) ALWAYS_INLINE {
106 bytes = (bytes + 3) & ~3;
107 if (UNLIKELY(ptr_ + bytes > end_)) {
109 ObtainNewArenaForAllocation(bytes); variable
115 alloc_stats_[kind] += bytes;
119 ptr_ += bytes;
138 size_t alloc_stats_[kNumAllocKinds]; // Bytes used by various allocation kinds.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DEROctetString.java 43 byte[] bytes)
46 derOut.writeEncoded(BERTags.OCTET_STRING, bytes);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 42 * Return the number of bytes or characters required to contain the
46 * @return an estimate of the number of bytes
99 private void writeEncoded(byte[] bytes)
102 bytes = Base64.encode(bytes);
104 for (int i = 0; i < bytes.length; i += buf.length)
110 if ((i + index) >= bytes.length)
114 buf[index] = (char)bytes[i + index];
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_api_test_util.h 19 // Total amount of the storage device space, in bytes.
21 // The available amount of the storage space, in bytes.
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.html 23 <li id=timeline-view-bytes-received><label><input type=checkbox checked>
24 &#9608; <span class=timeline-view-text>Bytes received</span></label>
26 <li id=timeline-view-bytes-sent><label><input type=checkbox checked>
27 &#9608; <span class=timeline-view-text>Bytes sent</span></label>
29 <li id=timeline-view-disk-cache-bytes-read><label><input type=checkbox checked>
30 &#9608; <span class=timeline-view-text>Disk cache bytes read</span></label>
32 <li id=timeline-view-disk-cache-bytes-written><label><input type=checkbox>
33 &#9608; <span class=timeline-view-text>Disk cache bytes written</span></label>
  /external/chromium_org/chrome/common/extensions/api/
system_memory.idl 9 // The total amount of physical memory capacity, in bytes.
11 // The amount of available capacity, in bytes.
  /external/chromium_org/crypto/
random.cc 11 void RandBytes(void *bytes, size_t length) {
15 base::RandBytes(bytes, length);
  /external/chromium_org/media/audio/
audio_buffers_state.h 22 // Number of bytes we currently have in our software buffer.
25 // Number of bytes that have been written to the device, but haven't
  /external/chromium_org/net/base/
mime_sniffer.h 16 // The maximum number of bytes used by any internal mime sniffing routine. May
19 // This must be updated if any internal sniffing routine needs more bytes.
31 // Guess a mime type from the first few bytes of content an its URL. Always
34 // @param content A buffer containing the bytes to sniff.
35 // @param content_size The number of bytes in the |content| buffer.
44 // Attempt to identify a MIME type from the first few bytes of content only.
52 // @param content A buffer containing the bytes to sniff.
53 // @param content_size The number of bytes in the |content| buffer.
  /external/chromium_org/third_party/icu/source/common/unicode/
bytestream.h 7 // Abstract interface that consumes a sequence of bytes (ByteSink).
35 * \brief C++ API: Interface for writing bytes, and implementation classes.
45 * A ByteSink can be filled with bytes.
62 * Append "bytes[0,n-1]" to this.
63 * @param bytes the pointer to the bytes
64 * @param n the number of bytes; must be non-negative
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
78 * pointer returned from this function and the number of bytes written
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
typemap 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
22 croak(\"$var needs to be at least %u bytes long\",
  /external/chromium_org/third_party/skia/src/pipe/utils/
SamplePipeControllers.cpp 35 void PipeController::notifyWritten(size_t bytes) {
36 fStatus = fReader.playback(this->getData(), bytes);
38 fBytesWritten += bytes;
76 void TiledPipeController::notifyWritten(size_t bytes) {
78 fReaders[i].playback(this->getData(), bytes);
80 this->INHERITED::notifyWritten(bytes);
105 void ThreadSafePipeController::notifyWritten(size_t bytes) {
106 fBytesWritten += bytes;
  /external/chromium_org/v8/test/mjsunit/
nans.js 44 var bytes = new Uint32Array([1, 0x7FF00000]);
45 var doubles = new Float64Array(bytes.buffer);
59 var bytes = new Uint32Array([0, 0x7FF80000]);
60 var doubles = new Float64Array(bytes.buffer);
74 var bytes = new Uint32Array([0x7F800001]);
75 var floats = new Float32Array(bytes.buffer);
89 var bytes = new Uint32Array([0x7FC00000]);
90 var floats = new Float32Array(bytes.buffer);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPInputStream.java 19 * Offset (in bytes) in the file to read
28 * Reads up to <code>len</code> bytes of data from the input stream into
29 * an array of bytes. An attempt is made to read as many as
30 * <code>len</code> bytes, but a smaller number may be read, possibly
31 * zero. The number of bytes actually read is returned as an integer.
70 * Skips over and discards <code>n</code> bytes of data from this input
73 * @param n the number of bytes to be skipped.
74 * @return the actual number of bytes skipped.
  /external/icu4c/common/unicode/
bytestream.h 7 // Abstract interface that consumes a sequence of bytes (ByteSink).
35 * \brief C++ API: Interface for writing bytes, and implementation classes.
45 * A ByteSink can be filled with bytes.
62 * Append "bytes[0,n-1]" to this.
63 * @param bytes the pointer to the bytes
64 * @param n the number of bytes; must be non-negative
67 virtual void Append(const char* bytes, int32_t n) = 0;
77 * After writing at most *result_capacity bytes, call Append() with the
78 * pointer returned from this function and the number of bytes written
    [all...]
  /external/openssl/crypto/des/
typemap 15 croak(\"$var needs to be at least %u bytes long\",DES_KEY_SZ);
22 croak(\"$var needs to be at least %u bytes long\",
  /external/qemu/hw/
msmouse.c 38 unsigned char bytes[4] = { 0x40, 0x00, 0x00, 0x00 }; local
41 bytes[0] |= (MSMOUSE_HI2(dy) << 2) | MSMOUSE_HI2(dx);
42 bytes[1] |= MSMOUSE_LO6(dx);
43 bytes[2] |= MSMOUSE_LO6(dy);
46 bytes[0] |= (buttons_state & 0x01 ? 0x20 : 0x00);
47 bytes[0] |= (buttons_state & 0x02 ? 0x10 : 0x00);
48 bytes[3] |= (buttons_state & 0x04 ? 0x20 : 0x00);
53 qemu_chr_read(chr, bytes, 4);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBase64.java 12 public static String encodeToString(byte[] bytes, int flags) {
14 return base64.encodeBase64String(bytes);
  /external/skia/src/pipe/utils/
SamplePipeControllers.cpp 35 void PipeController::notifyWritten(size_t bytes) {
36 fStatus = fReader.playback(this->getData(), bytes);
38 fBytesWritten += bytes;
76 void TiledPipeController::notifyWritten(size_t bytes) {
78 fReaders[i].playback(this->getData(), bytes);
80 this->INHERITED::notifyWritten(bytes);
105 void ThreadSafePipeController::notifyWritten(size_t bytes) {
106 fBytesWritten += bytes;
  /external/valgrind/main/memcheck/tests/
erringfds.stderr.exp 5 in use at exit: ... bytes in ... blocks
6 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-cycle.stderr.exp 1 leaked: 288 bytes in 18 blocks
2 dubious: 0 bytes in 0 blocks
3 reachable: 0 bytes in 0 blocks
4 suppressed: 0 bytes in 0 blocks
5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
  /external/valgrind/main/memcheck/tests/linux/
capget.stderr.exp2 9 in use at exit: ... bytes in ... blocks
10 total heap usage: ... allocs, ... frees, ... bytes allocated
lsframe1.stderr.exp 6 in use at exit: ... bytes in ... blocks
7 total heap usage: ... allocs, ... frees, ... bytes allocated
lsframe2.stderr.exp 6 in use at exit: ... bytes in ... blocks
7 total heap usage: ... allocs, ... frees, ... bytes allocated

Completed in 357 milliseconds

<<11121314151617181920>>