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

  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 94 gcov_type cs_count; member in struct:arc_info
719 /* Handle cycle identified by EDGES, where the function finds minimum cs_count
731 int64_t ecount = edges[i]->cs_count;
737 edges[i]->cs_count -= cycle_count;
771 if (path[i]->cs_count <= 0)
797 || arc->cs_count <= 0
823 || arc->cs_count <= 0
2783 arc->cs_count = arc->count;
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 98 gcov_type cs_count; member in struct:arc_info
763 /* Handle cycle identified by EDGES, where the function finds minimum cs_count
775 int64_t ecount = edges[i]->cs_count;
781 edges[i]->cs_count -= cycle_count;
815 if (path[i]->cs_count <= 0)
841 || arc->cs_count <= 0
867 || arc->cs_count <= 0
2954 arc->cs_count = arc->count;
  /src/sys/dev/ic/
aic79xx.c 8262 u_int cs_count; local
8284 cs_count = 0;
8374 if (begin_set[cs_count] == TRUE
8375 && end_set[cs_count] == FALSE) {
8376 cs_table[cs_count].end = downloaded;
8377 end_set[cs_count] = TRUE;
8378 cs_count++;
8383 && begin_set[cs_count] == FALSE) {
8384 cs_table[cs_count].begin = downloaded;
8385 begin_set[cs_count] = TRUE
    [all...]
aic7xxx.c 6285 u_int cs_count; local
6297 cs_count = 0;
6337 if (begin_set[cs_count] == TRUE
6338 && end_set[cs_count] == FALSE) {
6339 cs_table[cs_count].end = downloaded;
6340 end_set[cs_count] = TRUE;
6341 cs_count++;
6346 && begin_set[cs_count] == FALSE) {
6347 cs_table[cs_count].begin = downloaded;
6348 begin_set[cs_count] = TRUE
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 309 u8 cs_count; member in struct:hostapd_data
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 2726 * @cs_count: Count in Beacon frames (TBTT) to perform the switch
2738 u8 cs_count; member in struct:csa_settings

Completed in 113 milliseconds