/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | [all...] |
/external/tinyxml2/ |
tinyxml2.h | 71 inline int TIXML_SNPRINTF( char* buffer, size_t size, const char* format, ... ) {
74 int result = vsnprintf_s( buffer, size, _TRUNCATE, format, va );
169 size = 0;
179 EnsureCapacity( size+1 );
180 mem[size++] = t;
185 EnsureCapacity( size+count );
186 T* ret = &mem[size];
187 size += count;
191 return mem[--size];
195 TIXMLASSERT( size >= count ); 223 int size; \/\/ number objects in use member in class:tinyxml2::DynArray [all...] |
/external/webrtc/src/modules/interface/ |
module_common_types.h | 106 WebRtc_UWord16 width; // size 157 // new size of vectors 189 // set new size 219 void VerifyAndAllocateFragmentationHeader( const WebRtc_UWord16 size) 221 if( fragmentationVectorSize < size) 227 fragmentationOffset = new WebRtc_UWord32[size]; 229 sizeof(WebRtc_UWord32)*(size-oldVectorSize)); 237 fragmentationLength = new WebRtc_UWord32[size]; 239 sizeof(WebRtc_UWord32) * (size- oldVectorSize)); 247 fragmentationTimeDiff = new WebRtc_UWord16[size]; [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 112 unsigned size() const { return ValuePtrs.size(); } function in class:__anon22778::BitcodeReaderValueList 124 assert(i < ValuePtrs.size()); 132 assert(N <= size() && "Invalid shrinkTo request!"); 162 unsigned size() const { return MDValuePtrs.size(); } 171 assert(i < MDValuePtrs.size()); 176 assert(N <= size() && "Invalid shrinkTo request!"); 300 if (ID >= FunctionBBs.size()) return nullptr; // Invalid ID 304 if (i-1 < MAttributes.size()) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 49 const size_t size = strlen(src) + 1; local 51 dst = new (std::nothrow) char[size]; // NOLINT 72 uint64 size = EbmlElementSize(kMkvEBMLVersion, 1ULL); local 73 size += EbmlElementSize(kMkvEBMLReadVersion, 1ULL); 74 size += EbmlElementSize(kMkvEBMLMaxIDLength, 4ULL); 75 size += EbmlElementSize(kMkvEBMLMaxSizeLength, 8ULL); 76 size += EbmlElementSize(kMkvDocType, "webm"); 77 size += EbmlElementSize(kMkvDocTypeVersion, 2ULL); 78 size += EbmlElementSize(kMkvDocTypeReadVersion, 2ULL); 80 if (!WriteEbmlMasterElement(writer, kMkvEBML, size)) 230 uint64 size = EbmlElementSize(kMkvCueClusterPosition, cluster_pos_); local 311 uint64 size = 0; local 364 const uint64 size = local 391 uint64 size = EbmlElementSize(kMkvAESSettingsCipherMode, cipher_mode_); local 442 const uint64 size = EbmlMasterElementSize(kMkvContentEncoding, local 584 uint64 size = EbmlElementSize(kMkvTrackNumber, number_); local 620 uint64 size = PayloadSize(); local 840 uint64 size = VideoPayloadSize(); local 850 const uint64 size = VideoPayloadSize(); local 890 uint64 size = EbmlElementSize(kMkvPixelWidth, width_); local 923 uint64 size = EbmlElementSize(kMkvSamplingFrequency, local 1092 uint64 size = 0; local 1213 const int size = (displays_size_ == 0) ? 1 : 2 * displays_size_; local 1408 const int size = (chapters_size_ == 0) ? 1 : 2 * chapters_size_; local 1829 const uint64 size = EbmlMasterElementSize(kMkvSeekHead, entry_size); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1helper.h | 17 typedef D2D1_SIZE_F Size; 23 typedef D2D1_SIZE_U Size; 44 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Size Size(T width, T height) { 45 typename TypeTraits<T>::Size r = {width, height}; 50 return Size<FLOAT>(width, height); 54 return Size<UINT32>(width, height); 75 D2D1FORCEINLINE D2D1_ARC_SEGMENT ArcSegment(const D2D1_POINT_2F &point, const D2D1_SIZE_F &size, const FLOAT rotationAngle, D2D1_SWEEP_DIRECTION sweepDirection, D2D1_ARC_SIZE arcSize) { 76 D2D1_ARC_SEGMENT r = {point, size, rotationAngle, sweepDirection, arcSize}; 170 D2D1_SIZE_U pixelSize = D2D1::Size(static_cast<UINT>(0), static_cast<UINT>(0)) [all...] |
hidpi.h | 88 ULONG Size; 96 ULONG size; member in struct:_HIDD_CONFIGURATION
|
ntddchgr.h | 200 ULONG Size;
|
poclass.h | 283 USHORT Size; 297 USHORT Size;
|
virtdisk.h | 192 } Size;
|
winwlx.h | 174 DWORD Size; 344 ULONG Size;
|
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGClass.cpp | 448 if (Index == ArrayIndexes.size()) { 623 if (ArrayIndexes.size()) { 643 for (unsigned I = 0, N = ArrayIndexes.size(); I != N; ++I) 718 uint64_t Size; 737 assert(NumFields < SSV.size()); 738 SSV[NumFields].Size = D->isBitField() ? 0 : FieldSize.getQuantity(); 741 assert(NumFields == SSV.size()); 742 if (SSV.size() <= 1) return; 758 for (size_t i = 0; i < SSV.size(); i++) { 760 uint64_t NextField = i == SSV.size() - 1 ? TypeSize : SSV[i + 1].Offset [all...] |
CodeGenFunction.h | 286 /// The size of the following cleanup object. 287 unsigned Size : 29; 291 size_t getSize() const { return size_t(Size); } 388 size_t OldSize = LifetimeExtendedCleanupStack.size(); 390 LifetimeExtendedCleanupStack.size() + sizeof(Header) + Header.Size); 461 CGF.LifetimeExtendedCleanupStack.size(); 606 /// \brief Takes the old cleanup stack size and emits the cleanup blocks 610 /// \brief Takes the old cleanup stack size and emits the cleanup blocks 916 // VLASizeMap - This keeps track of the associated size for each VLA type [all...] |
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 162 #define PHHAL_MAX_DATASIZE 0xFBU /* 256 * Maximum Data size sent 216 * size. 247 uint32_t Size;/**< Size of the datablock*/ 410 ? sRecvData : Shall contain buffer of size 16 422 ? sSendData : Shall contain buffer of size 16 containing 433 ? sSendData : Shall contain buffer of size 4 containing [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_NdefMap.h | 160 #define PH_FRINFC_NDEFMAP_TOPAZ_MAX_SIZE 256 /**< \internal Total Memory size = 96 bytes (newer version have mode) */ 161 #define PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE 0x04 /**< \internal UID size returned by READID command = 4 bytes */ 237 * \name Buffer Size Definitions 241 /** \ingroup grp_fri_nfc_ndef_map Minimum size of the TRX buffer required */ 243 /** \internal The size of s MIFARE block */ 264 /**< \internal NDEF TLV size */ 266 /**< \internal NDEF TLV size */ 277 /**< \internal Remaining size that can be read */ 461 /** To store the remaining size of the Mifare 1k or 4k card */ 463 /** To update the remaining size when writing to the Mifare 1k or 4k card * [all...] |
/external/llvm/include/llvm/Object/ |
COFF.h | 161 support::ulittle32_t Size;
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 64 unsigned size() const { return ValuePtrs.size(); } function in class:__anon14695::BitcodeReaderValueList 76 assert(i < ValuePtrs.size()); 84 assert(N <= size() && "Invalid shrinkTo request!"); 111 unsigned size() const { return MDValuePtrs.size(); } 120 assert(i < MDValuePtrs.size()); 125 assert(N <= size() && "Invalid shrinkTo request!"); 278 if (ID >= FunctionBBs.size()) return nullptr; // Invalid ID 282 if (i-1 < MAttributes.size()) [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | [all...] |
/external/llvm/lib/Object/ |
MachOObjectFile.cpp | 61 "Number of sections too large for size of load command."); 311 report_fatal_error("Segment load command size is too small."); 377 if (NValue >= StringTable.size()) 456 uint64_t Size = getSectionSize(Sec); 458 EndOffset += Size; 565 return getSection64(Sec).size; 566 return getSection(Sec).size; 572 uint64_t Size; 577 Size = Sect.size; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 410 assert((Cond.size() == 2 || Cond.size() == 0) && 483 if (Pred1.size() > 2 || Pred2.size() > 2) 598 /// GetInstSize - Return the size of the specified MachineInstr. 628 // If this machine instr is a constant pool entry, its size is recorded as 650 // jumptable. The size is 4 + 4 * number of entries. For TBB, each 661 assert(JTI < JT.size()); 664 // the JT entries. The size does not include this padding; the 666 // FIXME: If we know the size of the function is less than (1 << 16) * [all...] |
ARMFastISel.cpp | 274 // Do we optionally set a predicate? Preds is size > 0 iff the predicate [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 89 unsigned size = (LocVT == MVT::f128) ? 16 : 8; local 91 unsigned Offset = State.AllocateStack(size, alignment); 205 for (unsigned i = 0; i != RVLocs.size(); ++i) { 267 for (unsigned i = 0; i != RVLocs.size(); ++i) { 296 if (i+1 < RVLocs.size() && RVLocs[i+1].getLocReg() == VA.getLocReg()) { 359 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i, ++InIdx) { 559 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) { 705 // Get the size of the outgoing arguments stack space requirement. 715 for (unsigned i = 0, e = Outs.size(); i != e; ++i) { 721 unsigned Size = Flags.getByValSize() [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 413 if (Constraint.size() == 1) { 513 std::string Suffix(Constraint.data() + 2, Constraint.size() - 2); 525 if (Constraint.size() == 1) { 711 for (unsigned I = 0, E = ArgLocs.size(); I != E; ++I) { 773 // first stack vararg would be. The 1-byte size here is arbitrary. 813 for (unsigned I = 0, E = ArgLocs.size(); I != E; ++I) { 864 for (unsigned I = 0, E = ArgLocs.size(); I != E; ++I) { [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | 731 // constant scale size. See if we can push the scale into immediates. [all...] |