Searched refs:ptr (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/common/test/ |
| H A D | phIOread.f | 10 real(c_double), pointer :: ptr(:,:) component 25 coords(1)%ptr => syncCoords 26 coords(2)%ptr => posixCoords 47 allocate( coords(i)%ptr(numpts(1),numpts(2)) ) 49 & c_loc(coords(i)%ptr(1,1)), ncoords(i), dataDbl, iotype) 59 if( coords(1)%ptr(i,j) .ne. coords(2)%ptr(i,j) ) then 65 deallocate(coords(1)%ptr) 66 deallocate(coords(2)%ptr)
|
| /phasta/svLS/ |
| H A D | LHS.f | 145 lhs%cS(1)%ptr = 1 148 lhs%cS(i)%ptr = j 150 lhs%cS(i)%ptr = lhs%cS(i-1)%ptr + lhs%cS(i-1)%n 175 lhs%mynNo = lhs%cS(tF)%ptr + lhs%cS(tF)%n - 1 211 i = lhs%cS(i)%ptr + lhs%cS(i)%n - 1 218 s = lhs%cS(i)%ptr 229 DO k=1, lhs%cS(tF)%ptr 244 DO k=1, lhs%cS(tF)%ptr
|
| H A D | INCOMMU.f | 62 i = cS(i)%ptr + cS(i)%n - 1 68 s = cS(i)%ptr 105 s = cS(i)%ptr 150 i = cS(i)%ptr + cS(i)%n - 1 156 s = cS(i)%ptr 193 s = cS(i)%ptr
|
| H A D | svLS_STRUCT.h | 100 INTEGER ptr
|
| /phasta/phSolver/common/ |
| H A D | missing_win32.c | 10 void bzero(void* ptr, size_t sz) { in bzero() argument 13 cptr = (char*) ptr; in bzero()
|
| /phasta/phastaIO/ |
| H A D | vtkPhastaReader.cxx | 521 char *temp, *ptr; in StrReverse() local 527 ptr=(char*)malloc(sizeof(char)*(len+1)); in StrReverse() 530 ptr[len-i-1]=str[i]; in StrReverse() 532 ptr[len]='\0'; in StrReverse() 533 return ptr; in StrReverse()
|