HomeSort by relevance Sort by last modified time
    Searched full:numbytes (Results 326 - 350 of 448) sorted by null

<<1112131415161718

  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 670 deBool Buffer_append (Buffer* buffer, const deUint8* data, size_t numBytes)
674 if (!Buffer_resize(buffer, buffer->size + numBytes))
678 memcpy(&buffer->data[offset], data, numBytes);
683 void pngWriteData (png_structp png, png_bytep dataPtr, png_size_t numBytes)
686 if (!Buffer_append(buffer, (const deUint8*)dataPtr, numBytes))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 357 // [<def>], <id>, <numBytes>, <target>, <numArgs>
446 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
447 assert(NumBytes >= EncodedBytes &&
449 assert((NumBytes - EncodedBytes) % 4 == 0 &&
451 for (unsigned i = EncodedBytes; i < NumBytes; i += 4)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 679 numBytes = numBytesIn;
680 pixels = new unsigned char[numBytes];
710 if(latestBufferLength == numBytes){
734 int numBytes;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 908 int numBytes = bytesForSize(size);
909 idx += numBytes;
913 while (numBytes--) {
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.h 228 void *reserveSpace(int32_t numBytes, UErrorCode &status);
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 448 unsigned NumBytes = MFI->getStackSize();
475 if (NumBytes >= ALLOCFRAME_MAX) {
485 CallerSavedReg).addImm(NumBytes);
491 .addImm(NumBytes)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 658 PRINT_TIME("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 605 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 239 int sendBackupData(int numBytes);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 505 static std::string getHumanReadableByteSize (int numBytes)
509 if (numBytes < 1024)
510 buf << numBytes << " byte(s)";
511 else if (numBytes < 1024 * 1024)
512 buf << de::floatToString((float)numBytes/1024.0f, 1) << " KiB";
514 buf << de::floatToString((float)numBytes/1024.0f/1024.0f, 1) << " MiB";
519 static deUint64 medianTimeMemcpy (void* dst, const void* src, int numBytes)
523 // With large numBytes, the probability of context switch or other random
528 if (numBytes < 1048576)
536 deMemcpy(dst, src, numBytes);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 590 unsigned NumBytes = CCInfo.getNextStackOffset();
594 DAG.getConstant(NumBytes, dl, PtrVT, true), dl);
698 Chain = DAG.getCALLSEQ_END(Chain, DAG.getConstant(NumBytes, dl, PtrVT, true),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 2175 bfd_size_type numbytes; local
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 552 int numBytes = inputStream.readInt();
553 byte[] bytes = new byte[numBytes];
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
  /external/mockftpserver/MockFtpServer/
CHANGELOG.txt 29 - FEATURE #3304849: Add a new readData(int numBytes) to Session

Completed in 2153 milliseconds

<<1112131415161718