/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1300 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 …]
|
D | simulator-arm64.cc | 3452 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/ |
D | disasm-aarch64.cc | 2197 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 …]
|
D | simulator-aarch64.cc | 3788 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/ |
D | TransliteratorDisorderedMarksTest.java | 42 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/ |
D | TransliteratorDisorderedMarksTest.java | 39 Normalizer2 nfd = Normalizer2.getNFDInstance(); in disorderedMarksAddAll() local 200 Normalizer2 nfd = Normalizer2.getNFDInstance(); in TestSourceTargetSet2() local
|
/external/icu/icu4c/source/test/intltest/ |
D | normconf.h | 25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestTransformsSimple.java | 131 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/ |
D | caniter.h | 183 const Normalizer2 &nfd; variable
|
/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup204.c | 62 int nfd[2]; variable
|
D | dup202.c | 72 int *nfd; member
|
D | dup201.c | 84 int *nfd; member
|
/external/honggfuzz/examples/glibc/ |
D | resolver.c | 64 int nfd = accept(myfd, (struct sockaddr *)&cli, &cli_len); in getdata() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 282 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/ |
D | collationruleparser.h | 180 const Normalizer2 &nfd, &nfc; variable
|
D | collationbuilder.h | 295 const Normalizer2 &nfd, &fcd; variable
|
/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait01.c | 37 int nfd, write_size = 0; in get_writesize() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CanonicalIterator.java | 231 private final Normalizer2 nfd; field in CanonicalIterator
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 235 private final Normalizer2 nfd; field in CanonicalIterator
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnormtst.c | 667 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/ |
D | Misc.java | 286 static final Normalizer2 nfd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.DECOMPOSE); field in Misc
|
D | ExemplarInfo.java | 38 public static final Normalizer2 nfd = Normalizer2.getInstance(null, "nfc", Mode.DECOMPOSE); field in ExemplarInfo
|
/external/mksh/src/ |
D | main.c | 1444 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/ |
D | bm_pollset.cc | 80 size_t nfd = state.range(1); in BM_PollEmptyPollset_SpeedOfLight() local
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 787 int fd, nfd; in test20A() local
|