Home
last modified time | relevance | path

Searched refs:pg_add_s32_overflow (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dint.c617 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
699 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
774 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
854 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
971 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1032 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1420 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result)))
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result)))
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result)))
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result)))
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current))
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result)))
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result)))
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result)))
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result)))
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current))
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1424 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result)))
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result)))
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result)))
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result)))
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current))
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Dint.c619 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
701 if (unlikely(pg_add_s32_overflow(base, offset, &sum)))
776 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result)))
856 if (unlikely(pg_add_s32_overflow(arg, 1, &result)))
973 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result)))
1034 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result)))
1549 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current))
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1551 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1551 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1551 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Dint.c621 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int4_int4()
703 if (unlikely(pg_add_s32_overflow(base, offset, &sum))) in in_range_int2_int4()
778 if (unlikely(pg_add_s32_overflow(arg1, arg2, &result))) in int4pl()
858 if (unlikely(pg_add_s32_overflow(arg, 1, &result))) in int4inc()
975 if (unlikely(pg_add_s32_overflow((int32) arg1, arg2, &result))) in int24pl()
1036 if (unlikely(pg_add_s32_overflow(arg1, (int32) arg2, &result))) in int42pl()
1551 if (pg_add_s32_overflow(fctx->current, fctx->step, &fctx->current)) in generate_series_step_int4()

1234567891011