HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 851 - 875 of 1804) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 59 STUN_ATTR_MESSAGE_INTEGRITY = 0x0008, // ByteString, 20 bytes
402 StunByteStringAttribute(uint16 type, const void* bytes, size_t length);
410 const char* bytes() const { return bytes_; } function in class:cricket::StunByteStringAttribute
413 void CopyBytes(const char* bytes); // uses strlen
414 void CopyBytes(const void* bytes, size_t length);
423 void SetBytes(char* bytes, size_t length);
528 STUN_ATTR_MAGIC_COOKIE = 0x000f, // ByteString, 4 bytes
582 STUN_ATTR_RESERVATION_TOKEN = 0x0022, // ByteString, 8 bytes.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 1418 uint64_t bytes = _mesa_format_image_size64(format, width, height, depth); local
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 128 size_t bytes = sk_stream->read(data, length); local
129 if (bytes != length) {
288 * byte into separate bytes (useful for paletted and grayscale images). */
604 // now check that if we are 4-bytes per pixel, we also don't overflow
664 We hit some images (e.g. fruit_.png) who contain bytes that are == colortable_count
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 89 virtual void* allocThrow(size_t bytes) SK_OVERRIDE;
127 void* FlattenableHeap::allocThrow(size_t bytes) {
128 void* ptr = sk_malloc_throw(bytes);
334 size_t bytes = fWriter.bytesWritten() - fBytesNotified; local
335 if (bytes > 0) {
336 fController->notifyWritten(bytes);
337 fBytesNotified += bytes;
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 389 SkTArray<char, true> bytes; local
390 bytes.push_back_n(length);
391 stream.read(&bytes[0], length);
395 wStream.write(&bytes[0], length);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 157 RAW_VLOG(0, "pagemap read failed @ %#llx %" PRId64 " bytes",
195 size_t bytes = page_size; local
199 bytes = last_address - page_address + 1;
204 bytes -= first_address - page_address;
207 committed_size += bytes;
610 const int bytes = table_size * sizeof(DeepBucket*); local
611 table_ = reinterpret_cast<DeepBucket**>(alloc(bytes));
612 memset(table_, 0, bytes);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 594 // This makes sure that reallocing a small number of bytes in either
856 size_t bytes; local
858 "tcmalloc.pageheap_unmapped_bytes", &bytes));
859 return bytes;
897 // Use up the extra MB/4 bytes from 'a' and also release 'b'.
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 594 // This makes sure that reallocing a small number of bytes in either
856 size_t bytes; local
858 "tcmalloc.pageheap_unmapped_bytes", &bytes));
859 return bytes;
897 // Use up the extra MB/4 bytes from 'a' and also release 'b'.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
defines.h 162 uint16_t bytes[25]; member in struct:iLBC_Enc_Inst_t_
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 531 int bytes; member in struct:map_output_info
554 while (!yasm_intnum_check_size(bsd->length, info->bytes * 8, 0, 0))
555 info->bytes *= 2;
556 while (!yasm_intnum_check_size(bsd->istart, info->bytes * 8, 0, 0))
557 info->bytes *= 2;
558 while (!yasm_intnum_check_size(bsd->ivstart, info->bytes * 8, 0, 0))
559 info->bytes *= 2;
568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0,
570 for (i=info->bytes; i != 0; i--
    [all...]
  /external/dhcpcd/
dhcpcd.c 667 ssize_t bytes; local
676 bytes = get_raw_packet(iface, ETHERTYPE_IP,
678 if (bytes == 0 || bytes == -1)
680 if (valid_udp_packet(packet, bytes, &from, partialcsum) == -1) {
706 bytes = get_udp_data(&pp, packet);
707 if ((size_t)bytes > sizeof(*dhcp)) {
715 memcpy(dhcp, pp, bytes);
    [all...]
  /external/fio/
backend.c 143 unsigned long long bytes = 0; local
163 bytes += td->this_io_bytes[ddir];
180 if (bytes < td->rate_bytes[ddir]) {
186 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
191 bytes < td->rate_bytes[ddir]) {
222 td->rate_bytes[ddir] = bytes;
539 int bytes = io_u->xfer_buflen - io_u->resid; local
544 if (!bytes) {
551 io_u->xfer_buf += bytes;
552 io_u->offset += bytes;
648 unsigned long long bytes, limit; local
786 int bytes = io_u->xfer_buflen - io_u->resid; local
    [all...]
io_u.c 645 * Put a top limit on how many bytes we do for
1601 uint64_t secs, remainder, bps, bytes; local
1652 unsigned int bytes = io_u->buflen - io_u->resid; local
    [all...]
  /external/freetype/src/cff/
cfftypes.h 51 /* off_size :: The size in bytes of object offsets in index. */
54 /* bytes. */
61 /* bytes :: If the index is loaded in memory, its bytes. */
73 FT_Byte* bytes; member in struct:CFF_IndexRec_
  /external/icu/icu4c/source/test/cintltst/
ncnvtst.c 1857 uint8_t bytes[8]; \/* partial input bytes resulting in no output *\/ member in struct:__anon26684
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 1328 unsigned char bytes[10]; local
    [all...]
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 281 private byte[] bytes; field in class:ArrayAccessReplaceTest.Simple
302 return bytes[pos];
346 bytes[pos] = value;
  /external/kernel-headers/original/uapi/linux/
rds.h 206 uint64_t bytes; member in struct:rds_iovec
telephony.h 202 * always pass full size frames, any unused bytes will be padded with zeros,
257 unsigned int bytes; member in union:telephony_exception
  /external/libmtp/src/
libusb-glue.c 403 /* Check if descriptor length is at least 10 bytes */
714 printf(" IN endpoint maxpacket: %d bytes\n", ptp_usb->inep_maxpacket);
715 printf(" OUT endpoint maxpacket: %d bytes\n", ptp_usb->outep_maxpacket);
791 * 1. Send the command (0x0c bytes) if headers are split, else, send
792 * command plus sizeof(endpoint) - 0x0c bytes.
795 * 3. REPEAT send 0x10000 byte chunks UNTIL remaining bytes < 0x10000
797 * 4. Send remaining bytes MOD sizeof(endpoint)
798 * 5. Send remaining bytes. If this happens to be exactly sizeof(endpoint)
819 unsigned char *bytes; local
823 bytes = malloc(CONTEXT_BLOCK_SIZE)
942 unsigned char *bytes; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 202 long bytes; member in struct:__anon28499
219 t->bytes =
239 if (t->bytes)
240 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
242 t->label, t->bytes, t->lapse,
243 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
244 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
245 (int)(t->count * t->overhead), (int)(t->count * t->overhead * 100 / t->bytes)
    [all...]
  /external/libogg/src/
framing.c 307 int bytes = 0, lacing_vals, i; local
312 for (i = 0; i < count; ++i) bytes += (int)iov[i].iov_len;
313 lacing_vals=bytes/255+1;
328 if(_os_body_expand(os,bytes) || _os_lacing_expand(os,lacing_vals))
346 os->lacing_vals[os->lacing_fill+i]=bytes%255;
365 iov.iov_len = op->bytes;
376 int bytes=0; local
480 bytes+=os->header[i+27]=(unsigned char)(os->lacing_vals[i]&0xff);
486 og->body_len=bytes;
493 os->body_returned+=bytes;
639 long bytes=oy->fill-oy->returned; local
693 long bytes; local
960 int bytes=size; local
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource); local
73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes);
74 if(bytes==0 && errno)return(-1);
75 return(bytes);
103 n) search for a new page beginning for n bytes
118 /* skipped n bytes */
718 vf->bittrack+=op_ptr->bytes*8;
776 /* bitrate tracking; add the header's bytes here, the body bytes
    [all...]
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 490 m_entries[idx].bytes += ptr_size;
506 m_entries[i].bytes = 0;
520 puts("Objective C objects by total bytes:");
521 puts("Total Bytes Class Name");
523 for (uint32_t i=0; i<m_size && m_entries[i].bytes > 0; ++i)
525 printf ("%11llu %s\n", m_entries[i].bytes, class_getName (objc_classes.GetClassAtIndex(m_entries[i].idx)));
553 uint64_t bytes; // Total number of bytes for each objc class member in struct:ObjCClassInfo::Entry
559 // Reverse the comparisong to most bytes entries end up at top of list
560 if (a->bytes > b->bytes) return -1
    [all...]
  /external/lldb/source/Core/
DataExtractor.cpp 157 // Initialize this object with a subset of the data bytes in "data".
252 // starting at BYTES and set the length of the data to LENGTH bytes
261 DataExtractor::SetData (const void *bytes, offset_t length, ByteOrder endian)
265 if (bytes == NULL || length == 0)
272 m_start = (uint8_t *)bytes;
280 // starting "data_offset" bytes into "data" and ending "data_length"
281 // bytes later. If "data_offset" is not a valid offset into "data",
282 // then this object will contain no bytes. If "data_offset" is
284 // capped at the number of bytes remaining in "data". If "data
1726 const uint8_t *bytes = (const uint8_t* )GetData(&offset, item_byte_size); local
    [all...]

Completed in 1966 milliseconds

<<31323334353637383940>>