HomeSort by: relevance | last modified time | path
    Searched refs:tmap (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/fwctl/
fwcontrol.c 505 struct fw_topology_map *tmap; local
513 tmap = malloc(sizeof(*tmap));
514 if (tmap == NULL)
515 err(EX_SOFTWARE, "%s: tmap malloc", __func__);
516 if (ioctl(fd, FW_GTPMAP, tmap) < 0)
519 tmap->crc_len, tmap->generation,
520 tmap->node_count, tmap->self_id_count)
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
trace.c 389 trace_index_mapping_t *tmap; local
397 tmap = (trace_index_mapping_t *)buf;
403 !memcmp (tptr -> name, tmap -> name, len)) {
404 tptr -> index = ntohl (tmap -> index);
413 (int)length - TRACE_INDEX_MAPPING_SIZE, tmap -> name);
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 14926 tree tmap;
14940 tmap = wide_int_to_tree (map_type, wi::to_wide (arg[0]));
14941 map = TREE_INT_CST_LOW (tmap);
14989 return build_call_expr (fndecl, 3, tmap, tbits, tval);
15045 tmap = wide_int_to_tree (map_type, best_g.map);
15047 return build_call_expr (fndecl, 3, tmap, tbits, tval);
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 16145 tree tmap = wide_int_to_tree (map_type, wi::to_wide (arg[0]));
16146 unsigned int map = TREE_INT_CST_LOW (tmap);
16194 return build_call_expr (fndecl, 3, tmap, tbits, tval);
16253 tmap = wide_int_to_tree (map_type, best_g.map);
16255 return build_call_expr (fndecl, 3, tmap, tbits, tval);

Completed in 40 milliseconds