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

  /src/sys/dev/ic/
advlib.c 1464 u_int8_t host_flag; local
1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1492 (host_flag | ASC_HOST_FLAG_IN_ISR));
1516 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);
1967 u_int8_t host_flag; local
1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1982 host_flag | ASC_HOST_FLAG_ACK_INT);
1992 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 4015 gfc_match_variable, which has host_flag = 1, and
4016 gfc_match_equiv_variable, with host_flag = 0, to restrict the
4020 match_variable (gfc_expr **result, int equiv_flag, int host_flag)
4031 host_flag to 0. This prevents valid symbols that have the name
4038 host_flag = 0;
4041 m = gfc_match_sym_tree (&st, host_flag);
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 4160 gfc_match_variable, which has host_flag = 1, and
4161 gfc_match_equiv_variable, with host_flag = 0, to restrict the
4165 match_variable (gfc_expr **result, int equiv_flag, int host_flag)
4176 host_flag to 0. This prevents valid symbols that have the name
4183 host_flag = 0;
4186 m = gfc_match_sym_tree (&st, host_flag);

Completed in 48 milliseconds