Searched refs:pBits (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_genc.c625 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { argument
647 *pBits=32;
658 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;
690 *pBits= pHeader32->e_ident[EI_CLASS]==ELFCLASS32 ? 32 : 64; /* only 32 or 64: see check above */
692 if(*pBits!=32 && *pBits!=64) {
697 if(*pBits!=32) {
720 * *pBits is ignored in the calling code, so this need not be precise.
722 *pBits= *pCPU==IMAGE_FILE_MACHINE_I386 ? 32 : 64;

Completed in 9 milliseconds