Searched refs:nfd (Results 1 - 25 of 58) sorted by relevance

123

/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc1873 NEONFormatDecoder nfd(instr);
1898 nfd.SetFormatMap(0, &map_lp_ta);
1902 nfd.SetFormatMap(0, &map_lp_ta);
1921 nfd.SetFormatMap(0, &map_lp_ta);
1925 nfd.SetFormatMap(0, &map_lp_ta);
1970 nfd.SetFormatMaps(nfd.LogicalFormatMap());
1976 nfd.SetFormatMaps(nfd.FPFormatMap());
1986 nfd
[all...]
H A Dsimulator-aarch64.cc2989 NEONFormatDecoder nfd(instr);
2990 VectorFormat vf = nfd.GetVectorFormat();
2994 VectorFormat vf_lp = nfd.GetVectorFormat(&map_lp);
2997 VectorFormat vf_fcvtl = nfd.GetVectorFormat(&map_fcvtl);
3001 VectorFormat vf_fcvtn = nfd.GetVectorFormat(&map_fcvtn);
3074 vf = nfd.GetVectorFormat(nfd.LogicalFormatMap());
3088 VectorFormat fpf = nfd.GetVectorFormat(nfd.FPFormatMap());
3229 vf = nfd
[all...]
/external/ltp/testcases/kernel/syscalls/dup2/
H A Ddup204.c62 int nfd[2]; variable
80 TEST(dup2(fd[i], nfd[i]));
88 SAFE_FSTAT(cleanup, nfd[i], &newbuf);
124 close(nfd[i]);
H A Ddup202.c72 int *nfd; member in struct:test_case_t
108 TEST(dup2(ofd, *TC[i].nfd));
120 SAFE_FSTAT(cleanup, *TC[i].nfd, &newbuf);
130 if (close(*TC[i].nfd) == -1)
H A Ddup201.c84 int *nfd; member in struct:test_case_t
122 TEST(dup2(*TC[i].ofd, *TC[i].nfd));
/external/libedit/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
515 nfd = n;
538 while (nfd < n) {
549 if (*ofd == '\0' && *nfd == '\0') {
556 while ((o > ofd) && (n > nfd) && (*--o == *--n))
570 * case 1: insert: scan from nfd to nls looking for *ofd
573 for (c = *ofd, n = nfd; n < nls; n++) {
584 (2 * (p - n) > n - nfd)) {
594 * case 2: delete: scan from ofd to ols looking for *nfd
596 if (*nfd) {
[all...]
/external/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait01.c37 int nfd, write_size = 0; local
47 nfd = poll(pfd, 1, 1);
48 if (nfd == -1)
50 } while (nfd > 0);
/external/icu/icu4c/source/common/
H A Duprops.cpp109 UnicodeString nfd; local
115 if(nfcNorm2->getDecomposition(c, nfd)) {
117 if(nfd.length()==1) {
118 c=nfd[0]; /* single BMP code point */
119 } else if(nfd.length()<=U16_MAX_LENGTH &&
120 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
138 nfd.getBuffer(), nfd.length(),
141 0!=u_strCompare(nfd
[all...]
H A Dcaniter.cpp76 nfd(*Normalizer2::getNFDInstance(status)),
175 nfd.normalize(newSource, source, status);
384 nfd.normalize(possible, attempt, status);
512 nfd.normalize(temp, decompString, status);
576 nfd.normalize(temp, trial, status);
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h183 const Normalizer2 &nfd; member in class:U_FINAL
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; member in class:NormalizerConformanceTest
/external/netcat/
H A Dnetcat.c760 readwrite(int nfd) argument
771 pfd[0].fd = nfd;
783 close(nfd);
791 if ((n = read(nfd, buf, plen)) < 0)
794 shutdown(nfd, SHUT_RD);
799 atelnet(nfd, buf, n);
809 shutdown(nfd, SHUT_WR);
813 if (atomicio(vwrite, nfd, buf, n) != n)
822 atelnet(int nfd, unsigned char *buf, unsigned int size) argument
846 if (atomicio(vwrite, nfd, obu
[all...]
/external/libvncserver/utils/
H A Dgit2cl.pl64 my ($rin, $nfd);
66 return $nfd = select($rin, undef, undef, 0);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc282 int ExtractResolvFDs(void *state, int *fds, int nfd) { argument
286 for (int i = 0; i < MAXNS && cnt < nfd; i++) {
299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { argument
309 if (res == nfd)
/external/ltp/testcases/kernel/syscalls/nftw/
H A Dtest.c787 int fd, nfd; local
811 if ((nfd = open("./tmp/data/dirh", O_RDONLY)) == -1) {
817 if (nfd != fd) {
820 nfd, fd);
825 if (close(nfd) == -1) {
H A Dtest64.c802 int fd, nfd; local
827 if ((nfd = open("./tmp/data/dirh", O_RDONLY)) == -1) {
833 if (nfd != fd) {
836 nfd, fd);
841 if (close(nfd) == -1) {
/external/curl/tests/server/
H A Dsockfilt.c707 DWORD nfd = 0, thd = 0, wsa = 0; local
751 handles[nfd] = 0;
764 data[nfd].fd = curlx_sitosk(fds);
768 handles[nfd] = handle;
773 handles[nfd] = GetStdHandle(STD_OUTPUT_HANDLE);
776 handles[nfd] = GetStdHandle(STD_ERROR_HANDLE);
784 handles[nfd] = handle;
793 handles[nfd] = handle;
799 nfd++;
812 wait = WaitForMultipleObjectsEx(nfd, handle
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java44 nfd = Normalizer2.getNFDInstance();
120 String nfdString = nfd.normalize(str);
447 nfdPrefix = nfd.normalize(prefix);
449 String nfdString = nfd.normalize(str);
509 String nfdExtension = nfd.normalize(extension);
909 if(nfd.getCombiningClass(lastStarter) == 0) { break; }
927 String decomp = nfd.getDecomposition(composite);
1002 sourceCC = nfd.getCombiningClass(sourceChar);
1008 decompCC = nfd.getCombiningClass(decompChar);
1042 assert(nfd
1495 private Normalizer2 nfd, fcd; field in class:CollationBuilder
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java40 nfd = Normalizer2.getNFDInstance();
116 String nfdString = nfd.normalize(str);
443 nfdPrefix = nfd.normalize(prefix);
445 String nfdString = nfd.normalize(str);
505 String nfdExtension = nfd.normalize(extension);
905 if(nfd.getCombiningClass(lastStarter) == 0) { break; }
923 String decomp = nfd.getDecomposition(composite);
998 sourceCC = nfd.getCombiningClass(sourceChar);
1004 decompCC = nfd.getCombiningClass(decompChar);
1038 assert(nfd
1491 private Normalizer2 nfd, fcd; field in class:CollationBuilder
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java54 nfd = allModes.decomp;
114 source = nfd.normalize(newSource);
231 private final Normalizer2 nfd; field in class:CanonicalIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java54 nfd = allModes.decomp;
118 source = nfd.normalize(newSource);
235 private final Normalizer2 nfd; field in class:CanonicalIterator
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c667 UChar nfd[100]; local
685 nfd, 100, &status);
690 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
1149 nfd[]={ /* + separates expected output pieces */ local
1195 _testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFD, TRUE, nfd, UPRV_LENGTHOF(nfd), nfdIndexes, sizeof(nfdIndexes)/4);
1206 _testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFD, FALSE, nfd, UPRV_LENGTHOF(nfd), nfdIndexes, sizeof(nfdIndexes)/4);
1246 if(U_FAILURE(errorCode) || length!=2 || buffer[0]!=nfd[2] || buffer[1]!=nfd[
1362 UChar s[U16_MAX_LENGTH], nfd[16]; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp202 : nfd(*Normalizer2::getNFDInstance(errorCode)),
305 UnicodeString nfdString = nfd.normalize(str, errorCode);
654 nfd.normalize(prefix, nfdPrefix, errorCode);
660 UnicodeString nfdString = nfd.normalize(str, errorCode);
733 UnicodeString nfdExtension = nfd.normalize(extension, errorCode);
1162 if(nfd.getCombiningClass(lastStarter) == 0) { break; }
1181 nfd.getDecomposition(composite, decomp);
1257 sourceCC = nfd.getCombiningClass(sourceChar);
1263 decompCC = nfd.getCombiningClass(decompChar);
1297 U_ASSERT(nfd
[all...]
H A Dcollationruleparser.h180 const Normalizer2 &nfd, &nfc; member in class:CollationRuleParser
/external/mksh/src/
H A Dmain.c1443 int nfd; local
1445 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE);
1447 if ((shl_dbg_fd = nfd) == -1)
1459 ksh_dup2(int ofd, int nfd, bool errok) argument
1463 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF))
1469 fcntl(nfd, F_SETFD, 0);
1482 int nfd = fd; local
1484 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 &&
1487 if (nfd < 0 || nfd > SHRT_MA
[all...]

Completed in 971 milliseconds

123