HomeSort by relevance Sort by last modified time
    Searched refs:CellType (Results 1 - 7 of 7) sorted by null

  /external/v8/src/heap/
marking.h 15 typedef uint32_t CellType;
17 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {}
26 inline CellType* cell() { return cell_; }
27 inline CellType mask() { return mask_; }
30 CellType new_mask = mask_ << 1;
42 CellType* cell_;
43 CellType mask_;
70 return sizeof(MarkBit::CellType) * cells_count;
89 INLINE(MarkBit::CellType* cells())
    [all...]
mark-compact.h 258 inline MarkBit::CellType* CurrentCell() {
288 inline MarkBit::CellType PeekNext() {
297 MarkBit::CellType* cells_;
329 MarkBit::CellType current_cell_;
mark-compact-inl.h 183 MarkBit::CellType end_index_mask =
  /external/ImageMagick/coders/
mat.c 359 static void CalcMinMax(Image *image, int endian_indicator, int SizeX, int SizeY, size_t CellType, unsigned ldblk, void *BImgBuff, double *Min, double *Max)
382 if (CellType==miDOUBLE)
399 if (CellType==miSINGLE)
811 size_t CellType;
985 CellType = ReadBlobXXXLong(image2); /* Additional object type */
988 "MATLAB_HDR.CellType: %.20g",(double) CellType);
993 switch (CellType)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.h 319 template <typename CellType>
322 const std::pair<CellType, unsigned> &rleAccumulator,
323 const std::map<CellType, std::string> &cellTypeStrs) const;
RenderMachineFunction.cpp 716 template <typename CellType>
719 const std::pair<CellType, unsigned> &rleAccumulator,
720 const std::map<CellType, std::string> &cellTypeStrs) const {
725 typename std::map<CellType, std::string>::const_iterator ctsItr =
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java 42 private enum CellType {

Completed in 545 milliseconds