Searched refs:countp (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/sys/rump/librump/rumpkern/
H A Dklock.c114 _kernel_unlock(int nlocks, int *countp) argument
119 if (countp)
120 *countp = 0;
124 if (countp)
125 *countp = giantcnt;
151 rump_user_unschedule(int nlocks, int *countp, void *interlock) argument
154 _kernel_unlock(nlocks, countp);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsort.c88 unsigned int *countp; local
118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp)
119 *countp += countp[-1];
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dmini-random.h25 void mini_rrandomb_export (mpz_t r, void *dst, size_t *countp,
H A Dhex-random.h35 char *hex_rrandomb_export (void *dst, size_t *countp,
H A Dmini-random.c54 mini_rrandomb_export (mpz_t r, void *dst, size_t *countp, argument
58 s = hex_rrandomb_export (dst, countp, order, size, endian, bits);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_common.c93 * A count of restarts is output via the `countp' argument, if it is
105 restarter(krb5_context context, size_t *countp) argument
150 if (countp != NULL)
151 *countp = count;
261 if (countp != NULL)
262 *countp = 0;
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dexport.c48 mpz_export (void *data, size_t *countp, int order, argument
62 if (countp == NULL)
63 countp = &dummy;
68 *countp = 0;
76 *countp = count;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dpagectrl.c186 ber_int_t *countp,
216 if ( countp != NULL ) {
217 *countp = (unsigned long)count;
241 ber_int_t *countp,
264 ld->ld_errno = ldap_parse_pageresponse_control( ld, c, countp, &cookie );
183 ldap_parse_pageresponse_control( LDAP *ld, LDAPControl *ctrl, ber_int_t *countp, struct berval *cookie ) argument
238 ldap_parse_page_control( LDAP *ld, LDAPControl **ctrls, ber_int_t *countp, struct berval **cookiep ) argument
/netbsd-current/sys/kern/
H A Dkern_lock.c330 _kernel_unlock(int nlocks, int *countp) argument
343 if (countp != NULL)
344 *countp = 0;
374 if (countp != NULL)
375 *countp = olocks;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdataset.c313 unsigned int options, unsigned int *countp, void **state) {
339 REQUIRE(countp != NULL);
359 countp));
524 *countp += count;
533 *countp += added;
539 *countp = 0;
557 unsigned int *countp) {
559 order_arg, false, options, countp, NULL));
567 unsigned int *countp, void **state) {
570 order_arg, true, options, countp, stat
310 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) argument
553 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) argument
563 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) 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) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdataset.c311 unsigned int options, unsigned int *countp, void **state) {
337 REQUIRE(countp != NULL);
357 countp));
522 *countp += count;
531 *countp += added;
537 *countp = 0;
555 unsigned int *countp) {
557 order_arg, false, options, countp, NULL));
565 unsigned int *countp, void **state) {
568 order_arg, true, options, countp, stat
308 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) argument
551 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) argument
561 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) argument
572 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) argument
[all...]
/netbsd-current/sys/ufs/ffs/
H A Dffs_wapbl.c537 daddr_t *startp, size_t *countp, size_t *blksizep, uint64_t *extradatap)
550 *countp = fs->fs_journallocs[UFS_WAPBL_EPART_COUNT];
553 "blksize = %zu\n", *startp, *countp, *blksizep);
559 *countp = fs->fs_journallocs[UFS_WAPBL_INFS_COUNT];
562 "blksize = %zu\n", *startp, *countp, *blksizep);
595 *countp = (logend - logstart);
600 *countp = dbtob(*countp) / secsize;
603 fs->fs_journallocs[UFS_WAPBL_EPART_COUNT] = *countp;
614 startp, countp, extradata
536 wapbl_log_position(struct mount *mp, struct fs *fs, struct vnode *devvp, daddr_t *startp, size_t *countp, size_t *blksizep, uint64_t *extradatap) argument
643 wapbl_create_infs_log(struct mount *mp, struct fs *fs, struct vnode *devvp, daddr_t *startp, size_t *countp, uint64_t *extradatap) argument
701 wapbl_allocate_log_file(struct mount *mp, struct vnode *vp, daddr_t *startp, size_t *countp, uint64_t *extradatap) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dncache.h106 unsigned int *countp);
114 *\li The number of RRs added to target will be added to *countp.
121 *\li 'countp' is a valid pointer.
128 *\li *countp has been incremented by the number of RRs added to
H A Drdataset.h376 unsigned int options, unsigned int *countp);
384 *\li The number of RRs added to target will be added to *countp.
391 *\li 'countp' is a valid pointer.
398 *\li *countp has been incremented by the number of RRs added to
414 unsigned int *countp);
430 unsigned int *countp, void **state);
444 *\li #ISC_R_NOSPACE if unable to fit in all of the records. *countp
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dncache.h105 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
H A Drdataset.h383 unsigned int options, unsigned int *countp);
391 *\li The number of RRs added to target will be added to *countp.
398 *\li 'countp' is a valid pointer.
405 *\li *countp has been incremented by the number of RRs added to
421 unsigned int *countp);
437 unsigned int *countp, void **state);
451 *\li #ISC_R_NOSPACE if unable to fit in all of the records. *countp
/netbsd-current/external/mpl/bind/dist/bin/named/include/named/
H A Dconfig.h60 isc_sockaddr_t **addrsp, uint32_t *countp);
/netbsd-current/sys/lib/libkern/
H A Dstrlist.c200 const char * const str, int * const indexp, unsigned int * const countp,
231 if (countp == NULL) {
237 if (countp != NULL) {
238 *countp = i;
199 strlist_match_internal(const char * const sl, size_t slsize, const char * const str, int * const indexp, unsigned int * const countp, bool (*match_fn)(const char *, const char *)) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c422 tree *countp = gimple_call_arg_ptr (stmt, 2); local
423 gcc_assert (TREE_CODE (*countp) == INTEGER_CST);
424 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc578 tree *countp = gimple_call_arg_ptr (stmt, 2); local
579 gcc_assert (TREE_CODE (*countp) == INTEGER_CST);
580 *countp = wide_int_to_tree (TREE_TYPE (*countp), (TREE_INT_CST_LOW (*countp)

Completed in 421 milliseconds

123