Home
last modified time | relevance | path

Searched refs:ptr_old (Results 1 – 17 of 17) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/x0vncserver/
H A DPollingManager.cxx204 char *ptr_old = m_image->locatePixel(x, y); in checkRow() local
212 if (memcmp(ptr_old, ptr_new, nBytesPerTile)) { in checkRow()
217 ptr_old += nBytesPerTile; in checkRow()
224 if (memcmp(ptr_old, ptr_new, nBytesLeft)) { in checkRow()
243 char *ptr_old = m_image->locatePixel(x, y + nTile * 32 + i); in checkColumn() local
245 if (memcmp(ptr_old, ptr_new, m_bytesPerPixel)) { in checkColumn()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/x0vncserver/
H A DPollingManager.cxx204 char *ptr_old = m_image->locatePixel(x, y); in checkRow() local
212 if (memcmp(ptr_old, ptr_new, nBytesPerTile)) { in checkRow()
217 ptr_old += nBytesPerTile; in checkRow()
224 if (memcmp(ptr_old, ptr_new, nBytesLeft)) { in checkRow()
243 char *ptr_old = m_image->locatePixel(x, y + nTile * 32 + i); in checkColumn() local
245 if (memcmp(ptr_old, ptr_new, m_bytesPerPixel)) { in checkColumn()
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/convexity_based_algorithm/
H A Dalloc.h32 #define __CCD_ALLOC_MEMORY(type, ptr_old, size) \ argument
33 (type *)realloc((void *)ptr_old, (size))
/dports/math/libccd/libccd-2.1/src/
H A Dalloc.h32 #define __CCD_ALLOC_MEMORY(type, ptr_old, size) \ argument
33 (type *)realloc((void *)ptr_old, (size))
/dports/devel/ode/ode-0.13/libccd/src/ccd/
H A Dalloc.h32 #define __CCD_ALLOC_MEMORY(type, ptr_old, size) \ argument
33 (type *)ccdRealloc((void *)ptr_old, (size))
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dh1.h244 const char *ptr_old = ptr; in h1_parse_chunk_size() local
271 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dh1.h243 const char *ptr_old = ptr; in h1_parse_chunk_size() local
270 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dh1.h250 const char *ptr_old = ptr; in h1_parse_chunk_size() local
281 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dh1.h245 const char *ptr_old = ptr; in h1_parse_chunk_size() local
276 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dh1.h193 const char *ptr_old = ptr; in h1_parse_chunk_size() local
220 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dh1.h245 const char *ptr_old = ptr; in h1_parse_chunk_size() local
276 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dh1.h246 const char *ptr_old = ptr; in h1_parse_chunk_size() local
273 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dh1.h246 const char *ptr_old = ptr; in h1_parse_chunk_size() local
273 if (unlikely(ptr == ptr_old)) in h1_parse_chunk_size()
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgr-action-node.c3525 FILE *ptr_old, in copy_file() local
3529 ptr_old = fopen(src_file, "r"); in copy_file()
3531 if (ptr_old == NULL) in copy_file()
3538 fclose(ptr_old); in copy_file()
3546 a = fgetc(ptr_old); in copy_file()
3548 if (!feof(ptr_old)) in copy_file()
3559 fclose(ptr_old); in copy_file()
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelutils.cc3533 node ptr_old, ptr_nxt; in pcfg_extremal() local
3554 ptr_old=PC; in pcfg_extremal()
3557 pcfg_remove(Car(ptr_nxt),PC,ptr_old); in pcfg_extremal()
3559 else ptr_old= ptr_nxt; in pcfg_extremal()
/dports/www/squidclamav/squidclamav-7.1/src/
H A Dsquidclamav.c99 int copy_file(int ptr_old, const char *new_filename);
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dproto_http.c2261 const char *ptr_old = ptr; in http_parse_chunk_size() local
2285 if (unlikely(ptr == ptr_old)) in http_parse_chunk_size()
2339 msg->sol = ptr - ptr_old; in http_parse_chunk_size()
2340 if (unlikely(ptr < ptr_old)) in http_parse_chunk_size()