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

  /external/opencore/engines/author/test/src/
test_pv_author_engine_logger.cpp 196 uint32 node_size = marker - buf; local
198 oscl_strncpy(node, buf, node_size);
199 *(node + node_size) = '\0';
  /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 250 milliseconds