| OLD | NEW |
| 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 // | 4 // |
| 5 // This file was generated at 2014-10-08 15:25:47.940335 (in v8, copied to dart) | 5 // This file was generated at 2014-10-08 15:25:47.940335 (in v8, copied to dart) |
| 6 | 6 |
| 7 #include "vm/unibrow-inl.h" | 7 #include "vm/unibrow-inl.h" |
| 8 #include "vm/unibrow.h" |
| 9 |
| 8 #include <stdio.h> | 10 #include <stdio.h> |
| 9 #include <stdlib.h> | 11 #include <stdlib.h> |
| 10 | 12 |
| 11 namespace unibrow { | 13 namespace unibrow { |
| 12 | 14 |
| 13 static const intptr_t kStartBit = (1 << 30); | 15 static const intptr_t kStartBit = (1 << 30); |
| 14 static const intptr_t kChunkBits = (1 << 13); | 16 static const intptr_t kChunkBits = (1 << 13); |
| 15 static const int32_t kSentinel = static_cast<int32_t>(-1); | 17 static const int32_t kSentinel = static_cast<int32_t>(-1); |
| 16 | 18 |
| 17 /** | 19 /** |
| (...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 kCanonicalizationRangeMultiStrings7, | 1848 kCanonicalizationRangeMultiStrings7, |
| 1847 c, | 1849 c, |
| 1848 n, | 1850 n, |
| 1849 result, | 1851 result, |
| 1850 allow_caching_ptr); | 1852 allow_caching_ptr); |
| 1851 default: return 0; | 1853 default: return 0; |
| 1852 } | 1854 } |
| 1853 } | 1855 } |
| 1854 | 1856 |
| 1855 } // namespace unibrow | 1857 } // namespace unibrow |
| OLD | NEW |