Searched refs:c1 (Results 1 - 3 of 3) sorted by relevance

/system/extras/perfprofd/
H A Dperf_data_converter.cc14 bool operator()(const callchain *c1, const callchain *c2) const { argument
15 if (c1->size() != c2->size()) {
16 return c1->size() < c2->size();
18 for (unsigned idx = 0; idx < c1->size(); ++idx) {
19 const DSOAndOffset *do1 = &(*c1)[idx];
/system/tools/hidl/
H A DInterface.cpp40 #define B_PACK_CHARS(c1, c2, c3, c4) \
41 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
/system/extras/ext4_utils/
H A Dmake_ext4fs.c562 struct region* c1 = (struct region*) chunk1; local
564 return c1->block - c2->block;

Completed in 95 milliseconds