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

  /external/e2fsprogs/lib/ss/
invocation.c 30 register ss_data *new_table; local
35 new_table = (ss_data *) malloc(sizeof(ss_data));
49 free(new_table);
53 table[sci_idx] = new_table;
55 new_table->subsystem_name = subsystem_name;
56 new_table->subsystem_version = version_string;
57 new_table->argv = (char **)NULL;
58 new_table->current_request = (char *)NULL;
59 new_table->info_dirs = (char **)malloc(sizeof(char *));
60 *new_table->info_dirs = (char *)NULL
    [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;
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
xlat_tables.c 230 unsigned long *new_table = xlat_tables[next_xlat++]; local
232 desc = TABLE_DESC | (unsigned long)new_table;
236 new_table, level+1);
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp 92 std::unique_ptr<ResourceTable> new_table = DeserializeTableFromPb( local
94 ASSERT_THAT(new_table, NotNull());
96 Id* new_id = test::GetValue<Id>(new_table.get(), "com.app.a:id/foo");
101 new_table->FindResource(test::ParseNameOrDie("com.app.a:layout/main"));
107 result = new_table->FindResource(test::ParseNameOrDie("com.app.a:bool/foo"));
114 new_table.get(), "com.app.a:integer/one", test::ParseConfigOrDie("land"), "");
119 new_table.get(), "com.app.a:integer/one", test::ParseConfigOrDie("land"), "tablet");
123 Reference* actual_ref = test::GetValue<Reference>(new_table.get(), "com.app.a:layout/abc");
130 test::GetValue<StyledString>(new_table.get(), "com.app.a:string/styled");
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 351 st_table *new_table; local
355 new_table = alloc(st_table);
356 if (new_table == 0) {
360 *new_table = *old_table;
361 new_table->bins = (st_table_entry**)
364 if (new_table->bins == 0) {
365 free(new_table);
370 new_table->bins[i] = 0;
375 free(new_table->bins);
376 free(new_table);
    [all...]
  /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...]
  /art/runtime/arch/
stub_test.cc 1905 ImtConflictTable* new_table = new (data) ImtConflictTable( local
    [all...]
  /art/runtime/gc/space/
image_space.cc 1108 ImtConflictTable* new_table = ForwardObject(table); variable
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 4069 rsrc_directory new_table; local
    [all...]
  /art/runtime/
class_linker.cc 6265 ImtConflictTable* new_table = new (data) ImtConflictTable(current_table, local
6482 ImtConflictTable* new_table = CreateImtConflictTable(conflicts, linear_alloc); local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 4304 upb_strtable new_table; local
4506 upb_table new_table; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 4546 upb_strtable new_table; local
4754 upb_table new_table; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 12349 HValue* new_table = BuildAllocateOrderedHashTable<CollectionType>(); local
    [all...]
  /external/v8/src/
objects.cc 16449 Handle<Derived> new_table = HashTable::New( local
16497 Handle<Derived> new_table = HashTable::New( local
18386 Handle<Derived> new_table = local
18469 Handle<Derived> new_table = local
18694 Handle<ObjectHashTable> new_table = local
18711 Handle<ObjectHashTable> new_table = local
    [all...]

Completed in 821 milliseconds