Home
last modified time | relevance | path

Searched +defs:p +defs:set (Results 1 – 25 of 17597) sorted by relevance

12345678910>>...704

/dports/math/yices/yices-2.6.2/src/utils/
H A Dptr_sets.c100 static void add_ptr_to_seq_set(ptr_set_t *set, void *p) { in add_ptr_to_seq_set()
125 static void add_ptr_to_hash_set(ptr_set_t *set, void *p) { in add_ptr_to_hash_set()
152 static void add_ptr_to_set(ptr_set_t *set, void *p) { in add_ptr_to_set()
164 static void clean_add_ptr_to_seq_set(ptr_set_t *set, void *p) { in clean_add_ptr_to_seq_set()
173 static void clean_add_ptr_to_hash_set(ptr_set_t *set, void *p) { in clean_add_ptr_to_hash_set()
190 static void clean_add_ptr_to_set(ptr_set_t *set, void *p) { in clean_add_ptr_to_set()
273 static bool ptr_in_seq_set(ptr_set_t *set, void *p) { in ptr_in_seq_set()
287 static bool ptr_in_hash_set(ptr_set_t *set, void *p) { in ptr_in_hash_set()
311 static void remove_ptr_from_seq_set(ptr_set_t *set, void *p) { in remove_ptr_from_seq_set()
325 static void remove_ptr_from_hash_set(ptr_set_t *set, void *p) { in remove_ptr_from_hash_set()
[all …]
H A Dptr_sets2.c72 static void add_ptr_to_seq_set2(ptr_set2_t *set, void *p) { in add_ptr_to_seq_set2()
98 static void add_ptr_to_hash_set2(ptr_set2_t *set, void *p, uint32_t h) { in add_ptr_to_hash_set2()
126 static void add_ptr_to_set2(ptr_set2_t *set, const ptr_set2_hash_t *d, void *p) { in add_ptr_to_set2()
138 static void clean_add_ptr_to_seq_set2(ptr_set2_t *set, void *p) { in clean_add_ptr_to_seq_set2()
148 static void clean_add_ptr_to_hash_set2(ptr_set2_t *set, void *p, uint32_t h) { in clean_add_ptr_to_hash_set2()
165 static void clean_add_ptr_to_set2(ptr_set2_t *set, const ptr_set2_hash_t *d, void *p) { in clean_add_ptr_to_set2()
251 static bool ptr_in_seq_set2(ptr_set2_t *set, void *p) { in ptr_in_seq_set2()
266 static bool ptr_in_hash_set2(ptr_set2_t *set, void *p, uint32_t h) { in ptr_in_hash_set2()
290 static void remove_ptr_from_seq_set2(ptr_set2_t *set, void *p) { in remove_ptr_from_seq_set2()
305 static void remove_ptr_from_hash_set2(ptr_set2_t *set, void *p, uint32_t h) { in remove_ptr_from_hash_set2()
[all …]
H A Dint_array_hsets.c138 static inline bool live_harray(harray_t *p) { in live_harray()
146 void delete_int_array_hset(int_array_hset_t *set) { in delete_int_array_hset()
147 harray_t *p; in delete_int_array_hset() local
163 void reset_int_array_hset(int_array_hset_t *set) { in reset_int_array_hset()
164 harray_t *p; in reset_int_array_hset() local
200 harray_t **tmp, *p; in int_array_hset_cleanup() local
227 harray_t **tmp, *p; in int_array_hset_extend() local
263 harray_t *p; in int_array_hset_find() local
286 harray_t *p; in int_array_hset_get() local
335 harray_t *p; in int_array_hset_remove() local
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/src/polynomial/
H A Dpolynomial_hash_set.c33 void lp_polynomial_hash_set_construct(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_construct()
42 void lp_polynomial_hash_set_destruct(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_destruct()
55 int lp_polynomial_hash_set_is_empty(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_is_empty()
95 void lp_polynomial_hash_set_extend(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_extend()
106 lp_polynomial_t* p = set->data[i]; in lp_polynomial_hash_set_extend() local
118 int lp_polynomial_hash_set_contains(lp_polynomial_hash_set_t* set, const lp_polynomial_t* p) { in lp_polynomial_hash_set_contains()
124 int lp_polynomial_hash_set_insert(lp_polynomial_hash_set_t* set, const lp_polynomial_t* p) { in lp_polynomial_hash_set_insert()
140 void lp_polynomial_hash_set_close(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_close()
151 lp_polynomial_t* p = data[j]; in lp_polynomial_hash_set_close() local
163 void lp_polynomial_hash_set_clear(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_clear()
[all …]
/dports/math/libpoly/libpoly-0.1.11/src/polynomial/
H A Dpolynomial_hash_set.c33 void lp_polynomial_hash_set_construct(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_construct()
42 void lp_polynomial_hash_set_destruct(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_destruct()
55 int lp_polynomial_hash_set_is_empty(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_is_empty()
95 void lp_polynomial_hash_set_extend(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_extend()
106 lp_polynomial_t* p = set->data[i]; in lp_polynomial_hash_set_extend() local
118 int lp_polynomial_hash_set_contains(lp_polynomial_hash_set_t* set, const lp_polynomial_t* p) { in lp_polynomial_hash_set_contains()
124 int lp_polynomial_hash_set_insert(lp_polynomial_hash_set_t* set, const lp_polynomial_t* p) { in lp_polynomial_hash_set_insert()
140 void lp_polynomial_hash_set_close(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_close()
151 lp_polynomial_t* p = data[j]; in lp_polynomial_hash_set_close() local
163 void lp_polynomial_hash_set_clear(lp_polynomial_hash_set_t* set) { in lp_polynomial_hash_set_clear()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_circle_2/
H A DOptimisation_circle_2.h94 set( ) in set() function
102 set( const Point& p) in set() function
110 set( const Point& p, const Point& q) in set() function
118 set( const Point& p, const Point& q, const Point& r) in set() function
126 set( const Point& center, const Distance& squared_radius) in set() function
167 bounded_side( const Point& p) const in bounded_side()
175 has_on_bounded_side( const Point& p) const in has_on_bounded_side()
182 has_on_boundary( const Point& p) const in has_on_boundary()
189 has_on_unbounded_side( const Point& p) const in has_on_unbounded_side()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/physics/
H A Duser_pointer.hpp53 void set(PhysicalObject* p) { m_user_pointer_type=UP_PHYSICAL_OBJECT; in set() function in UserPointer
55 void set(AbstractKart* p) { m_user_pointer_type=UP_KART; in set() function in UserPointer
57 void set(Flyable* p) { m_user_pointer_type=UP_FLYABLE; in set() function in UserPointer
59 void set(TriangleMesh* p) { m_user_pointer_type=UP_TRACK; in set() function in UserPointer
61 void set(ThreeDAnimation* p){ m_user_pointer_type=UP_ANIMATION; in set() function in UserPointer
/dports/devel/libcii/libcii-1.1/src/
H A Dset.c27 T set; in copy() local
35 struct member *p; in copy() local
50 T set; in Set_new() local
71 struct member *p; in Set_member() local
82 struct member *p; in Set_put() local
125 struct member *p, *q; in Set_free() local
138 struct member *p; in Set_map() local
151 struct member *p; in Set_toArray() local
196 struct member *p; in Set_inter() local
225 struct member *p; in Set_minus() local
[all …]
/dports/lang/eisl/eisl-2.35/cii/src/
H A Dset.c27 T set; in copy() local
35 struct member *p; in copy() local
50 T set; in Set_new() local
71 struct member *p; in Set_member() local
82 struct member *p; in Set_put() local
125 struct member *p, *q; in Set_free() local
138 struct member *p; in Set_map() local
151 struct member *p; in Set_toArray() local
196 struct member *p; in Set_inter() local
225 struct member *p; in Set_minus() local
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysselect.h41 #define FD_SET(n, p) (*(p) |= (1 << (n))) argument
42 #define FD_CLR(n, p) (*(p) &= ~(1 << (n))) argument
43 #define FD_ISSET(n, p) (*(p) & (1 << (n))) argument
44 #define FD_ZERO(p) (*(p) = 0) argument
67 fd_CLR (int fd, fd_set *set) in fd_CLR()
74 fd_ISSET (int fd, fd_set *set) in fd_ISSET()
81 fd_SET (int fd, fd_set *set) in fd_SET()
90 #define FD_CLR(fd, set) fd_CLR (fd, set) argument
91 #define FD_ISSET(fd, set) fd_ISSET (fd, set) argument
92 #define FD_SET(fd, set) fd_SET (fd, set) argument
/dports/editors/emacs/emacs-27.2/src/
H A Dsysselect.h41 #define FD_SET(n, p) (*(p) |= (1 << (n))) argument
42 #define FD_CLR(n, p) (*(p) &= ~(1 << (n))) argument
43 #define FD_ISSET(n, p) (*(p) & (1 << (n))) argument
44 #define FD_ZERO(p) (*(p) = 0) argument
67 fd_CLR (int fd, fd_set *set) in fd_CLR()
74 fd_ISSET (int fd, fd_set *set) in fd_ISSET()
81 fd_SET (int fd, fd_set *set) in fd_SET()
90 #define FD_CLR(fd, set) fd_CLR (fd, set) argument
91 #define FD_ISSET(fd, set) fd_ISSET (fd, set) argument
92 #define FD_SET(fd, set) fd_SET (fd, set) argument
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ddrawing_primitives.cpp11 void draw_line( const std::function<void( const point & )> &set, const point &p1, const point &p2 ) in draw_line()
20 void draw_square( const std::function<void( const point & )> &set, point p1, point p2 ) in draw_square()
35 void draw_rough_circle( const std::function<void( const point & )> &set, const point &p, int rad ) in draw_rough_circle()
46 void draw_circle( const std::function<void( const point & )> &set, const rl_vec2d &p, double rad ) in draw_circle()
57 void draw_circle( const std::function<void( const point & )> &set, const point &p, int rad ) in draw_circle()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ddrawing_primitives.cpp11 void draw_line( const std::function<void( const point & )> &set, const point &p1, const point &p2 ) in draw_line()
20 void draw_square( const std::function<void( const point & )> &set, point p1, point p2 ) in draw_square()
35 void draw_rough_circle( const std::function<void( const point & )> &set, const point &p, int rad ) in draw_rough_circle()
46 void draw_circle( const std::function<void( const point & )> &set, const rl_vec2d &p, double rad ) in draw_circle()
57 void draw_circle( const std::function<void( const point & )> &set, const point &p, int rad ) in draw_circle()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Dsis_ds.c42 set_t *set; in setInit() local
58 int setAdd(set_t * set, ITEM_TYPE item) in setAdd()
76 int setDel(set_t * set, ITEM_TYPE item) in setDel()
106 int setFirst(set_t * set, ITEM_TYPE * item) in setFirst()
117 int setNext(set_t * set, ITEM_TYPE * item) in setNext()
128 int setDestroy(set_t * set) in setDestroy()
181 TMemBlock *p; in mmBlockInHeap() local
196 static TMemBlock *SliceBlock(TMemBlock * p, in SliceBlock()
237 TMemBlock *p; in mmAllocMem() local
264 static __inline__ int Join2Blocks(TMemBlock * p) in Join2Blocks()
[all …]
H A Dvia_ds.c34 set_t *set; in via_setInit() local
47 int via_setAdd(set_t * set, ITEM_TYPE item) in via_setAdd()
62 int via_setDel(set_t * set, ITEM_TYPE item) in via_setDel()
92 int via_setFirst(set_t * set, ITEM_TYPE * item) in via_setFirst()
103 int via_setNext(set_t * set, ITEM_TYPE * item) in via_setNext()
114 int via_setDestroy(set_t * set) in via_setDestroy()
143 static TMemBlock *SliceBlock(TMemBlock * p, in SliceBlock()
187 TMemBlock *p; in via_mmAllocMem() local
221 static __inline__ int Join2Blocks(TMemBlock * p) in Join2Blocks()
237 TMemBlock *p, *prev; in via_mmFreeMem() local
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/go/
H A DMarker.java26 public void clear(GoPoint p) in clear()
44 public boolean get(GoPoint p) in get()
62 public void set(GoPoint p) in set() method in Marker
71 public void set(GoPoint p, boolean value) in set() method in Marker
78 public void set(ConstPointList points) in set() method in Marker
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmfunc.h75 void set(const uchar *p) { p_ = p; } in set() function
215 void set(const uchar *p) { p_ = p; } in set() function
233 int set(const uchar *p) in set() function
304 void copy_from(const CVmDbgLinePtr *p) { p_ = p->p_; } in copy_from()
308 void set(const uchar *p) { p_ = p; } in set() function
355 void set(const uchar *p) { p_ = p; } in set() function
389 void set(const uchar *p) { p_ = p; } in set() function
408 int set(const uchar *p) in set() function
/dports/games/angband/Angband-4.2.2/src/
H A Dz-set.c24 struct set { struct
30 static void _set_check(struct set *s) { in _set_check() argument
42 static int _set_find(struct set *s, void *p) { in _set_find()
61 void set_add(struct set *s, void *p) { in set_add()
68 bool set_del(struct set *s, void *p) { in set_del()
99 void set_insert(struct set *s, size_t index, void *p) { in set_insert()
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_ellipse_2/
H A DMin_ellipse_2_adapterC2.h40 are_ordered_along_lineC2( const PT& p, const PT& q, const PT& r, in are_ordered_along_lineC2()
157 set( ) in set() function
163 set( const Point& p) in set() function
170 set( const Point& p, const Point& q) in set() function
178 set( const Point& p1, const Point& p2, const Point& p3) in set() function
185 set( const Point& p1, const Point& p2, in set() function
199 set( const Point&, const Point&, in set() function
209 bounded_side( const Point& p) const in bounded_side()
245 has_on_bounded_side( const Point& p) const in has_on_bounded_side()
251 has_on_boundary( const Point& p) const in has_on_boundary()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dsets.c35 xaset_t *xaset_create(pool *p, XASET_COMPARE cmpfunc) { in xaset_create()
62 int xaset_insert(xaset_t *set, xasetmember_t *member) { in xaset_insert()
81 int xaset_insert_end(xaset_t *set, xasetmember_t *member) { in xaset_insert_end()
110 int xaset_insert_sort(xaset_t *set, xasetmember_t *member, int dups_allowed) { in xaset_insert_sort()
151 int xaset_remove(xaset_t *set, xasetmember_t *member) { in xaset_remove()
192 xaset_t *xaset_copy(pool *p, xaset_t *set, size_t msize, XASET_MCOPY copyfunc) { in xaset_copy()

12345678910>>...704