Home
last modified time | relevance | path

Searched refs:code_blocks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_markdown.c252 static int code_blocks, quote_blocks, list_blocks; variable
469 if (*s == '*' && !code_blocks) in md_rawword()
528 if (code_blocks) in md_word()
536 bs = escflags & ESC_BOL && !code_blocks; in md_word()
544 bs = escflags & ESC_BOL && !code_blocks; in md_word()
547 bs = escflags & ESC_HYP && !code_blocks; in md_word()
550 bs = escflags & ESC_NUM && !code_blocks; in md_word()
556 bs = !code_blocks; in md_word()
559 bs = escflags & ESC_NUM && !code_blocks; in md_word()
562 if (code_blocks == 0) { in md_word()
[all …]
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_xusb.c863 const u_int code_blocks = code_tag_blocks + code_size_blocks; in tegra_xusb_load_fw() local
893 __SHIFTIN(code_blocks, XUSB_CSB_FALCON_IMFILLRNG1_TAG_HI)); in tegra_xusb_load_fw()