/third_party/alsa-utils/alsamixer/ |
D | textbox.c | 42 const char *lines[2]; in show_error() local 43 unsigned int count; in show_error() local 56 const char *lines[2]; in show_alsa_error() local 57 unsigned int count; in show_alsa_error() local 74 const char **lines; in show_textfile() local 104 void show_text(const char *const *lines, unsigned int count, const char *title) in show_text() 318 static void create_text_box(const char *const *lines, unsigned int count, in create_text_box()
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 117 … int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { in simpleBinarySearch() 143 int32_t count=pkg.getItemCount(); in BinarySearchPackageLookup() local 163 int32_t count=pkg.getItemCount(); in call() local 207 … int32_t prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { in prefixBinarySearch() 253 int32_t count=pkg.getItemCount(); in call() local 280 int32_t count=pkg.getItemCount(); in BytesTriePackageLookup() local 310 int32_t count=pkg.getItemCount(); in call() local 351 int32_t *lengths, int &count, int limit ) { in ucharsTrieMatches() 412 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup() local 445 const ULine *lines=perf.getCachedLines(); in call() local [all …]
|
/third_party/flutter/skia/docs/examples/ |
D | Matrix_mapHomogeneousPoints.cpp | 9 int lines[] = { 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 }; in draw() local 10 constexpr int count = SK_ARRAY_COUNT(src); in draw() local
|
/third_party/skia/docs/examples/ |
D | homogeneous.cpp | 8 int lines[] = {0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7}; in draw() local 9 constexpr int count = SK_ARRAY_COUNT(src); in draw() local
|
D | Matrix_mapHomogeneousPoints.cpp | 9 int lines[] = { 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 }; in draw() local 10 constexpr int count = SK_ARRAY_COUNT(src); in draw() local
|
/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | gstflxdec.c | 299 guint8 count, indx; in flx_decode_color() local 340 gulong lines, row; in flx_decode_brun() local 356 gint8 count; in flx_decode_brun() local 413 guint16 start_line, lines; in flx_decode_delta_fli() local 450 gint8 count; in flx_decode_delta_fli() local 516 guint16 lines, start_l; in flx_decode_delta_flc() local 575 gint8 count; in flx_decode_delta_flc() local
|
/third_party/node/deps/npm/node_modules/JSONStream/test/ |
D | stringify_object.js | 24 for (var ix = 0; ix < pending; ix++) (function (count) { argument 30 es.writeArray(function (err, lines) { argument
|
D | two-ways.js | 26 , count = 10 variable 36 es.writeArray(function (err, lines) { argument
|
D | bool.js | 26 , count = 10 variable 36 es.writeArray(function (err, lines) { argument
|
D | stringify.js | 26 , count = 10 variable 36 es.writeArray(function (err, lines) { argument
|
/third_party/toybox/toys/posix/ |
D | tail.c | 68 static int try_lseek(int fd, long bytes, long lines) in try_lseek() 129 long bytes = TT.c, lines = TT.n; in do_tail() local 171 int len = new->len, count; in do_tail() local
|
/third_party/ffmpeg/libavcodec/ |
D | dfa.c | 70 int v, count; in decode_tsw1() local 113 int v, offset, count, segments; in decode_dsw1() local 150 int i, v, offset, count, segments; in decode_dds1() local 199 int count, lines, segments; in decode_bdlt() local 242 int count, i, v, lines, segments; in decode_wdlt() local
|
D | tiff.c | 241 static char *doubles2str(double *dp, int count, const char *sep) in doubles2str() 267 static int add_metadata(int count, int type, in add_metadata() 506 const uint8_t *src, int size, int width, int lines, in tiff_unpack_zlib() 573 const uint8_t *src, int size, int width, int lines, in tiff_unpack_lzma() 616 const uint8_t *src, int size, int width, int lines) in tiff_unpack_fax() 752 const uint8_t *src, int size, int strip_start, int lines) in tiff_unpack_strip() 1248 unsigned tag, type, count, off, value = 0, value2 = 1; // value2 is a denominator so init. to 1 in tiff_decode_tag() local 1574 #define ADD_METADATA(count, name, sep)\ in tiff_decode_tag() argument
|
/third_party/flutter/skia/modules/particles/include/ |
D | SkParticleSerialization.h | 34 SkTArray<SkString> lines; in visit() local 45 void visit(const char* name, int& i, const EnumStringMapping* map, int count) override { in visit() 102 if (const skjson::ArrayValue* lines = get(name)) { in visit() local 118 void visit(const char* name, int& i, const EnumStringMapping* map, int count) override { in visit()
|
/third_party/flutter/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 45 int lines = 1; in count_lines() local 73 int lines = count_lines(s); in visit() local 85 void visit(const char* name, int& i, const EnumStringMapping* map, int count) override { in visit() 147 int count = oldCount; in enterArray() local
|
/third_party/icu/tools/colprobe/ |
D | colprobe.cpp | 361 int32_t count = 0; in setArray() local 472 analyzeStrength(Line **lines, int32_t size, CompareFn comparer) { in analyzeStrength() 526 void printOrdering(Line **lines, int32_t size, UFILE *file, UBool useLinks = FALSE) { in printOrdering() 567 void setIndexes(Line **lines, int32_t size) { in setIndexes() 797 analyzeContractions(Line** lines, int32_t size, CompareFn comparer) { in analyzeContractions() 894 detectContractions(Line **gLines, Line *lines, int32_t size, CompareFn comparer) { in detectContractions() 1185 constructAndAnalyze(Line **gLines, Line *lines, int32_t size, CompareFn comparer) { in constructAndAnalyze() 1257 Line lines[size]; in checkCaseOrdering() local 1300 Line lines[size]; in checkSecondaryOrdering() local 1549 Line *lines = new Line[exemplarSetSize]; in processCollator() local
|
/third_party/skia/tools/viewer/ |
D | ParticlesSlide.cpp | 71 int lines = 1; in count_lines() local 98 int lines = count_lines(s); in visit() local 151 int count = oldCount; in enterArray() local
|
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.cpp | 35 static bool sort_increasing_Y(SkPoint dst[], const SkPoint src[], int count) { in sort_increasing_Y() 52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine() local 78 int count = SkFindUnitQuadRoots(A, B, C, roots); in chopMonoQuadAt() local 530 static void assert_monotonic(const SkScalar coord[], int count) { in assert_monotonic() 546 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 552 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
D | SkEdgeBuilder.cpp | 256 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly() local 321 const int count = SkPathPriv::PtsInIter(verb); in build() local 428 const int count = SkPath::kLine_SegmentMask == path.getSegmentMasks() in buildEdges() local
|
D | SkScan_Hairline.cpp | 239 const int lines = 1 << level; in hair_quad() local 361 const int lines = compute_cubic_segs(pts); in hair_cubic() local 426 int count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in haircubic() local 694 void SkScan::HairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in HairLine() 715 void SkScan::AntiHairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in AntiHairLine()
|
/third_party/python/Lib/ |
D | nntplib.py | 178 def _parse_overview_fmt(lines): argument 203 def _parse_overview(lines, fmt, data_process_func=None): argument 575 def _grouplist(self, lines): argument 1072 resp, count, first, last, name = s.group(args.group) variable 1085 lines = int(over[':lines']) variable
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.cpp | 35 static bool sort_increasing_Y(SkPoint dst[], const SkPoint src[], int count) { in sort_increasing_Y() 52 SkPoint lines[SkLineClipper::kMaxPoints]; in clipLine() local 78 int count = SkFindUnitQuadRoots(A, B, C, roots); in chopMonoQuadAt() local 532 static void assert_monotonic(const SkScalar coord[], int count) { in assert_monotonic() 548 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() 554 void sk_assert_monotonic_x(const SkPoint pts[], int count) { in sk_assert_monotonic_x()
|
D | SkEdgeBuilder.cpp | 248 SkPoint lines[SkLineClipper::kMaxPoints]; in buildPoly() local 309 const int count = SkPathPriv::PtsInIter(verb); in build() local 370 const int count = SkPath::kLine_SegmentMask == path.getSegmentMasks() in buildEdges() local
|
D | SkScan_Hairline.cpp | 248 const int lines = 1 << level; in hair_quad() local 370 const int lines = compute_cubic_segs(pts); in hair_cubic() local 435 int count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in haircubic() local 706 void SkScan::HairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in HairLine() 727 void SkScan::AntiHairLine(const SkPoint pts[], int count, const SkRasterClip& clip, in AntiHairLine()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 81 unsigned count() { return !!uc[0] + !!uc[1] + !!uc[2] + !!uc[3]; } in count() function 188 sb_set<unsigned> lines; variable
|