Home
last modified time | relevance | path

Searched refs:rounded_offset (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/relaunch_notification/
H A Drelaunch_required_timer_internal.cc51 const base::TimeDelta rounded_offset = ComputeDeadlineDelta(deadline_offset); in ComputeNextRefreshDelta() local
67 if (rounded_offset > kMinDays) in ComputeNextRefreshDelta()
68 delta = base::TimeDelta::FromDays(rounded_offset.InDays() - 1); in ComputeNextRefreshDelta()
69 else if (rounded_offset > kMinHours) in ComputeNextRefreshDelta()
70 delta = base::TimeDelta::FromHours(rounded_offset.InHours() - 1); in ComputeNextRefreshDelta()
71 else if (rounded_offset > kMinMinutes) in ComputeNextRefreshDelta()
72 delta = base::TimeDelta::FromMinutes(rounded_offset.InMinutes() - 1); in ComputeNextRefreshDelta()
73 else if (rounded_offset > kMinSeconds) in ComputeNextRefreshDelta()
74 delta = base::TimeDelta::FromSeconds(rounded_offset.InSeconds() - 1); in ComputeNextRefreshDelta()
H A Drelaunch_required_timer.cc57 const base::TimeDelta rounded_offset = in GetWindowTitle() local
61 int amount = rounded_offset.InSeconds(); in GetWindowTitle()
63 if (rounded_offset.InDays() >= 2) { in GetWindowTitle()
64 amount = rounded_offset.InDays(); in GetWindowTitle()
66 } else if (rounded_offset.InHours() >= 1) { in GetWindowTitle()
67 amount = rounded_offset.InHours(); in GetWindowTitle()
69 } else if (rounded_offset.InMinutes() >= 1) { in GetWindowTitle()
70 amount = rounded_offset.InMinutes(); in GetWindowTitle()
/dports/devel/gdb/gdb-11.1/gdb/
H A Drs6000-nat.c412 ULONGEST rounded_offset; in xfer_partial() local
433 if (rounded_offset < offset in xfer_partial()
435 < rounded_offset + sizeof (PTRACE_TYPE_RET))) in xfer_partial()
440 rounded_offset, 0, NULL); in xfer_partial()
444 rounded_offset, in xfer_partial()
450 memcpy (buffer.byte + (offset - rounded_offset), in xfer_partial()
456 rounded_offset, buffer.word, NULL); in xfer_partial()
459 (int *) (uintptr_t) rounded_offset, in xfer_partial()
470 rounded_offset, 0, NULL); in xfer_partial()
473 (int *)(uintptr_t)rounded_offset, in xfer_partial()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dinf-ptrace.c514 ULONGEST rounded_offset; in inf_ptrace_xfer_partial() local
519 rounded_offset = offset & -(ULONGEST) sizeof (PTRACE_TYPE_RET); in inf_ptrace_xfer_partial()
526 partial_len = (rounded_offset + sizeof (PTRACE_TYPE_RET)) - offset; in inf_ptrace_xfer_partial()
535 if (rounded_offset < offset in inf_ptrace_xfer_partial()
537 < rounded_offset + sizeof (PTRACE_TYPE_RET))) in inf_ptrace_xfer_partial()
541 rounded_offset, 0); in inf_ptrace_xfer_partial()
545 memcpy (buffer.byte + (offset - rounded_offset), in inf_ptrace_xfer_partial()
550 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
558 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
569 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
[all …]
H A Drs6000-nat.c443 ULONGEST rounded_offset; in rs6000_xfer_partial() local
464 if (rounded_offset < offset in rs6000_xfer_partial()
466 < rounded_offset + sizeof (PTRACE_TYPE_RET))) in rs6000_xfer_partial()
471 rounded_offset, 0, NULL); in rs6000_xfer_partial()
475 rounded_offset, in rs6000_xfer_partial()
481 memcpy (buffer.byte + (offset - rounded_offset), in rs6000_xfer_partial()
487 rounded_offset, buffer.word, NULL); in rs6000_xfer_partial()
490 (int *) (uintptr_t) rounded_offset, in rs6000_xfer_partial()
501 rounded_offset, 0, NULL); in rs6000_xfer_partial()
504 (int *)(uintptr_t)rounded_offset, in rs6000_xfer_partial()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinf-ptrace.c512 ULONGEST rounded_offset; in inf_ptrace_xfer_partial() local
517 rounded_offset = offset & -(ULONGEST) sizeof (PTRACE_TYPE_RET); in inf_ptrace_xfer_partial()
524 partial_len = (rounded_offset + sizeof (PTRACE_TYPE_RET)) - offset; in inf_ptrace_xfer_partial()
533 if (rounded_offset < offset in inf_ptrace_xfer_partial()
535 < rounded_offset + sizeof (PTRACE_TYPE_RET))) in inf_ptrace_xfer_partial()
539 rounded_offset, 0); in inf_ptrace_xfer_partial()
543 memcpy (buffer.byte + (offset - rounded_offset), in inf_ptrace_xfer_partial()
548 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
556 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
567 (PTRACE_TYPE_ARG3)(uintptr_t)rounded_offset, in inf_ptrace_xfer_partial()
[all …]
H A Drs6000-nat.c443 ULONGEST rounded_offset; in rs6000_xfer_partial() local
464 if (rounded_offset < offset in rs6000_xfer_partial()
466 < rounded_offset + sizeof (PTRACE_TYPE_RET))) in rs6000_xfer_partial()
471 rounded_offset, 0, NULL); in rs6000_xfer_partial()
475 rounded_offset, in rs6000_xfer_partial()
481 memcpy (buffer.byte + (offset - rounded_offset), in rs6000_xfer_partial()
487 rounded_offset, buffer.word, NULL); in rs6000_xfer_partial()
490 (int *) (uintptr_t) rounded_offset, in rs6000_xfer_partial()
501 rounded_offset, 0, NULL); in rs6000_xfer_partial()
504 (int *)(uintptr_t)rounded_offset, in rs6000_xfer_partial()
[all …]
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/core/
H A Dstructures.py26 rounded_offset = offset.round(0).astype(np.int64)
28 if np.allclose(rounded_offset, offset, rtol=0, atol=symprec):
29 return site, rounded_offset
/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86_64/
H A Dcpupara.pas891 rounded_offset: aint;
894 rounded_offset := byte_offset mod 8
896 rounded_offset := byte_offset;
903 result:=classify_as_integer_argument(def,real_size,classes,rounded_offset);
905 … result:=classify_as_integer_argument(voidpointertype,voidpointertype.size,classes,rounded_offset);
970 result:=classify_record(calloption,def,parentdef,varspez,classes,rounded_offset);
978 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset);
983 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset)
992 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset);
998 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset)
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/x86_64/
H A Dcpupara.pas891 rounded_offset: aint;
894 rounded_offset := byte_offset mod 8
896 rounded_offset := byte_offset;
903 result:=classify_as_integer_argument(def,real_size,classes,rounded_offset);
905 … result:=classify_as_integer_argument(voidpointertype,voidpointertype.size,classes,rounded_offset);
970 result:=classify_record(calloption,def,parentdef,varspez,classes,rounded_offset);
978 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset);
983 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset)
992 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset);
998 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86_64/
H A Dcpupara.pas891 rounded_offset: aint;
894 rounded_offset := byte_offset mod 8
896 rounded_offset := byte_offset;
903 result:=classify_as_integer_argument(def,real_size,classes,rounded_offset);
905 … result:=classify_as_integer_argument(voidpointertype,voidpointertype.size,classes,rounded_offset);
970 result:=classify_record(calloption,def,parentdef,varspez,classes,rounded_offset);
978 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset);
983 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset)
992 result:=classify_as_integer_argument(def,def.size,classes,rounded_offset);
998 … result:=classify_as_integer_argument(def,voidpointertype.size,classes,rounded_offset)
[all …]
/dports/www/mod_php80/php-8.0.15/main/streams/
H A Dplain_wrapper.c849 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
850 delta = range->offset - rounded_offset; in php_stdiop_set_option()
851 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
852 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/www/mod_php81/php-8.1.1/main/streams/
H A Dplain_wrapper.c879 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
880 delta = range->offset - rounded_offset; in php_stdiop_set_option()
881 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
882 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/lang/php80/php-8.0.15/main/streams/
H A Dplain_wrapper.c849 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
850 delta = range->offset - rounded_offset; in php_stdiop_set_option()
851 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
852 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/lang/php74/php-7.4.27/main/streams/
H A Dplain_wrapper.c842 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
843 delta = range->offset - rounded_offset; in php_stdiop_set_option()
844 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
845 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/lang/php81/php-8.1.1/main/streams/
H A Dplain_wrapper.c879 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
880 delta = range->offset - rounded_offset; in php_stdiop_set_option()
881 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
882 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/www/mod_php74/php-7.4.27/main/streams/
H A Dplain_wrapper.c842 size_t rounded_offset = (range->offset / gran) * gran; in php_stdiop_set_option() local
843 delta = range->offset - rounded_offset; in php_stdiop_set_option()
844 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
845 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dproperty_tree.cc1414 gfx::ScrollOffset rounded_offset = in PullDeltaForMainThread() local
1422 scroll_offset->SetCurrent(rounded_offset + diff_active_base); in PullDeltaForMainThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dproperty_tree.cc1476 gfx::ScrollOffset rounded_offset = in PullDeltaForMainThread() local
1484 scroll_offset->SetCurrent(rounded_offset + diff_active_base); in PullDeltaForMainThread()