Home
last modified time | relevance | path

Searched refs:dynamic_check (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/firefox-esr/firefox-91.8.0/third_party/rlbox/include/
H A Drlbox_conversion.hpp60 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
63 dynamic_check(from >= numeric_limits<T_To>::min(), err_msg); in convert_type_fundamental()
64 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
68 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
70 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
73 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
79 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
H A Drlbox_sandbox.hpp310 detail::dynamic_check( in unregister_callback()
318 detail::dynamic_check( in find_sandbox_from_example()
330 detail::dynamic_check( in find_sandbox_from_example()
378 detail::dynamic_check( in create_sandbox()
403 detail::dynamic_check( in destroy_sandbox()
411 detail::dynamic_check( in destroy_sandbox()
533 detail::dynamic_check(is_pointer_in_sandbox_memory(ptr), in malloc_in_sandbox()
536 detail::dynamic_check( in malloc_in_sandbox()
856 detail::dynamic_check( in register_callback()
871 detail::dynamic_check( in register_callback()
[all …]
H A Drlbox_app_pointer.hpp44 detail::dynamic_check(false, "Could not find free app pointer slot"); in get_unused_index()
72 detail::dynamic_check(it != pointer_map.end(), in remove_app_ptr()
83 detail::dynamic_check(it != pointer_map.end(), in lookup_index()
H A Drlbox_range.hpp19 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
27 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
H A Drlbox_stdlib.hpp121 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memset()
153 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcpy()
186 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcmp()
/dports/www/firefox/firefox-99.0/third_party/rlbox/include/
H A Drlbox_conversion.hpp60 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
63 dynamic_check(from >= numeric_limits<T_To>::min(), err_msg); in convert_type_fundamental()
64 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
68 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
70 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
73 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
79 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
H A Drlbox_app_pointer.hpp45 detail::dynamic_check(false, "Could not find free app pointer slot"); in get_unused_index()
75 detail::dynamic_check(it != pointer_map.end(), in remove_app_ptr()
87 detail::dynamic_check(it != pointer_map.end(), in lookup_index()
H A Drlbox_sandbox.hpp317 detail::dynamic_check( in unregister_callback()
325 detail::dynamic_check( in find_sandbox_from_example()
388 detail::dynamic_check( in create_sandbox()
427 detail::dynamic_check( in destroy_sandbox()
435 detail::dynamic_check( in destroy_sandbox()
533 detail::dynamic_check(count != 0, "Malloc tried to allocate 0 bytes"); in malloc_in_sandbox()
557 detail::dynamic_check(is_pointer_in_sandbox_memory(ptr), in malloc_in_sandbox()
560 detail::dynamic_check( in malloc_in_sandbox()
909 detail::dynamic_check( in register_callback()
924 detail::dynamic_check( in register_callback()
[all …]
H A Drlbox_range.hpp19 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
27 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
H A Drlbox_stdlib.hpp121 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memset()
158 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcpy()
191 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcmp()
231 detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(), in copy_memory_or_grant_access()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rlbox/include/
H A Drlbox_conversion.hpp60 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
63 dynamic_check(from >= numeric_limits<T_To>::min(), err_msg); in convert_type_fundamental()
64 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
68 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
70 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
73 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
79 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
H A Drlbox_sandbox.hpp310 detail::dynamic_check( in unregister_callback()
318 detail::dynamic_check( in find_sandbox_from_example()
330 detail::dynamic_check( in find_sandbox_from_example()
378 detail::dynamic_check( in create_sandbox()
403 detail::dynamic_check( in destroy_sandbox()
411 detail::dynamic_check( in destroy_sandbox()
533 detail::dynamic_check(is_pointer_in_sandbox_memory(ptr), in malloc_in_sandbox()
536 detail::dynamic_check( in malloc_in_sandbox()
856 detail::dynamic_check( in register_callback()
871 detail::dynamic_check( in register_callback()
[all …]
H A Drlbox_app_pointer.hpp44 detail::dynamic_check(false, "Could not find free app pointer slot"); in get_unused_index()
72 detail::dynamic_check(it != pointer_map.end(), in remove_app_ptr()
83 detail::dynamic_check(it != pointer_map.end(), in lookup_index()
H A Drlbox_range.hpp19 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
27 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
H A Drlbox_stdlib.hpp121 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memset()
153 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcpy()
186 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcmp()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rlbox/include/
H A Drlbox_conversion.hpp59 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
62 dynamic_check(from >= numeric_limits<T_To>::min(), err_msg); in convert_type_fundamental()
63 dynamic_check(from <= numeric_limits<T_To>::max(), err_msg); in convert_type_fundamental()
67 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
69 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
72 dynamic_check(from >= 0, err_msg); in convert_type_fundamental()
78 dynamic_check(from <= static_cast<T_From>(to_max), err_msg); in convert_type_fundamental()
H A Drlbox_sandbox.hpp288 detail::dynamic_check( in unregister_callback()
296 detail::dynamic_check( in find_sandbox_from_example()
308 detail::dynamic_check( in find_sandbox_from_example()
349 detail::dynamic_check( in create_sandbox()
374 detail::dynamic_check( in destroy_sandbox()
382 detail::dynamic_check( in destroy_sandbox()
480 detail::dynamic_check(count != 0, "Malloc tried to allocate 0 bytes"); in malloc_in_sandbox()
486 detail::dynamic_check(is_pointer_in_sandbox_memory(ptr), in malloc_in_sandbox()
489 detail::dynamic_check( in malloc_in_sandbox()
734 detail::dynamic_check( in register_callback()
[all …]
H A Drlbox_range.hpp19 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
27 detail::dynamic_check( in check_range_doesnt_cross_app_sbx_boundary()
H A Drlbox_stdlib.hpp121 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memset()
153 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcpy()
186 detail::dynamic_check(num_val <= sandbox.get_total_memory(), in memcmp()
/dports/graphics/dia/dia-0.97.3/app/
H A Ddia-props.c36 static GtkWidget *dynamic_check; variable
57 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dynamic_check)); in diagram_properties_update_sensitivity()
119 dynamic_check = gtk_check_button_new_with_label(_("Dynamic grid")); in create_diagram_properties_dialog()
120 gtk_table_attach(GTK_TABLE(table), dynamic_check, 1,2, 0,1, in create_diagram_properties_dialog()
122 g_signal_connect(G_OBJECT(dynamic_check), "toggled", in create_diagram_properties_dialog()
125 gtk_widget_show(dynamic_check); in create_diagram_properties_dialog()
267 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dynamic_check), in diagram_properties_retrieve()
289 diagram_properties_update_sensitivity(GTK_TOGGLE_BUTTON(dynamic_check), dia); in diagram_properties_retrieve()
322 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dynamic_check)); in diagram_properties_respond()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rlbox_lucet_sandbox/include/
H A Drlbox_lucet_sandbox.hpp41 inline void dynamic_check(bool check, const char* const msg);
316 detail::dynamic_check(found, "Unable to intialize callback tables"); in get_callback_ref_data()
334 detail::dynamic_check( in reinit_callback_ref_data()
466 detail::dynamic_check( in ensure_return_slot_size()
481 detail::dynamic_check(sandbox == nullptr, "Sandbox already initialized"); in impl_create_sandbox()
494 detail::dynamic_check((heap_base & heap_offset_mask) == 0, in impl_create_sandbox()
566 detail::dynamic_check( in impl_get_sandboxed_pointer()
764 detail::dynamic_check(size <= std::numeric_limits<uint32_t>::max(), in impl_malloc_in_sandbox()
787 detail::dynamic_check( in impl_register_callback()
824 detail::dynamic_check( in impl_register_callback()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rlbox_lucet_sandbox/include/
H A Drlbox_lucet_sandbox.hpp41 inline void dynamic_check(bool check, const char* const msg);
316 detail::dynamic_check(found, "Unable to intialize callback tables"); in get_callback_ref_data()
334 detail::dynamic_check( in reinit_callback_ref_data()
466 detail::dynamic_check( in ensure_return_slot_size()
481 detail::dynamic_check(sandbox == nullptr, "Sandbox already initialized"); in impl_create_sandbox()
494 detail::dynamic_check((heap_base & heap_offset_mask) == 0, in impl_create_sandbox()
566 detail::dynamic_check( in impl_get_sandboxed_pointer()
764 detail::dynamic_check(size <= std::numeric_limits<uint32_t>::max(), in impl_malloc_in_sandbox()
787 detail::dynamic_check( in impl_register_callback()
824 detail::dynamic_check( in impl_register_callback()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rlbox_lucet_sandbox/include/
H A Drlbox_lucet_sandbox.hpp41 inline void dynamic_check(bool check, const char* const msg);
316 detail::dynamic_check(found, "Unable to intialize callback tables"); in get_callback_ref_data()
334 detail::dynamic_check( in reinit_callback_ref_data()
466 detail::dynamic_check( in ensure_return_slot_size()
481 detail::dynamic_check(sandbox == nullptr, "Sandbox already initialized"); in impl_create_sandbox()
494 detail::dynamic_check((heap_base & heap_offset_mask) == 0, in impl_create_sandbox()
561 detail::dynamic_check( in impl_get_sandboxed_pointer()
759 detail::dynamic_check(size <= std::numeric_limits<uint32_t>::max(), in impl_malloc_in_sandbox()
782 detail::dynamic_check( in impl_register_callback()
819 detail::dynamic_check( in impl_register_callback()
[all …]
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tests/
H A Dtest-format.c88 dynamic_check (StunAgent *agent, StunMessage *msg, size_t len) in dynamic_check() function
117 dynamic_check (agent, msg, len); in finish_check()
129 dynamic_check (agent, &msg2, len); in finish_check()
/dports/net-im/libnice/libnice-0.1.18/stun/tests/
H A Dtest-format.c88 dynamic_check (StunAgent *agent, StunMessage *msg, size_t len) in dynamic_check() function
117 dynamic_check (agent, msg, len); in finish_check()
129 dynamic_check (agent, &msg2, len); in finish_check()

12345