Home
last modified time | relevance | path

Searched refs:LIVEP (Results 1 – 6 of 6) sorted by relevance

/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dplanner.c34 #define LIVEP(solution) ((solution)->flags.hash_info & H_LIVE) macro
222 if (LIVEP(l) in htab_lookup()
252 A(!LIVEP(slot)); in fill_slot()
267 A(LIVEP(slot)); /* ==> */ A(VALIDP(slot)); in kill_slot()
285 if (!LIVEP(l)) break; in hinsert0()
313 if (LIVEP(l)) in rehash()
363 if (LIVEP(l) && md5eq(s, l->s)) { in htab_insert()
804 if (LIVEP(l)) { in exprt()
1004 if (LIVEP(l)) in check()
1013 if (LIVEP(l1)) { in check()
[all …]
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dplanner.c34 #define LIVEP(solution) ((solution)->flags.hash_info & H_LIVE) macro
222 if (LIVEP(l) in htab_lookup()
252 A(!LIVEP(slot)); in fill_slot()
267 A(LIVEP(slot)); /* ==> */ A(VALIDP(slot)); in kill_slot()
285 if (!LIVEP(l)) break; in hinsert0()
313 if (LIVEP(l)) in rehash()
363 if (LIVEP(l) && md5eq(s, l->s)) { in htab_insert()
804 if (LIVEP(l)) { in exprt()
1004 if (LIVEP(l)) in check()
1013 if (LIVEP(l1)) { in check()
[all …]
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dplanner.c34 #define LIVEP(solution) ((solution)->flags.hash_info & H_LIVE) macro
222 if (LIVEP(l) in htab_lookup()
252 A(!LIVEP(slot)); in fill_slot()
267 A(LIVEP(slot)); /* ==> */ A(VALIDP(slot)); in kill_slot()
285 if (!LIVEP(l)) break; in hinsert0()
313 if (LIVEP(l)) in rehash()
363 if (LIVEP(l) && md5eq(s, l->s)) { in htab_insert()
804 if (LIVEP(l)) { in exprt()
1004 if (LIVEP(l)) in check()
1013 if (LIVEP(l1)) { in check()
[all …]
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dplanner.c34 #define LIVEP(solution) ((solution)->flags.hash_info & H_LIVE) macro
222 if (LIVEP(l) in htab_lookup()
252 A(!LIVEP(slot)); in fill_slot()
267 A(LIVEP(slot)); /* ==> */ A(VALIDP(slot)); in kill_slot()
285 if (!LIVEP(l)) break; in hinsert0()
313 if (LIVEP(l)) in rehash()
363 if (LIVEP(l) && md5eq(s, l->s)) { in htab_insert()
804 if (LIVEP(l)) { in exprt()
1004 if (LIVEP(l)) in check()
1013 if (LIVEP(l1)) { in check()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c6422 #define CHECK_LIVE(LIVEP) \ in mark_object() argument
6426 if (!LIVEP (m, po)) \ in mark_object()
6431 #define CHECK_ALLOCATED_AND_LIVE(LIVEP) \ in mark_object() argument
6434 CHECK_LIVE (LIVEP); \ in mark_object()
6449 #define CHECK_LIVE(LIVEP) ((void) 0) in mark_object() argument
6450 #define CHECK_ALLOCATED_AND_LIVE(LIVEP) ((void) 0) in mark_object() argument
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c6672 #define CHECK_LIVE(LIVEP, MEM_TYPE) \ in mark_object() argument
6676 if (! (m->type == MEM_TYPE && LIVEP (m, po))) \ in mark_object()
6681 #define CHECK_ALLOCATED_AND_LIVE(LIVEP, MEM_TYPE) \ in mark_object() argument
6684 CHECK_LIVE (LIVEP, MEM_TYPE); \ in mark_object()
6699 #define CHECK_ALLOCATED_AND_LIVE(LIVEP, MEM_TYPE) ((void) 0) in mark_object() argument