Home
last modified time | relevance | path

Searched refs:fixed_offset (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/games/flare-engine/flare-engine-1.12/src/
H A DMapParallax.cpp124 layers[i].fixed_offset.x += layers[i].fixed_speed.x; in render()
125 layers[i].fixed_offset.y += layers[i].fixed_speed.y; in render()
127 if (layers[i].fixed_offset.x > static_cast<float>(width)) in render()
128 layers[i].fixed_offset.x -= static_cast<float>(width); in render()
129 if (layers[i].fixed_offset.x < static_cast<float>(-width)) in render()
130 layers[i].fixed_offset.x += static_cast<float>(width); in render()
132 if (layers[i].fixed_offset.y > static_cast<float>(height)) in render()
133 layers[i].fixed_offset.y -= static_cast<float>(height); in render()
134 if (layers[i].fixed_offset.y < static_cast<float>(-height)) in render()
135 layers[i].fixed_offset.y += static_cast<float>(height); in render()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/msgpack/
H A Dunpack_template.h412 case fixed_offset + 0x0 ... fixed_offset + 0xf: in unpack_container_header()
414 case fixed_offset + 0x0: in unpack_container_header()
415 case fixed_offset + 0x1: in unpack_container_header()
416 case fixed_offset + 0x2: in unpack_container_header()
417 case fixed_offset + 0x3: in unpack_container_header()
418 case fixed_offset + 0x4: in unpack_container_header()
419 case fixed_offset + 0x5: in unpack_container_header()
420 case fixed_offset + 0x6: in unpack_container_header()
421 case fixed_offset + 0x7: in unpack_container_header()
422 case fixed_offset + 0x8: in unpack_container_header()
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/msgpack/
H A Dunpack_template.h437 case fixed_offset + 0x0 ... fixed_offset + 0xf: in unpack_container_header()
439 case fixed_offset + 0x0: in unpack_container_header()
440 case fixed_offset + 0x1: in unpack_container_header()
441 case fixed_offset + 0x2: in unpack_container_header()
442 case fixed_offset + 0x3: in unpack_container_header()
443 case fixed_offset + 0x4: in unpack_container_header()
444 case fixed_offset + 0x5: in unpack_container_header()
445 case fixed_offset + 0x6: in unpack_container_header()
446 case fixed_offset + 0x7: in unpack_container_header()
447 case fixed_offset + 0x8: in unpack_container_header()
[all …]
/dports/devel/py-srsly/srsly-2.4.2/srsly/msgpack/
H A Dunpack_template.h418 case fixed_offset + 0x0 ... fixed_offset + 0xf: in unpack_container_header()
420 case fixed_offset + 0x0: in unpack_container_header()
421 case fixed_offset + 0x1: in unpack_container_header()
422 case fixed_offset + 0x2: in unpack_container_header()
423 case fixed_offset + 0x3: in unpack_container_header()
424 case fixed_offset + 0x4: in unpack_container_header()
425 case fixed_offset + 0x5: in unpack_container_header()
426 case fixed_offset + 0x6: in unpack_container_header()
427 case fixed_offset + 0x7: in unpack_container_header()
428 case fixed_offset + 0x8: in unpack_container_header()
[all …]
/dports/devel/py-msgpack/msgpack-1.0.3/msgpack/
H A Dunpack_template.h412 case fixed_offset + 0x0 ... fixed_offset + 0xf: in unpack_container_header()
414 case fixed_offset + 0x0: in unpack_container_header()
415 case fixed_offset + 0x1: in unpack_container_header()
416 case fixed_offset + 0x2: in unpack_container_header()
417 case fixed_offset + 0x3: in unpack_container_header()
418 case fixed_offset + 0x4: in unpack_container_header()
419 case fixed_offset + 0x5: in unpack_container_header()
420 case fixed_offset + 0x6: in unpack_container_header()
421 case fixed_offset + 0x7: in unpack_container_header()
422 case fixed_offset + 0x8: in unpack_container_header()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsymtab-thunks.h39 : fixed_offset (0), in thunk_info()
49 : fixed_offset (t.fixed_offset), in thunk_info()
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; member
H A Dsymtab-thunks.cc122 fixed_offset = streamer_read_uhwi (ib); in stream_in()
140 (int)fixed_offset, in dump()
151 hstate.add_hwi (fixed_offset); in hash()
199 && fixed_offset != 0) in thunk_adjust()
204 fixed_offset)); in thunk_adjust()
299 && fixed_offset != 0) in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local
389 fixed_offset, virtual_value, alias); in expand_thunk()
569 && (fixed_offset || virtual_offset)) in expand_thunk()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsymtab-thunks.h39 : fixed_offset (0), in thunk_info()
49 : fixed_offset (t.fixed_offset), in thunk_info()
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; member
H A Dsymtab-thunks.cc122 fixed_offset = streamer_read_uhwi (ib); in stream_in()
140 (int)fixed_offset, in dump()
151 hstate.add_hwi (fixed_offset); in hash()
199 && fixed_offset != 0) in thunk_adjust()
204 fixed_offset)); in thunk_adjust()
299 && fixed_offset != 0) in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local
389 fixed_offset, virtual_value, alias); in expand_thunk()
569 && (fixed_offset || virtual_offset)) in expand_thunk()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsymtab-thunks.h39 : fixed_offset (0), in thunk_info()
49 : fixed_offset (t.fixed_offset), in thunk_info()
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; member
H A Dsymtab-thunks.cc122 fixed_offset = streamer_read_uhwi (ib); in stream_in()
140 (int)fixed_offset, in dump()
151 hstate.add_hwi (fixed_offset); in hash()
199 && fixed_offset != 0) in thunk_adjust()
204 fixed_offset)); in thunk_adjust()
299 && fixed_offset != 0) in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local
389 fixed_offset, virtual_value, alias); in expand_thunk()
569 && (fixed_offset || virtual_offset)) in expand_thunk()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsymtab-thunks.h39 : fixed_offset (0), in thunk_info()
49 : fixed_offset (t.fixed_offset), in thunk_info()
62 return fixed_offset == other.fixed_offset
77 fixed_offset = other.fixed_offset;
87 HOST_WIDE_INT fixed_offset; member
H A Dsymtab-thunks.cc122 fixed_offset = streamer_read_uhwi (ib); in stream_in()
140 (int)fixed_offset, in dump()
151 hstate.add_hwi (fixed_offset); in hash()
199 && fixed_offset != 0) in thunk_adjust()
204 fixed_offset)); in thunk_adjust()
299 && fixed_offset != 0) in thunk_adjust()
313 ptrtmp, fixed_offset); in thunk_adjust()
335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local
389 fixed_offset, virtual_value, alias); in expand_thunk()
569 && (fixed_offset || virtual_offset)) in expand_thunk()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dfloating_objects.cc590 LayoutUnit fixed_offset, in LogicalLeftOffsetForPositioningFloat() argument
594 layout_object_, logical_top, logical_top, fixed_offset); in LogicalLeftOffsetForPositioningFloat()
604 LayoutUnit fixed_offset, in LogicalRightOffsetForPositioningFloat() argument
608 layout_object_, logical_top, logical_top, fixed_offset); in LogicalRightOffsetForPositioningFloat()
614 return std::min(fixed_offset, adapter.Offset()); in LogicalRightOffsetForPositioningFloat()
617 LayoutUnit FloatingObjects::LogicalLeftOffset(LayoutUnit fixed_offset, in LogicalLeftOffset() argument
627 LayoutUnit FloatingObjects::LogicalRightOffset(LayoutUnit fixed_offset, in LogicalRightOffset() argument
634 return std::min(fixed_offset, adapter.Offset()); in LogicalRightOffset()
638 LayoutUnit fixed_offset, in LogicalLeftOffsetForAvoidingFloats() argument
649 LayoutUnit fixed_offset, in LogicalRightOffsetForAvoidingFloats() argument
[all …]
H A Dfloating_objects.h247 LayoutUnit LogicalLeftOffset(LayoutUnit fixed_offset,
250 LayoutUnit LogicalRightOffset(LayoutUnit fixed_offset,
254 LayoutUnit LogicalLeftOffsetForPositioningFloat(LayoutUnit fixed_offset,
258 LayoutUnit fixed_offset,
262 LayoutUnit LogicalLeftOffsetForAvoidingFloats(LayoutUnit fixed_offset,
265 LayoutUnit LogicalRightOffsetForAvoidingFloats(LayoutUnit fixed_offset,
H A Dlayout_block_flow.h499 LayoutUnit fixed_offset,
503 LogicalRightFloatOffsetForLine(logical_top, fixed_offset,
509 LayoutUnit fixed_offset,
513 LogicalLeftFloatOffsetForLine(logical_top, fixed_offset,
589 LayoutUnit fixed_offset,
592 LayoutUnit fixed_offset,
597 LayoutUnit fixed_offset,
601 LayoutUnit fixed_offset,
606 LayoutUnit fixed_offset,
610 LayoutUnit fixed_offset,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dfloating_objects.cc590 LayoutUnit fixed_offset, in LogicalLeftOffsetForPositioningFloat() argument
594 layout_object_, logical_top, logical_top, fixed_offset); in LogicalLeftOffsetForPositioningFloat()
604 LayoutUnit fixed_offset, in LogicalRightOffsetForPositioningFloat() argument
608 layout_object_, logical_top, logical_top, fixed_offset); in LogicalRightOffsetForPositioningFloat()
614 return std::min(fixed_offset, adapter.Offset()); in LogicalRightOffsetForPositioningFloat()
617 LayoutUnit FloatingObjects::LogicalLeftOffset(LayoutUnit fixed_offset, in LogicalLeftOffset() argument
627 LayoutUnit FloatingObjects::LogicalRightOffset(LayoutUnit fixed_offset, in LogicalRightOffset() argument
634 return std::min(fixed_offset, adapter.Offset()); in LogicalRightOffset()
638 LayoutUnit fixed_offset, in LogicalLeftOffsetForAvoidingFloats() argument
649 LayoutUnit fixed_offset, in LogicalRightOffsetForAvoidingFloats() argument
[all …]
H A Dfloating_objects.h247 LayoutUnit LogicalLeftOffset(LayoutUnit fixed_offset,
250 LayoutUnit LogicalRightOffset(LayoutUnit fixed_offset,
254 LayoutUnit LogicalLeftOffsetForPositioningFloat(LayoutUnit fixed_offset,
258 LayoutUnit fixed_offset,
262 LayoutUnit LogicalLeftOffsetForAvoidingFloats(LayoutUnit fixed_offset,
265 LayoutUnit LogicalRightOffsetForAvoidingFloats(LayoutUnit fixed_offset,
H A Dlayout_block_flow.h560 LayoutUnit fixed_offset,
565 LogicalRightFloatOffsetForLine(logical_top, fixed_offset,
571 LayoutUnit fixed_offset,
576 LogicalLeftFloatOffsetForLine(logical_top, fixed_offset,
652 LayoutUnit fixed_offset,
655 LayoutUnit fixed_offset,
660 LayoutUnit fixed_offset,
664 LayoutUnit fixed_offset,
669 LayoutUnit fixed_offset,
673 LayoutUnit fixed_offset,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dmethod.c102 tree fixed_offset, tree virtual_offset) in make_thunk() argument
121 d = tree_low_cst (fixed_offset, 0); in make_thunk()
206 fixed_offset, virtual_offset); in finish_thunk()
239 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument
244 ssize_int (fixed_offset))); in thunk_adjust()
271 ssize_int (fixed_offset))); in thunk_adjust()
341 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local
376 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk()
441 fixed_offset, virtual_value, alias); in use_thunk()
487 fixed_offset, virtual_offset); in use_thunk()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dmethod.c102 tree fixed_offset, tree virtual_offset) in make_thunk() argument
121 d = tree_low_cst (fixed_offset, 0); in make_thunk()
206 fixed_offset, virtual_offset); in finish_thunk()
239 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument
244 ssize_int (fixed_offset))); in thunk_adjust()
271 ssize_int (fixed_offset))); in thunk_adjust()
341 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local
376 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk()
441 fixed_offset, virtual_value, alias); in use_thunk()
487 fixed_offset, virtual_offset); in use_thunk()
[all …]
/dports/security/yara/yara-4.1.1/libyara/
H A Dparser.c434 string->fixed_offset = YR_UNDEFINED; in _yr_parser_write_string()
1032 if (string->fixed_offset == YR_UNDEFINED) in yr_parser_reduce_string_identifier()
1033 string->fixed_offset = at_offset; in yr_parser_reduce_string_identifier()
1038 if (string->fixed_offset != at_offset) in yr_parser_reduce_string_identifier()
1067 if (string->fixed_offset == YR_UNDEFINED) in yr_parser_reduce_string_identifier()
1068 string->fixed_offset = at_offset; in yr_parser_reduce_string_identifier()
1074 if (string->fixed_offset == YR_UNDEFINED || in yr_parser_reduce_string_identifier()
1075 string->fixed_offset != at_offset) in yr_parser_reduce_string_identifier()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphunit.c1360 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument
1366 && fixed_offset != 0) in thunk_adjust()
1371 fixed_offset)); in thunk_adjust()
1431 && fixed_offset != 0) in thunk_adjust()
1445 ptrtmp, fixed_offset); in thunk_adjust()
1464 HOST_WIDE_INT fixed_offset = node->thunk.fixed_offset; in expand_thunk() local
1473 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in expand_thunk()
1511 fixed_offset, virtual_value, alias); in expand_thunk()
1587 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in expand_thunk()
1618 && (fixed_offset || virtual_offset)) in expand_thunk()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraphunit.c1281 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument
1287 && fixed_offset != 0) in thunk_adjust()
1292 fixed_offset)); in thunk_adjust()
1352 && fixed_offset != 0) in thunk_adjust()
1366 ptrtmp, fixed_offset); in thunk_adjust()
1383 HOST_WIDE_INT fixed_offset = node->thunk.fixed_offset; in assemble_thunk() local
1396 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in assemble_thunk()
1421 fixed_offset, virtual_value, alias); in assemble_thunk()
1486 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in assemble_thunk()
1528 fixed_offset, virtual_offset); in assemble_thunk()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcgraphunit.c1281 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument
1287 && fixed_offset != 0) in thunk_adjust()
1292 fixed_offset)); in thunk_adjust()
1352 && fixed_offset != 0) in thunk_adjust()
1366 ptrtmp, fixed_offset); in thunk_adjust()
1383 HOST_WIDE_INT fixed_offset = node->thunk.fixed_offset; in assemble_thunk() local
1396 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in assemble_thunk()
1421 fixed_offset, virtual_value, alias); in assemble_thunk()
1486 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in assemble_thunk()
1528 fixed_offset, virtual_offset); in assemble_thunk()

12345678910>>...17