Home
last modified time | relevance | path

Searched refs:LENGTH_OF (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/
H A Dutils.h30 #define LENGTH_OF(x) (sizeof(x)/sizeof(x[0])) macro
100 for(i = 0; i < LENGTH_OF(table); i++) { \
116 for(i = 0; i < LENGTH_OF(table); i++) { \
H A Dutils.c120 for(i = 0; i < LENGTH_OF(resolutions); i++) { in parse_resolution_opt()
137 for(i = 0; i < LENGTH_OF(resolutions); i++) { in resolutions_help()
/dports/print/pcal/pcal-4.11.0/src/
H A Dpcalutil.c459 pd->dd += LENGTH_OF(pd->mm, pd->yy); in normalize()
462 while (pd->dd > (len = LENGTH_OF(pd->mm, pd->yy))) { in normalize()
489 last = LENGTH_OF(mm, curr_year); in calc_day()
606 lastday = LAST_NOTE_DAY - (LENGTH_OF(mm, yy) - 28) - (small_cal_pos == SC_NONE ? 0 : 2); in note_day()
638 return dd < startbox ? dd : dd + LENGTH_OF(mm, yy); in note_box()
652 return m >= JAN && m <= DEC && d >= 1 && d <= LENGTH_OF(m, y); in is_valid()
H A Dwritefil.c1817 len = LENGTH_OF(this_month, this_year); in single_month_html()
1916 len = LENGTH_OF(this_month, this_year); in single_month_one_column_html()
2048 if (START_BOX(m, y) + LENGTH_OF(m, y) > 35) nw = 6; in multiple_months_html()
2066 len = LENGTH_OF(m, y); in multiple_months_html()
2419 len = LENGTH_OF(work_month, work_year); in expand_fmt()
2471 len = LENGTH_OF(work_month, work_year); in expand_fmt()
2835 len = LENGTH_OF(month, year); in print_colors()
2995 for (n = 0, qdays = 0L, day = 1, ndays = LENGTH_OF(month, year); in print_moon_info()
3103 printf("/ndays %d def\n", LENGTH_OF(month, year)); in print_month()
3132 printf("/p_ndays %d def\n", LENGTH_OF(m, y)); in print_month()
[all …]
H A Dmoonphas.c415 for (day = 1, len = LENGTH_OF(month, year); day <= len; day++) { in gen_phases()
H A Dpcaldefs.h1190 #define LENGTH_OF(m, y) (month_len[(m)-1] + ((m) == FEB && IS_LEAP(y))) macro
H A Dreadfile.c1860 len = LENGTH_OF(mm, curr_year); in parse_ord()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_testpicture/
H A Dinput_testpicture.c149 for(i = 0; i < LENGTH_OF(picture_lookup); i++) { in input_init()
242 i = (i + 1) % LENGTH_OF(pics->sequence); in worker_thread()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_control/
H A Ddynctrl.c158 for(i = 0; i < LENGTH_OF(xu_ctrls); i++) { in initDynCtrls()
171 for(i = 0; i < LENGTH_OF(xu_mappings); i++) { in initDynCtrls()
/dports/audio/mumble/mumble-1.3.3/plugins/
H A Dmumble_plugin_linux.h61 ifs.read(elf, LENGTH_OF(elf)); in checkProcessIs64Bit()
64 if (ifs.gcount() != LENGTH_OF(elf)) { in checkProcessIs64Bit()
H A Dmumble_plugin.h11 #define LENGTH_OF(array) (sizeof(array) / sizeof((array)[0])) macro
/dports/audio/murmur/mumble-1.3.3/plugins/
H A Dmumble_plugin_linux.h61 ifs.read(elf, LENGTH_OF(elf)); in checkProcessIs64Bit()
64 if (ifs.gcount() != LENGTH_OF(elf)) { in checkProcessIs64Bit()
H A Dmumble_plugin.h11 #define LENGTH_OF(array) (sizeof(array) / sizeof((array)[0])) macro
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h488 LENGTH_OF = 693, enumerator
1418 #define LENGTH_OF 693 macro
H A Dscanner.l867 RETURN_TOK (LENGTH_OF);
H A Dscanner.c3079 RETURN_TOK (LENGTH_OF);
H A Dparser.c2774 LENGTH_OF = 693, enumerator
3704 #define LENGTH_OF 693 macro
H A Dparser.y2696 %token LENGTH_OF "LENGTH OF"
18571 length_of: LENGTH | LENGTH_OF;
H A DChangeLog1490 * parser.y, scanner.l: removed LENGTH_OF as it is no longer used
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/output_http/
H A Dhttpd.c731 for(i = 0; i < LENGTH_OF(mimetypes); i++) { in send_file()