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

  /src/external/bsd/bc/dist/
const.h 81 #define MAX_STORE 32767
  /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.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/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/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))

Completed in 17 milliseconds