Home
last modified time | relevance | path

Searched refs:M_BLOCK (Results 1 – 3 of 3) sorted by relevance

/external/bzip2/
Dunzcrash.c35 #define M_BLOCK 1000000 macro
39 #define M_BLOCK_OUT (M_BLOCK + 1000000)
40 uchar inbuf[M_BLOCK];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
92 nIn = fread ( inbuf, 1, M_BLOCK, f ); in main()
95 nZ = M_BLOCK; in main()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DHTMLSchema.java40 elementType("address", M_PCDATA|M_INLINE|M_P, M_BLOCK, 0); in HTMLSchema()
41 elementType("applet", M_PCDATA|M_PARAM|M_INLINE|M_BLOCK, M_INLINE|M_NOLINK, 0); in HTMLSchema()
50 elementType("blockquote", M_PCDATA|M_INLINE|M_BLOCK, M_BLOCK, 0); in HTMLSchema()
51 elementType("body", M_PCDATA|M_INLINE|M_BLOCK, M_HTML|M_BODY, 0); in HTMLSchema()
53 elementType("button", M_PCDATA|M_INLINE|M_BLOCK, M_INLINE|M_NOLINK, 0); in HTMLSchema()
56 elementType("center", M_PCDATA|M_INLINE|M_BLOCK, M_BLOCK, 0); in HTMLSchema()
62 elementType("dd", M_PCDATA|M_INLINE|M_BLOCK, M_DEF, 0); in HTMLSchema()
63 elementType("del", M_PCDATA|M_INLINE|M_BLOCK, M_INLINE|M_BLOCKINLINE|M_BLOCK, F_RESTART); in HTMLSchema()
65 elementType("dir", M_LI, M_BLOCK, 0); in HTMLSchema()
66 elementType("div", M_PCDATA|M_INLINE|M_BLOCK, M_BLOCK, 0); in HTMLSchema()
[all …]
DHTMLModels.java28 public static final int M_BLOCK = 1 << 2; field