HomeSort by relevance Sort by last modified time
    Searched full:num_bytes (Results 176 - 200 of 219) sorted by null

1 2 3 4 5 6 78 9

  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 1007 const size_t num_bytes = local
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 18 /* Tells libpng that we have already handled the first "num_bytes" bytes
20 * stream we can set num_bytes = 8 so that libpng will not attempt to read
26 png_set_sig_bytes(png_structrp png_ptr, int num_bytes)
33 if (num_bytes > 8)
36 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
74 png_alloc_size_t num_bytes = size; local
86 num_bytes *= items;
87 return png_malloc_warn(png_voidcast(png_structrp, png_ptr), num_bytes);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 164 to the printf formating character FMTCH. If NUM_BYTES is non-zero then
169 dwarf_vmatoa_1 (const char *fmtch, dwarf_vma value, unsigned num_bytes)
184 if (num_bytes)
190 if (num_bytes > 8)
191 num_bytes = 8;
192 return ret + (16 - 2 * num_bytes);
212 hence the precision displayed) is determined by the NUM_BYTES parameter. */
215 print_dwarf_vma (dwarf_vma value, unsigned num_bytes)
217 printf ("%s ", dwarf_vmatoa_1 (NULL, value, num_bytes));
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 343 size_t num_bytes = s->bytes(); local
347 while (leading_space < num_bytes && isspace(data[leading_space])) {
351 size_t i = num_bytes;
    [all...]
  /external/libpng/
png.c 19 /* Tells libpng that we have already handled the first "num_bytes" bytes
21 * stream we can set num_bytes = 8 so that libpng will not attempt to read
27 png_set_sig_bytes(png_structrp png_ptr, int num_bytes)
29 unsigned int nb = (unsigned int)num_bytes;
36 if (num_bytes < 0)
80 png_alloc_size_t num_bytes = size; local
92 num_bytes *= items;
93 return png_malloc_warn(png_voidcast(png_structrp, png_ptr), num_bytes);
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 416 ALOGD("%s: NFA_TLV_DETECT_EVT: status = %d, protocol = %d, num_tlvs = %d, num_bytes = %d",
418 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes);
    [all...]
  /system/extras/perfprofd/quipper/
perf_reader.cc 598 int num_bytes = AlignSize(sizeof(sample.raw_size) + sample.raw_size, local
600 array += num_bytes / sizeof(uint64_t);
    [all...]
  /art/runtime/mirror/
object.h 580 size_t num_bytes)
class.cc     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 145 shader->mod = llvm_parse_bitcode(code, header->num_bytes);
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 1407 unsigned num_bytes; \/* total number of bytes transferred. *\/ local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 343 UINT8 num_bytes; /* number of lock/reserved bytes */ member in struct:__anon16990
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 191 UINT8 num_bytes; /* number of reserved/lock bytes based on the type of tlv */ member in struct:__anon17336
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 835 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount);
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 507 num_bytes = min(self.MAX_UNIQUE_RANDOM_BYTES,
509 fp.write(random_bytes[:num_bytes])
510 total_bytes_written += num_bytes
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py     [all...]
  /external/opencv3/3rdparty/libtiff/
tif_ojpeg.c 414 static void OJPEGLibjpegJpegSourceMgrSkipInputData(jpeg_decompress_struct* cinfo, long num_bytes);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 423 static void OJPEGLibjpegJpegSourceMgrSkipInputData(jpeg_decompress_struct* cinfo, long num_bytes);
    [all...]
  /external/libjpeg-turbo/
jpeglib.h     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 47 const unsigned long long num_bytes = num_elements * element_size; local
50 if (num_bytes != static_cast<size_t>(num_bytes))
53 return new (std::nothrow) Type[static_cast<size_t>(num_bytes)];
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 46 const unsigned long long num_bytes = num_elements * element_size; local
49 if (num_bytes != static_cast<size_t>(num_bytes))
52 return new (std::nothrow) Type[static_cast<size_t>(num_bytes)];
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h     [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h     [all...]

Completed in 1614 milliseconds

1 2 3 4 5 6 78 9