Home
last modified time | relevance | path

Searched refs:LLONG (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_common_timing.h15 LLONG ms;
30 LLONG time_in_ms;
38 LLONG current_pts;
41 LLONG min_pts;
42 LLONG max_pts;
43 LLONG sync_pts;
47 LLONG fts_fc_offset; // Time before first GOP
51 LLONG sync_pts2fts_fts;
52 LLONG sync_pts2fts_pts;
69 extern LLONG fts_at_gop_start;
[all …]
H A Dccx_encoders_common.h30 LLONG ts;
96 LLONG prev_start;
97 LLONG subs_delay;
98 LLONG last_displayed_subs_ms;
153 void dinit_encoder(struct encoder_ctx **arg, LLONG current_fts);
182 …ingz_as_srt (char *string, struct encoder_ctx *context, LLONG ms_start, LLONG ms_end);
183 …ingz_as_ssa (char *string, struct encoder_ctx *context, LLONG ms_start, LLONG ms_end);
184 …ingz_as_webvtt (char *string, struct encoder_ctx *context, LLONG ms_start, LLONG ms_end);
185 …ingz_as_sami (char *string, struct encoder_ctx *context, LLONG ms_start, LLONG ms_end);
186 …ringz_as_smptett (char *string, struct encoder_ctx *context, LLONG ms_start, LLONG ms_end);
[all …]
H A Dccx_common_timing.c27 LLONG fts_at_gop_start = 0;
32 void ccx_common_timing_init(LLONG *file_position,int no_sync) in ccx_common_timing_init()
161 ctx->sync_pts = (LLONG)(ctx->current_pts in set_fts()
179 ctx->fts_offset = (LLONG)((total_frames_count in set_fts()
198 + (LLONG) (frames_since_ref_time*1000/current_fps); in set_fts()
207 ctx->sync_pts = (LLONG) (ctx->current_pts in set_fts()
261 LLONG fts; in get_fts()
283 LLONG get_fts_max(struct ccx_common_timing_ctx *ctx) in get_fts_max()
313 char *print_mstime_static( LLONG mstime ) in print_mstime_static()
332 LLONG goplenms = (LLONG) (gop_time.ms - first_gop_time.ms); in print_debug_timing()
[all …]
H A Davc_functions.h15 LLONG seq_parameter_set_id;
31 LLONG frame_num;
32 LLONG lastframe_num;
46 LLONG currefpts;
47 LLONG last_pic_order_cnt_lsb;
48 LLONG last_slice_pts;
53 void do_NAL (struct lib_cc_decode *ctx, unsigned char *NAL_start, LLONG NAL_length, struct cc_subti…
H A Dlib_ccx.h79 LLONG inputsize;
80 LLONG total_inputsize;
81 LLONG total_past; // Only in binary concat mode
109 LLONG subs_delay; // ms to delay (or advance) subs
113 LLONG last_displayed_subs_ms; // When did the last subs end?
114 LLONG screens_to_process; // How many screenfuls we want?
147 LLONG system_start_time;
191 LLONG get_file_size (int in);
192 LLONG get_total_file_size (struct lib_ccx_ctx *ctx);
195 int switch_to_next_file (struct lib_ccx_ctx *ctx, LLONG bytesinbuffer);
[all …]
H A Dmyth.c296 LLONG pts; in get_pts()
301 pts = (LLONG) ((c >> 1) & 0x07) << 30; in get_pts()
303 pts |= (LLONG) (val >> 1) << 15; in get_pts()
305 pts |= (LLONG) (val >> 1); in get_pts()
314 LLONG result; in find_next_start_code()
379 LLONG *ppts, LLONG *pdts) in mpegps_read_pes_header()
382 LLONG pts, dts; in mpegps_read_pes_header()
534 LLONG linemask = 0; in ProcessVBIDataPacket()
620 LLONG pts, dts; in mpegps_read_packet()
772 LLONG saved = 0; in myth_loop()
[all …]
H A Dccx_common_structs.h14LLONG debug_mask; // The debug mask that is used to d…
16 …void(*debug_ftn) (LLONG mask, const char *fmt, ...); // Used to process debug output. Ma…
56 LLONG start_time;
57 LLONG end_time;
H A Dccx_decoders_608.h7 extern LLONG ts_start_of_xds;
38 LLONG current_visible_start_ms; // At what time did the current visible buffer became so?
45LLONG ts_start_of_current_line; /* Time at which the first character for current line was received…
46LLONG ts_last_char_received; /* Time at which the last written character was received, =-1 no c…
56 LLONG subs_delay; // ms to delay (or advance) subs
H A Dccx_common_common.h44 void millis_to_time(LLONG milli, unsigned *hours, unsigned *minutes,unsigned *seconds, unsigned *ms…
46 void dbg_print(LLONG mask, const char *fmt, ...);
48 int add_cc_sub_text(struct cc_subtitle *sub, char *str, LLONG start_time,
49 LLONG end_time, char *info, char *mode, enum ccx_encoding_type);
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dsnprintf.c149 # define LLONG long long macro
151 # define LLONG long macro
204 LLONG value; in dopr()
531 unsigned LLONG uvalue; in fmtint()
628 static LLONG
641 static LLONG
644 LLONG intpart; in round_int()
674 LLONG intpart; in fmtfp()
675 LLONG fracpart; in fmtfp()
676 LLONG mask10; in fmtfp()
[all …]
/dports/news/inn/inn-2.6.4/lib/
H A Dsnprintf.c161 # define LLONG long long macro
163 # define LLONG long macro
217 LLONG value; in dopr()
468 LLONG *num; in dopr()
560 unsigned LLONG uvalue; in fmtint()
671 return (LLONG) result; in pow10_int()
676 LLONG intpart; in round_int()
705 LLONG intpart; in fmtfp()
706 LLONG fracpart; in fmtfp()
707 LLONG mask10; in fmtfp()
[all …]
/dports/security/pam_krb5/pam-krb5-4.9/portable/
H A Dsnprintf.c148 # define LLONG long long
150 # define LLONG long
204 LLONG value;
452 LLONG *num;
544 unsigned LLONG uvalue;
655 return (LLONG) result;
660 LLONG intpart;
690 LLONG intpart;
691 LLONG fracpart;
692 LLONG mask10;
[all …]
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dsnprintf.c161 # define LLONG long long macro
163 # define LLONG long macro
217 LLONG value; in dopr()
468 LLONG *num; in dopr()
560 unsigned LLONG uvalue; in fmtint()
671 return (LLONG) result; in pow10_int()
676 LLONG intpart; in round_int()
706 LLONG intpart; in fmtfp()
707 LLONG fracpart; in fmtfp()
708 LLONG mask10; in fmtfp()
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/textproc/uim-el/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/compat/
H A Dbsd-snprintf.c129 # define LLONG long long macro
131 # define LLONG long macro
192 LLONG value; in dopr()
343 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
359 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
428 LLONG *num; in dopr()
430 *num = (LLONG)currlen; in dopr()
516 unsigned LLONG uvalue; in fmtint()
621 static LLONG ROUND(LDOUBLE value) in ROUND()
623 LLONG intpart; in ROUND()
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/replace/
H A Dbsd-snprintf.c123 # define LLONG long long macro
125 # define LLONG long macro
175 LLONG value; in dopr()
322 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
336 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
393 LLONG *num; in dopr()
395 *num = (LLONG)currlen; in dopr()
477 unsigned LLONG uvalue; in fmtint()
579 static LLONG ROUND(LDOUBLE value) in ROUND()
581 LLONG intpart; in ROUND()
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/sjcompat/
H A Dbsd-snprintf.c122 # define LLONG long long macro
124 # define LLONG long macro
174 LLONG value; in dopr()
321 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
335 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
392 LLONG *num; in dopr()
394 *num = (LLONG)currlen; in dopr()
476 unsigned LLONG uvalue; in fmtint()
578 static LLONG ROUND(LDOUBLE value) in ROUND()
580 LLONG intpart; in ROUND()
[all …]
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dbsd-snprintf.c130 # define LLONG long long macro
132 # define LLONG long macro
193 LLONG value; in dopr()
344 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
360 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
429 LLONG *num; in dopr()
431 *num = (LLONG)currlen; in dopr()
517 unsigned LLONG uvalue; in fmtint()
622 static LLONG ROUND(LDOUBLE value) in ROUND()
624 LLONG intpart; in ROUND()
[all …]
/dports/security/kstart/kstart-4.2/portable/
H A Dsnprintf.c122 # define LLONG long long macro
124 # define LLONG long macro
178 LLONG value; in dopr()
422 LLONG *num; in dopr()
514 unsigned LLONG uvalue; in fmtint()
628 static LLONG round_int (LDOUBLE value) in round_int()
630 LLONG intpart; in round_int()
652 LLONG intpart; in fmtfp()
653 LLONG fracpart; in fmtfp()
654 LLONG mask10; in fmtfp()
[all …]
/dports/www/mod_webauth/webauth-4.7.0/portable/
H A Dsnprintf.c120 # define LLONG long long macro
122 # define LLONG long macro
176 LLONG value; in dopr()
321 value = va_arg (args, LLONG); in dopr()
420 LLONG *num; in dopr()
512 unsigned LLONG uvalue; in fmtint()
628 LLONG intpart; in round_int()
650 LLONG intpart; in fmtfp()
651 LLONG fracpart; in fmtfp()
652 LLONG mask10; in fmtfp()
[all …]
/dports/archivers/upx/upx-3.96/src/
H A Dsnprintf.cpp72 #undef LLONG
74 #define LLONG upx_int64_t macro
273 static LLONG ROUND(LDOUBLE value) { in ROUND()
274 LLONG intpart; in ROUND()
276 intpart = (LLONG) value; in ROUND()
478 LLONG value; in dopr()
625 value = (LLONG) va_arg(args, LLONG); in dopr()
627 value = (LLONG) va_arg(args, int); in dopr()
693 LLONG *num; in dopr()
694 num = va_arg(args, LLONG *); in dopr()
[all …]

12345678910>>...12