HomeSort by relevance Sort by last modified time
    Searched full:slaves_allocated (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
wait-process.c 72 static size_t slaves_allocated = SIZEOF (static_slaves); variable
138 if (slaves_count == slaves_allocated)
144 size_t new_slaves_allocated = 2 * slaves_allocated;
157 slaves_allocated * sizeof (slaves_entry_t));
159 slaves_allocated = new_slaves_allocated;
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 3919 milliseconds