MIN_EXPANSION     169 third_party/simplejson/_speedups.c #define MAX_EXPANSION (2 * MIN_EXPANSION)
MIN_EXPANSION     171 third_party/simplejson/_speedups.c #define MAX_EXPANSION MIN_EXPANSION
MIN_EXPANSION     290 third_party/simplejson/_speedups.c     output_size = 2 + (MIN_EXPANSION * 4) + input_chars;
MIN_EXPANSION     376 third_party/simplejson/_speedups.c         output_size = 2 + (MIN_EXPANSION * 4) + input_chars;
MIN_EXPANSION     398 third_party/simplejson/_speedups.c         if (output_size - chars < (1 + MIN_EXPANSION)) {
MIN_EXPANSION     401 third_party/simplejson/_speedups.c             if (output_size > 2 + (input_chars * MIN_EXPANSION)) {
MIN_EXPANSION     402 third_party/simplejson/_speedups.c                 output_size = 2 + (input_chars * MIN_EXPANSION);