HomeSort by relevance Sort by last modified time
    Searched defs:Data (Results 226 - 250 of 427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jhead/
jhead.h 53 uchar * Data;
83 // Used to store camera data as extracted from the various ways that it can be
125 unsigned LargestExifOffset; // Last exif data referenced (to check if thumbnail is at end)
165 int Format; // format of data
166 char* Value; // value of data in string format
260 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
291 #define M_SOS 0xDA // Start Of Scan (begins compressed data)
293 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 10 // Data structures for DWARF info entries.
33 /// DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a
51 /// Profile - Used to gather unique data for the abbreviation folding set.
74 /// Data - Raw data bytes for abbreviation.
76 SmallVector<DIEAbbrevData, 12> Data;
79 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C), Data() {}
85 const SmallVectorImpl<DIEAbbrevData> &getData() const { return Data; }
92 Data.push_back(DIEAbbrevData(Attribute, Form));
95 /// Profile - Used to gather unique data for the abbreviation folding set
    [all...]
ScheduleDAG.h 49 Data, ///< Regular data dependence (aka true-dependence).
80 /// Reg - For Data, Anti, and Output dependencies, the associated
81 /// register. For Data dependencies that don't currently have a register
98 SDep() : Dep(nullptr, Data) {}
113 case Data:
128 case Data:
174 /// isCtrl - Shorthand for getKind() != SDep::Data.
176 return getKind() != Data;
226 /// isAssignedRegDep - Test if this is a Data dependence that i
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 74 /// The data for the section this fragment is in.
81 /// \name Assembler Backend Data
154 /// data.
177 /// data.
195 /// data and also have fixups registered.
230 /// Fragment for data and encoded instructions.
528 enum KindTy { Data = 1, JumpTable8, JumpTable16, JumpTable32 } Kind;
837 /// \name Data Region List Access
858 /// \name Data Region List Access
869 /// \name Backend Data Acces
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 43 "Number of emitted assembler fragments - data");
721 // If we are aligning with nops, ask that target to emit the right data.
930 // example, to set the index fields in the symbol data).
937 // Data and relaxable fragments both have fixups. So only process
    [all...]
WinCOFFObjectWriter.cpp 66 COFF::symbol Data;
90 // This class contains staging data for a COFF relocation entry.
92 COFF::relocation Data;
195 static inline void write_uint32_le(void *Data, uint32_t Value) {
196 support::endian::write<uint32_t, support::little, support::unaligned>(Data,
206 memset(&Data, 0, sizeof(Data));
213 write_uint32_le(Data.Name + 0, 0);
214 write_uint32_le(Data.Name + 4, Offset);
265 /// This function takes a section data object from the assemble
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 179 const char *Data;
230 return StringRef(Tok.Data, Tok.Length);
322 Op->Tok.Data = Str.data();
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 340 Aux = reinterpret_cast<const T*>(AuxData.data());
362 const data_directory *Data;
363 if (Obj->getDataDirectory(Index, Data))
365 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
366 W.printHex(FieldName + "Size", Data->Size);
488 StringRef Data;
489 error(Section.getContents(Data));
497 DataExtractor DE(Data, true, 4);
515 if (PayloadSize > Data.size() - Offset) {
520 StringRef Contents = Data.substr(Offset, PayloadSize)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 174 cmsSignalError(iohandler ->ContextID, cmsERROR_SEEK, "Too few data; probably corrupted profile");
193 // Writes data to memory, also keeps used space for further reference.
346 // Writes data to stream, also keeps used space for further reference. Returns TRUE on success, FALSE on error
    [all...]
cmslut.c 38 void* Data)
55 ph ->Data = Data;
161 _cmsStageToneCurvesData* Data = (_cmsStageToneCurvesData*) mpe ->Data;
163 return Data ->TheCurves;
171 _cmsStageToneCurvesData* Data;
176 Data = (_cmsStageToneCurvesData*) mpe ->Data;
177 if (Data == NULL) return
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 109 // Collecting trace data is the responsibility of the embedding
111 // tracing and display data collected across all active processes.
456 // tracing UI. A FLOW defines asynchronous data flow, such as posting a task
627 name, trace_event_trace_id.data(), trace_event_flags, \
696 unsigned long long data() const { return data_; } function in class:webrtc::trace_event_internal::TraceID::ForceMangle
731 unsigned long long data() const { return data_; } function in class:webrtc::trace_event_internal::TraceID
    [all...]
  /external/webrtc/webrtc/test/
rtcp_packet_parser.h 227 uint8_t* Data() { return app_item_.Data; }
  /frameworks/base/libs/hwui/
VectorDrawable.h 123 struct ANDROID_API Data {
127 bool operator==(const Data& data) const {
128 return verbs == data.verbs && verbSizes == data.verbSizes
129 && points == data.points;
140 void setData(const Data& data) {
141 // Updates the path data. Note that we don't generate a new Skia path right away
142 // because there are cases where the animation is changing the path data, but the vie
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c     [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.h 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
56 unsigned char * Data;
216 #define M_SOS 0xDA // Start Of Scan (begins compressed data)
218 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.h 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
56 unsigned char * Data;
216 #define M_SOS 0xDA // Start Of Scan (begins compressed data)
218 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data!
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 188 ULONG Data[3];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipexport.h 43 PVOID Data;
54 VOID *Data;
ntddcdvd.h 90 UCHAR Data[0];
rassapi.h 56 PCHAR Data;
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
460 fwrite(mSections[i].Data, sizeof(unsigned char),
469 fwrite(mJEXIFSection.Data, sizeof(unsigned char),
477 fwrite(mSections[i].Data, sizeof(unsigned char),
482 free(mJEXIFSection.Data);
537 unsigned char * Data;
566 Data = (unsigned char *)malloc(itemlen);
567 if (Data == NULL) {
571 mSections[mSectionsRead].Data = Data;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 304 llvm::PointerIntPair<Stmt *, 1> Data;
308 : Data(S, TemporaryDtorsBranch) {}
310 Stmt *getStmt() { return Data.getPointer(); }
311 const Stmt *getStmt() const { return Data.getPointer(); }
313 bool isTemporaryDtorsBranch() const { return Data.getInt(); }
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 258 uintptr_t Data;
270 X.Data = (uintptr_t)Con;
271 assert((X.Data & 7) == 0 &&"ContentCache pointer insufficiently aligned");
273 X.Data |= (unsigned)FileCharacter;
281 return reinterpret_cast<const ContentCache*>(Data & ~uintptr_t(7));
286 return (CharacteristicKind)(Data & 3);
290 bool hasLineDirectives() const { return (Data & 4) != 0; }
295 Data |= 4;
301 /// character data for the token came from.
832 /// data in the given source file
    [all...]

Completed in 1046 milliseconds

1 2 3 4 5 6 7 8 91011>>