/third_party/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock_dgen.c | 11 int i, j, k, nlines, nchars, ctype; in main() local 23 nchars = atoi(argv[2]); in main() 24 if (nchars > BUFSIZ) { in main() 40 for (j = 0; j < nchars; j++) in main()
|
/third_party/curl/lib/ |
D | memdebug.c | 459 int nchars; in curl_dbg_log() local 470 nchars = mvsnprintf(buf, LOGLINE_BUFSIZE, format, ap); in curl_dbg_log() 473 if(nchars > LOGLINE_BUFSIZE - 1) in curl_dbg_log() 474 nchars = LOGLINE_BUFSIZE - 1; in curl_dbg_log() 476 if(nchars > 0) in curl_dbg_log() 477 fwrite(buf, 1, (size_t)nchars, curl_dbg_logfile); in curl_dbg_log()
|
/third_party/node/src/ |
D | string_bytes.cc | 274 size_t nchars; in WriteUCS2() local 276 nchars = str->Write(isolate, dst, 0, max_chars, flags); in WriteUCS2() 277 return nchars * sizeof(*dst); in WriteUCS2() 287 nchars = str->Write(isolate, aligned_dst, 0, max_chars - 1, flags); in WriteUCS2() 288 CHECK_EQ(nchars, max_chars - 1); in WriteUCS2() 291 memmove(dst, aligned_dst, nchars * sizeof(*dst)); in WriteUCS2() 295 CHECK_EQ(str->Write(isolate, &last, nchars, 1, flags), 1); in WriteUCS2() 296 memcpy(buf + nchars * sizeof(*dst), &last, sizeof(last)); in WriteUCS2() 297 nchars++; in WriteUCS2() 299 return nchars * sizeof(*dst); in WriteUCS2()
|
D | node_buffer.cc | 1215 int nchars; in EncodeInto() local 1220 &nchars, in EncodeInto() 1222 results[0] = nchars; in EncodeInto()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | io.c | 919 mpd_ssize_t nchars; /* length in chars */ member 936 dest->nchars += (n > 0 ? 1 : 0); in _mbstr_copy_char() 948 dest->nchars += n; in _mbstr_copy_ascii() 960 dest->nchars += n; in _mbstr_copy_pad() 1003 dest->nbytes = dest->nchars = 0; in _mpd_add_sep_dot() 1031 dest->nchars + n_sign < spec->min_width) { in _mpd_add_sep_dot() 1034 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot() 1153 if (result->nchars < spec->min_width) { in _mpd_add_pad() 1162 add_chars = (spec->min_width - result->nchars); in _mpd_add_pad() 1210 result->nchars += add_chars; in _mpd_add_pad() [all …]
|
/third_party/toybox/toys/posix/ |
D | uniq.c | 38 long nchars = TT.s, nfields = TT.f; local 46 while (*str && nchars--) str++;
|
/third_party/musl/Benchmark/musl/ |
D | util.cpp | 58 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) in GetAlignedPtr() argument 60 buf->resize(nchars + ceil((2 * alignment) / sizeof(wchar_t))); in GetAlignedPtr()
|
/third_party/python/Python/ |
D | formatter_unicode.c | 333 calc_padding(Py_ssize_t nchars, Py_ssize_t width, Py_UCS4 align, in calc_padding() argument 338 if (nchars > width) in calc_padding() 339 *n_total = nchars; in calc_padding() 345 *n_total = nchars; in calc_padding() 351 *n_lpadding = *n_total - nchars; in calc_padding() 353 *n_lpadding = (*n_total - nchars) / 2; in calc_padding() 361 *n_rpadding = *n_total - nchars - *n_lpadding; in calc_padding() 368 Py_ssize_t nchars, in fill_padding() argument 382 pos = writer->pos + nchars + n_lpadding; in fill_padding()
|
/third_party/python/PC/ |
D | launcher.c | 1047 parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command, in parse_shebang() argument 1055 wchar_t * endp = shebang_line + nchars - 1; in parse_shebang() 1309 int i, j, nchars = 0; in maybe_handle_shebang() local 1363 nchars = MultiByteToWideChar(bom->code_page, in maybe_handle_shebang() 1379 nchars = header_len / sizeof(wchar_t); in maybe_handle_shebang() 1391 nchars = header_len / sizeof(wchar_t); in maybe_handle_shebang() 1406 nchars = header_len / sizeof(wchar_t); in maybe_handle_shebang() 1421 nchars = header_len / sizeof(wchar_t); in maybe_handle_shebang() 1425 if (nchars > 0) { in maybe_handle_shebang() 1426 shebang_line[--nchars] = L'\0'; in maybe_handle_shebang() [all …]
|
D | getpathp.c | 925 Py_ssize_t nchars; in calculate_module_search_path() local 933 nchars = lookEnd-look; in calculate_module_search_path() 934 wcsncpy(lookBuf, look+1, nchars); in calculate_module_search_path() 935 lookBuf[nchars] = L'\0'; in calculate_module_search_path()
|
/third_party/ffmpeg/libavcodec/ |
D | alsdec.c | 1463 int nchars; in read_diff_float_data() local 1519 nchars = 0; in read_diff_float_data() 1522 nchars += 4; in read_diff_float_data() 1526 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray); in read_diff_float_data() 1527 if(tmp_32 != nchars) { in read_diff_float_data() 1528 … av_log(ctx->avctx, AV_LOG_ERROR, "Error in MLZ decompression (%"PRId32", %d).\n", tmp_32, nchars); in read_diff_float_data() 1559 nchars = 0; in read_diff_float_data() 1562 nchars += (int) nbits[i] / 8; in read_diff_float_data() 1564 ++nchars; in read_diff_float_data() 1569 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray); in read_diff_float_data() [all …]
|
/third_party/toybox/toys/pending/ |
D | bc.c | 43 size_t nchars; 1901 if (TT.nchars >= TT.line_len - 1) { in bc_num_printNewline() 1904 TT.nchars = 0; in bc_num_printNewline() 1914 ++TT.nchars; in bc_num_printDigits() 1919 for (exp = 0; exp < len; pow /= 10, ++TT.nchars, ++exp) { in bc_num_printDigits() 1933 TT.nchars += 1; in bc_num_printHex() 1938 TT.nchars += len; in bc_num_printHex() 1946 TT.nchars += n->neg; in bc_num_printDecimal() 2023 TT.nchars += neg; in bc_num_printBase() 4793 TT.nchars += printf("%s", str); in bc_program_printChars() [all …]
|
/third_party/python/Modules/_io/ |
D | textio.c | 1805 Py_ssize_t nbytes, nchars; in textiowrapper_read_chunk() local 1888 nchars = PyUnicode_GET_LENGTH(decoded_chars); in textiowrapper_read_chunk() 1889 if (nchars > 0) in textiowrapper_read_chunk() 1890 self->b2cratio = (double) nbytes / nchars; in textiowrapper_read_chunk() 1893 if (nchars > 0) in textiowrapper_read_chunk()
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 150 const nchars = MathMax(2, String(maxN).length); 151 const nspaces = nchars - s.length;
|
/third_party/toybox/generated/ |
D | globals.h | 500 size_t nchars; member
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 481 DWORD dw, nchars; in read_key() local 489 if (!PeekNamedPipe(input_handle, NULL, 0, NULL, &nchars, NULL)) { in read_key() 494 if(nchars != 0) { in read_key()
|
/third_party/mksh/ |
D | edit.c | 2301 x_push(size_t nchars) in x_push() argument 2304 strndupx(killstack[killsp], xcp, nchars, AEDIT); in x_push()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 13056 Py_ssize_t nchars, n; in unicode_repeat() local 13073 nchars = len * PyUnicode_GET_LENGTH(str); in unicode_repeat() 13075 u = PyUnicode_New(nchars, PyUnicode_MAX_CHAR_VALUE(str)); in unicode_repeat() 13105 while (done < nchars) { in unicode_repeat() 13106 n = (done <= nchars-done) ? done : nchars-done; in unicode_repeat()
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 14127 getSubStringLength(charnum: number, nchars: number): number; 14128 selectSubString(charnum: number, nchars: number): void;
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 13297 getSubStringLength(charnum: number, nchars: number): number; 13299 selectSubString(charnum: number, nchars: number): void;
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 13317 getSubStringLength(charnum: number, nchars: number): number; 13319 selectSubString(charnum: number, nchars: number): void;
|