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

  /src/external/bsd/flex/dist/src/
tblcmp.c 334 int *state_ptr, *chk_ptr; local
400 state_ptr = &state[1];
405 if (*(state_ptr++) != 0 && *chk_ptr != 0)
759 int *state_ptr; local
778 state_ptr = &state[1];
780 for (i = 1; i <= numecs; ++i, ++state_ptr)
781 if (*state_ptr != 0) {
783 nxt[position + i] = *state_ptr;
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 1439 emit_state **state_ptr;
1473 state_ptr = &state; /* use state_ptr to avoid type-punning warning */
1475 (const void **) state_ptr);
1436 emit_state **state_ptr; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 1439 emit_state **state_ptr;
1473 state_ptr = &state; /* use state_ptr to avoid type-punning warning */
1475 (const void **) state_ptr);
1436 emit_state **state_ptr; local

Completed in 44 milliseconds