Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java39 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"}, in TestRelativeDateWithQuantity()
40 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"}, in TestRelativeDateWithQuantity()
41 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"}, in TestRelativeDateWithQuantity()
42 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"}, in TestRelativeDateWithQuantity()
43 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"}, in TestRelativeDateWithQuantity()
44 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"}, in TestRelativeDateWithQuantity()
45 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"}, in TestRelativeDateWithQuantity()
46 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"}, in TestRelativeDateWithQuantity()
47 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}, in TestRelativeDateWithQuantity()
48 {0.5, Direction.NEXT, RelativeUni in TestRelativeDateWithQuantity()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java36 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"}, in TestRelativeDateWithQuantity()
37 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"}, in TestRelativeDateWithQuantity()
38 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"}, in TestRelativeDateWithQuantity()
39 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"}, in TestRelativeDateWithQuantity()
40 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"}, in TestRelativeDateWithQuantity()
41 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"}, in TestRelativeDateWithQuantity()
42 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"}, in TestRelativeDateWithQuantity()
43 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"}, in TestRelativeDateWithQuantity()
44 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}, in TestRelativeDateWithQuantity()
45 {0.5, Direction.NEXT, RelativeUni in TestRelativeDateWithQuantity()
[all...]
/third_party/zlib/examples/
H A Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
178 if (NEXT() == -1) \
203 int last; /* last byte read by NEXT(), or -1 if EOF */ in lunpipe()
226 flags = NEXT(); in lunpipe()
249 if (NEXT() == -1) /* no compressed data is ok */ in lunpipe()
252 if (NEXT() == -1) /* missing a bit */ in lunpipe()
279 if (NEXT() == -1) { /* EOF is end of compressed data */ in lunpipe()
291 if (NEXT() == -1) /* can't end in middle of code */ in lunpipe()
402 if (NEXT() == -1) { in gunpipe()
406 if (last != 31 || (NEXT() ! in gunpipe()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c67 #define NEXT() ((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \ macro
81 val = NEXT();
82 val += (unsigned)NEXT() << 8;
83 val += (unsigned long)NEXT() << 16;
84 ch = NEXT();
161 if (NEXT() != 8) { /* compression method */
165 flags = NEXT();
170 NEXT(); /* modification time */
171 NEXT();
172 NEXT();
[all...]
/third_party/python/Modules/cjkcodecs/
H A D_codecs_cn.c72 NEXT(1, 1); in ENCODER()
90 NEXT(1, 2); in ENCODER()
133 NEXT(1, 1); in ENCODER()
151 NEXT(1, 2); in ENCODER()
194 NEXT(1, 1); in ENCODER()
212 NEXT(1, 4); in ENCODER()
244 NEXT(1, 4); in ENCODER()
259 NEXT(1, 2); in ENCODER()
365 NEXT(1, 1); in ENCODER()
386 NEXT( in ENCODER()
[all...]
H A D_codecs_jp.c29 NEXT(1, 1); in ENCODER()
34 NEXT(1, 1); in ENCODER()
44 NEXT(1, 1); in ENCODER()
78 NEXT(1, 2); in ENCODER()
160 NEXT(1, 1); in ENCODER()
205 NEXT(1, 2); in ENCODER()
230 NEXT(insize, 3); in ENCODER()
234 NEXT(insize, 2); in ENCODER()
337 NEXT(1, 1); in ENCODER()
349 NEXT( in ENCODER()
[all...]
H A D_codecs_tw.c23 NEXT(1, 1); in ENCODER()
39 NEXT(1, 2); in ENCODER()
81 NEXT(1, 1); in ENCODER()
98 NEXT(1, 2); in ENCODER()
H A D_codecs_kr.c42 NEXT(1, 1); in ENCODER()
59 NEXT(1, 2); in ENCODER()
85 NEXT(1, 4); in ENCODER()
180 NEXT(1, 1); in ENCODER()
198 NEXT(1, 2); in ENCODER()
270 NEXT(1, 1); in ENCODER()
303 NEXT(1, 2); in ENCODER()
314 NEXT(1, 2); in ENCODER()
H A D_codecs_hk.c49 NEXT(1, 1); in ENCODER()
102 NEXT(insize, 2); in ENCODER()
H A Dcjkcodecs.h109 #define NEXT(i, o) \ macro
/third_party/node/deps/openssl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
34 mov $y, %r11d /* (NEXT STEP) z' = $y */
48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
55 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
57 mov $y, %r11d /* (NEXT STEP) z' = $y */
59 mov $y, %r12d /* (NEXT STEP) z' = $y */
74 $code .= " mov %ecx, %r11d /* (NEXT STE
[all...]
/third_party/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
34 mov $y, %r11d /* (NEXT STEP) z' = $y */
48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
55 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
57 mov $y, %r11d /* (NEXT STEP) z' = $y */
59 mov $y, %r12d /* (NEXT STEP) z' = $y */
74 $code .= " mov %ecx, %r11d /* (NEXT STE
[all...]
/third_party/cups-filters/fontembed/
H A Dembed_pdf.c357 #define NEXT /* {{{ */ \ macro
390 NEXT; in emb_pdf_simple_fontdescr()
404 NEXT; in emb_pdf_simple_fontdescr()
408 NEXT; in emb_pdf_simple_fontdescr()
412 NEXT; in emb_pdf_simple_fontdescr()
417 NEXT; in emb_pdf_simple_fontdescr()
429 NEXT; in emb_pdf_simple_fontdescr()
437 NEXT; in emb_pdf_simple_fontdescr()
560 NEXT; in emb_pdf_simple_cidfont()
563 NEXT; in emb_pdf_simple_cidfont()
596 #undef NEXT global() macro
[all...]
/third_party/elfutils/lib/
H A Ddynamicsizehash.h46 # define NEXT(name) struct name##_ent *next; macro
49 # define NEXT(name) macro
67 NEXT (name) \
126 # undef NEXT macro
H A Ddynamicsizehash_concurrent.h117 # undef NEXT macro
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyparse.py151 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5)
163 TestInfo("'''Incomplete two line docstring.\n\n", [0, 2], NEXT),
201 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5)
206 TestInfo("'''This is a multiline-continued docstring.\n\n", NEXT),
/third_party/python/Lib/
H A Dfunctools.py529 PREV, NEXT, KEY, RESULT = 0, 1, 2, 3 # names for the link fields
575 link_prev[NEXT] = link_next
578 last[NEXT] = root[PREV] = link
580 link[NEXT] = root
603 root = oldroot[NEXT]
617 last[NEXT] = root[PREV] = cache[key] = link
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
130 #define NEXT() (p->next++) macro
426 NEXT(); in p_ere_exp()
463 NEXT(); in p_ere_exp()
634 NEXT(); in p_simp_re()
792 NEXT(); in p_b_term()
820 NEXT(); in p_b_cclass()
882 NEXT(); in p_b_coll_elem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
258 #define NEXT() (p->next++) macro
554 NEXT(); in p_ere_exp()
591 NEXT(); in p_ere_exp()
762 NEXT(); in p_simp_re()
920 NEXT(); in p_b_term()
948 NEXT(); in p_b_cclass()
1010 NEXT(); in p_b_coll_elem()
/third_party/ffmpeg/libavfilter/
H A Dvf_fftdnoiz.c35 NEXT, enumerator
249 p->buffer[j][NEXT] = av_calloc(p->b, p->buffer_linesize); in config_input()
250 if (!p->buffer[j][NEXT]) in config_input()
554 p->buffer[jobnr][NEXT], p->buffer_linesize, plane, in denoise()
569 filter_block3d2(s, plane, p->buffer[jobnr][PREV], p->buffer[jobnr][NEXT], jobnr); in denoise()
571 filter_block3d1(s, plane, p->buffer[jobnr][NEXT], jobnr); in denoise()
709 av_freep(&p->buffer[j][NEXT]); in uninit()
H A Dvf_lut3d.c99 #define NEXT(x) (FFMIN((int)(x) + 1, lut3d->lutsize - 1)) macro
120 const int next[] = {NEXT(s->r), NEXT(s->g), NEXT(s->b)}; in interp_trilinear()
146 const int next[] = {NEXT(s->r), NEXT(s->g), NEXT(s->b)}; in interp_pyramid()
196 const int next[] = {NEXT(s->r), NEXT(s->g), NEXT( in interp_prism()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java59 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
60 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
65 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
70 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow"
294 NEXT, enum constant
648 * @param direction NEXT means a future relative date; LAST means a past
653 * NEXT or LAST.
670 * @param direction NEXT means a future relative date; LAST means a past
675 * NEXT or LAST.
685 if (direction != Direction.LAST && direction != Direction.NEXT) { in formatImpl()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRelativeDateTimeFormatter.java60 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
61 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
66 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
71 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow"
262 NEXT, enum constant
570 * @param direction NEXT means a future relative date; LAST means a past
575 * NEXT or LAST.
591 * @param direction NEXT means a future relative date; LAST means a past
596 * NEXT or LAST.
605 if (direction != Direction.LAST && direction != Direction.NEXT) { in formatImpl()
[all...]
/third_party/mbedtls/library/
H A Decp_curves_new.c4898 #define NEXT p += WIDTH; carry64(p, &c) macro
4930 ADD(3); ADD(5); NEXT; // A0 += A3 + A5 in mbedtls_ecp_mod_p192_raw()
4931 ADD(3); ADD(4); ADD(5); NEXT; // A1 += A3 + A4 + A5 in mbedtls_ecp_mod_p192_raw()
4939 ADD_LAST; NEXT; // A0 += last_carry in mbedtls_ecp_mod_p192_raw()
4940 ADD_LAST; NEXT; // A1 += last_carry in mbedtls_ecp_mod_p192_raw()
4948 ADD_LAST; NEXT; // A0 += last_carry in mbedtls_ecp_mod_p192_raw()
4949 ADD_LAST; NEXT; // A1 += last_carry in mbedtls_ecp_mod_p192_raw()
4960 #undef NEXT macro
5043 #define NEXT \ macro
5085 SUB(7); SUB(11); NEXT; // A in mbedtls_ecp_mod_p224_raw()
5303 #undef NEXT global() macro
[all...]
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_template.c2711 #define NEXT\ in do_a_deblock() macro
2730 NEXT //0 in do_a_deblock()
2731 NEXT //1 in do_a_deblock()
2732 NEXT //2 in do_a_deblock()
2736 NEXT //3 in do_a_deblock()
2742 NEXT //4 in do_a_deblock()
2748 NEXT //5 in do_a_deblock()
2754 NEXT //6 in do_a_deblock()
2764 NEXT //7 in do_a_deblock()

Completed in 31 milliseconds

12