HomeSort by relevance Sort by last modified time
    Searched full:bytes (Results 201 - 225 of 10215) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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/
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
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 25 * Generates the specified number of cryptographically secure random bytes.
28 * @param[in] numBytes The number of random bytes to generate.
45 * @param[in] plaintextKeyLength The length in bytes of the plaintext key.
47 * @return The length in bytes of the encrypted key.
55 * @param[in] plaintextKeyLength The length in bytes of the plaintext key.
57 * @param[in] encryptedKeyLength The length in bytes of the encrypted key.
70 * @param[in] encryptedKeyLength The length in bytes of the encrypted key.
72 * @param[in] decryptedKeyLength The length in bytes of the decrypted key.
  /libcore/luni/src/main/java/java/nio/channels/
ReadableByteChannel.java 24 * bytes.
34 * Reads bytes from the channel into the given buffer.
36 * The maximum number of bytes that will be read is the
37 * {@link java.nio.Buffer#remaining() remaining} number of bytes in the
38 * buffer when the method is invoked. The bytes will be read into the buffer
46 * the bytes that were read. The buffer's
50 * the byte buffer to receive the bytes.
51 * @return the number of bytes actually read.
WritableByteChannel.java 24 * bytes.
34 * Writes bytes from the given buffer to the channel.
36 * The maximum number of bytes that will be written is the
37 * <code>remaining()</code> number of bytes in the buffer when the method
38 * invoked. The bytes will be written from the buffer starting at the
45 * end of the bytes that were written. The buffer's <code>limit()</code>
49 * the byte buffer containing the bytes to be written.
50 * @return the number of bytes actually written.
FileChannel.java 46 * is the number of bytes that it currently contains. The size can be
47 * manipulated by adding more bytes to the end of the file (which increases the
55 * <li>lock ranges of bytes associated with the file,</li>
224 * the length of the locked region in bytes.
286 * @return the current position as a positive integer number of bytes from
298 * The argument is the number of bytes counted from the start of the file.
302 * succeed but they will fill the bytes between the current end of file and
306 * the new file position, in bytes.
318 * Reads bytes from this file channel into the given buffer.
320 * The maximum number of bytes that will be read is the remaining number o
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 56 final byte[] bytes = { 1, 2, 3, 4, 5 };
57 md.update(bytes, 1, 2);
69 md.update(bytes, 0, bytes.length + 1);
75 md.update(bytes, Integer.MAX_VALUE, 1);
85 assertSame("buf", bytes, arg0);
91 md.update(bytes, offset, len);
150 final byte[] bytes = new byte[] { 2, 4, 1 };
159 md.digest(bytes, 0, bytes.length + 1)
    [all...]
  /external/openssh/
bufbn.c 56 * by (bits+7)/8 bytes of binary data, msb first.
76 /* Store the number of bits in the buffer in two bytes, msb first. */
101 u_int bits, bytes; local
110 /* Compute the number of binary bytes that follow. */
111 bytes = (bits + 7) / 8;
112 if (bytes > 8 * 1024) {
113 error("buffer_get_bignum_ret: cannot handle BN of size %d", bytes);
116 if (buffer_len(buffer) < bytes) {
121 if (BN_bin2bn(bin, bytes, value) == NULL) {
125 if (buffer_consume_ret(buffer, bytes) == -1)
145 u_int bytes; local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 4 Address 0x........ is 0 bytes inside data symbol "undefined"
6 Address 0x........ is 0 bytes inside data symbol "undefined"
9 Address 0x........ is 0 bytes inside data symbol "undefined"
12 Address 0x........ is 0 bytes inside data symbol "undefined"
15 Address 0x........ is 0 bytes inside data symbol "undefined"
18 Address 0x........ is 0 bytes inside data symbol "undefined"
21 Address 0x........ is 0 bytes inside data symbol "undefined"
24 Address 0x........ is 0 bytes inside data symbol "undefined"
27 Address 0x........ is 0 bytes inside data symbol "undefined"
30 Address 0x........ is 0 bytes inside data symbol "undefined
    [all...]
mcleak.stdoutB.exp 6 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
16 24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
21 29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
31 36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
36 40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
41 44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
46 48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme()
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 44 // constants to use in expressions operating on bytes in int and long variables:
45 // END_FLAGS - final bytes in words to append to message;
49 // LEFT - shifts to left for bytes
50 // MASK - mask to select counter's bytes after shift to right
63 // HASHBYTES_TO_USE defines # of bytes returned by "computeHash(byte[])"
65 // Note, that this implementation uses more bytes than it is defined
80 // MAX_BYTES - maximum # of seed bytes processing which doesn't require extra frame
109 // - 81 - # of seed bytes in current seed frame
113 // total length of seed bytes, including all processed
120 // - 21-36 - 16 word frame to store a copy of remaining bytes
    [all...]
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 53 /** {@code non-null;} the bytes of the constant pool */
54 private final ByteArray bytes; field in class:ConstantPoolParser
75 * @param bytes {@code non-null;} the bytes of the file
77 public ConstantPoolParser(ByteArray bytes) {
78 int size = bytes.getUnsignedShort(8); // constant_pool_count
80 this.bytes = bytes;
132 observer.parsed(bytes, 8, 2,
134 observer.parsed(bytes, 10, 0, "\nconstant_pool:")
    [all...]
  /development/apps/Development/src/com/android/development/
LogViewer.java 99 byte[] bytes = new byte[length];
100 in.readFully(bytes);
102 int tagEnd = next0(bytes, HEADER_SIZE);
103 int fileEnd = next0(bytes, tagEnd + 1);
104 int messageEnd = next0(bytes, fileEnd + 1);
107 = forAsciiBytes(bytes, HEADER_SIZE, tagEnd);
109 = forAsciiBytes(bytes, fileEnd + 1, messageEnd);
131 static int next0(byte[] bytes, int start) {
132 for (int current = start; current < bytes.length; current++) {
133 if (bytes[current] == 0
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 24 * @param password the password converted into bytes (see below).
106 byte[] bytes = new byte[password.length];
108 for (int i = 0; i != bytes.length; i++)
110 bytes[i] = (byte)password[i];
113 return bytes;
131 * PKCS12 (unicode, big endian, 2 zero pad bytes at the end).
142 // +1 for extra 2 pad bytes.
143 byte[] bytes = new byte[(password.length + 1) * 2];
147 bytes[i * 2] = (byte)(password[i] >>> 8);
148 bytes[i * 2 + 1] = (byte)password[i]
    [all...]
  /system/core/include/diskconfig/
diskconfig.h 65 struct chs start; /* bytes 1-3 */
67 struct chs end; /* bytes 5-7 */
68 uint32_t start_lba; /* bytes 8-11 */
69 uint32_t len_lba; /* bytes 12-15 */
73 uint8_t code[440]; /* bytes 0-439 */
74 uint32_t disk_sig; /* bytes 440-443 */
75 uint16_t pad; /* bytes 444-445 */
76 struct pc_partition ptable[PC_NUM_BOOT_RECORD_PARTS]; /* bytes 446-509 */
77 uint16_t mbr_sig; /* bytes 510-511 */
84 uint32_t len_kb; /* in 1K-bytes */
    [all...]
  /libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java 29 * The {@code byte} array containing the bytes to stream over.
45 * The total number of bytes initially available in the byte array
66 * number of bytes available set to {@code offset} + {@code length}.
73 * the number of bytes available for streaming.
83 * Returns the number of remaining bytes.
145 * Reads at most {@code len} bytes from this stream and stores
147 * implementation reads bytes from the source byte array.
150 * the byte array in which to store the bytes read.
152 * the initial position in {@code b} to store the bytes read from
155 * the maximum number of bytes to store in {@code b}
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
DataOutputStreamTest.java 26 private ByteArrayOutputStream bytes = new ByteArrayOutputStream(); field in class:DataOutputStreamTest
27 private DataOutputStream os = new DataOutputStream(bytes);
32 assertEquals("[01, 00]", toHexString(bytes.toByteArray()));
42 assertEquals("[ff, 00, 01, 81, 34]", toHexString(bytes.toByteArray()));
48 assertEquals("[30, 34, 31]", toHexString(bytes.toByteArray()));
55 assertEquals("[00, 30, 12, 34]", toHexString(bytes.toByteArray()));
61 assertEquals("[00, 30, 12, 34, 00, 31]", toHexString(bytes.toByteArray()));
66 assertEquals("[01, 23, 45, 67, 89, ab, cd, ef]", toHexString(bytes.toByteArray()));
71 assertEquals("[01, 23, 45, 67]", toHexString(bytes.toByteArray()));
76 assertEquals("[01, 23, 45, 67]", toHexString(bytes.toByteArray()))
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 75 * @param bytes {@code non-null;} bytes of the (alleged) class file
82 public static void dump(byte[] bytes, PrintStream out,
84 BlockDumper bd = new BlockDumper(bytes, out, filePath,
93 BlockDumper(byte[] bytes, PrintStream out, String filePath,
95 super(bytes, out, filePath, args);
108 byte[] bytes = getBytes();
109 ByteArray ba = new ByteArray(bytes);
137 public void parsed(ByteArray bytes, int offset, int len, String human) {
139 super.parsed(bytes, offset, len, human)
213 ByteArray bytes = code.getBytes(); local
289 ByteArray bytes = code.getBytes(); local
    [all...]
  /external/tremolo/Tremolo/
misc.c 58 long bytes; member in struct:__anon13049
64 static void *_insert(void *ptr,long bytes,char *file,long line){
68 ((head *)ptr)->bytes=bytes-HEAD_ALIGN;
113 file_bytes[i]+=bytes-HEAD_ALIGN;
122 file_bytes[i]-(bytes-HEAD_ALIGN));
132 global_bytes+(bytes-HEAD_ALIGN));
137 global_bytes+=(bytes-HEAD_ALIGN);
152 long bytes =((head *)ptr)->bytes; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorSymbian.cpp 45 static void* allocateCodeChunk(size_t bytes)
48 TInt error = c.CreateLocalCode(bytes, bytes);
88 void OSAllocator::releaseDecommitted(void* parkedBase, size_t bytes)
91 dataAllocatorInstance()->release(parkedBase, bytes);
97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable)
102 dataAllocatorInstance()->commit(address, bytes);
105 void OSAllocator::decommit(void* address, size_t bytes)
108 dataAllocatorInstance()->decommit(address, bytes);
113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable
    [all...]
  /bootable/bootloader/legacy/
fastboot_protocol.txt 15 * Max packet size must be 64 bytes for full-speed and 512 bytes for
25 packet no greater than 64 bytes.
27 2. Client response with a single packet no greater than 64 bytes.
28 The first four bytes of the response are "OKAY", "FAIL", "DATA",
29 or "INFO". Additional bytes may contain an (ascii) informative
32 a. INFO -> the remaining 60 bytes are an informative message
36 b. FAIL -> the requested command failed. The remaining 60 bytes
43 A DATA response packet will be 12 bytes long, in the form of
50 until the client has sent or received the number of bytes indicate
    [all...]

Completed in 433 milliseconds

1 2 3 4 5 6 7 891011>>