HomeSort by relevance Sort by last modified time
    Searched refs:bytes (Results 876 - 900 of 1073) sorted by null

<<31323334353637383940>>

  /external/jpeg/
jmemdos.c 467 long length; /* It's easy to access first 4 bytes */
468 char bytes[18]; /* Misaligned fields in here! */ member in union:__anon4600
472 #define FIELD_AT(spec,offset,type) (*((type *) &(spec.bytes[offset])))
  /external/libffi/include/
ffi.h.in 182 unsigned bytes;
  /external/libffi/src/s390/
sysv.S 36 # r2: cif->bytes
239 # r2: cif->bytes
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 37 add r2, r12, r2, lsl #3 ;calculate Hfilter location (2coeffsx4bytes=8bytes)
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 320 // Read bytes and put it in a eueue.
321 byte[] bytes = packet.getData();
323 System.arraycopy(bytes, 0, msgBytes, 0, packetLength);
    [all...]
  /external/openssl/crypto/x509/
x509_lu.c 141 unsigned char *bytes, int len, X509_OBJECT *ret)
145 return ctx->method->get_by_fingerprint(ctx,type,bytes,len,ret);
  /external/protobuf/editors/
proto.vim 65 syn keyword pbType float double bool string bytes
  /external/tremolo/Tremolo/
bitwise.c 156 /* spans forward, skipping as many bytes as headend is negative; if
312 //fprintf(stderr, "Bytes: buffer=(%d,%x,%d,%d) %02x%02x%02x%02x%02x%02x%02x%02x (%d bytes)\n",
417 report("wrong number of bytes while reading!\n");
422 report("leftover bytes after read!\n");
509 ogg_reference *ogg_buffer_extend(ogg_reference *or,long bytes){
514 or->next=ogg_buffer_alloc(or->buffer->ptr.owner,bytes);
623 report("leftover bytes after read!\n");
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 629 gint bytes = static_cast<gint>(g_utf8_offset_to_pointer(ctext, end) - cstart); local
630 gchar* word = g_new0(gchar, bytes+1);
  /external/webkit/WebKit/mac/WebView/
WebHTMLRepresentation.mm 243 return decoder->encoding().decode(reinterpret_cast<const char*>([data bytes]), [data length]);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 164 LOGE("Manually set buffer was too small! Expected %d bytes, but got %d!",
441 static void android_hardware_Camera_addCallbackBuffer(JNIEnv *env, jobject thiz, jbyteArray bytes) {
447 context->addCallbackBuffer(env, bytes);
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 617 * port, requests client authentication (if specified), and read 256 bytes
703 * a given port and writes 256 bytes to the socket.
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketTest.java 796 * port, requests client authentication (if specified), and read 256 bytes
873 byte[] bytes = Base64.decode(keys.getBytes());
874 InputStream inputStream = new ByteArrayInputStream(bytes);
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 232 * The raw VCard bytes.
282 byte[] bytes = Preconditions.checkNotNull(mValue);
306 parser.parse(new ByteArrayInputStream(bytes), constructor);
  /external/blktrace/btt/
globals.h 42 #define BIT_END(iop) ((iop)->t.sector + ((iop)->t.bytes >> 9))
iostat.c 260 ADD_STAT(dip, sec[rw], iop->t.bytes >> 9);
  /external/chromium/base/
file_util.h 207 // Read exactly |bytes| bytes from file descriptor |fd|, storing the result
209 // Returns true iff |bytes| bytes have been successfuly read from |fd|.
210 bool ReadFromFD(int fd, char* buffer, size_t bytes);
312 // The size of the file in bytes. Undefined when is_directory is true.
347 // Reads the given number of bytes from the file into the buffer. Returns
348 // the number of read bytes, or -1 on error.
354 // previously there. Returns the number of bytes written, or -1 on error.
  /external/chromium/net/base/
net_util_unittest.cc 373 // |bytes| should be an array of length 4.
374 const struct addrinfo* GetIPv4Address(const uint8* bytes) {
389 memcpy(&addr4->sin_addr, bytes, 4);
397 // |bytes| should be an array of length 16.
398 const struct addrinfo* GetIPv6Address(const uint8* bytes) {
413 memcpy(&addr6->sin6_addr, bytes, 16);
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc     [all...]
  /external/chromium/net/third_party/nss/ssl/bodge/
loader.c 838 RNG_RandomUpdate(const void *data, size_t bytes)
842 return (vector->p_RNG_RandomUpdate)(data, bytes);
    [all...]
  /external/iproute2/include/linux/
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /external/libffi/src/sparc/
v8.S 61 nop ! STRUCT returning functions skip 12 instead of 8 bytes
  /external/libvpx/vp8/encoder/
onyx_int.h 635 int bytes; member in struct:__anon5299
  /external/qemu/block/
raw-posix.c 202 * offset and count are in bytes, but must be multiples of 512 for files
203 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
262 * offset and count are in bytes, but must be multiples of 512 for files
263 * opened with O_DIRECT. buf must be aligned to 512 bytes then.
306 * offset and count are in bytes and possibly not aligned. For files opened
321 /* align offset on a 512 bytes boundary */
389 * offset and count are in bytes and possibly not aligned. For files opened
404 /* align offset on a 512 bytes boundary */
500 /* read all bytes from signal pipe */
502 char bytes[16] local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 162 int bytes = (bpp + 7) / 8; local
166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1)
169 switch (bytes)

Completed in 405 milliseconds

<<31323334353637383940>>