| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | klock.c | 114 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() argument 119 if (countp) in _kernel_unlock() 120 *countp = 0; in _kernel_unlock() 124 if (countp) in _kernel_unlock() 125 *countp = giantcnt; in _kernel_unlock() 151 rump_user_unschedule(int nlocks, int *countp, void *interlock) in rump_user_unschedule() argument 154 _kernel_unlock(nlocks, countp); in rump_user_unschedule()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | sort.c | 88 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | sort.c | 88 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()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | sort.c | 88 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | sort.c | 88 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()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_wapbl.c | 541 daddr_t *startp, size_t *countp, size_t *blksizep, uint64_t *extradatap) in wapbl_log_position() 554 *countp = fs->fs_journallocs[UFS_WAPBL_EPART_COUNT]; in wapbl_log_position() 557 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position() 563 *countp = fs->fs_journallocs[UFS_WAPBL_INFS_COUNT]; in wapbl_log_position() 566 "blksize = %zu\n", *startp, *countp, *blksizep); in wapbl_log_position() 599 *countp = (logend - logstart); in wapbl_log_position() 604 *countp = dbtob(*countp) / secsize; in wapbl_log_position() 607 fs->fs_journallocs[UFS_WAPBL_EPART_COUNT] = *countp; in wapbl_log_position() 618 startp, countp, extradata in wapbl_log_position() 537 wapbl_log_position(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,size_t * blksizep,uint64_t * extradatap) wapbl_log_position() argument 644 wapbl_create_infs_log(struct mount * mp,struct fs * fs,struct vnode * devvp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_create_infs_log() argument 702 wapbl_allocate_log_file(struct mount * mp,struct vnode * vp,daddr_t * startp,size_t * countp,uint64_t * extradatap) wapbl_allocate_log_file() argument [all...] |
| H A D | ffs_inode.c | 627 int level, int64_t *countp) in ffs_indirtrunc() argument 750 (daddr_t)-1, level - 1, countp); in ffs_indirtrunc() 766 *countp += nblocks; in ffs_indirtrunc() 777 last, level - 1, countp); in ffs_indirtrunc()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | ipropd_common.c | 105 restarter(krb5_context context, size_t *countp) in restarter() argument 150 if (countp != NULL) in restarter() 151 *countp = count; in restarter() 261 if (countp != NULL) in restarter() 262 *countp = 0; in restarter()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | pagectrl.c | 186 ber_int_t *countp, in ldap_parse_pageresponse_control() argument 216 if ( countp != NULL ) { in ldap_parse_pageresponse_control() 217 *countp = (unsigned long)count; in ldap_parse_pageresponse_control() 241 ber_int_t *countp, in ldap_parse_page_control() argument 264 ld->ld_errno = ldap_parse_pageresponse_control( ld, c, countp, &cookie ); in ldap_parse_page_control()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | export.c | 48 mpz_export (void *data, size_t *countp, int order, in mpz_export() argument 62 if (countp == NULL) in mpz_export() 63 countp = &dummy; in mpz_export() 68 *countp = 0; in mpz_export() 76 *countp = count; in mpz_export()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | rdataset.c | 244 unsigned int options, unsigned int *countp, in dns_rdataset_clone() 269 REQUIRE(countp != NULL); in dns_rdataset_next() 289 countp); 454 *countp += count; in towiresorted() 462 *countp += added; in towiresorted() 467 *countp = 0; in towiresorted() 485 unsigned int *countp) { in towiresorted() 487 order_arg, false, options, countp, NULL); in towiresorted() 495 unsigned int *countp, void **state) { in towiresorted() 498 order_arg, true, options, countp, stat in towiresorted() 311 towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,bool partial,unsigned int options,unsigned int * countp,void ** state) towiresorted() argument 555 dns_rdataset_towiresorted(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp) dns_rdataset_towiresorted() argument 565 dns_rdataset_towirepartial(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,dns_rdatasetorderfunc_t order,const void * order_arg,unsigned int options,unsigned int * countp,void ** state) dns_rdataset_towirepartial() argument 574 dns_rdataset_towire(dns_rdataset_t * rdataset,const dns_name_t * owner_name,dns_compress_t * cctx,isc_buffer_t * target,unsigned int options,unsigned int * countp) dns_rdataset_towire() argument [all...] |
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | rdataset.c | 313 unsigned int options, unsigned int *countp, void **state) { in towiresorted() argument 339 REQUIRE(countp != NULL); in towiresorted() 359 countp)); in towiresorted() 524 *countp += count; in towiresorted() 533 *countp += added; in towiresorted() 539 *countp = 0; in towiresorted() 557 unsigned int *countp) { in dns_rdataset_towiresorted() argument 559 order_arg, false, options, countp, NULL)); in dns_rdataset_towiresorted() 567 unsigned int *countp, void **state) { in dns_rdataset_towirepartial() argument 570 order_arg, true, options, countp, state)); in dns_rdataset_towirepartial() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | kern_lock.c | 330 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock() argument 343 if (countp != NULL) in _kernel_unlock() 344 *countp = 0; in _kernel_unlock() 374 if (countp != NULL) in _kernel_unlock() 375 *countp = olocks; in _kernel_unlock()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | rdataset.h | 376 unsigned int options, unsigned int *countp); 414 unsigned int *countp); 430 unsigned int *countp, void **state);
|
| H A D | ncache.h | 106 unsigned int *countp);
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | strlist.c | 200 const char * const str, int * const indexp, unsigned int * const countp, in strlist_match_internal() argument 231 if (countp == NULL) { in strlist_match_internal() 237 if (countp != NULL) { in strlist_match_internal() 238 *countp = i; in strlist_match_internal()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | rdataset.h | 464 unsigned int options, unsigned int *countp); 472 *\li The number of RRs added to target will be added to *countp. 479 *\li 'countp' is a valid pointer. 486 *\li *countp has been incremented by the number of RRs added to 502 unsigned int *countp); 518 unsigned int *countp, void **state); 532 *\li #ISC_R_NOSPACE if unable to fit in all of the records. *countp
|
| H A D | ncache.h | 105 unsigned int *countp); 113 *\li The number of RRs added to target will be added to *countp. 120 *\li 'countp' is a valid pointer. 127 *\li *countp has been incremented by the number of RRs added to
|
| /netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| H A D | mini-random.c | 54 mini_rrandomb_export (mpz_t r, void *dst, size_t *countp, in mini_rrandomb_export() argument 58 s = hex_rrandomb_export (dst, countp, order, size, endian, bits); in mini_rrandomb_export()
|
| H A D | mini-random.h | 25 void mini_rrandomb_export (mpz_t r, void *dst, size_t *countp,
|
| H A D | hex-random.h | 35 char *hex_rrandomb_export (void *dst, size_t *countp,
|
| /netbsd-src/external/mit/isl/dist/imath/ |
| H A D | gmp_compat.c | 655 void *GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, in GMPZAPI() 674 if (countp) *countp = 0; in GMPZAPI() 729 if (countp) *countp = num_words; in GMPZAPI()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-dse.c | 422 tree *countp = gimple_call_arg_ptr (stmt, 2); in decrement_count() local 423 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); in decrement_count() 424 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp) in decrement_count()
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_inode.c | 498 int level, long *countp) in ext2fs_indirtrunc() argument 548 *countp = 0; in ext2fs_indirtrunc() 609 *countp = blocksreleased; in ext2fs_indirtrunc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-dse.cc | 581 tree *countp = gimple_call_arg_ptr (stmt, 2); in decrement_count() local 582 gcc_assert (TREE_CODE (*countp) == INTEGER_CST); in decrement_count() 583 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp) in decrement_count()
|