Searched refs:nbits (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c334 int parsebits(struct function *fp, char *bitstring, int nbits);
335 int parseentrybits(struct entry *ep, char *bitstring, int nbits, int issplice);
342 int parsebitsplice(struct function *fp, char *bitstring, int nbits,
352 void showbits(FILE *f, struct entry *ep, int nbits, bits highlight);
389 bits allbitsset(int nbits);
563 /* A function in the description file. nbits and nargs are -1 until the
569 int nbits; /* Number of bits in the bitpattern, 0 if none. */ member in struct:function
596 fp->nbits = fp->nargs = -1; /* nbits will be set correctly later. */
616 if (fp->nbits !
690 parsebits(struct function *fp, char *bitstring, int nbits) argument
706 parseentrybits(struct entry *ep, char *bitstring, int nbits, int issplice) argument
1136 int nbits; member in struct:bitsplice
1150 parsebitsplice(struct function *fp, char *bitstring, int nbits, struct string *sp) argument
1401 showbits(FILE *f, struct entry *ep, int nbits, bits highlight) argument
2138 int nbits; local
2325 int nbits; local
2335 allbitsset(int nbits) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_disasm.c195 bits nbits)
199 sign = 1 << (nbits - 1);
193 brdispl( bits displ, bits nbits) argument
H A Dpmap.c351 unsigned int i, num, mapsize, vmpagesz, vmmapsz, nbits; local
391 nbits = cntlzw(((msize << 1) - 1) >> 32); /* Get first bit in upper half */
392 if (nbits == 32) /* If upper half was empty, find bit in bottom half */
393 nbits = nbits + cntlzw((uint_t)((msize << 1) - 1));
394 tmemsize = 0x8000000000000000ULL >> nbits; /* Get memory size rounded up to power of 2 */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c5147 uint nbits; local
5259 nbits = 1;
5261 nbits += 32;
5265 nbits += 16;
5269 nbits += 8;
5273 nbits += 4;
5277 nbits += 2;
5281 nbits += 1;
5283 *ap->a_retval = nbits;

Completed in 48 milliseconds