OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtohs
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/androidfw/
TypeWrappers.cpp
39
reinterpret_cast<uintptr_t>(type) +
dtohs
(type->header.headerSize));
60
} else if (reinterpret_cast<uintptr_t>(entry) +
dtohs
(entry->size) > containerEnd) {
63
} else if (
dtohs
(entry->size) < sizeof(*entry)) {
64
ALOGE("Entry at index %u is too small (%u)", mIndex,
dtohs
(entry->size));
ResourceTypes.cpp
99
char16_t s =
dtohs
(static_cast<char16_t>(*src));
111
const uint16_t headerSize =
dtohs
(chunk->headerSize);
145
size =
dtohs
(src.size);
268
return (
dtohs
(*mData) > 0);
275
uint16_t entryCount =
dtohs
(mData[2]);
283
return
dtohs
(mData[0]);
290
return
dtohs
(mData[1]);
305
const uint16_t targetTypeId =
dtohs
(header[0]);
306
const uint16_t overlayTypeId =
dtohs
(header[1]);
312
uint16_t entryCount =
dtohs
(header[2])
[
all
...]
/system/core/include/utils/
ByteOrder.h
56
#define
dtohs
(x) (x)
macro
63
#define
dtohs
(x) (android_swap_short(x))
macro
/frameworks/base/cmds/idmap/
inspect.cpp
94
*i =
dtohs
(*reinterpret_cast<const uint16_t*>(buf_ + pos_));
/frameworks/base/tools/aapt2/util/
Util.h
335
return
dtohs
(value);
Completed in 2865 milliseconds