/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/ |
elf.h | 33 #include <linux/elf-em.h>
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
elf.h | 33 #include <linux/elf-em.h>
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
elf.h | 33 #include <linux/elf-em.h>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bkw5.d | 1 #as: --underscore --em=criself
|
rd-bkw5pic.d | 1 #as: --pic --underscore --em=criself --defsym extra=-819
|
rd-bound4.d | 1 #as: --underscore --em=criself --march=common_v10_v32
|
rd-dw2-4.d | 3 #as: --em=criself --gdwarf2
|
rd-dw2-5.d | 3 #as: --em=criself --gdwarf2
|
rd-pcplus.d | 1 #as: --em=criself --march=v10 --underscore
|
rd-v32-f1.d | 1 #as: --underscore --em=criself --march=v32
|
rd-v32-i1.d | 1 #as: --underscore --em=criself --march=v32
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-11.d | 3 #as: --pic --no-underscore --march=v32 --em=criself
|
locref2.d | 1 #as: --no-underscore --pic --em=criself
|
pic-gc-73.d | 3 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
tls-e-dtpoffd1.d | 6 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
|
tls-e-dtpoffd3.d | 6 #as: --no-underscore --em=criself --pic -I$srcdir/$subdir
|
tls-err-20x.d | 6 #as: --no-underscore --em=criself
|
tls-local-54.d | 2 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
tls-local-57.d | 4 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
tls-local-58.d | 4 #as: --pic --no-underscore --em=criself -I$srcdir/$subdir
|
tls-ok-30.d | 2 #as: --no-underscore --em=criself --pic
|
tls-ok-32.d | 2 #as: --no-underscore --em=criself --pic
|
weakref1.d | 2 #as: --pic --no-underscore --em=criself
|
/external/pdfium/core/fxge/ge/ |
cfx_font.cpp | 26 #define EM_ADJUST(em, a) (em == 0 ? (a) : (a)*1000 / em) 428 int em = FXFT_Get_Face_UnitsPerEM(m_Face); local 429 if (em == 0) { 435 bbox.left = FXFT_Get_Glyph_HoriBearingX(m_Face) * 1000 / em; 438 1000 / em; 441 1000 / em; 442 bbox.bottom = (FXFT_Get_Glyph_HoriBearingY(m_Face)) * 1000 / em; 507 int em = FXFT_Get_Face_UnitsPerEM(m_Face) local [all...] |
/external/svox/pico/lib/ |
picosa.c | 256 return picoos_emRaiseException(this->common->em, 319 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 328 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 381 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 389 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 397 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 405 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 464 picoos_emRaiseException(common->em, PICO_EXC_OUT_OF_MEM, NULL, NULL); 475 picoos_emRaiseException(common->em,PICO_EXC_OUT_OF_MEM, NULL, NULL); 591 picoos_emRaiseWarning(this->common->em, PICO_WARN_INVECTOR [all...] |