Home
last modified time | relevance | path

Searched +refs:x +refs:pointer +refs:right +refs:ptr (Results 1 – 25 of 6051) sorted by relevance

12345678910>>...243

/dports/games/0verkill/0verkill-0.16/
H A Davi.c441 pointer=get_pointer(x,y,cursor_pos,0); in print_view()
442 if (!pointer) pointer=dummy; in print_view()
443 screen_a[(x-left)+SCREEN_X*(y-top)]=pointer[1]; in print_view()
444 screen[(x-left)+SCREEN_X*(y-top)]=*pointer; in print_view()
515 a1=ptr[(right-left)*2-1]; in shift_right()
516 a2=ptr[(right-left)*2-2]; in shift_right()
517 memmove(ptr+2,ptr,(right-left-1)*2); in shift_right()
520 ptr+=(right-left)*2; in shift_right()
533 memmove(ptr,ptr+2,(right-left-1)*2); in shift_left()
534 ptr[(right-left)*2-1]=a1; in shift_left()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/benchmarks/
H A Dmalloc_aligned.hpp169 typedef T* pointer; typedef in nova::aligned_allocator
180 pointer address(reference x) const in address()
182 return &x; in address()
185 const_pointer address(const_reference x) const in address()
187 return &x; in address()
190 pointer allocate(size_type n, in allocate()
193 pointer ret = malloc_aligned<T>(n); in allocate()
214 void destroy(pointer p) in destroy()
222 bool operator==( aligned_allocator<T> const& left, aligned_allocator<U> const& right ) in operator ==() argument
224 return !(left != right); in operator ==()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/benchmarks/
H A Dmalloc_aligned.hpp169 typedef T* pointer; typedef in nova::aligned_allocator
180 pointer address(reference x) const in address()
182 return &x; in address()
185 const_pointer address(const_reference x) const in address()
187 return &x; in address()
190 pointer allocate(size_type n, in allocate()
193 pointer ret = malloc_aligned<T>(n); in allocate()
214 void destroy(pointer p) in destroy()
222 bool operator==( aligned_allocator<T> const& left, aligned_allocator<U> const& right ) in operator ==() argument
224 return !(left != right); in operator ==()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_point_location/
H A DTd_dag.h39 typedef T * pointer; typedef
48 Td_dag_base(const Td_dag_base<T> & x) : Handle(x) {} in Td_dag_base() argument
49 Td_dag_base & operator=(const Td_dag_base<T> & x)
50 {Handle::operator=(x); return *this; }
58 typedef T* pointer; typedef
63 typedef std::list<pointer> list_pointer;
119 return ptr()->data; in get_data()
125 pointer data_ptr() const in data_ptr()
130 pointer operator->() const
238 ptr()->rightPtr=right; in set_right()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DVersionedMap.h53 return pointer[2]; in child()
55 return pointer[which]; in child()
64 pointer[0] = left; pointer[1] = right; in PTree()
89 node->pointer[2] = ptr; in update()
91 node->pointer[which] = ptr; in update()
103 node->pointer[2] = ptr; in update()
371 r->pointer[0] = a; in append()
372 r->pointer[1] = right; in append()
388 split(lr, x, lr, right, at); in split()
426 if (p->pointer[2])
[all …]
/dports/net/freerdp/freerdp-2.5.0/client/Wayland/
H A Dwlf_pointer.c40 wlfPointer* ptr = (wlfPointer*)pointer; in wlf_Pointer_New() local
45 ptr->size = pointer->width * pointer->height * 4ULL; in wlf_Pointer_New()
52 ptr->data, PIXEL_FORMAT_BGRA32, 0, 0, 0, pointer->width, pointer->height, in wlf_Pointer_New()
65 wlfPointer* ptr = (wlfPointer*)pointer; in wlf_Pointer_Free() local
75 wlfPointer* ptr = (wlfPointer*)pointer; in wlf_Pointer_Set() local
77 UINT32 w, h, x, y; in wlf_Pointer_Set() local
86 x = pointer->xPos; in wlf_Pointer_Set()
91 if (!wlf_scale_coordinates(context, &x, &y, FALSE) || in wlf_Pointer_Set()
103 area.right = (UINT16)pointer->width; in wlf_Pointer_Set()
106 if (!wlf_copy_image(ptr->data, pointer->width * 4, pointer->width, pointer->height, data, w * 4, in wlf_Pointer_Set()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
201 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
202 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
255 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
256 { return right + diff; } in operator +()
283 static pointer get_pointer(const pointer &n) in get_pointer()
285 pointer p; in get_pointer()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
201 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
202 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
255 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
256 { return right + diff; } in operator +()
283 static pointer get_pointer(const pointer &n) in get_pointer()
285 pointer p; in get_pointer()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
131 pointer operator->() const in operator ->()
195 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
196 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
249 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
250 { return right + diff; } in operator +()
277 static pointer get_pointer(const pointer &n) in get_pointer()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
131 pointer operator->() const in operator ->()
195 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
196 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
249 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
250 { return right + diff; } in operator +()
277 static pointer get_pointer(const pointer &n) in get_pointer()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
131 pointer operator->() const in operator ->()
195 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
196 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
249 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
250 { return right + diff; } in operator +()
277 static pointer get_pointer(const pointer &n) in get_pointer()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
131 pointer operator->() const in operator ->()
195 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
196 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
249 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
250 { return right + diff; } in operator +()
277 static pointer get_pointer(const pointer &n) in get_pointer()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
201 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
202 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
255 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
256 { return right + diff; } in operator +()
283 static pointer get_pointer(const pointer &n) in get_pointer()
285 pointer p; in get_pointer()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
131 pointer operator->() const in operator ->()
195 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
196 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
249 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
250 { return right + diff; } in operator +()
277 static pointer get_pointer(const pointer &n) in get_pointer()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/intrusive/test/
H A Dsmart_ptr.hpp116 smart_ptr(const smart_ptr& ptr) in smart_ptr() argument
117 : m_ptr(ptr.m_ptr) in smart_ptr()
126 smart_ptr(const smart_ptr<T2> &ptr) in smart_ptr() argument
127 : m_ptr(ptr.m_ptr) in smart_ptr()
201 friend void swap(smart_ptr& x, smart_ptr& y) in swap() argument
202 { boost::adl_move_swap(x.m_ptr, y.m_ptr); } in swap()
255 inline smart_ptr<T> operator+(std::ptrdiff_t diff, const smart_ptr<T>& right) in operator +() argument
256 { return right + diff; } in operator +()
283 static pointer get_pointer(const pointer &n) in get_pointer()
285 pointer p; in get_pointer()
[all …]
/dports/graphics/tachyon/tachyon/src/
H A D.#imap.c.1.28373 /* pointer to the left lower pixel */
376 /* interpolate between left and right lower pixels */
381 /* pointer to the left upper pixel */
384 /* interpolate between left and right upper pixels */
444 /* pointer to the lower left lower pixel (Y ) */
446 /* pointer to the lower left upper pixel (Y+1) */
449 /* pointer to the upper left lower pixel (Z+1) (Y ) */
454 /* interpolate between left and right lower pixels */
459 /* interpolate between left and right upper pixels */
464 /* interpolate between left and right lower pixels */
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_rasterizer_cells_aa.pas71 left ,right : int16;
182 right:=-1;
190 right:=c.right;
197 result:=(ex - x ) or (ey - y ) or (left - c.left ) or (right - c.right );
229 ptr : cell_style_aa_ptr_ptr;
243 agg_freemem(pointer(ptr^ ) ,cell_block_size * sizeof(cell_style_aa ) );
245 dec(ptrcomp(ptr ) ,sizeof(cell_style_aa_ptr ) );
508 temp : pointer;
511 temp :=pointer(a^ );
512 pointer(a^ ):=pointer(b^ );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_rasterizer_cells_aa.pas71 left ,right : int16;
182 right:=-1;
190 right:=c.right;
197 result:=(ex - x ) or (ey - y ) or (left - c.left ) or (right - c.right );
229 ptr : cell_style_aa_ptr_ptr;
243 agg_freemem(pointer(ptr^ ) ,cell_block_size * sizeof(cell_style_aa ) );
245 dec(ptrcomp(ptr ) ,sizeof(cell_style_aa_ptr ) );
508 temp : pointer;
511 temp :=pointer(a^ );
512 pointer(a^ ):=pointer(b^ );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_rasterizer_cells_aa.pas71 left ,right : int16;
182 right:=-1;
190 right:=c.right;
197 result:=(ex - x ) or (ey - y ) or (left - c.left ) or (right - c.right );
229 ptr : cell_style_aa_ptr_ptr;
243 agg_freemem(pointer(ptr^ ) ,cell_block_size * sizeof(cell_style_aa ) );
245 dec(ptrcomp(ptr ) ,sizeof(cell_style_aa_ptr ) );
508 temp : pointer;
511 temp :=pointer(a^ );
512 pointer(a^ ):=pointer(b^ );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_rasterizer_cells_aa.pas71 left ,right : int16;
182 right:=-1;
190 right:=c.right;
197 result:=(ex - x ) or (ey - y ) or (left - c.left ) or (right - c.right );
229 ptr : cell_style_aa_ptr_ptr;
243 agg_freemem(pointer(ptr^ ) ,cell_block_size * sizeof(cell_style_aa ) );
245 dec(ptrcomp(ptr ) ,sizeof(cell_style_aa_ptr ) );
508 temp : pointer;
511 temp :=pointer(a^ );
512 pointer(a^ ):=pointer(b^ );
[all …]
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dforeign.test85 (ptr (make-pointer 123)))
89 (set-pointer-finalizer! ptr finalizer)
90 (equal? (make-pointer 123) ptr)))))
110 (lambda (x p)
111 (format p "#<foo! ~a>" (pointer-address (unwrap-foo x)))))
147 ((little) fold-right)
162 ((little) fold-right)
249 (define (dereference-pointer-to-byte ptr)
250 (let ((b (pointer->bytevector ptr 1)))
335 (let* ((ptr (procedure->pointer int
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/cguittfont/
H A DirrUString.h118 return (wu << 16) | x; in toUTF32()
475 typedef typename _Base::pointer pointer; typedef
2277 while (ptr != start) in replace()
2279 *end = *ptr; in replace()
2280 --ptr; in replace()
2936 char16_t* ptr = ret.c_str();
2938 *ptr++ = unicode::swapEndian16(*ptr);
2953 uchar16_t* ptr = ret.pointer();
2959 *ptr = unicode::BOM;
2972 ++ptr;
[all …]
/dports/games/minetest/minetest-5.4.1/src/irrlicht_changes/
H A DirrUString.h116 return (wu << 16) | x; in toUTF32()
473 typedef typename _Base::pointer pointer; typedef
2275 while (ptr != start) in replace()
2277 *end = *ptr; in replace()
2278 --ptr; in replace()
2934 char16_t* ptr = ret.c_str();
2936 *ptr++ = unicode::swapEndian16(*ptr);
2951 uchar16_t* ptr = ret.pointer();
2957 *ptr = unicode::BOM;
2970 ++ptr;
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/commands/
H A Dmove-resize.jl322 (let* ((this-ptr (query-pointer))
323 (ptr-x (car this-ptr))
331 (- ptr-x move-resize-old-ptr-x))))
340 (cons (- ptr-x (car move-resize-last-ptr))
356 (add-edges ptr-x ptr-y))
362 (- ptr-x move-resize-old-ptr-x))
374 (- move-resize-old-ptr-x ptr-x))
533 (define (add-edges ptr-x ptr-y)
538 (cond ((< ptr-x move-resize-x)
541 (setq move-resize-old-ptr-x move-resize-x))
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/containers/container/
H A Dvector.hpp77 explicit vector_const_iterator(Pointer ptr) : m_ptr(ptr){} in vector_const_iterator() argument
116 { return vector_const_iterator(off + right.m_ptr); } in operator +()
125 { return m_ptr - right.m_ptr; } in operator -()
153 explicit vector_iterator(Pointer ptr) in vector_iterator() argument
154 : vector_const_iterator<Pointer>(ptr) in vector_iterator()
198 { return vector_iterator(off + right.m_ptr); } in operator +()
249 typedef typename A::pointer pointer; typedef
291 return std::pair<pointer, bool>(pointer(0), false); in allocation_command()
385 typedef typename A::pointer pointer; typedef in boost::container::vector
1136 size_type destroyed = (end_pos - ptr); in erase()
[all …]

12345678910>>...243