Searched refs:elemtype (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | mdoc_html.c | 829 enum htmltag elemtype; in mdoc_bl_pre() local 846 elemtype = TAG_UL; in mdoc_bl_pre() 851 elemtype = TAG_UL; in mdoc_bl_pre() 855 elemtype = TAG_UL; in mdoc_bl_pre() 859 elemtype = TAG_OL; in mdoc_bl_pre() 863 elemtype = TAG_DL; in mdoc_bl_pre() 867 elemtype = TAG_DL; in mdoc_bl_pre() 871 elemtype = TAG_DL; in mdoc_bl_pre() 875 elemtype = TAG_DL; in mdoc_bl_pre() 885 elemtype = TAG_TABLE; in mdoc_bl_pre() [all …]
|
| H A D | html.c | 808 print_otag_id(struct html *h, enum htmltag elemtype, const char *cattr, in print_otag_id() argument 821 if (href != NULL && htmltags[elemtype].flags & HTML_INPHRASE) in print_otag_id() 823 t = print_otag(h, elemtype, "ci", cattr, id); in print_otag_id() 829 htmltags[elemtype].flags & HTML_TOPHRASE) in print_otag_id()
|
| /src/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 1130 const struct atype_info *elemtype, void **seq_out, 1459 const struct atype_info *elemtype, void **seq_out, in decode_sequence_of() argument 1474 if (!check_atype_tag(elemtype, &t)) { in decode_sequence_of() 1478 newseq = realloc(seq, (count + 1) * elemtype->size); in decode_sequence_of() 1484 elem = (char *)seq + count * elemtype->size; in decode_sequence_of() 1485 memset(elem, 0, elemtype->size); in decode_sequence_of() 1486 ret = decode_atype(&t, contents, clen, elemtype, elem); in decode_sequence_of() 1496 free_sequence_of(elemtype, seq, count); in decode_sequence_of()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 388 EVT elemtype = vtparts[i]; in printReturnValStr() local 391 elemtype = vtparts[i].getVectorElementType(); in printReturnValStr() 395 unsigned sz = elemtype.getSizeInBits(); in printReturnValStr() 396 if (elemtype.isInteger()) in printReturnValStr() 1677 EVT elemtype = vtparts[i]; in emitFunctionParamList() local 1680 elemtype = vtparts[i].getVectorElementType(); in emitFunctionParamList() 1684 unsigned sz = elemtype.getSizeInBits(); in emitFunctionParamList() 1685 if (elemtype.isInteger()) in emitFunctionParamList()
|