Searched refs:dcount (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstbufferpool.c | 83 gint dcount = 0; in GST_START_TEST() local 88 buffer_track_destroy (buf, &dcount); in GST_START_TEST() 92 fail_unless (dcount == 0); in GST_START_TEST() 102 fail_unless (dcount == 1); in GST_START_TEST() 177 gint dcount = 0; in GST_START_TEST() local 182 buffer_track_destroy (buf, &dcount); in GST_START_TEST() 188 fail_unless_equals_int (dcount, 1); in GST_START_TEST() 191 buffer_track_destroy (buf, &dcount); in GST_START_TEST() 197 fail_unless_equals_int (dcount, 1); in GST_START_TEST() 208 fail_unless_equals_int (dcount, 1); in GST_START_TEST() [all …]
|
/third_party/toybox/toys/posix/ |
D | paste.c | 38 int i, any, dcount, dlen, len, seq = toys.optflags&FLAG_s; local 46 for (i = any = dcount = dlen = 0; seq || i<TT.files; i++) { 61 dcount = any ? 1 : i; 68 while (dcount) { 73 dcount--;
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkcommandpool.c | 89 gint dcount = 0; in GST_START_TEST() local 94 buffer_track_destroy (cmd, &dcount); in GST_START_TEST() 98 fail_unless (dcount == 0); in GST_START_TEST()
|
/third_party/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 105 double dcount = 0.0; in main() local 200 ++dcount; in main() 207 use_fpu_value(dcount); in main() 231 dcount += 1.0; in main() 267 use_fpu_value(dcount); in main()
|
/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 439 ctx->dcount = 0; in lejp_parse() 543 if (ctx->dcount < 20 && c >= '0' && c <= '9') { in lejp_parse() 546 ctx->dcount++; in lejp_parse() 550 if (!ctx->dcount || (ctx->f & LEJP_SEEN_POINT)) { in lejp_parse() 577 if (!ctx->dcount) { in lejp_parse()
|
/third_party/giflib/ |
D | gifbuild.c | 900 int dcount = 0; in EscapeString() local 904 for (++cp; (dp = strchr(hex, *cp)) && (dcount++ < 2); cp++) in EscapeString() 907 while (strchr("01234567",*cp) != (char*)NULL && (dcount++ < 3)) in EscapeString() 910 while ((strchr("0123456789",*cp)!=(char*)NULL)&&(dcount++ < 3)) in EscapeString()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lejp.h | 250 uint8_t dcount; member
|
D | lws-lecp.h | 282 uint8_t dcount; member
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 1925 int dcount; in decode_dollar_escape() local 1990 dcount = 7; in decode_dollar_escape() 1992 else dcount = 3; in decode_dollar_escape() 1993 for (; dcount > 0; dcount--) in decode_dollar_escape() 2012 dcount = 6; in decode_dollar_escape() 2014 else dcount = 2; in decode_dollar_escape() 2015 for (; dcount > 0; dcount--) in decode_dollar_escape()
|