HomeSort by: relevance | last modified time | path
    Searched defs:list_type (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
ext.c 114 Der_type replace_type, list_type; local
137 &list_class, &list_type, &list_tag,
146 MAKE_TAG(list_class,list_type,list_type)) {
  /src/external/bsd/mdocml/dist/
man_html.c 447 char list_type; local
450 list_type = list_continues(roff_node_prev(nn), nn);
451 if (list_type == '\0') {
453 list_type = list_continues(nn, roff_node_next(nn));
454 if (list_type == '\0')
455 list_type = ' ';
456 switch (list_type) {
477 body_elem = list_type == ' ' ? TAG_DD : TAG_LI;
  /src/crypto/external/bsd/openssl.old/dist/apps/
openssl.c 54 static void list_type(FUNC_TYPE ft, int one);
403 list_type(FT_general, one);
406 list_type(FT_md, one);
412 list_type(FT_cipher, one);
523 static void list_type(FUNC_TYPE ft, int one) function
  /src/external/mpl/bind/dist/bin/dig/
host.c 48 static dns_rdatatype_t list_type = dns_rdatatype_a; variable
246 (list_type == dns_rdatatype_any ||
247 rdataset->type == list_type)) ||
750 list_type = dns_rdatatype_any;
756 list_type = rdtype;
762 list_type = rdtype;
792 list_type = dns_rdatatype_any;
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 1345 show_omp_namelist (int list_type, gfc_omp_namelist *n)
1352 if (list_type == OMP_LIST_AFFINITY || list_type == OMP_LIST_DEPEND)
1360 if (list_type == OMP_LIST_AFFINITY)
1372 fputc (list_type == OMP_LIST_AFFINITY ? ':' : ',', dumpfile);
1377 if (list_type == OMP_LIST_ALLOCATE)
1403 if ((list_type == OMP_LIST_MAP || list_type == OMP_LIST_CACHE)
1406 if (list_type == OMP_LIST_REDUCTION)
1430 else if (list_type == OMP_LIST_DEPEND
1576 int list_type, i; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 1327 show_omp_namelist (int list_type, gfc_omp_namelist *n)
1334 if (list_type == OMP_LIST_AFFINITY || list_type == OMP_LIST_DEPEND)
1340 fputs (list_type == OMP_LIST_AFFINITY
1347 fputc (list_type == OMP_LIST_AFFINITY ? ':' : ',', dumpfile);
1352 if (list_type == OMP_LIST_REDUCTION)
1376 else if (list_type == OMP_LIST_DEPEND)
1409 else if (list_type == OMP_LIST_MAP)
1418 else if (list_type == OMP_LIST_LINEAR)
1427 if (list_type == OMP_LIST_LINEAR && n->u.linear_op != OMP_LINEAR_DEFAULT
1446 int list_type, i; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
list.c 1202 static void list_type(FUNC_TYPE ft, int one) function
1930 MAYBE_ADD_NL(list_type(FT_general, one));
1966 MAYBE_ADD_NL(list_type(FT_md, one));
1974 MAYBE_ADD_NL(list_type(FT_cipher, one));
  /src/crypto/external/bsd/openssl/dist/apps/
list.c 1048 static void list_type(FUNC_TYPE ft, int one) function
1665 list_type(FT_general, one);
1671 list_type(FT_md, one);
1679 list_type(FT_cipher, one);
  /src/external/gpl3/gdb.old/dist/gdb/
windows-tdep.c 207 struct type *peb_type, *peb_ptr_type, *list_type; local
234 list_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
235 list_type->set_name (xstrdup ("list"));
239 append_composite_type_field (list_type, "forward_list",
241 append_composite_type_field (list_type, "backward_list",
265 append_composite_type_field (peb_ldr_type, "in_load_order", list_type);
266 append_composite_type_field (peb_ldr_type, "in_memory_order", list_type);
267 append_composite_type_field (peb_ldr_type, "in_init_order", list_type);
  /src/external/gpl3/gdb/dist/gdb/
windows-tdep.c 206 struct type *peb_type, *peb_ptr_type, *list_type; local
233 list_type = arch_composite_type (gdbarch, NULL, TYPE_CODE_STRUCT);
234 list_type->set_name (xstrdup ("list"));
238 append_composite_type_field (list_type, "forward_list",
240 append_composite_type_field (list_type, "backward_list",
264 append_composite_type_field (peb_ldr_type, "in_load_order", list_type);
265 append_composite_type_field (peb_ldr_type, "in_memory_order", list_type);
266 append_composite_type_field (peb_ldr_type, "in_init_order", list_type);
  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 1410 sd_list_types_def list_type;
1414 list_type = resolved_p ? SD_LIST_RES_BACK : SD_LIST_BACK;
1416 FOR_EACH_DEP (from, list_type, sd_it, dep)
1405 sd_list_types_def list_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 1410 sd_list_types_def list_type;
1414 list_type = resolved_p ? SD_LIST_RES_BACK : SD_LIST_BACK;
1416 FOR_EACH_DEP (from, list_type, sd_it, dep)
1405 sd_list_types_def list_type; local

Completed in 56 milliseconds