HomeSort by relevance Sort by last modified time
    Searched full:numbytes (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.h 50 + newANTLRStringStream:(char *)myData Count:(NSInteger)numBytes;
60 - (id) initWithData:(char *)myData Count:(NSInteger)numBytes;
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 116 virtual void EmitFill(uint64_t NumBytes, uint8_t FillValue);
117 virtual void EmitZeros(uint64_t NumBytes);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 98 int64_t NumBytes,
103 unsigned ScratchReg, int64_t NumBytes,
AArch64InstrInfo.cpp 607 int64_t NumBytes, MachineInstr::MIFlag MIFlags) {
608 if (NumBytes == 0 && DstReg == SrcReg)
610 else if (abs64(NumBytes) & ~0xffffff) {
614 uint64_t Bits = static_cast<uint64_t>(abs64(NumBytes));
644 unsigned AddOp = NumBytes > 0 ? AArch64::ADDxxx_uxtx : AArch64::SUBxxx_uxtx;
659 if (NumBytes >= 0) {
665 NumBytes = abs64(NumBytes);
670 if ((NumBytes & 0xfff) || NumBytes == 0)
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 31 UInt32 numBytes = (UInt32)(_bufferOffset) + _streamPos - offset;
34 for (UInt32 i = 0; i < numBytes; i++)
  /external/lzma/Java/SevenZip/Compression/LZ/
InWindow.java 31 int numBytes = _bufferOffset + _streamPos - offset;
34 for (int i = 0; i < numBytes; i++)
  /frameworks/av/drm/common/
DrmEngineBase.cpp 168 int uniqueId, DecryptHandle* decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
169 return onPread(uniqueId, decryptHandle, buffer, numBytes, offset);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.h 43 * @param[in] numBytes The number of bytes to read.
48 ssize_t FwdLockFile_read(int fileDesc, void *pBuffer, size_t numBytes);
  /frameworks/rs/
rsStream.h 60 void loadByteArray(void *dest, size_t numBytes);
133 void addByteArray(const void *src, size_t numBytes);
  /external/llvm/include/llvm/Support/
Memory.h 55 /// \p NumBytes bytes of virtual memory is made.
77 static MemoryBlock allocateMappedMemory(size_t NumBytes,
113 /// attempt to allocate \p NumBytes bytes of virtual memory is made.
121 static MemoryBlock AllocateRWX(size_t NumBytes,
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 66 void addBandwidthMeasurement(size_t numBytes, int64_t delayUs);
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 128 int numBytes = 0;
134 numBytes += bytesRead;
137 assertEquals(message, SMALL_DOWNLOAD_SIZE, numBytes);
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 124 int numBytes = 0;
125 while ((numBytes = input.read(buffer)) != -1) {
126 output.write(buffer, 0, numBytes);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
VDMXParser.cpp 49 bool skip(size_t numBytes)
51 if (m_offset + numBytes > m_length)
53 m_offset += numBytes;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF16.cpp 77 size_t numBytes = length + m_haveBufferedByte;
78 size_t numChars = numBytes / 2;
109 if (numBytes & 1) {
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSTwistedProtocolWrapper.py 25 def recv(self, numBytes):
28 returnData = self.data[:numBytes]
29 self.data = self.data[numBytes:]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 119 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind());
124 for (unsigned i = 0; i != NumBytes; ++i)
125 Data[Offset + i] |= uint8_t((Value >> ((NumBytes - i - 1)*8)) & 0xff);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 126 int FwdLockGlue_GetRandomNumber(void *pBuffer, size_t numBytes) {
132 numBytesRead = read(fileDesc, pBuffer, numBytes);
135 return numBytesRead >= 0 && (size_t)numBytesRead == numBytes;
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 173 void erase(unsigned Offset, unsigned NumBytes);
226 void erase(unsigned Offset, unsigned NumBytes) {
227 assert(Offset+NumBytes <= size() && "Invalid region to erase!");
228 if (NumBytes == 0) return;
229 Chunks.erase(Offset, NumBytes);
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.c 438 int length, numbytes, slop; local
462 numbytes = rep.n;
463 slop = numbytes & 3;
466 *ptr = (char *) Xmalloc(numbytes);
474 _XRead(dpy, (char *) *ptr, numbytes);
982 int length, numbytes, slop; local
1006 numbytes = rep.n;
1007 slop = numbytes & 3;
1010 *ptr = (unsigned char *) Xmalloc(numbytes);
1018 _XRead(dpy, (char *) *ptr, numbytes);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 122 int NumBytes, unsigned MIFlags = MachineInstr::NoFlags,
125 emitARMRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
128 emitT2RegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
146 unsigned NumBytes = MFI->getStackSize();
162 // Allocate the vararg register save area. This is not counted in NumBytes.
168 if (NumBytes != 0)
169 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
235 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
240 NumBytes);
260 // Adjust NumBytes to represent the stack slots below the DPRCS2 area
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaCodecBridge.java 59 long presentationTimeMicroseconds, int numBytes) {
64 mNumBytes = numBytes;
80 private int numBytes() { return mNumBytes; }
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 317 void* buffer, ssize_t numBytes, off64_t offset) {
319 if ((NULL != decryptHandle.get()) && (NULL != buffer) && (0 < numBytes)) {
321 uniqueId, decryptHandle.get(), buffer, numBytes, offset);
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 133 int numBytes = Math.min(encodedBytes.remaining(), end - start);
134 encodedBytes.put(bytes, start, numBytes);
135 start += numBytes;
  /libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java 158 + testZeroBlobFnc.numBytes + ") from testBinaryData");
227 public int numBytes = 16;
232 fc.set_result_zeroblob(numBytes);

Completed in 992 milliseconds

1 23 4 5 6 7 8 910