Home
last modified time | relevance | path

Searched defs:nfd (Results 1 – 25 of 53) sorted by relevance

123

/external/v8/src/arm64/
Ddisasm-arm64.cc1300 NEONFormatDecoder nfd(instr); in VisitNEON3Same() local
1394 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
1664 NEONFormatDecoder nfd(instr); in VisitNEON3Different() local
1769 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap(), in VisitNEONAcrossLanes() local
1835 NEONFormatDecoder nfd(instr, &map_ta, NEONFormatDecoder::IntegerFormatMap(), in VisitNEONByIndexedElement() local
1926 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap(), in VisitNEONCopy() local
1974 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() local
1989 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in VisitNEONLoadStoreMultiStruct() local
2087 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in VisitNEONLoadStoreMultiStructPostIndex() local
2184 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in VisitNEONLoadStoreSingleStruct() local
[all …]
Dsimulator-arm64.cc3452 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
3715 NEONFormatDecoder nfd(instr); in VisitNEON3Same() local
3973 NEONFormatDecoder nfd(instr); in VisitNEON3Different() local
4144 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() local
4201 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() local
4331 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy() local
4369 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() local
4384 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreMultiStructHelper() local
4540 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LoadStoreFormatMap()); in NEONLoadStoreSingleStructHelper() local
4869 NEONFormatDecoder nfd(instr, NEONFormatDecoder::ScalarFormatMap()); in VisitNEONScalar2RegMisc() local
[all …]
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc2197 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
2469 NEONFormatDecoder nfd(instr, &map_half); in VisitNEON2RegMiscFP16() local
2534 NEONFormatDecoder nfd(instr); in VisitNEON3Same() local
2722 NEONFormatDecoder nfd(instr); in VisitNEON3SameFP16() local
2768 NEONFormatDecoder nfd(instr); in VisitNEON3SameExtra() local
2806 NEONFormatDecoder nfd(instr); in VisitNEON3Different() local
2915 NEONFormatDecoder nfd(instr, in VisitNEONAcrossLanes() local
3016 NEONFormatDecoder nfd(instr, in VisitNEONByIndexedElement() local
3158 NEONFormatDecoder nfd(instr, in VisitNEONCopy() local
3208 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() local
[all …]
Dsimulator-aarch64.cc3788 NEONFormatDecoder nfd(instr); in VisitNEON2RegMisc() local
4051 NEONFormatDecoder nfd(instr); in VisitNEON2RegMiscFP16() local
4155 NEONFormatDecoder nfd(instr); in VisitNEON3Same() local
4414 NEONFormatDecoder nfd(instr); in VisitNEON3SameFP16() local
4467 NEONFormatDecoder nfd(instr); in VisitNEON3SameExtra() local
4502 NEONFormatDecoder nfd(instr); in VisitNEON3Different() local
4674 NEONFormatDecoder nfd(instr); in VisitNEONAcrossLanes() local
4752 NEONFormatDecoder nfd(instr); in VisitNEONByIndexedElement() local
4932 NEONFormatDecoder nfd(instr, NEONFormatDecoder::TriangularFormatMap()); in VisitNEONCopy() local
4969 NEONFormatDecoder nfd(instr, NEONFormatDecoder::LogicalFormatMap()); in VisitNEONExtract() local
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorDisorderedMarksTest.java42 Normalizer2 nfd = Normalizer2.getNFDInstance(); in disorderedMarksAddAll() local
203 Normalizer2 nfd = Normalizer2.getNFDInstance(); in TestSourceTargetSet2() local
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorDisorderedMarksTest.java39 Normalizer2 nfd = Normalizer2.getNFDInstance(); in disorderedMarksAddAll() local
200 Normalizer2 nfd = Normalizer2.getNFDInstance(); in TestSourceTargetSet2() local
/external/icu/icu4c/source/test/intltest/
Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
/external/cldr/tools/java/org/unicode/cldr/test/
DTestTransformsSimple.java131 Transliterator nfd = Transliterator.getInstance("nfd"); in TestJamo() local
154 …private int writeFile(String title, UnicodeSet sourceSet, Transliterator nfd, Transliterator toLat… in writeFile()
240 … static int showMappings(PrintWriter out, UnicodeSet testSet, String separator, Transliterator nfd, in showMappings()
254 …private static int checkString(PrintWriter out, String source1, Transliterator nfd, Transliterator… in checkString()
/external/icu/icu4c/source/common/unicode/
Dcaniter.h183 const Normalizer2 &nfd; variable
/external/ltp/testcases/kernel/syscalls/dup2/
Ddup204.c62 int nfd[2]; variable
Ddup202.c72 int *nfd; member
Ddup201.c84 int *nfd; member
/external/honggfuzz/examples/glibc/
Dresolver.c64 int nfd = accept(myfd, (struct sockaddr *)&cli, &cli_len); in getdata() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc282 int ExtractResolvFDs(void *state, int *fds, int nfd) { in ExtractResolvFDs()
299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs()
/external/icu/icu4c/source/i18n/
Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; variable
Dcollationbuilder.h295 const Normalizer2 &nfd, &fcd; variable
/external/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait01.c37 int nfd, write_size = 0; in get_writesize() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java231 private final Normalizer2 nfd; field in CanonicalIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java235 private final Normalizer2 nfd; field in CanonicalIterator
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c667 UChar nfd[100]; in TestCheckFCD() local
1149 nfd[]={ /* + separates expected output pieces */ in TestNextPrevious() local
1362 UChar s[U16_MAX_LENGTH], nfd[16]; in TestQuickCheckPerCP() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DMisc.java286 static final Normalizer2 nfd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.DECOMPOSE); field in Misc
DExemplarInfo.java38 public static final Normalizer2 nfd = Normalizer2.getInstance(null, "nfc", Mode.DECOMPOSE); field in ExemplarInfo
/external/mksh/src/
Dmain.c1444 int nfd; in initio() local
1460 ksh_dup2(int ofd, int nfd, bool errok) in ksh_dup2()
1483 int nfd = fd; in savefd() local
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_pollset.cc80 size_t nfd = state.range(1); in BM_PollEmptyPollset_SpeedOfLight() local
/external/ltp/testcases/kernel/syscalls/nftw/
Dtest.c787 int fd, nfd; in test20A() local

123