| /src/external/bsd/openldap/dist/libraries/libldap/ |
| abandon.c | 334 * idxp: pointer to location of value/insert point 342 ldap_int_bisect_find( ber_int_t *v, ber_len_t n, ber_int_t id, int *idxp ) 354 *idxp = 0; 357 *idxp = n; 380 *idxp = pos;
|
| ldap-int.h | 590 ldap_int_bisect_find( ber_int_t *v, ber_len_t n, ber_int_t id, int *idxp );
|
| /src/external/bsd/jemalloc/dist/src/ |
| sec.c | 67 uint8_t *idxp = tsd_sec_shardp_get(tsd); local 68 if (*idxp == (uint8_t)-1) { 80 *idxp = (uint8_t)idx; 82 return *idxp;
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| sec.c | 99 uint8_t *idxp = tsd_sec_shardp_get(tsd); local 100 if (*idxp == (uint8_t)-1) { 111 *idxp = (uint8_t)idx; 113 return &sec->shards[*idxp];
|
| /src/external/cddl/osnet/dist/common/nvpair/ |
| nvpair.c | 1619 char *idxp, *idxep; local 1652 idxp = strchr(np, '['); 1654 /* if sepp comes first, set idxp to NULL */ 1655 if (sepp && idxp && (sepp < idxp)) 1656 idxp = NULL; 1659 * At this point 'idxp' is set if there is an index 1662 if (idxp) { 1664 n = idxp++ - np; 1667 skip_whitespace(idxp); [all...] |
| /src/common/lib/libprop/ |
| prop_dictionary.c | 921 unsigned int *idxp) 938 if (idxp != NULL) 939 *idxp = idx; 949 if (idxp != NULL) 950 *idxp = idx;
|
| /src/lib/librumpuser/ |
| sp_common.c | 747 parseurl(const char *url, struct sockaddr **sap, unsigned *idxp, 789 *idxp = i;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| hashmap.c | 255 uint8_t *idxp) { 258 uint8_t idx = *idxp; 279 *idxp = idx;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 848 char *trunc, *idxp, *endp, *endp2; local 869 if ( (idxp = strchr( BVL_NAME( bvl ) + 2, IX_FSL )) != NULL && 870 (endp = strchr( ++idxp, IX_FSR )) != NULL && endp > idxp && 871 (eq_unsafe || idxp[-2] == '=' || endp + 1 == trunc) ) 874 bvl->inum = strtol( idxp, &endp2, 10 ); 876 trunc = idxp;
|
| /src/sys/arch/i386/pnpbios/ |
| pnpbios.c | 542 pnpbios_getnode(int flags, int *idxp, uint8_t *buf, size_t len) 555 *(short *)(pnpbios_scratchbuf + 0) = *idxp; 561 *idxp = *(short *)(pnpbios_scratchbuf + 0);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sched-rgn.cc | 1155 IDXP - pointer to the next available index in rgn_bb_table. 1161 extend_rgns (int *degree, int *idxp, sbitmap header, int *loop_hdr) 1163 int *order, i, idx = *idxp, iter = 0, max_iter, *max_hdr; 1404 *idxp = idx;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sched-rgn.cc | 1153 IDXP - pointer to the next available index in rgn_bb_table. 1159 extend_rgns (int *degree, int *idxp, sbitmap header, int *loop_hdr) 1161 int *order, i, rescan = 0, idx = *idxp, iter = 0, max_iter, *max_hdr; 1401 *idxp = idx;
|