/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 118 $nloa="%f48"; $nlob="%f50"; $nloc="%f52"; $nlod="%f54"; 238 fmuld $nlo,$nc,$nloc 243 faddd $aloc,$nloc,$nloc 258 faddd $nloc,$nhia,$nloc 263 fdtox $nloc,$nloc 270 std $nloc,[%sp+$bias+$frame+16] 304 fmuld $nlo,$nc,$nloc [all...] |
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 118 $nloa="%f48"; $nlob="%f50"; $nloc="%f52"; $nlod="%f54"; 238 fmuld $nlo,$nc,$nloc 243 faddd $aloc,$nloc,$nloc 258 faddd $nloc,$nhia,$nloc 263 fdtox $nloc,$nloc 270 std $nloc,[%sp+$bias+$frame+16] 304 fmuld $nlo,$nc,$nloc [all...] |
/external/elfutils/libdw/ |
dwarf_getlocation.c | 127 *listlen = (*found)->nloc; 334 newp->nloc = *listlen;
|
libdwP.h | 76 size_t nloc; member in struct:loc_s
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
svccoll.cpp | 188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local 189 if (nloc != fu_FU) { 190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local 189 if (nloc != fu_FU) { 190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
|
/external/elfutils/src/ |
nm.c | 598 size_t nloc; local 599 if (dwarf_getlocation (locattr, &loc, &nloc) != 0) 604 if (nloc == 1 && loc[0].atom == DW_OP_addr) [all...] |