HomeSort by relevance Sort by last modified time
    Searched refs:new_table (Results 1 - 20 of 20) 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/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/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/libevent/
ht-internal.h 317 struct type **new_table; \
328 if ((new_table = mallocfn(new_len*sizeof(struct type*)))) { \
330 memset(new_table, 0, new_len*sizeof(struct type*)); \
338 elm->field.hte_next = new_table[b2]; \
339 new_table[b2] = elm; \
345 head->hth_table = new_table; \
348 new_table = reallocfn(head->hth_table, new_len*sizeof(struct type*)); \
349 if (!new_table) return -1; \
350 memset(new_table + head->hth_table_length, 0, \
354 for (pE = &new_table[b], e = *pE; e != NULL; e = *pE) {
    [all...]
  /external/e2fsprogs/lib/et/
com_err.h 51 extern void add_to_error_table(struct et_list *new_table);
error_message.c 336 add_to_error_table(struct et_list *new_table)
338 add_error_table(new_table->table);
  /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/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 124 new_table = self.table.safe_substitute(gestures=gestures)
126 logs=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/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...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 4055 rsrc_directory new_table; local
    [all...]
  /art/runtime/gc/space/
image_space.cc 921 ImtConflictTable* new_table = ForwardObject(table); variable
    [all...]
  /external/v8/src/
objects.cc 6043 Handle<ObjectHashTable> new_table = ObjectHashTable::Put(hashtable, key, local
17243 Handle<Derived> new_table = HashTable::New( local
17291 Handle<Derived> new_table = HashTable::New( local
18733 Handle<Derived> new_table = local
18792 Handle<Derived> new_table = local
19016 Handle<ObjectHashTable> new_table = local
19033 Handle<ObjectHashTable> new_table = local
    [all...]
objects.h     [all...]
  /art/runtime/arch/
stub_test.cc 2018 ImtConflictTable* new_table = new (data) ImtConflictTable( local
    [all...]
  /art/runtime/
class_linker.cc 6032 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, local
6174 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 12888 HValue* new_table = BuildAllocateOrderedHashTable<CollectionType>(); local
    [all...]

Completed in 357 milliseconds