Home
last modified time | relevance | path

Searched refs:wn (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/src/pathops/
DSkAddIntersections.cpp16 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowLineIntersection() argument
20 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
36 const SkIntersectionHelper& wn, in debugShowQuadLineIntersection() argument
41 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
57 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection() argument
61 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
69 SkDebugf(" wnTs[0]=%g " QUAD_DEBUG_STR, i[1][0], QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
77 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection() argument
[all …]
/third_party/flutter/skia/src/pathops/
DSkAddIntersections.cpp16 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowLineIntersection() argument
20 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
28 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
36 const SkIntersectionHelper& wn, in debugShowQuadLineIntersection() argument
41 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
49 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
57 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection() argument
61 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
69 SkDebugf(" wnTs[0]=%g " QUAD_DEBUG_STR, i[1][0], QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
77 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection() argument
[all …]
/third_party/musl/src/multibyte/
Dmbsrtowcs.c8 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) in mbsrtowcs() argument
11 size_t wn0 = wn; in mbsrtowcs()
26 if (!wn) { in mbsrtowcs()
33 wn--; in mbsrtowcs()
37 return wn0-wn; in mbsrtowcs()
46 wn -= 4; in mbsrtowcs()
52 wn--; in mbsrtowcs()
68 wn--; in mbsrtowcs()
71 if (!wn) { in mbsrtowcs()
78 while (wn>=5 && !(( *(w32*)s | *(w32*)s-0x01010101) & 0x80808080)) { in mbsrtowcs()
[all …]
Dmbsnrtowcs.c3 size_t mbsnrtowcs(wchar_t *restrict wcs, const char **restrict src, size_t n, size_t wn, mbstate_t … in mbsnrtowcs() argument
10 if (!wcs) ws = wbuf, wn = sizeof wbuf / sizeof *wbuf; in mbsnrtowcs()
17 while ( s && wn && ( (n2=n/4)>=wn || n2>32 ) ) { in mbsnrtowcs()
18 if (n2>=wn) n2=wn; in mbsnrtowcs()
23 wn = 0; in mbsnrtowcs()
28 wn -= l; in mbsnrtowcs()
33 if (s) while (wn && n) { in mbsnrtowcs()
50 ws++; wn--; in mbsnrtowcs()
Dwcsnrtombs.c3 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t … in wcsnrtombs() argument
13 while ( ws && n && ( (n2=wn)>=n || n2>32 ) ) { in wcsnrtombs()
26 wn = ws ? wn - (ws - tmp_ws) : 0; in wcsnrtombs()
29 if (ws) while (n && wn) { in wcsnrtombs()
36 ws++; wn--; in wcsnrtombs()
Dmbstowcs.c4 size_t mbstowcs(wchar_t *restrict ws, const char *restrict s, size_t wn) in mbstowcs() argument
6 return mbsrtowcs(ws, (void*)&s, wn, 0); in mbstowcs()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dwcsnrtombs.c33 int wn = 4; in wcsnrtombs_0100() local
38 int result = wcsnrtombs(buffer, &p, wn, n, &mbs); in wcsnrtombs_0100()
58 int wn = 4; in wcsnrtombs_0200() local
63 int result = wcsnrtombs(buffer, &p, wn, n, &mbs); in wcsnrtombs_0200()
83 int wn = 4; in wcsnrtombs_0300() local
87 int result = wcsnrtombs(buffer, &p, wn, n, &mbs); in wcsnrtombs_0300()
91 if (result != wn) { in wcsnrtombs_0300()
92 t_error("%s get result is not equal to %d", __func__, wn); in wcsnrtombs_0300()
/third_party/tzdata/
Dasctime.c79 register const char * wn; in asctime_r() local
89 wn = "???"; in asctime_r()
90 else wn = wday_name[timeptr->tm_wday]; in asctime_r()
106 wn, mn, in asctime_r()
Dzdump.c1079 register const char * wn; in dumptime() local
1095 wn = "???"; in dumptime()
1096 else wn = wday_name[timeptr->tm_wday]; in dumptime()
1102 wn, mn, in dumptime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dasctime.c81 register const char * wn; in asctime_r() local
91 wn = "???"; in asctime_r()
92 else wn = wday_name[timeptr->tm_wday]; in asctime_r()
108 wn, mn, in asctime_r()
Dzdump.c882 register const char * wn; in dumptime() local
898 wn = "???"; in dumptime()
899 else wn = wday_name[timeptr->tm_wday]; in dumptime()
905 wn, mn, in dumptime()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dasctime.c81 register const char * wn; in asctime_r() local
91 wn = "???"; in asctime_r()
92 else wn = wday_name[timeptr->tm_wday]; in asctime_r()
108 wn, mn, in asctime_r()
Dzdump.c882 register const char * wn; in dumptime() local
898 wn = "???"; in dumptime()
899 else wn = wday_name[timeptr->tm_wday]; in dumptime()
905 wn, mn, in dumptime()
/third_party/icu/icu4c/source/tools/tzcode/
Dasctime.c81 register const char * wn; in asctime_r() local
91 wn = "???"; in asctime_r()
92 else wn = wday_name[timeptr->tm_wday]; in asctime_r()
108 wn, mn, in asctime_r()
Dzdump.c882 register const char * wn; in dumptime() local
898 wn = "???"; in dumptime()
899 else wn = wday_name[timeptr->tm_wday]; in dumptime()
905 wn, mn, in dumptime()
/third_party/boost/boost/date_time/
Ddate_generator_parser.hpp164 typename nth_kday_type::week_num wn; in get_nth_kday_type() local
170 case first : { wn = nth_kday_type::first; break; } in get_nth_kday_type()
171 case second : { wn = nth_kday_type::second; break; } in get_nth_kday_type()
172 case third : { wn = nth_kday_type::third; break; } in get_nth_kday_type()
173 case fourth : { wn = nth_kday_type::fourth; break; } in get_nth_kday_type()
174 case fifth : { wn = nth_kday_type::fifth; break; } in get_nth_kday_type()
178 BOOST_DATE_TIME_UNREACHABLE_EXPRESSION(wn = nth_kday_type::first); in get_nth_kday_type()
185 return nth_kday_type(wn, wd, m); in get_nth_kday_type()
/third_party/musl/porting/liteos_a/user/src/multibyte/
Dwcsnrtombs.c5 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t … in wcsnrtombs() argument
10 while (ws && wn) { in wcsnrtombs()
30 wn--; in wcsnrtombs()
/third_party/musl/porting/linux/user/src/multibyte/
Dwcsnrtombs.c5 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t … in wcsnrtombs() argument
10 while (ws && wn) { in wcsnrtombs()
30 wn--; in wcsnrtombs()
/third_party/boost/boost/date_time/gregorian/
Dgreg_serialize.hpp351 typename gregorian::nth_kday_of_month::week_num wn(nkd.nth_week()); in save() local
354 ar & make_nvp("nth_kday_of_month_week_num", wn); in save()
365 typename gregorian::nth_kday_of_month::week_num wn(gregorian::nth_kday_of_month::first); in load() local
368 ar & make_nvp("nth_kday_of_month_week_num", wn); in load()
372 nkd = gregorian::nth_kday_of_month(wn,d,m); in load()
/third_party/ffmpeg/libavcodec/
Datrac3plusdsp.c133 int i, wn, inc, pos; in waves_synth() local
137 for (wn = 0; wn < waves_info->num_wavs; wn++, wave_param++) { in waves_synth()
/third_party/python/PC/
Dgetpathp.c601 DWORD wn = MultiByteToWideChar(CP_UTF8, 0, line, -1, NULL, 0); in read_pth_file() local
602 wchar_t *wline = (wchar_t*)PyMem_RawMalloc((wn + 1) * sizeof(wchar_t)); in read_pth_file()
607 wn = MultiByteToWideChar(CP_UTF8, 0, line, -1, wline, wn + 1); in read_pth_file()
608 wline[wn] = '\0'; in read_pth_file()
611 while (usedsiz + wn + prefixlen + 4 > bufsiz) { in read_pth_file()
/third_party/mbedtls/tests/data_files/
Dcert_md5.csr7 iDAuQrLfffvlDHf/7DHAeI+/wn/KrWwh1o3Zi2qOb+Cb+BBWzLOOExXmNARmx+75
/third_party/curl/tests/data/
Dtest35619 Alt-Svc: h1="nowhere.foo:81", un-kno22!wn=":82"
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "wd" | "we" | "wf" | "wg" | "wh" | "wi" | "wj" | "wk" | "wl" | "wm" | "wn" | "wo" | "wp" | "wq…
9wn: "aa.wn"; wo: "aa.wo"; wp: "aa.wp"; wq: "aa.wq"; wr: "aa.wr"; ws: "aa.ws"; wt: "aa.wt"; wu: "aa…
10wn: "aa.wn"; wo: "aa.wo"; wp: "aa.wp"; wq: "aa.wq"; wr: "aa.wr"; ws: "aa.ws"; wt: "aa.wt"; wu: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "wd" | "we" | "wf" | "wg" | "wh" | "wi" | "wj" | "wk" | "wl" | "wm" | "wn" | "wo" | "wp" | "wq…
9wn: "aa.wn"; wo: "aa.wo"; wp: "aa.wp"; wq: "aa.wq"; wr: "aa.wr"; ws: "aa.ws"; wt: "aa.wt"; wu: "aa…
10wn: "aa.wn"; wo: "aa.wo"; wp: "aa.wp"; wq: "aa.wq"; wr: "aa.wr"; ws: "aa.ws"; wt: "aa.wt"; wu: "aa…

12