Searched refs:INT64_MAX (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Dclib_port.h62 #undef INT64_MAX macro
67 #define INT64_MAX _I64_MAX macro
71 #define INT64_MAX 9223372036854775807LL macro
72 #define INT64_MIN (-INT64_MAX-1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h381 # define INT64_MIN (~INT64_MAX)
385 # ifndef INT64_MAX
387 # define INT64_MAX (~ (-1L << (@BITSIZEOF_INT64_T@ - 1))) macro
389 # define INT64_MAX (~ (-1LL << (@BITSIZEOF_INT64_T@ - 1))) macro
391 # define INT64_MAX (~ (-1i64 << (@BITSIZEOF_INT64_T@ - 1))) macro
397 # define INT64_MAX 9223372036854775807L macro
399 # define INT64_MAX 9223372036854775807LL macro
401 # define INT64_MAX 9223372036854775807i64 macro
538 # define INT_LEAST64_MAX INT64_MAX
580 # define INT_FAST8_MAX INT64_MAX
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h289 #undef INT64_MAX macro
291 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
294 # define INT64_MAX INTMAX_C (9223372036854775807) macro
333 # define INT_LEAST64_MAX INT64_MAX
372 # define INT_FAST64_MAX INT64_MAX
393 #ifdef INT64_MAX
395 # define INTMAX_MAX INT64_MAX
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h289 #undef INT64_MAX macro
291 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
294 # define INT64_MAX INTMAX_C (9223372036854775807) macro
333 # define INT_LEAST64_MAX INT64_MAX
372 # define INT_FAST64_MAX INT64_MAX
393 #ifdef INT64_MAX
395 # define INTMAX_MAX INT64_MAX
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h289 #undef INT64_MAX macro
291 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
294 # define INT64_MAX INTMAX_C (9223372036854775807) macro
333 # define INT_LEAST64_MAX INT64_MAX
372 # define INT_FAST64_MAX INT64_MAX
393 #ifdef INT64_MAX
395 # define INTMAX_MAX INT64_MAX
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c54 DB_ASSERT(env, offset < (u_int64_t)INT64_MAX);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c61 #ifdef INT64_MAX
62 int64_t a4[3] = { INT64_C (17), INT64_MIN, INT64_MAX };
64 verify (TYPE_MAXIMUM (int64_t) == INT64_MAX); variable
66 verify_same_types (INT64_MAX, (int64_t) 0 + 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h82 #ifndef INT64_MAX
83 #define INT64_MAX INT64_C(9223372036854775807) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drpl.c100 if (num > (INT64_MAX - 9) / 10 || den > INT64_MAX / 10)
H A Drl2.c222 int64_t pos = INT64_MAX;
H A Dwav.c63 wav->minpts = INT64_MAX;
H A Dmpegenc.c1062 int64_t best_dts= INT64_MAX;
1076 if(best_dts == INT64_MAX)
H A Dnutenc.c673 Syncpoint *sp, dummy= {.pos= INT64_MAX};
685 if(dummy.pos == INT64_MAX)
H A Dutils.c1396 ts_min = read_timestamp(s, stream_index, &pos_min, INT64_MAX);
1415 int64_t tmp_ts= read_timestamp(s, stream_index, &tmp_pos, INT64_MAX);
1460 ts = read_timestamp(s, stream_index, &pos, INT64_MAX); //may pass pos_limit instead of -1
1488 ts_min = read_timestamp(s, stream_index, &pos_min, INT64_MAX);
1490 ts_max = read_timestamp(s, stream_index, &pos_min, INT64_MAX);
1643 start_time = INT64_MAX;
1665 if (start_time != INT64_MAX) {
H A Dmov.c185 atom.size = INT64_MAX;
2007 atom.size = INT64_MAX;
2028 int64_t best_dts = INT64_MAX;
2053 mov_read_default(mov, s->pb, (MOVAtom){ 0, 0, INT64_MAX }) < 0 ||
H A Davidec.c668 int64_t best_ts= INT64_MAX;
957 int64_t first_end= INT64_MAX;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dparser.c98 s->cur_frame_offset[i]= INT64_MAX;
H A Doptions.c394 {"channel_layout", NULL, OFFSET(channel_layout), FF_OPT_TYPE_INT64, DEFAULT, 0, INT64_MAX, A|E|D, "channel_layout"},
395 {"request_channel_layout", NULL, OFFSET(request_channel_layout), FF_OPT_TYPE_INT64, DEFAULT, 0, INT64_MAX, A|D, "request_channel_layout"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c157 *po->u.int64_arg = parse_number_or_die(opt+1, arg, OPT_INT64, INT64_MIN, INT64_MAX);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c260 rp->seq_max = INT64_MAX;
619 * INT64_MAX, so we need to do the test carefully to cope with

Completed in 222 milliseconds

12