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

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 67 unsigned mapCount;
206 buf->mapCount = 0;
237 ++buf->mapCount;
247 --buf->mapCount;
248 if (buf->mapCount == 0)
352 buf->mapCount = 0;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 372 uint16_t mapCount = dtohs(*(data++));
373 if (mapCount == 0) {
378 if (mapCount > 255) {
379 ALOGW("idmap: too many mappings. Only 255 are possible but %u are present", (uint32_t) mapCount);
    [all...]

Completed in 142 milliseconds