| /src/external/mit/isl/dist/ |
| isl_sort.h | 6 int isl_sort(void *const pbase, size_t total_elems, size_t size,
|
| isl_sort.c | 153 int isl_sort(void *const pbase, size_t total_elems, size_t size, 156 return MergeSort (pbase, total_elems, size, cmp, arg);
|
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| systembuf.cpp | 143 ssize_t cnt = pptr() - pbase(); 146 ok = ::write(_pimpl->_fd, pbase(), cnt) == cnt;
|
| /src/external/bsd/top/dist/machine/ |
| m_hpux8.c | 225 static struct proc *pbase; variable in typeref:struct:proc 301 pbase = (struct proc *)malloc(bytes); 306 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL) 431 (void) getkval(proc, (int *)pbase, bytes, "proc array"); 433 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1) 434 pbase[i].p_upreg = (preg_t *) 0; 436 pbase[i].p_upreg = (preg_t *) &pst[i]; 437 pbase[i].p_nice = pst[i].pst_nice; 438 pbase[i].p_cpticks = pst[i].pst_cpticks; 456 for (pp = pbase, i = 0; i < nproc; pp++, i++ [all...] |
| m_hpux9.c | 237 static struct proc *pbase; variable in typeref:struct:proc 313 pbase = (struct proc *)malloc(bytes); 318 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL) 443 (void) getkval(proc, (int *)pbase, bytes, "proc array"); 445 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1) 446 pbase[i].p_upreg = (preg_t *) 0; 448 pbase[i].p_upreg = (preg_t *) &pst[i]; 449 pbase[i].p_nice = pst[i].pst_nice; 450 pbase[i].p_cpticks = pst[i].pst_cpticks; 468 for (pp = pbase, i = 0; i < nproc; pp++, i++ [all...] |
| m_irix5.c | 183 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo 248 pbase = (struct prpsinfo *) malloc (bytes); 253 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL || 382 getptable (pbase); 398 for (pp = pbase, i = 0; i < nproc; pp++, i++) { 579 for (i = 0, p = pbase; i < nproc; i++, p++)
|
| m_svr4.c | 186 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo 245 pbase = (struct prpsinfo *) malloc (bytes); 249 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL) 377 getptable (pbase); 393 for (pp = pbase, i = 0; i < nproc; pp++, i++) 661 for (i = 0, p = pbase; i < nproc; i++, p++)
|
| m_hpux7.c | 236 static struct proc *pbase; variable in typeref:struct:proc 340 pbase = (struct proc *)malloc(bytes); 344 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL) 473 (void) getkval(proc, (int *)pbase, bytes, "proc array"); 489 for (pp = pbase, i = 0; i < nproc; pp++, i++)
|
| m_sunos4.c | 269 static struct proc *pbase; variable in typeref:struct:proc 372 pbase = (struct proc *)malloc(bytes); 376 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL) 586 (void) getkval(proc, (int *)pbase, bytes, "proc array"); 602 for (pp = pbase, i = 0; i < nproc; pp++, i++)
|
| m_irixsgi.c | 191 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo 317 if (pbase != NULL) /* && n_active < ptable_size */ 324 pbase = (struct prpsinfo *) 333 if (pbase == NULL || pref == NULL || oldbase == NULL) { 472 getptable(pbase); 486 for (pp = pbase, i = 0; i < nproc; pp++, i++) { 913 for (i = 0, p = pbase; i < nproc; i++, p++)
|
| m_svr5.c | 211 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo 275 pbase = (struct prpsinfo *) malloc (bytes); 282 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL) 393 getptable (pbase); 411 for (pp = pbase, i = 0; i < nproc; pp++, i++) 988 for (i = 0, p = pbase; i < nproc; i++, p++) 1097 pbase = (struct prpsinfo *) realloc(pbase, bytes); 1102 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| strstream.cc | 136 { return pptr() ? pptr() - pbase() : 0; } 147 ptrdiff_t old_size = epptr() - pbase(); 153 memcpy(buf, pbase(), old_size); 154 char* old_buffer = pbase(); 271 if (seeklow + off < pbase()) 278 setp(pbase(), epptr()); 279 __safe_pbump(off - (pbase() - seeklow));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| strstream.cc | 136 { return pptr() ? pptr() - pbase() : 0; } 147 ptrdiff_t old_size = epptr() - pbase(); 153 memcpy(buf, pbase(), old_size); 154 char* old_buffer = pbase(); 271 if (seeklow + off < pbase()) 278 setp(pbase(), epptr()); 279 __safe_pbump(off - (pbase() - seeklow));
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| strstream.cpp | 149 return static_cast<int>(pptr() - pbase()); 178 ptrdiff_t nout = pptr() - pbase(); 281 // min(pbase, newpos), newpos, epptr() 283 setp(min(pbase(), newpos), epptr()); 284 __pbump((epptr() - pbase()) - __off); 311 // min(pbase, newpos), newpos, epptr() 313 setp(min(pbase(), newpos), epptr()); 314 __pbump((epptr() - pbase()) - temp);
|
| /src/common/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 217 if (this->pbase()) 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) 229 int bytes_to_write = this->pptr() - this->pbase(); 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 239 // Reset next pointer to point to pbase on success 353 if (!this->pbase())
|
| /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 217 if (this->pbase()) 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) 229 int bytes_to_write = this->pptr() - this->pbase(); 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 239 // Reset next pointer to point to pbase on success 353 if (!this->pbase())
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 217 if (this->pbase()) 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) 229 int bytes_to_write = this->pptr() - this->pbase(); 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 239 // Reset next pointer to point to pbase on success 353 if (!this->pbase())
|
| /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 217 if (this->pbase()) 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) 229 int bytes_to_write = this->pptr() - this->pbase(); 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 239 // Reset next pointer to point to pbase on success 353 if (!this->pbase())
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/ |
| zfstream.cc | 217 if (this->pbase()) 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) 229 int bytes_to_write = this->pptr() - this->pbase(); 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) 239 // Reset next pointer to point to pbase on success 353 if (!this->pbase())
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-qsort_r.c | 99 _quicksort (void *const pbase, size_t total_elems, size_t size, 102 char *base_ptr = (char *) pbase;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-qsort_r.c | 99 _quicksort (void *const pbase, size_t total_elems, size_t size, 102 char *base_ptr = (char *) pbase;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-qsort_r.c | 99 _quicksort (void *const pbase, size_t total_elems, size_t size, 102 char *base_ptr = (char *) pbase;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-qsort_r.c | 99 _quicksort (void *const pbase, size_t total_elems, size_t size, 102 char *base_ptr = (char *) pbase;
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| rule.c | 55 struct rewrite_action **pbase, 61 assert( pbase != NULL ); 64 for ( pa = pbase; *pa != NULL; pa = &(*pa)->la_next );
|
| /src/external/bsd/atf/dist/tools/ |
| io.cpp | 213 ssize_t cnt = pptr() - pbase(); 216 ok = ::write(m_handle, pbase(), cnt) == cnt;
|