HomeSort by relevance Sort by last modified time
    Searched refs:node_size (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/cache/
ftcmru.c 266 else if ( FT_ALLOC( node, list->clazz.node_size ) )
  /external/v8/src/
spaces.cc     [all...]
spaces.h     [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 556 __u16 node_size; member in struct:hfsplus_bheader_record
probe.c     [all...]
  /external/bluetooth/glib/gobject/
gtype.c 387 guint i, node_size = 0; local
392 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */
393 node_size += SIZEOF_BASE_TYPE_NODE (); /* TypeNode structure */
394 node_size += (sizeof (GType) * (1 + n_supers + 1)); /* self + ancestors + (0) for ->supers[] */
395 node = g_malloc0 (node_size);
    [all...]

Completed in 73 milliseconds