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

<<21222324252627282930>>

  /external/tremolo/Tremolo/
framing.c 101 static ogg_buffer *_fetch_buffer(ogg_buffer_state *bs,long bytes){
111 if(ob->size<bytes){
112 ob->data=_ogg_realloc(ob->data,bytes);
113 ob->size=bytes;
118 ob->data=_ogg_malloc(bytes<16?16:bytes);
119 ob->size=bytes;
147 of at least [bytes] length */
148 static ogg_reference *ogg_buffer_alloc(ogg_buffer_state *bs,long bytes){
149 ogg_buffer *ob=_fetch_buffer(bs,bytes);
696 long bytes,ret=0; local
781 long bytes=next-now; local
787 long bytes=oy->fifo_tail->length; local
    [all...]
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 215 * @return the current offset in bytes from the beginning of the file.
230 * Returns the length of this file in bytes.
232 * @return the file's length in bytes.
259 * Reads bytes from the current position in this file and stores them in the
260 * byte array {@code buffer}. The maximum number of bytes read corresponds
265 * the byte array in which to store the bytes read.
266 * @return the number of bytes actually read or -1 if the end of the file
276 * Reads at most {@code byteCount} bytes from the current position in this file
281 * @return the number of bytes actually read or -1 if the end of the stream
335 * two bytes have been read, the end of the file is reached or an exception i
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 34 * bytes
95 * bytes
176 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes)
248 * @data_len: Length of data buffer in bytes
249 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes)
268 * @in: Input data (16 bytes)
269 * @out: Output of the AES block operation (16 bytes)
289 * @key: Key for encryption (16 bytes)
290 * @nonce: Nonce for counter mode (16 bytes)
292 * @data_len: Length of data in bytes
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 149 << " bytes). To increase the limit (or to disable these "
248 uint8 bytes[sizeof(*value)]; local
252 // Fast path: Enough bytes in the buffer to read directly.
257 if (!ReadRaw(bytes, sizeof(*value))) return false;
258 ptr = bytes;
265 uint8 bytes[sizeof(*value)]; local
269 // Fast path: Enough bytes in the buffer to read directly.
274 if (!ReadRaw(bytes, sizeof(*value))) return false;
275 ptr = bytes;
286 // Fast path: We have enough bytes left in the buffer to guarantee tha
586 uint8 bytes[sizeof(value)]; local
601 uint8 bytes[sizeof(value)]; local
656 uint8 bytes[kMaxVarint32Bytes]; local
756 uint8 bytes[kMaxVarintBytes]; local
    [all...]
  /external/bison/lib/
bitset.c 36 /* Return number of bytes required to create a N_BIT bitset
37 of TYPE. The bitset may grow to require more bytes than this. */
41 size_t bytes; local
52 bytes = abitset_bytes (n_bits);
56 bytes = lbitset_bytes (n_bits);
60 bytes = ebitset_bytes (n_bits);
64 bytes = vbitset_bytes (n_bits);
68 return bytes;
136 size_t bytes; local
139 bytes = bitset_bytes (type, n_bits)
156 size_t bytes; local
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 48 * repeatedly on a temporary buffer, copying the bytes to a {@link java.io.ByteArrayOutputStream},
122 * stream. If deflated bytes remain and {@link #needsInput} returns {@code
134 * Returns the {@link Adler32} checksum of the bytes inflated so far, or the
145 * Returns the total number of bytes read by the {@code Inflater}. This
155 * Returns a the total number of bytes written by this {@code Inflater}. This
165 * Returns the number of bytes of current input remaining to be read by this
173 * Returns the total number of bytes of input read by this {@code Inflater}. This
184 * Returns the total number of bytes written to the output buffer by this {@code
195 * Inflates bytes from the current input and stores them in {@code buf}.
198 * the buffer where decompressed data bytes are written
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
socket.h 110 /* Give the socket FD the local address ADDR (which is LEN bytes long). */
118 /* Open a connection on socket FD to peer at ADDR (which LEN bytes long).
128 (which is *LEN bytes long), and its actual length into *LEN. */
133 /* Send N bytes of BUF to socket FD. Returns the number sent or -1.
139 /* Read N bytes into BUF from socket FD.
146 /* Send N bytes of BUF on socket FD to peer at address ADDR (which is
147 ADDR_LEN bytes long). Returns the number sent, or -1 for errors.
155 /* Read N bytes into BUF through socket FD.
156 If ADDR is not NULL, fill in *ADDR_LEN bytes of it with tha address of
158 Returns the number of bytes read or -1 for errors
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 110 /* Give the socket FD the local address ADDR (which is LEN bytes long). */
118 /* Open a connection on socket FD to peer at ADDR (which LEN bytes long).
128 (which is *LEN bytes long), and its actual length into *LEN. */
133 /* Send N bytes of BUF to socket FD. Returns the number sent or -1.
139 /* Read N bytes into BUF from socket FD.
146 /* Send N bytes of BUF on socket FD to peer at address ADDR (which is
147 ADDR_LEN bytes long). Returns the number sent, or -1 for errors.
155 /* Read N bytes into BUF through socket FD.
156 If ADDR is not NULL, fill in *ADDR_LEN bytes of it with tha address of
158 Returns the number of bytes read or -1 for errors
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
socket.h 110 /* Give the socket FD the local address ADDR (which is LEN bytes long). */
118 /* Open a connection on socket FD to peer at ADDR (which LEN bytes long).
128 (which is *LEN bytes long), and its actual length into *LEN. */
133 /* Send N bytes of BUF to socket FD. Returns the number sent or -1.
139 /* Read N bytes into BUF from socket FD.
146 /* Send N bytes of BUF on socket FD to peer at address ADDR (which is
147 ADDR_LEN bytes long). Returns the number sent, or -1 for errors.
155 /* Read N bytes into BUF through socket FD.
156 If ADDR is not NULL, fill in *ADDR_LEN bytes of it with tha address of
158 Returns the number of bytes read or -1 for errors
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.S 71 * not currently word aligned. Rather than comparing bytes,
72 * make sure that any bytes fetched from before the addressed
73 * bytes are forced to 0xff. Then they will always compare
97 /* check for any zero bytes in first word */
118 * representing the differnece in the unsigned bytes, so for the
145 /* First of all, compare bytes until wp1(sp1) is word-aligned. */
173 /* Critical inner Loop: Block with 3 bytes initial overlap */
197 * with the bytes 0x01 0x00
220 /* Critical inner Loop: Block with 2 bytes initial overlap */
242 * with the bytes 0x01 0x0
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_ContentPipe.h 104 of bytes available */
105 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
106 and presently lacks sufficient bytes.
108 sufficient bytes are available. */
109 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
113 and no more bytes are available. */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
146 /** Check the that specified number of bytes are available for reading or writing (depending on access type).*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
160 Buffer contains the next block of bytes, as specified by nSize, of the content. nSize als
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 132 protected byte[] doEncoding(byte[] bytes) throws EncoderException {
133 if (bytes == null) {
136 byte[] data = QuotedPrintableCodec.encodeQuotedPrintable(PRINTABLE_CHARS, bytes);
147 protected byte[] doDecoding(byte[] bytes) throws DecoderException {
148 if (bytes == null) {
152 for (int i = 0; i < bytes.length; i++) {
153 if (bytes[i] == UNDERSCORE) {
159 byte[] tmp = new byte[bytes.length];
160 for (int i = 0; i < bytes.length; i++) {
161 byte b = bytes[i]
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureStore.java 43 // Nb. bytes Java type Description
46 // 2 bytes short File format version number
47 // 4 bytes int Number of entries
49 // X bytes UTF String Entry name
50 // 4 bytes int Number of gestures
52 // 8 bytes long Gesture ID
53 // 4 bytes int Number of strokes
55 // 4 bytes int Number of points
57 // 4 bytes float X coordinate of the point
58 // 4 bytes float Y coordinate of the poin
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 104 of bytes available */
105 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
106 and presently lacks sufficient bytes.
108 sufficient bytes are available. */
109 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
113 and no more bytes are available. */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
146 /** Check the that specified number of bytes are available for reading or writing (depending on access type).*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
160 Buffer contains the next block of bytes, as specified by nSize, of the content. nSize als
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 104 of bytes available */
105 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
106 and presently lacks sufficient bytes.
108 sufficient bytes are available. */
109 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
113 and no more bytes are available. */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
146 /** Check the that specified number of bytes are available for reading or writing (depending on access type).*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
160 Buffer contains the next block of bytes, as specified by nSize, of the content. nSize also
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 104 of bytes available */
105 CP_CheckBytesNotReady, /**< The pipe is still retrieving bytes
106 and presently lacks sufficient bytes.
108 sufficient bytes are available. */
109 CP_CheckBytesInsufficientBytes , /**< The pipe has retrieved all bytes
113 and no more bytes are available. */
124 CP_BytesAvailable, /** bytes requested in a CheckAvailableBytes call are now available*/
146 /** Check the that specified number of bytes are available for reading or writing (depending on access type).*/
159 /** Retrieve a buffer allocated by the pipe that contains the requested number of bytes.
160 Buffer contains the next block of bytes, as specified by nSize, of the content. nSize als
    [all...]
  /external/dropbear/
keyimport.c 226 * bytes used out of the source data.
285 * number of bytes consumed. Assumes dest contains enough space.
303 * Identifier is multiple bytes: the first byte is 11111
304 * plus the flags, and subsequent bytes encode the value of
311 continue; /* count the bytes */
327 * Length is multiple bytes. The first is 0x80 plus the
328 * number of subsequent bytes, and the subsequent bytes
332 continue; /* count the bytes */
346 struct mpint_pos { void *start; int bytes; }; member in struct:mpint_pos
    [all...]
  /prebuilts/sdk/5/
android.jar 
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 199 // Fast path: We already have the bytes in a contiguous buffer, so
237 /** Read a {@code bytes} field value from the stream. */
241 // Fast path: We already have the bytes in a contiguous buffer, so
327 * read any bytes after the end of the varint. If you simply wrapped the
409 * thus always taking 10 bytes on the wire.)
423 * thus always taking 10 bytes on the wire.)
443 * The total number of bytes read before the current buffer. The total
444 * bytes read up to the current position can be computed as
572 * Returns the number of bytes to be read before the current limit.
594 * Called with {@code this.buffer} is empty to read more bytes from th
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 336 if (DEBUG_BACKUP) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
339 if (DEBUG_BACKUP) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
342 if (DEBUG_BACKUP) Log.d(TAG, locale.length + " bytes of locale data");
345 if (DEBUG_BACKUP) Log.d(TAG, wifiSupplicantData.length + " bytes of wifi supplicant data");
348 if (DEBUG_BACKUP) Log.d(TAG, wifiConfigData.length + " bytes of wifi config data");
377 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data");
384 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
391 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of locale data");
398 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of wifi supplicant data");
413 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of wifi config data")
    [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConstructorsTest.java 34 * Create a number from an array of bytes.
35 * Verify an exception thrown if an array is zero bytes long
47 * Create a positive number from an array of bytes.
63 * Create a positive number from an array of bytes.
79 * Create a positive number from an array of bytes.
80 * The number of bytes is 4.
95 * Create a positive number from an array of bytes.
96 * The number of bytes is multiple of 4.
111 * Create a negative number from an array of bytes.
127 * Create a negative number from an array of bytes
    [all...]
  /external/elfutils/lib/
sha1.c 47 /* This array contains the bytes used to pad the buffer to the next
67 /* Put result from CTX in first 20 bytes following RESBUF. The result
86 /* Process the remaining bytes in the internal buffer and the usual
96 /* Take yet unprocessed bytes into account. */
97 sha1_uint32 bytes = ctx->buflen; local
100 /* Now count remaining bytes. */
101 ctx->total[0] += bytes;
102 if (ctx->total[0] < bytes)
105 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 37 /* Copy N bytes of SRC to DEST. */
41 /* Copy N bytes of SRC to DEST, guaranteeing
47 /* Copy no more than N bytes of SRC to DEST, stopping when C is found.
49 or NULL if C was not found in the first N bytes of SRC. */
58 /* Set N bytes of S to C. */
61 /* Compare N bytes of S1 and S2. */
65 /* Search N bytes of S for C. */
76 /* Search N bytes of S for the final occurrence of C. */
108 /* Put a transformation of SRC into no more than N bytes of DEST. */
123 /* Put a transformation of SRC into no more than N bytes of DEST. *
    [all...]

Completed in 1156 milliseconds

<<21222324252627282930>>