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

  /frameworks/base/libs/androidfw/
TypeWrappers.cpp 23 if (mIndex > dtohl(mTypeVariant->data->entryCount)) {
24 mIndex = dtohl(mTypeVariant->data->entryCount);
31 const uint32_t entryCount = dtohl(type->entryCount);
37 + dtohl(type->header.size);
45 const uint32_t entryOffset = dtohl(entryIndices[mIndex]);
56 reinterpret_cast<uintptr_t>(type) + dtohl(type->entriesStart) + entryOffset);
ResourceTypes.cpp 107 const uint32_t size = dtohl(chunk->size);
143 data = dtohl(src.data);
336 uint32_t mappedEntry = dtohl(entries[entryId]);
472 h->header.size = dtohl(mHeader->header.size);
473 h->stringCount = dtohl(mHeader->stringCount);
474 h->styleCount = dtohl(mHeader->styleCount);
475 h->flags = dtohl(mHeader->flags);
476 h->stringsStart = dtohl(mHeader->stringsStart);
477 h->stylesStart = dtohl(mHeader->stylesStart);
547 e[i] = dtohl(mEntries[i])
    [all...]
  /system/core/include/utils/
ByteOrder.h 55 #define dtohl(x) (x) macro
62 #define dtohl(x) (android_swap_long(x)) macro
  /frameworks/base/include/androidfw/
TypeWrappers.h 73 return iterator(this, dtohl(data->entryCount));
  /frameworks/base/cmds/idmap/
inspect.cpp 72 *i = dtohl(*reinterpret_cast<const uint32_t*>(buf_ + pos_));

Completed in 5071 milliseconds