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

  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_pint.c 1 /* Blackfin Pin Interrupt (PINT) model
62 struct bfin_pint *pint = hw_data (me); local
76 mmr_off = addr - pint->base;
77 valuep = (void *)((uintptr_t)pint + mmr_base() + mmr_off);
90 dv_w1c_4 (&pint->mask, value, -1);
93 pint->mask |= value;
96 dv_w1c_4 (&pint->edge, value, -1);
99 pint->edge |= value;
102 dv_w1c_4 (&pint->invert, value, -1);
105 pint->invert |= value
136 struct bfin_pint *pint = hw_data (me); local
266 struct bfin_pint *pint; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_pint.c 1 /* Blackfin Pin Interrupt (PINT) model
62 struct bfin_pint *pint = hw_data (me); local
76 mmr_off = addr - pint->base;
77 valuep = (void *)((uintptr_t)pint + mmr_base() + mmr_off);
90 dv_w1c_4 (&pint->mask, value, -1);
93 pint->mask |= value;
96 dv_w1c_4 (&pint->edge, value, -1);
99 pint->edge |= value;
102 dv_w1c_4 (&pint->invert, value, -1);
105 pint->invert |= value
136 struct bfin_pint *pint = hw_data (me); local
266 struct bfin_pint *pint; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 48 static void pint (int);
138 pint (int arg ATTRIBUTE_UNUSED) function
203 {"int", pint, 0},
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 48 static void pint (int);
138 pint (int arg ATTRIBUTE_UNUSED) function
203 {"int", pint, 0},
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 3711 tree pint = build_pointer_type (integer_type_node); local
3722 pchar_type_node, pint, pint, pint, ps, ps, pint,
3723 ps, pint, ps, ps, pint, integer_type_node,
3729 pchar_type_node, pint, pint, pint, pd, pd, pint
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 3663 tree pint = build_pointer_type (integer_type_node); local
3674 pchar_type_node, pint, pint, pint, ps, ps, pint,
3675 ps, pint, ps, ps, pint, integer_type_node,
3681 pchar_type_node, pint, pint, pint, pd, pd, pint
    [all...]

Completed in 71 milliseconds