/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditor3gpReader.cpp | 318 M4OSA_UInt32 numBytes=0; 332 b=(val & ((0xff)<< (8 * numBytes)))>> (8 * numBytes); 334 numBytes++; 335 } while ((b & 0x80) && numBytes < 4); 350 M4OSA_UInt32 numBytes=0; 366 numBytes++; 367 } while ((b & 0x80) && numBytes < 4); [all...] |
/system/core/adb/ |
usb_osx.c | 495 UInt32 numBytes = len; 517 handle->bulkIn, buf, &numBytes);
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
DrmPassthruPlugIn.cpp | 302 void* buffer, ssize_t numBytes, off64_t offset) {
|
/libcore/luni/src/test/java/libcore/java/security/ |
ProviderTest.java | 239 protected byte[] engineGenerateSeed(int numBytes) {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 311 void skipBytes(long numBytes) 314 long bytesToSkip = std::min(numBytes, (long)src->pub.bytes_in_buffer); 318 m_bytesToSkip = std::max(numBytes - bytesToSkip, static_cast<long>(0));
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AsmBackend.cpp | 180 unsigned NumBytes = getFixupKindInfo(Fixup.getKind()).TargetSize / 8; 185 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!"); 189 for (unsigned i = 0; i != NumBytes; ++i) {
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 610 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); 615 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!"); 620 for (unsigned i = 0; i != NumBytes; ++i)
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
DrmEngineBase.h | 104 void* buffer, ssize_t numBytes, off64_t offset); 515 * @param[in] numBytes Number of bytes to read. 521 void* buffer, ssize_t numBytes, off64_t offset) = 0;
|
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | [all...] |
/frameworks/av/drm/common/ |
IDrmManagerService.cpp | 769 ssize_t numBytes, off64_t offset) { 779 data.writeInt32(numBytes); [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 636 int NumBytes = FltVal.getBitWidth() / 8; // 8 bits per byte. 639 int Start = (LittleEndian ? 0 : NumBytes - 1); 640 int Stop = (LittleEndian ? NumBytes : -1); 686 int NumBytes = Val.getBitWidth() / 8; // 8 bits per byte. 690 for (int i = 0; i < NumBytes; i++) { 695 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 213 unsigned &NumBytes, 218 unsigned &NumBytes, bool isVarArg); [all...] |
ARMExpandPseudoInsts.cpp | [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 709 static u32 numBytes = 0; 710 numBytes += size; 711 DEBUG(("Allocated %d bytes, total %d\n", size, numBytes));
|
/external/clang/test/Analysis/ |
keychainAPI.m | 253 CFStringRef CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator);
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 76 psBits.numBytes = aInputs->inBytes;
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 195 void EmitBuf(const char *Ptr, unsigned NumBytes) { 196 Out.write(Ptr, NumBytes);
|
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | [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/ExecutionEngine/JIT/ |
JITEmitter.cpp | 56 STATISTIC(NumBytes, "Number of bytes of machine code compiled"); [all...] |
/external/icu4c/i18n/ |
uspoof_impl.h | 228 void *reserveSpace(int32_t numBytes, UErrorCode &status);
|
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | [all...] |