Home
last modified time | relevance | path

Searched refs:lasts (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Modules/_decimal/tests/
Dbench.py24 lasts, t, s, n, na, d, da = 0, 3.0, 3, 1, 0, 0, 24
25 while s != lasts:
26 lasts = s
36 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24)
37 while s != lasts:
38 lasts = s
48 lasts, t, s, n, na, d, da = D(0), D(3), D(3), D(1), D(0), D(0), D(24)
49 while s != lasts:
50 lasts = s
/third_party/giflib/
Dgif_font.c241 char *lasts; in GifDrawBoxedText8x8() local
242 cp = strtok_r(dup, "\r\n", &lasts); in GifDrawBoxedText8x8()
251 cp = strtok_r(NULL, "\r\n", &lasts); in GifDrawBoxedText8x8()
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py817 lasts = [None, None, None, None] variable
820 if lasts[i] is None:
821 lasts[i] = item
824 lasts=lasts))
/third_party/python/Lib/test/
Dtest_fractions.py668 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
669 while abs(s - lasts) > F(1, 10**9):
670 lasts = s
681 i, lasts, s, fact, num, sign = 0, 0, F(1), 1, 1, 1
682 while abs(s - lasts) > F(1, 10**9):
683 lasts = s
/third_party/curl/lib/
Dldap.c786 char *lasts; in split_str() local
801 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items; in split_str()
802 s = strtok_r(NULL, ",", &lasts), i++) in split_str()
/third_party/python/Doc/library/
Ddecimal.rst1891 lasts, t, s, n, na, d, da = 0, three, 3, 1, 0, 0, 24
1892 while s != lasts:
1893 lasts = s
1915 i, lasts, s, fact, num = 0, 0, 1, 1, 1
1916 while s != lasts:
1917 lasts = s
1940 i, lasts, s, fact, num, sign = 0, 0, 1, 1, 1, 1
1941 while s != lasts:
1942 lasts = s
1966 i, lasts, s, fact, num, sign = 1, 0, x, 1, x, 1
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dpage_view.dart193 /// The animation lasts for the given duration and follows the given curve.
221 /// The animation lasts for the given duration and follows the given curve.
231 /// The animation lasts for the given duration and follows the given curve.
Dlist_wheel_scroll_view.dart253 /// The animation lasts for the given duration and follows the given curve.
Droutes.dart93 /// The duration the transition lasts.
/third_party/gettext/gnulib-local/lib/libxml/
Drelaxng.c9349 xmlNodePtr *list = NULL, *lasts = NULL; in xmlRelaxNGValidateInterleave() local
9400 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave()
9401 if (lasts == NULL) { in xmlRelaxNGValidateInterleave()
9405 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave()
9467 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave()
9468 lasts[i]->next = cur; in xmlRelaxNGValidateInterleave()
9469 lasts[i] = cur; in xmlRelaxNGValidateInterleave()
9472 lasts[i] = cur; in xmlRelaxNGValidateInterleave()
9494 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave()
9495 last = lasts[i]->next; in xmlRelaxNGValidateInterleave()
[all …]
/third_party/libxml2/
Drelaxng.c9329 xmlNodePtr *list = NULL, *lasts = NULL; in xmlRelaxNGValidateInterleave() local
9380 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave()
9381 if (lasts == NULL) { in xmlRelaxNGValidateInterleave()
9385 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave()
9447 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave()
9448 lasts[i]->next = cur; in xmlRelaxNGValidateInterleave()
9449 lasts[i] = cur; in xmlRelaxNGValidateInterleave()
9452 lasts[i] = cur; in xmlRelaxNGValidateInterleave()
9474 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave()
9475 last = lasts[i]->next; in xmlRelaxNGValidateInterleave()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c108 const char *lasts = (const char *)src + (len - 1); in usb_bcopy() local
111 *lastd-- = *lasts--; in usb_bcopy()
/third_party/protobuf/objectivec/
DGPBRootObject.m72 // Note that the dictionary lasts for the lifetime of our app, so no need
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod191 to 100). If the count is zero, then it lasts forever. For example,
/third_party/tzdata/
Dzic.c369 static struct lookup const lasts[] = { variable
1744 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
3145 if (table == lasts && ciprefix("last", word) && word[4]) { in byword()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c358 static struct lookup const lasts[] = { variable
1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c358 static struct lookup const lasts[] = { variable
1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c358 static struct lookup const lasts[] = { variable
1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
/third_party/boost/libs/test/doc/testing_tools/
Dtesting_tools_reference.qbk94 If a test-case lasts longer than the timeout, the test is flagged as failed. On some systems (see b…
/third_party/libjpeg-turbo/
Dstructure.txt721 * JPOOL_PERMANENT lasts until master record is destroyed
722 * JPOOL_IMAGE lasts until done with image (JPEG datastream)
/third_party/skia/third_party/externals/libjpeg-turbo/
Dstructure.txt717 * JPOOL_PERMANENT lasts until master record is destroyed
718 * JPOOL_IMAGE lasts until done with image (JPEG datastream)
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dstructure.txt721 * JPOOL_PERMANENT lasts until master record is destroyed
722 * JPOOL_IMAGE lasts until done with image (JPEG datastream)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1294 // char *strtok_r(char *s, const char *sep, char **lasts);
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.h.in352 * A test that lasts longer than the timeout (in seconds) will be killed
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt960 “That is very funny! A day lasts only one minute, here where you live!”

12