Home
last modified time | relevance | path

Searched refs:setptr (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/databases/cego/cego-2.47.11/src/
H A DCegoBufferPage.cc245 int* setptr[2]; in freeEntry() local
247 setptr[0]=0; in freeEntry()
248 setptr[1]=0; in freeEntry()
264 setptr[i]=freePtr; in freeEntry()
271 setptr[i]=freePtr; in freeEntry()
317 int* newptr = setptr[n]; in freeEntry()
319 if (*setptr[0] > (long long)p) in freeEntry()
321 *setptr[0] = *newptr; in freeEntry()
324 *setptr[1] = *freePtr; in freeEntry()
328 *setptr[1] = *newptr; in freeEntry()
[all …]
/dports/misc/visp/visp-3.4.0/3rdparty/pthreads4w/
H A Dsched.h140 #define CPU_COUNT(setptr) (_sched_affinitycpucount(setptr)) argument
142 #define CPU_ZERO(setptr) (_sched_affinitycpuzero(setptr)) argument
144 #define CPU_SET(cpu, setptr) (_sched_affinitycpuset((cpu),(setptr))) argument
146 #define CPU_CLR(cpu, setptr) (_sched_affinitycpuclr((cpu),(setptr))) argument
148 #define CPU_ISSET(cpu, setptr) (_sched_affinitycpuisset((cpu),(setptr))) argument
/dports/devel/dev86/dev86-0.16.20/libc/string/
H A Dstrcspn.c17 register char *setptr; local
23 setptr = set;
25 if (*setptr == *string)
27 while (*setptr++);
/dports/japanese/skkinput/skkinput-2.06.4/
H A DFontMgr.c302 unsigned char ***setptr, **ptr ; in fontMgr_GetCharsetOfFontName() local
308 for( setptr = fontset_identifiers, charset_num = 0 ; in fontMgr_GetCharsetOfFontName()
310 setptr ++, charset_num ++ ){ in fontMgr_GetCharsetOfFontName()
312 for( ptr = *setptr ; *ptr != NULL ; ptr ++ ){ in fontMgr_GetCharsetOfFontName()
330 for( setptr = fontset_identifiers, charset_num = 0 ; in fontMgr_GetCharsetOfFontName()
332 setptr ++, charset_num ++ ){ in fontMgr_GetCharsetOfFontName()
334 for( ptr = *setptr ; *ptr != NULL ; ptr ++ ){ in fontMgr_GetCharsetOfFontName()
360 unsigned char ***setptr, **ptr, *string ; in fontMgr_GetFontName() local
365 setptr = fontset_identifiers ; in fontMgr_GetFontName()
375 for( ptr = *setptr ; *ptr != NULL ; ptr ++ ){ in fontMgr_GetFontName()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos ) in setptr() function
64 rc = setptr(thefile, *offset); in apr_file_seek()
68 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
74 rc = setptr(thefile, finfo.size + *offset); in apr_file_seek()
99 return setptr(fp, offset); in apr_file_trunc()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos ) in setptr() function
69 rc = setptr(thefile, *offset); in apr_file_seek()
73 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
79 rc = setptr(thefile, finfo.size + *offset); in apr_file_seek()
115 return setptr(fp, offset); in apr_file_trunc()
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos ) in setptr() function
70 rc = setptr(thefile, *offset); in apr_file_seek()
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset); in apr_file_seek()
80 rc = setptr(thefile, finfo.size + *offset); in apr_file_seek()
116 return setptr(fp, offset); in apr_file_trunc()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dassociated_target_6.f0318 procedure, pass(this), public :: setptr method
21 subroutine setptr( this, iptr ) subroutine
27 end subroutine setptr argument
44 call foo%setptr (i)

12345678910>>...27