Searched defs:pbits (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4910 pcre_uint8 pbits[32]; local
4999 memcpy(pbits, cbits + posix_class_maps[posix_class],
5010 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
5012 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
5019 if (tabopt == 1) pbits[1] &= ~0x3c;
5020 else if (tabopt == 2) pbits[11] &= 0x7f;
5026 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c];
5028 for (c = 0; c < 32; c++) classbits[c] |= pbits[c];
/forgerock/web-agents-v4/source/
H A Dip.c298 static am_bool_t read_ip(const char * p, struct in_addr * n, int * pbits) { argument
299 *pbits = ipv4_pton(p, n);
300 if (*pbits == -1) {
322 * Initialize and read the ipv6 presentation, returning in pbits the number of masked (on) bits
326 static am_bool_t read_ip6(const char * p, struct in6_addr * n, int * pbits) { argument
327 *pbits = ipv6_pton(p, n);
328 if (*pbits == -1) {
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_cidr_pton.c85 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { argument
139 *pbits = bits;
152 inet_cidr_pton_ipv6(const char *src, u_char *dst, int *pbits) { argument
242 *pbits = bits;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c1019 int j, pbytes, pbits; local
1025 pbits = plen & 7;
1031 if (pbits == 0)
1035 mask = 0xff << (8 - pbits);
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c477 pbits(const uchar_t *cp, const int max, const int linelen) function
590 pbits((uchar_t *)cgp + off, cgp->cg_niblk / sizeof (char), 72);
596 pbits((uchar_t *)cgp + off, cgp->cg_ndblk / sizeof (char), 72);
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c95 static void pbits(FILE *out, const void *cp, const int max);
574 pbits(fout, cg_inosused(cgp), fsp->fs_ipg);
576 pbits(fout, cg_blksfree(cgp), fsp->fs_fpg);
608 pbits(fout, ocgp->cg_iused, fsp->fs_ipg);
610 pbits(fout, ocgp->cg_free, fsp->fs_fpg);
624 pbits(FILE *fout, const void *p, const int max) function
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_dsa.c391 unsigned pbits, padjlen; local
472 pbits = dca_bitlen(p, plen);
473 padjlen = dca_padfull(pbits);
492 PUTCTX16(reqp, CTX_DSAPLEN, pbits);
H A Ddca_rsa.c413 unsigned modbits, expbits, pbits, qbits; local
526 pbits = dca_bitlen(p, plen);
528 pfix = dca_padhalf(pbits);
554 PUTCTX16(reqp, CTX_RSAPLEN, pbits);
/illumos-gate/usr/src/uts/common/sys/
H A Dpriv_impl.h45 priv_chunk_t pbits[PRIV_SETSIZE]; member in struct:priv_set
104 #define __PRIV_ASSERT(a, b) ((a)->pbits[privword(b)] |= privmask(b))
105 #define __PRIV_CLEAR(a, b) ((a)->pbits[privword(b)] &= ~privmask(b))
106 #define __PRIV_ISASSERT(a, b) ((a)->pbits[privword(b)] & privmask(b))
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoip4.c41 * if pbits!=0 and no bits/mask specified then trailing 0's in addr
46 strtoip4(register const char* s, char** e, uint32_t* paddr, unsigned char* pbits) argument
98 if (pbits)
138 if (*pbits = bits)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2094 uint64_t parity_bits, pbits; local
2155 pbits = (parity_bits >>
2159 parity_bits_popc[pbits]) &
3993 uint64_t parity_bits, pbits, data_word; local
4044 pbits = parity_bits & PN_DC_DATA_PARITY_MASK;
4049 (pbits & 1)) {
4054 pbits >>= 1;
4069 pbits = (parity_bits >> (6 - word * 2)) & 3;
4071 parity_bits_popc[pbits]) & 1) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c329 static void pbits(unsigned char *, int);
4714 pbits((unsigned char *)cg_inosused(cg), fs->fs_ipg);
4716 pbits(cg_blksfree(cg), fs->fs_fpg);
4749 pbits(unsigned char *cp, int max) function

Completed in 2296 milliseconds