Home
last modified time | relevance | path

Searched refs:pIsBigEndian (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/tools/toolutil/
Dpkg_genc.c635 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
666 *pIsBigEndian=(UBool)(U_IS_BIG_ENDIAN ? ELFDATA2MSB : ELFDATA2LSB); in getArchitecture()
677 *pIsBigEndian=FALSE; in getArchitecture()
720 *pIsBigEndian=(UBool)(buffer.header32.e_ident[EI_DATA]==ELFDATA2MSB); in getArchitecture()
721 if(*pIsBigEndian!=U_IS_BIG_ENDIAN) { in getArchitecture()
742 *pIsBigEndian=FALSE; in getArchitecture()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpkg_genc.c633 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() argument
664 *pIsBigEndian=(UBool)(U_IS_BIG_ENDIAN ? ELFDATA2MSB : ELFDATA2LSB); in getArchitecture()
675 *pIsBigEndian=FALSE; in getArchitecture()
718 *pIsBigEndian=(UBool)(buffer.header32.e_ident[EI_DATA]==ELFDATA2MSB); in getArchitecture()
719 if(*pIsBigEndian!=U_IS_BIG_ENDIAN) { in getArchitecture()
740 *pIsBigEndian=FALSE; in getArchitecture()