HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/e2fsck/
mtrace.h 62 /* Re-allocate the previously allocated block
63 in __ptr_t, making the new block SIZE bytes long. */
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
101 receive a fragment of a block. Fragment sizes are powers of two,
102 and all fragments of a block are the same size. When all the
103 fragments in a block have been freed, the block itself is freed. */
117 /* Data structure giving per-block information. */
120 /* Heap information for a busy block. */
123 /* Zero for a large block, or positive giving th
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ElemDesc.java 50 /** Bit position if this element type is a block. */
51 static final int BLOCK = (1 << 3);
53 /** Bit position if this element type is a block form. */
56 /** Bit position if this element type is a block form field set. */
  /external/libvpx/vp8/encoder/
block.h 51 } BLOCK;
64 // 16 Y blocks, 4 U blocks, 4 V blocks, 1 DC 2nd order block each with 16 entries
65 BLOCK block[25]; member in struct:__anon5282
117 void (*quantize_b)(BLOCK *b, BLOCKD *d);
  /external/libxml2/
HTMLparser.c 483 #define BLOCK HEADING, LIST "pre", "p", "dl", "div", "center", "noscript", "noframes", "blockquote", "form", "isindex", "hr", "table", "fieldset", "address"
495 #define FLOW BLOCK,INLINE
586 static const char* const map_contents[] = { BLOCK, "area", NULL } ;
589 static const char* const blockli_elt[] = { BLOCK, "li", NULL } ;
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 375 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK,
  /external/expat/lib/
xmlparse.c 215 typedef struct block { struct
216 struct block *next;
219 } BLOCK;
222 BLOCK *blocks;
223 BLOCK *freeBlocks;
922 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 73 milliseconds