Home
last modified time | relevance | path

Searched refs:new_ofs (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/godot2-tools/godot-2.1.6-stable/scene/2d/
H A Dparallax_layer.cpp122 Point2 new_ofs = ((orig_offset + p_offset) * motion_scale) * p_scale + motion_offset; in set_base_offset_and_scale() local
126 new_ofs.x -= den * ceil(new_ofs.x / den); in set_base_offset_and_scale()
131 new_ofs.y -= den * ceil(new_ofs.y / den); in set_base_offset_and_scale()
134 set_pos(new_ofs); in set_base_offset_and_scale()
/dports/devel/godot2/godot-2.1.6-stable/scene/2d/
H A Dparallax_layer.cpp122 Point2 new_ofs = ((orig_offset + p_offset) * motion_scale) * p_scale + motion_offset; in set_base_offset_and_scale() local
126 new_ofs.x -= den * ceil(new_ofs.x / den); in set_base_offset_and_scale()
131 new_ofs.y -= den * ceil(new_ofs.y / den); in set_base_offset_and_scale()
134 set_pos(new_ofs); in set_base_offset_and_scale()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dparallax_layer.cpp127 …Point2 new_ofs = (screen_offset + (p_offset - screen_offset) * motion_scale) + motion_offset * p_s… in set_base_offset_and_scale() local
131 new_ofs.x -= den * ceil(new_ofs.x / den); in set_base_offset_and_scale()
136 new_ofs.y -= den * ceil(new_ofs.y / den); in set_base_offset_and_scale()
139 set_position(new_ofs); in set_base_offset_and_scale()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dparallax_layer.cpp127 …Point2 new_ofs = (screen_offset + (p_offset - screen_offset) * motion_scale) + motion_offset * p_s… in set_base_offset_and_scale() local
131 new_ofs.x -= den * ceil(new_ofs.x / den); in set_base_offset_and_scale()
136 new_ofs.y -= den * ceil(new_ofs.y / den); in set_base_offset_and_scale()
139 set_position(new_ofs); in set_base_offset_and_scale()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp277 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
280 int new_dest = _s_new->bci() + new_ofs; in args_same()
281 if (old_ofs < 0 && new_ofs < 0) { in args_same()
284 } else if (old_ofs > 0 && new_ofs > 0) { in args_same()
291 if (old_ofs != new_ofs) in args_same()
314 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
317 int new_dest = _s_new->bci() + new_ofs; in args_same()
318 if (old_ofs < 0 && new_ofs < 0) { in args_same()
321 } else if (old_ofs > 0 && new_ofs > 0) { in args_same()
328 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp277 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
280 int new_dest = _s_new->bci() + new_ofs; in args_same()
281 if (old_ofs < 0 && new_ofs < 0) { in args_same()
284 } else if (old_ofs > 0 && new_ofs > 0) { in args_same()
291 if (old_ofs != new_ofs) in args_same()
314 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
317 int new_dest = _s_new->bci() + new_ofs; in args_same()
318 if (old_ofs < 0 && new_ofs < 0) { in args_same()
321 } else if (old_ofs > 0 && new_ofs > 0) { in args_same()
328 if (old_ofs != new_ofs) in args_same()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dmemory_pool_static_malloc.cpp154 int new_ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in realloc()
155 if (new_ofs != ofs) { in realloc()
158 movemem((ptr + new_ofs), (ptr + ofs), p_bytes); in realloc()
159 ptr[new_ofs - 1] = new_ofs; in realloc()
161 return ptr + new_ofs; in realloc()
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dmemory_pool_static_malloc.cpp154 int new_ofs = (DEFAULT_ALIGNMENT - ((uintptr_t)ptr & (DEFAULT_ALIGNMENT - 1))); in realloc()
155 if (new_ofs != ofs) { in realloc()
158 movemem((ptr + new_ofs), (ptr + ofs), p_bytes); in realloc()
159 ptr[new_ofs - 1] = new_ofs; in realloc()
161 return ptr + new_ofs; in realloc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
220 if (old_ofs != new_ofs) in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
243 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
220 if (old_ofs != new_ofs) in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
243 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DmethodComparator.cpp220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
221 if (old_ofs != new_ofs) in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
244 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp215 int new_ofs = s_new->bytecode().get_offset_s2(c_new); in args_same() local
216 if (old_ofs != new_ofs) in args_same()
238 int new_ofs = s_new->bytecode().get_offset_s4(c_new); in args_same() local
239 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DmethodComparator.cpp219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
220 if (old_ofs != new_ofs) in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
243 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DmethodComparator.cpp219 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
220 if (old_ofs != new_ofs) in args_same()
242 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
243 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DmethodComparator.cpp220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
221 if (old_ofs != new_ofs) in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
244 if (old_ofs != new_ofs) in args_same()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DmethodComparator.cpp220 int new_ofs = _s_new->bytecode().get_offset_s2(c_new); in args_same() local
221 if (old_ofs != new_ofs) in args_same()
243 int new_ofs = _s_new->bytecode().get_offset_s4(c_new); in args_same() local
244 if (old_ofs != new_ofs) in args_same()
/dports/emulators/jzintv/jzintv-20200712-src/src/icart/
H A Dicartrom.c521 const int new_ofs = icarttag_decode(rom_img, img_len, ignore_crc, ofs, in icartrom_decode() local
524 if (new_ofs < 0) in icartrom_decode()
525 return new_ofs; in icartrom_decode()
529 assert(new_ofs >= ofs); in icartrom_decode()
530 ofs = new_ofs; in icartrom_decode()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_edit.c2825 float new_ofs[3]; in view3d_from_minmax() local
2864 mid_v3_v3v3(new_ofs, min, max); in view3d_from_minmax()
2865 negate_v3(new_ofs); in view3d_from_minmax()
3269 float new_ofs[3]; in viewcenter_cursor_exec() local
3309 float new_ofs[3]; in viewcenter_pick_invoke() local
3322 ED_view3d_win_to_3d_int(v3d, region, new_ofs, event->mval, new_ofs); in viewcenter_pick_invoke()
3324 negate_v3(new_ofs); in viewcenter_pick_invoke()
3605 float new_ofs[3]; in view3d_zoom_border_exec() local
3667 negate_v3_v3(new_ofs, p); in view3d_zoom_border_exec()
3686 negate_v3_v3(new_ofs, p); in view3d_zoom_border_exec()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Drarfile.py2077 new_ofs = ofs
2079 new_ofs = cur_ofs + ofs
2081 new_ofs = fsize + ofs
2086 if new_ofs < 0:
2087 new_ofs = 0
2088 elif new_ofs > fsize:
2089 new_ofs = fsize
2092 if new_ofs >= cur_ofs:
2093 self._skip(new_ofs - cur_ofs)
2097 self._skip(new_ofs)
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/utils/
H A Drarfile.py2150 new_ofs = ofs
2152 new_ofs = cur_ofs + ofs
2154 new_ofs = fsize + ofs
2159 if new_ofs < 0:
2160 new_ofs = 0
2161 elif new_ofs > fsize:
2162 new_ofs = fsize
2165 if new_ofs >= cur_ofs:
2166 self._skip(new_ofs - cur_ofs)
2170 self._skip(new_ofs)
/dports/archivers/py-rarfile/rarfile-4.0/
H A Drarfile.py2265 new_ofs = offset
2267 new_ofs = cur_ofs + offset
2269 new_ofs = fsize + offset
2274 if new_ofs < 0:
2275 new_ofs = 0
2276 elif new_ofs > fsize:
2277 new_ofs = fsize
2280 if new_ofs >= cur_ofs:
2281 self._skip(new_ofs - cur_ofs)
2285 self._skip(new_ofs)
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/miniz/
H A Dminiz_zip.h320 …ng_extract_seek(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, uint64_t new_ofs);
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/miniz_oxide_c_api/
H A Dminiz_zip.h327 …ng_extract_seek(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, uint64_t new_ofs);
/dports/editors/xi-term/xi-term-d264767/cargo-crates/miniz_oxide_c_api-0.2.1/
H A Dminiz_zip.h327 …ng_extract_seek(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, uint64_t new_ofs);
/dports/emulators/anese/ANESE-0.9.1/thirdparty/miniz/
H A Dminiz_zip.h327 …ng_extract_seek(mz_zip_archive *pZip, mz_zip_streaming_extract_state_ptr pState, uint64_t new_ofs);

123