Searched refs:fdi (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdateintervalformattest.c | 365 UFormattedDateInterval* fdi = udtitvfmt_openResult(&ec); in TestFormatToResult() local 371 udtitvfmt_formatToResult(fmt, Date201009270800, Date201103021030, fdi, &ec); in TestFormatToResult() 389 udtitvfmt_resultAsValue(fdi, &ec), in TestFormatToResult() 397 udtitvfmt_formatToResult(fmt, Date201009270800, Date201009270800 + 7*_HOUR, fdi, &ec); in TestFormatToResult() 413 udtitvfmt_resultAsValue(fdi, &ec), in TestFormatToResult() 420 udtitvfmt_closeResult(fdi); in TestFormatToResult() 435 UFormattedDateInterval* fdi = udtitvfmt_openResult(&ec); in TestFormatCalendarToResult() local 441 udtitvfmt_formatCalendarToResult(fmt, ucal1, ucal2, fdi, &ec); in TestFormatCalendarToResult() 459 udtitvfmt_resultAsValue(fdi, &ec), in TestFormatCalendarToResult() 467 udtitvfmt_formatCalendarToResult(fmt, ucal1, ucal3, fdi, &ec); in TestFormatCalendarToResult() [all …]
|
/third_party/lwip/src/api/ |
D | sockets.c | 2273 nfds_t fdi; in lwip_pollscan() local 2278 for (fdi = 0; fdi < nfds; fdi++) { in lwip_pollscan() 2280 fds[fdi].revents = 0; in lwip_pollscan() 2287 if (fds[fdi].fd >= 0 && (fds[fdi].revents & POLLNVAL) == 0) { in lwip_pollscan() 2290 sock = tryget_socket_unconn_locked(fds[fdi].fd); in lwip_pollscan() 2319 if ((fds[fdi].events & POLLIN) != 0 && ((lastdata != NULL) || (rcvevent > 0))) { in lwip_pollscan() 2320 fds[fdi].revents |= POLLIN; in lwip_pollscan() 2321 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_pollscan: fd=%d ready for reading\n", fds[fdi].fd)); in lwip_pollscan() 2324 if ((fds[fdi].events & POLLOUT) != 0 && (sendevent != 0)) { in lwip_pollscan() 2325 fds[fdi].revents |= POLLOUT; in lwip_pollscan() [all …]
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
D | index.js | 616 const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined; 618 if (typeof fdi === 'number' && typeof pdi === 'number') { 619 const [fd, pd] = [file[fdi], pattern[pdi]]; 622 if (pdi > fdi) { 625 else if (fdi > pdi) { 626 file = file.slice(fdi);
|
/third_party/node/deps/minimatch/src/dist/mjs/ |
D | index.js | 616 const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined; 618 if (typeof fdi === 'number' && typeof pdi === 'number') { 619 const [fd, pd] = [file[fdi], pattern[pdi]]; 622 if (pdi > fdi) { 625 else if (fdi > pdi) { 626 file = file.slice(fdi);
|
D | index.js.map | 1 …fdi = fileUNC ? 3 : fileDrive ? 0 : undefined\n const pdi = patternUNC ? 3 : patternDrive ? 0…
|
/third_party/node/deps/minimatch/src/dist/cjs/ |
D | index.js | 628 const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined; 630 if (typeof fdi === 'number' && typeof pdi === 'number') { 631 const [fd, pd] = [file[fdi], pattern[pdi]]; 634 if (pdi > fdi) { 637 else if (fdi > pdi) { 638 file = file.slice(fdi);
|
D | index.js.map | 1 …fdi = fileUNC ? 3 : fileDrive ? 0 : undefined\n const pdi = patternUNC ? 3 : patternDrive ? 0…
|
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/ |
D | index.js | 628 const fdi = fileUNC ? 3 : fileDrive ? 0 : undefined; 630 if (typeof fdi === 'number' && typeof pdi === 'number') { 631 const [fd, pd] = [file[fdi], pattern[pdi]]; 634 if (pdi > fdi) { 637 else if (fdi > pdi) { 638 file = file.slice(fdi);
|
/third_party/rust/crates/regex/bench/src/data/ |
D | 1MB.txt | 46972 fdi
|