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

<<21222324252627282930>>

  /external/dbus/dbus/
dbus-memory.h 41 void* dbus_malloc (size_t bytes);
43 void* dbus_malloc0 (size_t bytes);
46 size_t bytes);
  /external/dbus/tools/
dbus-print-message.c 57 print_hex (unsigned char *bytes, unsigned int len, int depth)
61 printf ("array of bytes [\n");
75 printf ("%02x", bytes[i]);
105 unsigned char *bytes = malloc (DEFAULT_SIZE + 1); local
117 bytes[len] = val;
126 bytes = realloc (bytes, max + 1);
134 bytes[len] = '\0';
135 printf ("array of bytes \"%s\"\n", bytes);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 17 __u64 fe_logical; /* logical offset in bytes for the start of
19 __u64 fe_physical; /* physical offset in bytes for the start
21 __u64 fe_length; /* length in bytes for this extent */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPOutputStream.java 19 * Offset (in bytes) in the file to write
28 * Writes <code>len</code> bytes from the specified byte array
31 * some of the bytes in the array <code>b</code> are written to the
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.java 55 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); local
56 ObjectOutputStream out = new ObjectOutputStream(bytes);
59 new ByteArrayInputStream(bytes.toByteArray()));
  /external/llvm/include/llvm/Support/
DataStream.h 10 // This header defines DataStreamer, which fetches bytes of data from
26 /// Fetch bytes [start-end) from the stream, and write them to the
27 /// buffer pointed to by buf. Returns the number of bytes actually written.
  /external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.h 27 /// stack frame in bytes.
40 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; }
  /external/oprofile/libutil/
op_libiberty.h 57 * Duplicates a region of memory without fail. First, alloc_size bytes
58 * are allocated, then copy_size bytes from input are copied into
59 * it, and the new memory is returned. If fewer bytes are copied than were
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 44 int srcRightDelta, // pixels, not bytes
45 int srcDownDelta, // pixels, not bytes
54 int physlinebytes; /* number of bytes per row */
  /external/skia/include/pipe/
SkGPipe.h 64 * If bytes == 0, then the writer has finished.
66 * bytes will always be a multiple of 4.
68 virtual void notifyWritten(size_t bytes) = 0;
  /external/skia/src/images/
SkScaledBitmapSampler.h 29 kRGB, // 3 bytes per pixel
31 kRGBA, // 4 bytes per pixel
32 kRGB_565 // 2 bytes per pixel
  /external/webkit/Source/WebCore/svg/
SVGPathByteStream.h 33 unsigned char bytes[sizeof(bool)]; member in union:WebCore::__anon14927
38 unsigned char bytes[sizeof(float)]; member in union:WebCore::__anon14928
43 unsigned char bytes[sizeof(unsigned short)]; member in union:WebCore::__anon14929
  /external/webkit/Source/WebKit2/Shared/API/c/
WKData.cpp 39 WKDataRef WKDataCreate(const unsigned char* bytes, size_t size)
41 RefPtr<WebData> data = WebData::create(bytes, size);
47 return toImpl(dataRef)->bytes();
  /frameworks/av/include/media/stagefright/
SkipCutBuffer.h 32 // 'skip' is the number of bytes to skip from the beginning
33 // 'cut' is the number of bytes to cut from the end
42 size_t size(); // how many bytes are currently stored in the buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy8x8_s.s 8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load
50 VST1 {X0,X1},[pDst]! ;// Store 16 bytes to 8 byte aligned pDst
  /frameworks/base/voip/jni/rtp/
GsmCodec.cpp 62 unsigned char *bytes = (unsigned char *)payload; local
65 gsm_decode(mDecode, bytes, &samples[n]) == 0) {
68 bytes += 33;
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
33 // actual number of bytes read.
38 // Returns the size of the file (in bytes).
in_memory_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
33 // actual number of bytes read.
38 // Returns the size of the buffer (in bytes).
wrapper_input.h 34 // Tries to read the requested number of bytes into the buffer. Returns the
35 // actual number of bytes read.
40 // Returns the size of the input (in bytes).
  /libcore/luni/src/main/java/java/io/
DataInputStream.java 63 * Reads at most {@code length} bytes from this stream and stores them in
65 * number of bytes that have been read or -1 if no bytes have been read and
69 * the byte array in which to store the bytes read.
71 * the initial position in {@code buffer} to store the bytes
74 * the maximum number of bytes to store in {@code buffer}.
75 * @return the number of bytes that have been read or -1 if the end of the
204 * Skips {@code count} number of bytes in this stream. Subsequent {@code
205 * read()}s will not return these bytes unless {@code reset()} is used.
208 * input is reached before {@code count} bytes where skipped
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Finished.java 36 * @param bytes
38 public Finished(byte[] bytes) {
39 data = bytes;
SSLBufferedInput.java 26 * about number of cunsumed bytes from the source ByteBuffer.
57 * Returns the number of consumed bytes.
64 * Reads the following byte value. If there are no bytes in the source
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 31 - for each encoding, the number of bytes for a wide character is <= 4.
35 buffered bytes (in the range 0..3), followed by up to 3 buffered bytes.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 67 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) {
68 return decode(jc, bytes, 0, bytes.length, options);
71 public static Bitmap decode(JobContext jc, byte[] bytes, int offset,
76 BitmapFactory.decodeByteArray(bytes, offset, length, options));
79 public static void decodeBounds(JobContext jc, byte[] bytes, int offset,
84 BitmapFactory.decodeByteArray(bytes, offset, length, options);
185 JobContext jc, byte[] bytes, int offset, int length,
187 if (offset < 0 || length <= 0 || offset + length > bytes.length) {
189 "offset = %s, length = %s, bytes = %s"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_midi_event.h 52 /* encode from byte stream - return number of written bytes if success */
55 /* decode from event to bytes - return number of written bytes if success */

Completed in 943 milliseconds

<<21222324252627282930>>