HomeSort by relevance Sort by last modified time
    Searched refs:UNREFERENCED_PARAMETER (Results 1 - 25 of 33) sorted by null

1 2

  /external/tpm2/
CpriRNG.c 75 UNREFERENCED_PARAMETER(direction);
76 UNREFERENCED_PARAMETER(bufferSize);
77 UNREFERENCED_PARAMETER(buffer);
Global.h 28 #ifndef UNREFERENCED_PARAMETER
29 # define UNREFERENCED_PARAMETER(a) (a)
    [all...]
CpriHash.c 471 UNREFERENCED_PARAMETER(direction);
472 UNREFERENCED_PARAMETER(externalFmt);
473 UNREFERENCED_PARAMETER(osslFmt);
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
character_predicate.cc 50 UNREFERENCED_PARAMETER(character);
  /external/sfntly/cpp/src/sfntly/table/
generic_table_builder.cc 26 UNREFERENCED_PARAMETER(data);
table_based_table_builder.cc 27 UNREFERENCED_PARAMETER(data);
font_data_table.cc 170 UNREFERENCED_PARAMETER(table);
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 44 UNREFERENCED_PARAMETER(output_file_path);
56 UNREFERENCED_PARAMETER(bytes_read);
  /external/clang/test/Sema/
unused-expr.c 160 #define UNREFERENCED_PARAMETER(x) (x)
164 // UNREFERENCED_PARAMETER, as that's a commonly used macro in Windows headers.
165 UNREFERENCED_PARAMETER(a);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 45 UNREFERENCED_PARAMETER(cmap_ids);
46 UNREFERENCED_PARAMETER(number);
  /external/sfntly/cpp/src/sfntly/port/
type.h 99 #define UNREFERENCED_PARAMETER(p) do { (void)p; } while (0)
memory_input_stream.cc 47 UNREFERENCED_PARAMETER(readlimit);
file_input_stream.cc 51 UNREFERENCED_PARAMETER(readlimit);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph.cc 81 UNREFERENCED_PARAMETER(data);
index_sub_table_format1.cc 30 UNREFERENCED_PARAMETER(data);
31 UNREFERENCED_PARAMETER(offset);
263 UNREFERENCED_PARAMETER(data);
264 UNREFERENCED_PARAMETER(index_sub_table_offset);
index_sub_table_format2.cc 235 UNREFERENCED_PARAMETER(data);
236 UNREFERENCED_PARAMETER(index_sub_table_offset);
237 UNREFERENCED_PARAMETER(first_glyph_index);
238 UNREFERENCED_PARAMETER(last_glyph_index);
index_sub_table_format3.cc 53 UNREFERENCED_PARAMETER(data);
54 UNREFERENCED_PARAMETER(offset);
259 UNREFERENCED_PARAMETER(data);
260 UNREFERENCED_PARAMETER(index_sub_table_offset);
ebsc_table.cc 103 UNREFERENCED_PARAMETER(new_data);
index_sub_table_format5.cc 98 UNREFERENCED_PARAMETER(glyph_id);
308 UNREFERENCED_PARAMETER(first_glyph_index);
309 UNREFERENCED_PARAMETER(last_glyph_index);
index_sub_table.cc 191 UNREFERENCED_PARAMETER(data);
208 UNREFERENCED_PARAMETER(new_data);
index_sub_table_format4.cc 338 UNREFERENCED_PARAMETER(first_glyph_index);
339 UNREFERENCED_PARAMETER(last_glyph_index);
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 450 UNREFERENCED_PARAMETER(l_param);
474 UNREFERENCED_PARAMETER(previous_instance);
475 UNREFERENCED_PARAMETER(command_line);
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 179 UNREFERENCED_PARAMETER(ttc_tag);
181 UNREFERENCED_PARAMETER(version);
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 118 UNREFERENCED_PARAMETER(bytes_written);
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 241 UNREFERENCED_PARAMETER(nullify);

Completed in 260 milliseconds

1 2