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

  /src/external/bsd/bc/dist/
const.h 81 #define MAX_STORE 32767
util.c 575 if (id->a_name < MAX_STORE)
597 if (id->f_name < MAX_STORE)
615 if (id->v_name <= MAX_STORE)
643 printf ("Number of vars = %ld\n", (long) MAX_STORE);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-bd.cc 64 #define MAX_STORE 1
487 || window_list->num_stores >= MAX_STORE))
492 && window_list->num_stores >= MAX_STORE))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-bd.cc 64 #define MAX_STORE 1
487 || window_list->num_stores >= MAX_STORE))
492 && window_list->num_stores >= MAX_STORE))
  /src/common/dist/zlib/examples/
gzlog.c 118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 118 When the stored block gets to 16K (see the MAX_STORE define), then a new
261 #define MAX_STORE 16
264 dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to
517 put = (MAX_STORE << 10) - log->stored;

Completed in 92 milliseconds