Searched refs:mant (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | libman.h | 43 enum mant tok, \ 69 int man_block_alloc(struct man *, int, int, enum mant); 70 int man_head_alloc(struct man *, int, int, enum mant); 71 int man_tail_alloc(struct man *, int, int, enum mant); 72 int man_body_alloc(struct man *, int, int, enum mant); 73 int man_elem_alloc(struct man *, int, int, enum mant); 76 enum mant man_hash_find(const char *);
|
H A D | man_hash.c | 84 enum mant 88 enum mant tok; in man_hash_find() 101 tok = (enum mant)y; in man_hash_find()
|
H A D | man_macro.c | 47 struct man *, enum mant); 48 static enum rew rew_dohalt(enum mant, enum man_type, 50 static enum rew rew_block(enum mant, enum man_type, 157 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block() 173 rew_dohalt(enum mant tok, enum man_type type, const struct man_node *n) in rew_dohalt() 247 rew_scope(enum man_type type, struct man *man, enum mant tok) in rew_scope() 283 enum mant ntok; in blk_close()
|
H A D | man.c | 50 enum man_type, enum mant); 239 enum man_type type, enum mant tok) in man_node_alloc() 257 man_elem_alloc(struct man *man, int line, int pos, enum mant tok) in man_elem_alloc() 270 man_tail_alloc(struct man *man, int line, int pos, enum mant tok) in man_tail_alloc() 283 man_head_alloc(struct man *man, int line, int pos, enum mant tok) in man_head_alloc() 296 man_body_alloc(struct man *man, int line, int pos, enum mant tok) in man_body_alloc() 309 man_block_alloc(struct man *man, int line, int pos, enum mant tok) in man_block_alloc() 492 enum mant tok; in man_pmacro()
|
H A D | man.h | 20 enum mant { enum 90 enum mant tok; /* tok or MAN__MAX if none */
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | g721.c | 376 short mant; /* Fractional part of base 2 log. */ in _g721_quantize() local 393 mant = ((dqm << 7) >> exp) & 0x7F; /* Fractional portion. */ in _g721_quantize() 394 dl = (exp << 7) + mant; in _g721_quantize()
|
H A D | g723.c | 375 short mant; /* Fractional part of base 2 log. */ in _g723_quantize() local 392 mant = ((dqm << 7) >> exp) & 0x7F; /* Fractional portion. */ in _g723_quantize() 393 dl = (exp << 7) + mant; in _g723_quantize()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | igmp.c | 646 uint_t hdrval, mant, exp; in igmpv3_query_in() local 648 mant = hdrval & IGMP_V3_MAXRT_MANT_MASK; in igmpv3_query_in() 650 mrd = (mant | 0x10) << (exp + 3); in igmpv3_query_in() 665 uint_t hdrval, mant, exp; in igmpv3_query_in() local 667 mant = hdrval & IGMP_V3_QQI_MANT_MASK; in igmpv3_query_in() 669 qqi = (mant | 0x10) << (exp + 3); in igmpv3_query_in() 2326 uint_t hdrval, mant, exp; in mldv2_query_in() local 2328 mant = hdrval & MLD_V2_MAXRT_MANT_MASK; in mldv2_query_in() 2330 mrd = (mant | 0x1000) << (exp + 3); in mldv2_query_in() 2345 uint_t mant, exp; in mldv2_query_in() local [all …]
|