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

  /external/e2fsprogs/lib/ss/
invocation.c 29 register ss_data *new_table; local
34 new_table = (ss_data *) malloc(sizeof(ss_data));
51 table[sci_idx] = new_table;
53 new_table->subsystem_name = subsystem_name;
54 new_table->subsystem_version = version_string;
55 new_table->argv = (char **)NULL;
56 new_table->current_request = (char *)NULL;
57 new_table->info_dirs = (char **)malloc(sizeof(char *));
58 *new_table->info_dirs = (char *)NULL;
59 new_table->info_ptr = info_ptr
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first); local
56 if (new_table) {
57 new_size = new_table->DataLength();
  /external/valgrind/callgrind/
jumps.c 86 jCC** new_table; local
91 new_table = (jCC**) CLG_MALLOC("cl.jumps.rjt.1",
95 new_table[i] = NULL;
107 curr_jcc->next_hash = new_table[new_idx];
108 new_table[new_idx] = curr_jcc;
127 current_jccs.table = new_table;
bb.c 70 BB **new_table, *curr, *next; local
74 new_table = (BB**) CLG_MALLOC("cl.bb.rbt.1",
78 new_table[i] = NULL;
89 curr->next = new_table[new_idx];
90 new_table[new_idx] = curr;
109 bbs.table = new_table;
context.c 89 Context **new_table, *curr, *next; local
93 new_table = (Context**) CLG_MALLOC("cl.context.rct.1",
97 new_table[i] = NULL;
108 curr->next = new_table[new_idx];
109 new_table[new_idx] = curr;
128 cxts.table = new_table;
bbcc.c 196 BBCC** new_table; local
201 new_table = (BBCC**) CLG_MALLOC("cl.bbcc.rbh.1",
205 new_table[i] = NULL;
218 curr_BBCC->next = new_table[new_idx];
219 new_table[new_idx] = curr_BBCC;
238 current_bbccs.table = new_table;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 268 Ptr<EblcTable> new_table = new EblcTable(header(), data); local
269 return new_table.Detach();
  /external/bison/lib/
hash.c 946 Hash_table *new_table; local
953 new_table = &storage;
954 new_table->bucket = calloc (new_size, sizeof *new_table->bucket);
955 if (new_table->bucket == NULL)
957 new_table->n_buckets = new_size;
958 new_table->bucket_limit = new_table->bucket + new_size;
959 new_table->n_buckets_used = 0;
960 new_table->n_entries = 0
    [all...]
  /external/dbus/bus/
services.c 679 DBusHashTable *new_table; local
682 new_table = bus_selinux_id_table_new ();
683 if (!new_table)
692 if (!bus_selinux_id_table_insert (new_table,
700 registry->service_sid_table = new_table;
    [all...]
  /art/runtime/arch/
stub_test.cc 2018 ImtConflictTable* new_table = new (data) ImtConflictTable( local
    [all...]
  /art/runtime/gc/space/
image_space.cc 909 ImtConflictTable* new_table = ForwardObject(table); variable
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 4055 rsrc_directory new_table; local
    [all...]
  /art/runtime/
class_linker.cc 6107 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, local
6294 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 12975 HValue* new_table = BuildAllocateOrderedHashTable<CollectionType>(); local
    [all...]
  /external/v8/src/
objects.cc 16355 Handle<Derived> new_table = HashTable::New( local
16403 Handle<Derived> new_table = HashTable::New( local
17896 Handle<Derived> new_table = local
17979 Handle<Derived> new_table = local
18204 Handle<ObjectHashTable> new_table = local
18221 Handle<ObjectHashTable> new_table = local
    [all...]

Completed in 509 milliseconds