Searched refs:CellType (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/coders/
H A Dmat.c359 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)
1088 if (CellType==miDOUBLE || CellType
357 CalcMinMax(Image *image, int endian_indicator, int SizeX, int SizeY, size_t CellType, unsigned ldblk, void *BImgBuff, double *Min, double *Max) argument
808 size_t CellType; local
[all...]
/external/v8/src/heap/
H A Dmark-compact.h337 inline MarkBit::CellType* CurrentCell() {
355 inline MarkBit::CellType PeekNext() {
364 MarkBit::CellType* cells_;
396 MarkBit::CellType current_cell_;
H A Dspaces.h115 typedef uint32_t CellType; typedef in class:v8::internal::MarkBit
117 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {}
126 inline CellType* cell() { return cell_; }
127 inline CellType mask() { return mask_; }
130 CellType new_mask = mask_ << 1;
142 CellType* cell_;
143 CellType mask_;
171 return sizeof(MarkBit::CellType) * cells_count;
190 INLINE(MarkBit::CellType* cell
[all...]
H A Dmark-compact.cc2922 MarkBit::CellType index_mask = 1u << Bitmap::IndexInCell(mark_bit_index);
2923 MarkBit::CellType* cells = p->markbits()->cells();
2946 MarkBit::CellType slot_mask;
2971 MarkBit::CellType current_cell = cells[cell_index];
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYLegendWidget.java42 private enum CellType { enum in class:XYLegendWidget

Completed in 169 milliseconds