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

  /src/sys/dtb/arm/ti/
Makefile 5 SUBDIR+= omap
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/
Makefile 4 subdir-y += omap
  /src/sys/dtb/arm/ti/omap/
Makefile 3 DTSSUBDIR= ti/omap
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
dm814x.h 11 #include <dt-bindings/pinctrl/omap.h>
am33xx.h 11 #include <dt-bindings/pinctrl/omap.h>
  /src/sbin/wsconsctl/
keyboard.c 89 diff_kmap(struct wskbd_map_data *omap, struct wskbd_map_data *nmap)
95 op = omap->map + u;
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 2187 int omap = op_lookup (opcode->op[0].type, opcode->op[1].type, opcode->op[2].type); local
2190 cycles_per_id[opcode->id][omap] += regs.cycle_count - prev_cycle_count;
2191 times_per_id[opcode->id][omap] ++;
2193 times_per_pair[prev_opcode_id][po0][opcode->id][omap] ++;
2196 po0 = omap;
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 2187 int omap = op_lookup (opcode->op[0].type, opcode->op[1].type, opcode->op[2].type); local
2190 cycles_per_id[opcode->id][omap] += regs.cycle_count - prev_cycle_count;
2191 times_per_id[opcode->id][omap] ++;
2193 times_per_pair[prev_opcode_id][po0][opcode->id][omap] ++;
2196 po0 = omap;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 15803 line_map_ordinary const *omap
15808 gcc_checking_assert (MAP_START_LOCATION (omap) == span.ordinary.first);
15810 line_map_ordinary const *fmap = omap;
15811 for (; MAP_START_LOCATION (omap) < span.ordinary.second; omap++)
15814 gcc_checking_assert (!MAP_MODULE_P (omap));
15816 if (max_range < omap->m_range_bits)
15817 max_range = omap->m_range_bits;
15820 info.num_maps.first += omap - fmap;
15868 line_map_ordinary const *omap
    [all...]

Completed in 25 milliseconds