LENGTH 71 third_party/tcmalloc/chromium/src/pagemap.h static const int LENGTH = 1 << BITS; LENGTH 90 third_party/tcmalloc/chromium/src/pagemap.h return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH" LENGTH 134 third_party/tcmalloc/chromium/src/pagemap.h static const int LENGTH = 1 << BITS; LENGTH 176 third_party/tcmalloc/chromium/src/pagemap.h ASSERT(sizeof(committed_) * 8 == (LENGTH * sizeof(*array_)) >> kPageShift); LENGTH 210 third_party/tcmalloc/chromium/src/pagemap.h if (n > LENGTH - x) LENGTH 65 third_party/tcmalloc/vendor/src/pagemap.h static const int LENGTH = 1 << BITS; LENGTH 84 third_party/tcmalloc/vendor/src/pagemap.h return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH" LENGTH 1182 third_party/zlib/inflate.c state->mode = LENGTH; LENGTH 1183 third_party/zlib/inflate.c case LENGTH: