OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtohl
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/libs/androidfw/
ChunkIterator.cpp
30
reinterpret_cast<const uint8_t*>(this_chunk) +
dtohl
(this_chunk->size));
31
len_ -=
dtohl
(this_chunk->size);
58
const size_t size =
dtohl
(next_chunk_->size);
TypeWrappers.cpp
23
TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(
dtohl
(data->entryCount)) {
25
const uint32_t entryCount =
dtohl
(data->entryCount);
26
const uintptr_t containerEnd = reinterpret_cast<uintptr_t>(data) +
dtohl
(data->header.size);
57
const uint32_t entryCount =
dtohl
(mTypeVariant->data->entryCount);
59
+
dtohl
(type->header.size);
77
entryOffset =
dtohl
(entryIndices[mIndex]);
90
reinterpret_cast<uintptr_t>(type) +
dtohl
(type->entriesStart) + entryOffset);
LoadedArsc.cpp
130
if (entry_idx >=
dtohl
(ptr->type_spec->entryCount)) {
145
size_t entry_count =
dtohl
(type->type->entryCount);
149
const uint32_t offset =
dtohl
(entry_offsets[entry_idx]);
154
best_offset = offset +
dtohl
(type->type->entriesStart);
165
*out_flags =
dtohl
(flags[entry_idx]);
172
out_entry->entry_string_ref = StringPoolRef(&key_string_pool_,
dtohl
(best_entry->key.index));
217
const size_t entry_count =
dtohl
(header->entryCount);
225
const size_t entries_offset =
dtohl
(header->entriesStart);
247
uint32_t offset =
dtohl
(offsets[i]);
285
const size_t map_entry_count =
dtohl
(map->count)
[
all
...]
ResourceTypes.cpp
112
const uint32_t size =
dtohl
(chunk->size);
148
data =
dtohl
(src.data);
341
uint32_t mappedEntry =
dtohl
(entries[entryId]);
477
h->header.size =
dtohl
(mHeader->header.size);
478
h->stringCount =
dtohl
(mHeader->stringCount);
479
h->styleCount =
dtohl
(mHeader->styleCount);
480
h->flags =
dtohl
(mHeader->flags);
481
h->stringsStart =
dtohl
(mHeader->stringsStart);
482
h->stylesStart =
dtohl
(mHeader->stylesStart);
552
e[i] =
dtohl
(mEntries[i])
[
all
...]
AssetManager2.cpp
399
if (
dtohl
(entry.entry->flags) & ResTable_entry::FLAG_COMPLEX) {
485
const ResTable_map* const map_entry_end = map_entry +
dtohl
(map->count);
487
uint32_t parent_resid =
dtohl
(map->parent.ident);
496
uint32_t new_key =
dtohl
(map_entry->name.ident);
535
const size_t max_count = parent_bag->entry_count +
dtohl
(map->count);
545
uint32_t child_key =
dtohl
(map_entry->name.ident);
577
uint32_t new_key =
dtohl
(map_entry->name.ident);
[
all
...]
/system/core/libutils/include/utils/
ByteOrder.h
55
#define
dtohl
(x) (x)
macro
62
#define
dtohl
(x) (android_swap_long(x))
macro
/frameworks/base/libs/androidfw/include/androidfw/
Chunk.h
46
inline size_t size() const { return
dtohl
(device_chunk_->size); }
/frameworks/base/tools/aapt2/util/
Util.h
263
inline uint32_t DeviceToHost32(uint32_t value) { return
dtohl
(value); }
/frameworks/base/cmds/idmap/
inspect.cpp
73
*i =
dtohl
(*reinterpret_cast<const uint32_t*>(buf_ + pos_));
Completed in 462 milliseconds