Home
last modified time | relevance | path

Searched refs:uptr (Results 1 – 25 of 13093) sorted by path

12345678910>>...524

/dports/archivers/upx/upx-3.96/src/
H A Dp_mach.cpp1661 TE32 const *uptr = (TE32 const *)&buf[bufsize]; in canUnpack() local
1662 while (0==*--uptr) /*empty*/ ; in canUnpack()
1663 overlay_offset = *uptr; in canUnpack()
1679 TE32 const *uptr = (TE32 const *)(1+ b_ptr); in canUnpack() local
1684 && (0xff>>2)==(uptr[0] >> (2+ 24)) // 1st 6 bytes are unique literals in canUnpack()
1685 && (Mach_header::MH_MAGIC + (sizeof(Addr)>>3)) == uptr[1]) { in canUnpack()
1688 unsigned const magic = get_te32(1+ (char const *)uptr); in canUnpack()
1690 && 0xfc==(0xfc & uptr[0]) in canUnpack()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp351 unsigned char *uptr = ubase + (video_x*(y+frame_y_offset))+frame_x_offset; in captureFrame() local
360 *uptr++ = min(abs(r * -1214 + g * -2384 + b * 3598 + 4096 + 1048576) >> 13,240); in captureFrame()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp351 unsigned char *uptr = ubase + (video_x*(y+frame_y_offset))+frame_x_offset; in captureFrame() local
360 *uptr++ = min(abs(r * -1214 + g * -2384 + b * 3598 + 4096 + 1048576) >> 13,240); in captureFrame()
/dports/astro/cfitsio/cfitsio-3.49/
H A Deval.y3980 char *uptr = theParams[0]->value.undef; in Do_Func() local
3998 if (*uptr == 0) { in Do_Func()
4002 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
4019 char *uptr = theParams[0]->value.undef; in Do_Func() local
4036 if (*uptr == 0) { in Do_Func()
4040 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
H A Deval_y.c6353 char *uptr = theParams[0]->value.undef; in Do_Func() local
6371 if (*uptr == 0) { in Do_Func()
6375 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
6392 char *uptr = theParams[0]->value.undef; in Do_Func() local
6409 if (*uptr == 0) { in Do_Func()
6413 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dguidealgorithms.cpp102 const float *uptr; in psf_conv() local
104 uptr = src + width * (y - 4) + (x - 4); in psf_conv()
106 D3 += *uptr++; in psf_conv()
108 uptr = src + width * (y - 3) + (x - 4); in psf_conv()
110 D3 += *uptr++; in psf_conv()
111 uptr += 3; in psf_conv()
113 D3 += *uptr++; in psf_conv()
117 D3 += *uptr++; in psf_conv()
118 uptr += 3; in psf_conv()
120 D3 += *uptr++; in psf_conv()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c12822 typedef uintptr_t uptr; typedef
12824 typedef u32 uptr; typedef
12826 typedef u64 uptr; typedef
12837 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E)))
61994 if( (uptr)p->pBt<(uptr)pSib->pBt ){
61999 while( pSib->pNext && (uptr)pSib->pNext->pBt<(uptr)p->pBt ){
64129 if( (uptr)(aPayload - pPage->aData) > (pBt->usableSize - pCur->info.nLocal) ){
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Deval_y.c6586 char *uptr = theParams[0]->value.undef; in Do_Func() local
6604 if (*uptr == 0) { in Do_Func()
6608 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
6625 char *uptr = theParams[0]->value.undef; in Do_Func() local
6642 if (*uptr == 0) { in Do_Func()
6646 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
/dports/astro/phd2/phd2-2.6.10/
H A Dstar.cpp601 const float *uptr; in psf_conv() local
603 uptr = src.px + width * (y - 4) + (x - 4); in psf_conv()
605 D3 += *uptr++; in psf_conv()
607 uptr = src.px + width * (y - 3) + (x - 4); in psf_conv()
609 D3 += *uptr++; in psf_conv()
610 uptr += 3; in psf_conv()
612 D3 += *uptr++; in psf_conv()
616 D3 += *uptr++; in psf_conv()
617 uptr += 3; in psf_conv()
619 D3 += *uptr++; in psf_conv()
[all …]
H A Dstar_profile.cpp92 unsigned short *uptr = this->data; in UpdateData() local
97 for (x = 0; x < FULLW; x++, uptr++) { in UpdateData()
98 *uptr = *(img->ImageData + xstart + x + (ystart + y) * xrowsize); in UpdateData()
99 horiz_profile[x] += (int) *uptr; in UpdateData()
100 vert_profile[y] += (int) *uptr; in UpdateData()
103 uptr = this->data + (FULLW * HALFW); in UpdateData()
104 for (x = 0; x < FULLW; x++, uptr++) in UpdateData()
105 midrow_profile[x] = (int) *uptr; in UpdateData()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Deval_y.c6365 char *uptr = theParams[0]->value.undef; in Do_Func() local
6383 if (*uptr == 0) { in Do_Func()
6387 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
6404 char *uptr = theParams[0]->value.undef; in Do_Func() local
6421 if (*uptr == 0) { in Do_Func()
6425 uptr ++; /* ... and source "undef" pointer */ in Do_Func()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c14519 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E)))
27959 if( ((uptr)p)<(uptr)(db->lookaside.pEnd) ){
28019 if( ((uptr)p)<(uptr)(db->lookaside.pEnd) ){
28256 if( ((uptr)p)<(uptr)db->lookaside.pEnd ){
28258 if( ((uptr)p)>=(uptr)db->lookaside.pMiddle ){
28262 if( ((uptr)p)>=(uptr)db->lookaside.pStart ){
67555 if( (uptr)p->pBt<(uptr)pSib->pBt ){
71975 }else if( (uptr)(pCell+sz)>(uptr)pSrcEnd
71976 && (uptr)(pCell)<(uptr)pSrcEnd
72066 if( (uptr)(pCArray->apCell[i]+sz)>(uptr)pEnd
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dfontstash.h56 int (*renderCreate)(void* uptr, int width, int height);
57 int (*renderResize)(void* uptr, int width, int height);
58 void (*renderUpdate)(void* uptr, int* rect, const unsigned char* data);
59 …void (*renderDraw)(void* uptr, const float* verts, const float* tcoords, const unsigned int* color…
60 void (*renderDelete)(void* uptr);
90 …fonsSetErrorCallback(FONScontext* s, void (*callback)(void* uptr, int error, int val), void* uptr);
420 void (*handleError)(void* uptr, int error, int val);
1573 …sSetErrorCallback(FONScontext* stash, void (*callback)(void* uptr, int error, int val), void* uptr) in fonsSetErrorCallback() argument
1577 stash->errorUptr = uptr; in fonsSetErrorCallback()
H A Dnanovg.h586 int (*renderCreate)(void* uptr);
587 …int (*renderCreateTexture)(void* uptr, int type, int w, int h, int imageFlags, const unsigned char…
588 int (*renderDeleteTexture)(void* uptr, int image);
589 …int (*renderUpdateTexture)(void* uptr, int image, int x, int y, int w, int h, const unsigned char*…
590 int (*renderGetTextureSize)(void* uptr, int image, int* w, int* h);
591 void (*renderViewport)(void* uptr, int width, int height);
592 void (*renderCancel)(void* uptr);
593 void (*renderFlush)(void* uptr);
594 …void (*renderFill)(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, const float* bo…
596 …void (*renderTriangles)(void* uptr, NVGpaint* paint, NVGscissor* scissor, const NVGvertex* verts, …
[all …]
H A Dnanovg_gl.h471 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreate()
680 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreateTexture()
773 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDeleteTexture()
779 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderUpdateTexture()
824 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderGetTextureSize()
938 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderViewport()
1060 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCancel()
1069 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFlush()
1243 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFill()
1324 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderStroke()
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dfontstash.h56 int (*renderCreate)(void* uptr, int width, int height);
57 int (*renderResize)(void* uptr, int width, int height);
58 void (*renderUpdate)(void* uptr, int* rect, const unsigned char* data);
59 …void (*renderDraw)(void* uptr, const float* verts, const float* tcoords, const unsigned int* color…
60 void (*renderDelete)(void* uptr);
90 …fonsSetErrorCallback(FONScontext* s, void (*callback)(void* uptr, int error, int val), void* uptr);
420 void (*handleError)(void* uptr, int error, int val);
1573 …sSetErrorCallback(FONScontext* stash, void (*callback)(void* uptr, int error, int val), void* uptr) in fonsSetErrorCallback() argument
1577 stash->errorUptr = uptr; in fonsSetErrorCallback()
H A Dnanovg.h586 int (*renderCreate)(void* uptr);
587 …int (*renderCreateTexture)(void* uptr, int type, int w, int h, int imageFlags, const unsigned char…
588 int (*renderDeleteTexture)(void* uptr, int image);
589 …int (*renderUpdateTexture)(void* uptr, int image, int x, int y, int w, int h, const unsigned char*…
590 int (*renderGetTextureSize)(void* uptr, int image, int* w, int* h);
591 void (*renderViewport)(void* uptr, int width, int height);
592 void (*renderCancel)(void* uptr);
593 void (*renderFlush)(void* uptr);
594 …void (*renderFill)(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, const float* bo…
596 …void (*renderTriangles)(void* uptr, NVGpaint* paint, NVGscissor* scissor, const NVGvertex* verts, …
[all …]
H A Dnanovg_gl.h471 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreate()
680 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreateTexture()
773 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDeleteTexture()
779 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderUpdateTexture()
824 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderGetTextureSize()
938 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderViewport()
1060 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCancel()
1069 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFlush()
1243 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFill()
1324 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderStroke()
[all …]
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dfontstash.h56 int (*renderCreate)(void* uptr, int width, int height);
57 int (*renderResize)(void* uptr, int width, int height);
58 void (*renderUpdate)(void* uptr, int* rect, const unsigned char* data);
59 …void (*renderDraw)(void* uptr, const float* verts, const float* tcoords, const unsigned int* color…
60 void (*renderDelete)(void* uptr);
90 …fonsSetErrorCallback(FONScontext* s, void (*callback)(void* uptr, int error, int val), void* uptr);
420 void (*handleError)(void* uptr, int error, int val);
1573 …sSetErrorCallback(FONScontext* stash, void (*callback)(void* uptr, int error, int val), void* uptr) in fonsSetErrorCallback() argument
1577 stash->errorUptr = uptr; in fonsSetErrorCallback()
H A Dnanovg.h586 int (*renderCreate)(void* uptr);
587 …int (*renderCreateTexture)(void* uptr, int type, int w, int h, int imageFlags, const unsigned char…
588 int (*renderDeleteTexture)(void* uptr, int image);
589 …int (*renderUpdateTexture)(void* uptr, int image, int x, int y, int w, int h, const unsigned char*…
590 int (*renderGetTextureSize)(void* uptr, int image, int* w, int* h);
591 void (*renderViewport)(void* uptr, int width, int height);
592 void (*renderCancel)(void* uptr);
593 void (*renderFlush)(void* uptr);
594 …void (*renderFill)(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, const float* bo…
596 …void (*renderTriangles)(void* uptr, NVGpaint* paint, NVGscissor* scissor, const NVGvertex* verts, …
[all …]
H A Dnanovg_gl.h471 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreate()
680 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreateTexture()
773 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDeleteTexture()
779 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderUpdateTexture()
824 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderGetTextureSize()
938 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderViewport()
1060 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCancel()
1069 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFlush()
1243 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFill()
1324 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderStroke()
[all …]
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dfontstash.h56 int (*renderCreate)(void* uptr, int width, int height);
57 int (*renderResize)(void* uptr, int width, int height);
58 void (*renderUpdate)(void* uptr, int* rect, const unsigned char* data);
59 …void (*renderDraw)(void* uptr, const float* verts, const float* tcoords, const unsigned int* color…
60 void (*renderDelete)(void* uptr);
90 …fonsSetErrorCallback(FONScontext* s, void (*callback)(void* uptr, int error, int val), void* uptr);
420 void (*handleError)(void* uptr, int error, int val);
1573 …sSetErrorCallback(FONScontext* stash, void (*callback)(void* uptr, int error, int val), void* uptr) in fonsSetErrorCallback() argument
1577 stash->errorUptr = uptr; in fonsSetErrorCallback()
H A Dnanovg.h586 int (*renderCreate)(void* uptr);
587 …int (*renderCreateTexture)(void* uptr, int type, int w, int h, int imageFlags, const unsigned char…
588 int (*renderDeleteTexture)(void* uptr, int image);
589 …int (*renderUpdateTexture)(void* uptr, int image, int x, int y, int w, int h, const unsigned char*…
590 int (*renderGetTextureSize)(void* uptr, int image, int* w, int* h);
591 void (*renderViewport)(void* uptr, int width, int height);
592 void (*renderCancel)(void* uptr);
593 void (*renderFlush)(void* uptr);
594 …void (*renderFill)(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, const float* bo…
596 …void (*renderTriangles)(void* uptr, NVGpaint* paint, NVGscissor* scissor, const NVGvertex* verts, …
[all …]
H A Dnanovg_gl.h471 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreate()
680 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCreateTexture()
773 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderDeleteTexture()
779 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderUpdateTexture()
824 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderGetTextureSize()
938 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderViewport()
1060 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderCancel()
1069 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFlush()
1243 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderFill()
1324 GLNVGcontext* gl = (GLNVGcontext*)uptr; in glnvg__renderStroke()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c14519 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E)))
27959 if( ((uptr)p)<(uptr)(db->lookaside.pEnd) ){
28019 if( ((uptr)p)<(uptr)(db->lookaside.pEnd) ){
28256 if( ((uptr)p)<(uptr)db->lookaside.pEnd ){
28258 if( ((uptr)p)>=(uptr)db->lookaside.pMiddle ){
28262 if( ((uptr)p)>=(uptr)db->lookaside.pStart ){
67555 if( (uptr)p->pBt<(uptr)pSib->pBt ){
71975 }else if( (uptr)(pCell+sz)>(uptr)pSrcEnd
71976 && (uptr)(pCell)<(uptr)pSrcEnd
72066 if( (uptr)(pCArray->apCell[i]+sz)>(uptr)pEnd
[all …]

12345678910>>...524