Home
last modified time | relevance | path

Searched refs:SCM_UNLIKELY (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/guile1/guile-1.8.8/libguile/
H A D__scm.h98 #define SCM_UNLIKELY(_expr) SCM_EXPECT ((_expr), 0) macro
518 do { if (SCM_UNLIKELY (!(_cond))) \
521 do { if (SCM_UNLIKELY (!(_cond))) \
524 do { if (SCM_UNLIKELY (!(_cond))) \
544 if (SCM_UNLIKELY(!(cond))) \
554 if (SCM_UNLIKELY (!(cond))) \
566 if (SCM_UNLIKELY (!(cond))) \
579 if (SCM_UNLIKELY (!(cond))) \
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dbytevectors.c87 if (SCM_UNLIKELY (c_len < c_index \
254 if (SCM_UNLIKELY (len == 0)) in make_bytevector_from_buffer()
329 if (SCM_UNLIKELY (c_new_len > c_len)) in scm_c_shrink_bytevector()
387 if (SCM_UNLIKELY (index >= c_len)) in scm_c_bytevector_ref()
406 if (SCM_UNLIKELY (index >= c_len)) in scm_c_bytevector_set_x()
889 if (SCM_UNLIKELY (value_words > 1)) in bytevector_large_set()
899 if (SCM_UNLIKELY (word_count != 1)) in bytevector_large_set()
926 if (SCM_UNLIKELY (c_len < c_index \
1363 if (SCM_UNLIKELY (err)) \
1380 if (SCM_UNLIKELY (err)) \
[all …]
H A Dgc-inline.h91 if (SCM_UNLIKELY (!head)) in scm_inline_gc_alloc()
96 if (SCM_UNLIKELY (!head)) in scm_inline_gc_alloc()
110 if (SCM_UNLIKELY (idx >= SCM_INLINE_GC_FREELIST_COUNT)) in scm_inline_gc_malloc_pointerless()
122 if (SCM_UNLIKELY (idx >= SCM_INLINE_GC_FREELIST_COUNT)) in scm_inline_gc_malloc()
H A Dnumbers.c1319 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_quotient()
1482 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_remainder()
1679 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_divide()
1848 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_quotient()
2021 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_remainder()
2227 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_divide()
2376 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_quotient()
2511 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_remainder()
2679 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_divide()
3549 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_round_quotient()
[all …]
H A Derror.h39 do { if (SCM_UNLIKELY (!(_cond))) \
42 do { if (SCM_UNLIKELY (!(_cond))) \
H A Darray-handle.h112 if (SCM_UNLIKELY (p < 0 && ((size_t)-p) > h->base)) in scm_array_handle_ref()
122 if (SCM_UNLIKELY (p < 0 && ((size_t)-p) > h->base)) in scm_array_handle_set()
H A Dpoll.c89 if (SCM_UNLIKELY (SCM_BYTEVECTOR_LENGTH (pollfds) in scm_primitive_poll()
94 if (SCM_UNLIKELY (SCM_SIMPLE_VECTOR_LENGTH (ports) < c_nfds)) in scm_primitive_poll()
H A Dtrees.c122 if (SCM_UNLIKELY (scm_is_eq (hare->obj, tortoise->obj))) in copy_tree()
187 if (SCM_UNLIKELY (scm_is_eq (rabbit, turtle))) in copy_tree()
H A Ddeprecated.h58 if (SCM_UNLIKELY (!(cond))) \
61 if (SCM_UNLIKELY (!(cond))) \
64 if (SCM_UNLIKELY (!(cond))) \
67 if (SCM_UNLIKELY (!(cond))) \
H A Dr6rs-ports.c468 if (SCM_UNLIKELY (c_len < c_start
537 if (SCM_UNLIKELY (c_len < c_start
655 if (SCM_UNLIKELY (c_start > c_len))
661 if (SCM_UNLIKELY (c_count > c_len - c_start))
695 if (SCM_UNLIKELY (c_start > c_len))
701 if (SCM_UNLIKELY (c_count > c_len - c_start))
1202 if (SCM_UNLIKELY (c_end > c_len))
H A Ddynstack.c129 if (SCM_UNLIKELY (!SCM_DYNSTACK_HAS_SPACE (dynstack, len))) in push_dynstack_entry()
177 if (SCM_UNLIKELY (!SCM_FLUID_P (fluid))) in scm_dynstack_push_fluid()
226 if (SCM_UNLIKELY (!prev)) in dynstack_pop()
246 if (SCM_UNLIKELY (scm_is_false (scm_dynamic_state_p (state)))) in scm_dynstack_push_dynamic_state()
H A Deq.c124 || (SCM_UNLIKELY (isnan (x)) && SCM_UNLIKELY (isnan (y))); in real_eqv()
H A Dfports.c161 if (SCM_UNLIKELY (!scm_is_string (mode))) in scm_i_mode_to_open_flags()
164 if (SCM_UNLIKELY (!scm_i_try_narrow_string (mode))) in scm_i_mode_to_open_flags()
235 if (SCM_UNLIKELY (!(scm_is_false (encoding) || scm_is_string (encoding)))) in scm_open_file_with_encoding()
H A Dsmob.h81 if (SCM_UNLIKELY (scm_smobs[smobnum].mark || scm_smobs[smobnum].free)) in scm_new_smob()
93 if (SCM_UNLIKELY (scm_smobs[smobnum].mark || scm_smobs[smobnum].free)) in scm_new_double_smob()
H A Dprocs.c115 if (SCM_UNLIKELY (!SCM_STRUCTP (proc)))
/dports/lang/guile/guile-3.0.7/libguile/
H A Dbytevectors.c102 if (SCM_UNLIKELY (c_len < c_index \
269 if (SCM_UNLIKELY (len == 0)) in make_bytevector_from_buffer()
344 if (SCM_UNLIKELY (c_new_len > c_len)) in scm_c_shrink_bytevector()
402 if (SCM_UNLIKELY (index >= c_len)) in scm_c_bytevector_ref()
421 if (SCM_UNLIKELY (index >= c_len)) in scm_c_bytevector_set_x()
904 if (SCM_UNLIKELY (value_words > 1)) in bytevector_large_set()
914 if (SCM_UNLIKELY (word_count != 1)) in bytevector_large_set()
941 if (SCM_UNLIKELY (c_len < c_index \
1378 if (SCM_UNLIKELY (err)) \
1395 if (SCM_UNLIKELY (err)) \
[all …]
H A Dgc-inline.h76 if (SCM_UNLIKELY (!head)) in scm_inline_gc_alloc()
81 if (SCM_UNLIKELY (!head)) in scm_inline_gc_alloc()
95 if (SCM_UNLIKELY (idx >= SCM_INLINE_GC_FREELIST_COUNT)) in scm_inline_gc_malloc_pointerless()
107 if (SCM_UNLIKELY (idx >= SCM_INLINE_GC_FREELIST_COUNT)) in scm_inline_gc_malloc()
H A Dnumbers.c1341 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_quotient()
1504 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_remainder()
1701 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_floor_divide()
1870 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_quotient()
2043 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_remainder()
2249 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_ceiling_divide()
2398 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_quotient()
2533 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_remainder()
2701 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_truncate_divide()
3571 if (SCM_UNLIKELY (y == 0)) in scm_i_inexact_round_quotient()
[all …]
H A Dpoll.c97 if (SCM_UNLIKELY (SCM_BYTEVECTOR_LENGTH (pollfds) in scm_primitive_poll()
102 if (SCM_UNLIKELY (SCM_SIMPLE_VECTOR_LENGTH (ports) < c_nfds)) in scm_primitive_poll()
H A Darray-handle.h110 if (SCM_UNLIKELY (p < 0 && ((size_t)-p) > h->base)) in scm_array_handle_ref()
120 if (SCM_UNLIKELY (p < 0 && ((size_t)-p) > h->base)) in scm_array_handle_set()
H A Derror.h40 do { if (SCM_UNLIKELY (!(_cond))) \
44 do { if (SCM_UNLIKELY (!(_cond))) \
H A Dr6rs-ports.c474 if (SCM_UNLIKELY (c_len < c_start
543 if (SCM_UNLIKELY (c_len < c_start
661 if (SCM_UNLIKELY (c_start > c_len))
667 if (SCM_UNLIKELY (c_count > c_len - c_start))
701 if (SCM_UNLIKELY (c_start > c_len))
707 if (SCM_UNLIKELY (c_count > c_len - c_start))
1208 if (SCM_UNLIKELY (c_end > c_len))
H A Ddynstack.c134 if (SCM_UNLIKELY (!SCM_DYNSTACK_HAS_SPACE (dynstack, len))) in push_dynstack_entry()
182 if (SCM_UNLIKELY (!SCM_FLUID_P (fluid))) in scm_dynstack_push_fluid()
232 if (SCM_UNLIKELY (!prev)) in dynstack_pop()
252 if (SCM_UNLIKELY (scm_is_false (scm_dynamic_state_p (state)))) in scm_dynstack_push_dynamic_state()
H A Deq.c124 || (SCM_UNLIKELY (isnan (x)) && SCM_UNLIKELY (isnan (y))); in real_eqv()
H A Dfports.c174 if (SCM_UNLIKELY (!scm_is_string (mode))) in scm_i_mode_to_open_flags()
177 if (SCM_UNLIKELY (!scm_i_try_narrow_string (mode))) in scm_i_mode_to_open_flags()
248 if (SCM_UNLIKELY (!(scm_is_false (encoding) || scm_is_string (encoding)))) in scm_open_file_with_encoding()

123