Home
last modified time | relevance | path

Searched refs:count_usage (Results 1 – 25 of 26) sorted by relevance

12

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Ddss-count.h26 static const char count_usage[] = variable
45 switch (optget(argv, count_usage)) in count_beg()
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Ddss-count.h26 static const char count_usage[] = variable
45 switch (optget(argv, count_usage)) in count_beg()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Ddss-count.h26 static const char count_usage[] = variable
45 switch (optget(argv, count_usage)) in count_beg()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kapp/
H A Dqfiletest.c66 static const char * count_usage[] = { "how much bytes total", NULL }; variable
76 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false },
112 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage ); in Usage()
H A Dqueuefile.data66 static const char * count_usage[] = { "how much bytes total", NULL };
76 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false },
112 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kapp/
H A Dqfiletest.c66 static const char * count_usage[] = { "how much bytes total", NULL }; variable
76 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false },
112 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage ); in Usage()
H A Dqueuefile.data66 static const char * count_usage[] = { "how much bytes total", NULL };
76 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false },
112 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Ddeprecation.cc700 bool count_usage = true; in CountDeprecation() local
705 count_usage = false; in CountDeprecation()
707 if (count_usage) in CountDeprecation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Ddeprecation.h73 static void CountDeprecation(DocumentLoader*, WebFeature, bool count_usage);
H A Ddeprecation.cc631 bool count_usage) { in CountDeprecation() argument
643 if (count_usage) in CountDeprecation()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dutvideoenc.c324 static void count_usage(uint8_t *src, int width, in count_usage() function
440 count_usage(dst, width, height, counts); in encode_plane()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dutvideoenc.c324 static void count_usage(uint8_t *src, int width, in count_usage() function
440 count_usage(dst, width, height, counts); in encode_plane()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dutvideoenc.c343 static void count_usage(uint8_t *src, int width, in count_usage() function
459 count_usage(dst, width, height, counts); in encode_plane()
H A Dmagicyuvenc.c261 static void count_usage(uint8_t *src, int width, in count_usage() function
358 count_usage(dst, width, height, counts); in encode_table()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dutvideoenc.c343 static void count_usage(uint8_t *src, int width, in count_usage() function
459 count_usage(dst, width, height, counts); in encode_plane()
H A Dmagicyuvenc.c261 static void count_usage(uint8_t *src, int width, in count_usage() function
358 count_usage(dst, width, height, counts); in encode_table()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dutvideoenc.c324 static void count_usage(uint8_t *src, int width, in count_usage() function
440 count_usage(dst, width, height, counts); in encode_plane()
H A Dmagicyuvenc.c276 static void count_usage(uint8_t *src, int width, in count_usage() function
371 count_usage(dst, width, height, counts); in encode_table()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dutvideoenc.c324 static void count_usage(uint8_t *src, int width, in count_usage() function
440 count_usage(dst, width, height, counts); in encode_plane()
H A Dmagicyuvenc.c276 static void count_usage(uint8_t *src, int width, in count_usage() function
371 count_usage(dst, width, height, counts); in encode_table()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dutvideoenc.c343 static void count_usage(uint8_t *src, int width, in count_usage() function
459 count_usage(dst, width, height, counts); in encode_plane()
H A Dmagicyuvenc.c276 static void count_usage(uint8_t *src, int width, in count_usage() function
371 count_usage(dst, width, height, counts); in encode_table()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/kget/
H A Dkget.c117 static const char * count_usage[] = { "number of bytes to read", NULL }; variable
164 { OPTION_COUNT, NULL, NULL, count_usage, 1, true, false },
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/judy_test/
H A Djudytest.c41 static const char * count_usage[] = { "how many items", NULL }; variable
46 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false }
77 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage ); in Usage()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/judy_test/
H A Djudytest.c41 static const char * count_usage[] = { "how many items", NULL }; variable
46 { OPTION_COUNT, ALIAS_COUNT, NULL, count_usage, 1, true, false }
77 HelpOptionLine ( ALIAS_COUNT, OPTION_COUNT, "count", count_usage ); in Usage()

12