Home
last modified time | relevance | path

Searched refs:countp (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dsort.c88 unsigned int *countp; in sort_pointers() local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) in sort_pointers()
119 *countp += countp[-1]; in sort_pointers()
/openbsd/src/usr.bin/dig/lib/dns/
Drdataset.c196 dns_compress_t *cctx, isc_buffer_t *target, unsigned int *countp) in towiresorted() argument
215 REQUIRE(countp != NULL); in towiresorted()
353 *countp += count; in towiresorted()
361 *countp = 0; in towiresorted()
377 unsigned int *countp) in dns_rdataset_towiresorted() argument
379 return (towiresorted(rdataset, owner_name, cctx, target, countp)); in dns_rdataset_towiresorted()
387 unsigned int *countp) in dns_rdataset_towire() argument
389 return (towiresorted(rdataset, owner_name, cctx, target, countp)); in dns_rdataset_towire()
Dmessage.c1565 unsigned int reserved, unsigned int *countp) in renderset() argument
1577 cctx, target, countp); in renderset()
/openbsd/src/usr.bin/dig/lib/dns/include/dns/
Drdataset.h256 unsigned int *countp);
294 unsigned int *countp);
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_inode.c422 …2fs_indirtrunc(struct inode *ip, int32_t lbn, int32_t dbn, int32_t lastbn, int level, long *countp) in ext2fs_indirtrunc() argument
469 *countp = 0; in ext2fs_indirtrunc()
528 *countp = blocksreleased; in ext2fs_indirtrunc()
/openbsd/src/sys/ufs/ffs/
Dffs_inode.c405 daddr_t lastbn, int level, long *countp) in ffs_indirtrunc() argument
456 *countp = 0; in ffs_indirtrunc()
530 *countp = blocksreleased; in ffs_indirtrunc()
/openbsd/src/gnu/usr.bin/cvs/src/
Dbuffer.c683 buf_input_data (buf, countp) in buf_input_data() argument
685 int *countp;
690 if (countp != NULL)
691 *countp = 0;
732 if (countp != NULL)
733 *countp += nbytes;
/openbsd/src/usr.bin/vi/vi/
Dvi.c1123 v_count(SCR *sp, CHAR_T fkey, u_long *countp) in v_count() argument
1151 *countp = count; in v_count()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dwrite.c370 int *countp = (int *) countparg; in renumber_sections() local
372 sec->index = *countp; in renumber_sections()
373 ++*countp; in renumber_sections()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c575 giter_count (struct thread_info *thread, void *countp) in giter_count() argument
577 (*(int *) countp)++; in giter_count()
/openbsd/src/gnu/usr.bin/binutils/gas/
Dwrite.c443 int *countp = (int *) countparg; in renumber_sections() local
445 sec->index = *countp; in renumber_sections()
446 ++*countp; in renumber_sections()