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

  /src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904sio.c 396 unsigned_4 last_int, next_int; local
405 next_int = controller->sdisr & controller->sdicr;
410 if (~last_int & next_int) /* any bits set? */
412 if (last_int & ~next_int) /* any bits cleared? */
419 unsigned_4 last_int, next_int; local
428 next_int = controller->sdisr & controller->sdicr;
430 if (~last_int & next_int) /* any bits set? */
432 if (last_int & ~next_int) /* any bits cleared? */
481 unsigned_4 last_int, next_int; local
536 next_int = controller->sdisr & controller->sdicr
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904sio.c 396 unsigned_4 last_int, next_int; local
405 next_int = controller->sdisr & controller->sdicr;
410 if (~last_int & next_int) /* any bits set? */
412 if (last_int & ~next_int) /* any bits cleared? */
419 unsigned_4 last_int, next_int; local
428 next_int = controller->sdisr & controller->sdicr;
430 if (~last_int & next_int) /* any bits set? */
432 if (last_int & ~next_int) /* any bits cleared? */
481 unsigned_4 last_int, next_int; local
536 next_int = controller->sdisr & controller->sdicr
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 4484 #define next_int va_arg (*text->m_args_ptr, int)
4521 case 'P': result = parm_to_string (next_int); break;
4544 #undef next_int
4482 #define next_int macro
4542 #undef next_int macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 4396 #define next_int va_arg (*text->args_ptr, int)
4433 case 'P': result = parm_to_string (next_int); break;
4456 #undef next_int
4394 #define next_int macro
4454 #undef next_int macro

Completed in 43 milliseconds