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

  /external/bison/src/
state.c 81 size_t symbols_size = num * sizeof *tokens; local
82 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
84 memcpy (res->symbols, tokens, symbols_size);
  /external/chromium_org/third_party/brotli/src/brotli/enc/
cluster.h 112 int symbols_size,
118 for (int i = 0; i < symbols_size; ++i) {
146 for (int i = 0; i < symbols_size; ++i) {

Completed in 156 milliseconds