N 413 base/logging.cc int GetVlogLevelHelper(const char* file, size_t N) { N 414 base/logging.cc DCHECK_GT(N, 0U); N 419 base/logging.cc vlog_info->GetVlogLevel(base::StringPiece(file, N - 1)) : N 253 base/logging.h BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N); N 255 base/logging.h template <size_t N> N 256 base/logging.h int GetVlogLevel(const char (&file)[N]) { N 257 base/logging.h return GetVlogLevelHelper(file, N); N 63 base/macros.h template <typename T, size_t N> N 64 base/macros.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 70 base/macros.h template <typename T, size_t N> N 71 base/macros.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 196 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 204 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 207 base/strings/safe_sprintf.h template<size_t N, N 210 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 218 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 223 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 231 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 234 base/strings/safe_sprintf.h template<size_t N, N 237 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 245 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 250 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 258 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 261 base/strings/safe_sprintf.h template<size_t N, N 264 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 272 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 277 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 285 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 288 base/strings/safe_sprintf.h template<size_t N, N 291 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 299 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 303 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 308 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 311 base/strings/safe_sprintf.h template<size_t N, N 313 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 318 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 322 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 327 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 330 base/strings/safe_sprintf.h template<size_t N, class T0, class T1, class T2, class T3, class T4> N 331 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, N 336 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 340 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 345 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 348 base/strings/safe_sprintf.h template<size_t N, class T0, class T1, class T2, class T3> N 349 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, N 354 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 358 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, N 363 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 366 base/strings/safe_sprintf.h template<size_t N, class T0, class T1, class T2> N 367 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1, N 372 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 376 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0, T1 arg1) { N 380 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 383 base/strings/safe_sprintf.h template<size_t N, class T0, class T1> N 384 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0, T1 arg1) { N 388 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 392 base/strings/safe_sprintf.h ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt, T0 arg0) { N 396 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 399 base/strings/safe_sprintf.h template<size_t N, class T0> N 400 base/strings/safe_sprintf.h ssize_t SafeSPrintf(char (&buf)[N], const char* fmt, T0 arg0) { N 404 base/strings/safe_sprintf.h return internal::SafeSNPrintf(buf, N, fmt, arg_array, arraysize(arg_array)); N 408 base/strings/safe_sprintf.h BASE_EXPORT ssize_t SafeSNPrintf(char* buf, size_t N, const char* fmt); N 409 base/strings/safe_sprintf.h template<size_t N> N 410 base/strings/safe_sprintf.h inline ssize_t SafeSPrintf(char (&buf)[N], const char* fmt) { N 411 base/strings/safe_sprintf.h return SafeSNPrintf(buf, N, fmt); N 250 base/strings/string_piece.h size_type N) { N 251 base/strings/string_piece.h return STRING_TYPE::traits_type::compare(p, p2, N); N 27 base/win/event_trace_provider.h template <size_t N> struct EtwMofEventBase { N 29 base/win/event_trace_provider.h MOF_FIELD fields[N]; N 33 base/win/event_trace_provider.h template <size_t N> class EtwMofEvent: public EtwMofEventBase<N> { N 35 base/win/event_trace_provider.h typedef EtwMofEventBase<N> Super; N 39 base/win/event_trace_provider.h using EtwMofEventBase<N>::header; N 40 base/win/event_trace_provider.h using EtwMofEventBase<N>::fields; N 69 base/win/event_trace_provider.h if ((field < N) && (size <= kuint32max)) { N 762 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(B, N) // Brunei N 770 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, N) // China N 789 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(H, N) // Honduras N 795 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(I, N) // India N 820 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(N, I) // Nicaragua N 821 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(N, L) // Netherlands N 822 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(N, O) // Norway N 823 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(N, Z) // New Zealand N 846 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(T, N) // Tunisia N 855 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(V, N) // Vietnam N 864 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, F) // Norfolk Island N 869 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(C, N) N 894 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(G, N) // Guinea N 903 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, C) // New Caledonia N 904 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, E) // Niger N 908 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(S, N) // Senegal N 930 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(A, N) // Netherlands Antilles N 932 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(N, L) N 937 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(N, O) N 941 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, U) // Niue N 943 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(N, Z) N 981 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, N) // Pitcairn Islands N 1022 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(K, N) // Saint Kitts and Nevis N 1032 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(M, N) // Mongolia N 1036 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, A) // Namibia N 1037 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, G) // Nigeria N 1038 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, P) // Nepal N 1039 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, R) // Nauru N 9 chrome/installer/mini_installer/decompress.h template <typename T, size_t N> N 10 chrome/installer/mini_installer/decompress.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 42 chromeos/network/network_ui_data.cc template <typename Enum, int N> N 43 chromeos/network/network_ui_data.cc std::string EnumToString(const StringEnumEntry<Enum>(& table)[N], N 45 chromeos/network/network_ui_data.cc for (int i = 0; i < N; ++i) { N 54 chromeos/network/network_ui_data.cc template<typename Enum, int N> N 55 chromeos/network/network_ui_data.cc Enum StringToEnum(const StringEnumEntry<Enum>(& table)[N], N 58 chromeos/network/network_ui_data.cc for (int i = 0; i < N; ++i) { N 30 content/browser/renderer_host/media/midi_host_unittest.cc template <typename T, size_t N> N 31 content/browser/renderer_host/media/midi_host_unittest.cc const std::vector<T> AsVector(const T(&data)[N]) { N 33 content/browser/renderer_host/media/midi_host_unittest.cc buffer.insert(buffer.end(), data, data + N); N 37 content/browser/renderer_host/media/midi_host_unittest.cc template <typename T, size_t N> N 38 content/browser/renderer_host/media/midi_host_unittest.cc void PushToVector(const T(&data)[N], std::vector<T>* buffer) { N 39 content/browser/renderer_host/media/midi_host_unittest.cc buffer->insert(buffer->end(), data, data + N); N 92 gpu/command_buffer/common/types.h template <typename T, size_t N> N 93 gpu/command_buffer/common/types.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 99 gpu/command_buffer/common/types.h template <typename T, size_t N> N 100 gpu/command_buffer/common/types.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 17 media/midi/midi_manager_usb_unittest.cc template<typename T, size_t N> N 18 media/midi/midi_manager_usb_unittest.cc std::vector<T> ToVector(const T (&array)[N]) { N 19 media/midi/midi_manager_usb_unittest.cc return std::vector<T>(array, array + N); N 30 media/midi/midi_message_queue_unittest.cc template <typename T, size_t N> N 31 media/midi/midi_message_queue_unittest.cc void Add(MidiMessageQueue* queue, const T(&array)[N]) { N 32 media/midi/midi_message_queue_unittest.cc queue->Add(array, N); N 35 media/midi/midi_message_queue_unittest.cc template <typename T, size_t N> N 38 media/midi/midi_message_queue_unittest.cc const T(&expected)[N], const std::vector<T>& actual) { N 39 media/midi/midi_message_queue_unittest.cc if (actual.size() != N) { N 44 media/midi/midi_message_queue_unittest.cc for (size_t i = 0; i < N; ++i) { N 19 media/midi/usb_midi_output_stream_unittest.cc template<typename T, size_t N> N 20 media/midi/usb_midi_output_stream_unittest.cc std::vector<T> ToVector(const T((&array)[N])) { N 21 media/midi/usb_midi_output_stream_unittest.cc return std::vector<T>(array, array + N); N 108 mojo/public/cpp/bindings/array.h template <size_t N> N 109 mojo/public/cpp/bindings/array.h class TypeConverter<String, char[N]> { N 111 mojo/public/cpp/bindings/array.h static String ConvertFrom(const char input[N], Buffer* buf) { N 112 mojo/public/cpp/bindings/array.h String::Builder result(N - 1, buf); N 113 mojo/public/cpp/bindings/array.h memcpy(&result[0], input, N - 1); N 119 mojo/public/cpp/bindings/array.h template <size_t N> N 120 mojo/public/cpp/bindings/array.h class TypeConverter<String, const char[N]> { N 122 mojo/public/cpp/bindings/array.h static String ConvertFrom(const char input[N], Buffer* buf) { N 123 mojo/public/cpp/bindings/array.h return TypeConverter<String, char[N]>::ConvertFrom(input, buf); N 28 mojo/public/cpp/system/macros.h template <typename T, size_t N> N 29 mojo/public/cpp/system/macros.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 31 mojo/public/cpp/system/macros.h template <typename T, size_t N> N 32 mojo/public/cpp/system/macros.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 62 net/spdy/hpack_input_stream.cc size_t N = 8 - bit_offset_; N 63 net/spdy/hpack_input_stream.cc DCHECK_GT(N, 0u); N 64 net/spdy/hpack_input_stream.cc DCHECK_LE(N, 8u); N 70 net/spdy/hpack_input_stream.cc uint8 next_marker = (1 << N) - 1; N 46 net/spdy/hpack_input_stream_test.cc uint32 DecodeValidUint32(uint8 N, StringPiece str) { N 47 net/spdy/hpack_input_stream_test.cc EXPECT_GT(N, 0); N 48 net/spdy/hpack_input_stream_test.cc EXPECT_LE(N, 8); N 50 net/spdy/hpack_input_stream_test.cc input_stream.SetBitOffsetForTest(8 - N); N 58 net/spdy/hpack_input_stream_test.cc void ExpectDecodeUint32Invalid(uint8 N, StringPiece str) { N 59 net/spdy/hpack_input_stream_test.cc EXPECT_GT(N, 0); N 60 net/spdy/hpack_input_stream_test.cc EXPECT_LE(N, 8); N 62 net/spdy/hpack_input_stream_test.cc input_stream.SetBitOffsetForTest(8 - N); N 74 net/spdy/hpack_output_stream.cc size_t N = 8 - bit_offset_; N 75 net/spdy/hpack_output_stream.cc uint8 max_first_byte = static_cast<uint8>((1 << N) - 1); N 77 net/spdy/hpack_output_stream.cc AppendBits(static_cast<uint8>(I), N); N 79 net/spdy/hpack_output_stream.cc AppendBits(max_first_byte, N); N 50 net/spdy/hpack_output_stream_test.cc string EncodeUint32(uint8 N, uint32 I) { N 52 net/spdy/hpack_output_stream_test.cc if (N < 8) { N 53 net/spdy/hpack_output_stream_test.cc output_stream.AppendBitsForTest(0x00, 8 - N); N 241 net/spdy/spdy_session.cc template <typename T, size_t N> size_t GetTotalSize(const T (&arr)[N]) { N 243 net/spdy/spdy_session.cc for (size_t i = 0; i < N; ++i) { N 158 net/websockets/websocket_basic_stream_test.cc template <size_t N> N 159 net/websockets/websocket_basic_stream_test.cc void CreateReadOnly(MockRead (&reads)[N]) { N 160 net/websockets/websocket_basic_stream_test.cc CreateStream(reads, N, NULL, 0); N 262 net/websockets/websocket_basic_stream_test.cc template <size_t N> N 263 net/websockets/websocket_basic_stream_test.cc void CreateWriteOnly(MockWrite (&writes)[N]) { N 264 net/websockets/websocket_basic_stream_test.cc CreateStream(NULL, 0, writes, N); N 285 net/websockets/websocket_channel_test.cc template <size_t N> N 286 net/websockets/websocket_channel_test.cc std::ostream& operator<<(std::ostream& os, const InitFrame (&frames)[N]) { N 289 net/websockets/websocket_channel_test.cc for (size_t i = 0; i < N; ++i) { N 302 net/websockets/websocket_channel_test.cc template <size_t N> N 304 net/websockets/websocket_channel_test.cc const InitFrame (&source_frames)[N]) { N 306 net/websockets/websocket_channel_test.cc result_frames.reserve(N); N 307 net/websockets/websocket_channel_test.cc for (size_t i = 0; i < N; ++i) { N 340 net/websockets/websocket_channel_test.cc template <size_t N> N 344 net/websockets/websocket_channel_test.cc EqualsFramesMatcher(const InitFrame (*expect_frames)[N]) N 349 net/websockets/websocket_channel_test.cc if (actual_frames->size() != N) { N 353 net/websockets/websocket_channel_test.cc for (size_t i = 0; i < N; ++i) { N 397 net/websockets/websocket_channel_test.cc const InitFrame (*expect_frames_)[N]; N 402 net/websockets/websocket_channel_test.cc template <size_t N> N 404 net/websockets/websocket_channel_test.cc const InitFrame (&frames)[N]) { N 405 net/websockets/websocket_channel_test.cc return ::testing::MakeMatcher(new EqualsFramesMatcher<N>(&frames)); N 454 net/websockets/websocket_channel_test.cc template <size_t N> N 457 net/websockets/websocket_channel_test.cc const InitFrame (&frames)[N]) { N 20 remoting/protocol/name_value_map.h template <typename T, size_t N> N 21 remoting/protocol/name_value_map.h const char* ValueToName(const NameMapElement<T> (&map)[N], T value) { N 22 remoting/protocol/name_value_map.h for (size_t i = 0; i < N; ++i) { N 30 remoting/protocol/name_value_map.h template <typename T, size_t N> N 31 remoting/protocol/name_value_map.h bool NameToValue(const NameMapElement<T> (&map)[N], N 34 remoting/protocol/name_value_map.h for (size_t i = 0; i < N; ++i) { N 111 third_party/cld/base/basictypes.h template <typename T, size_t N> N 112 third_party/cld/base/basictypes.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 118 third_party/cld/base/basictypes.h template <typename T, size_t N> N 119 third_party/cld/base/basictypes.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 121 third_party/cld/base/macros.h template <typename T, size_t N> N 122 third_party/cld/base/macros.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 128 third_party/cld/base/macros.h template <typename T, size_t N> N 129 third_party/cld/base/macros.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 97 third_party/cld/base/type_traits.h template <class A, int N> struct has_trivial_constructor<A[N]> N 112 third_party/cld/base/type_traits.h template <class A, int N> struct has_trivial_copy<A[N]> N 125 third_party/cld/base/type_traits.h template <class A, int N> struct has_trivial_assign<A[N]> N 138 third_party/cld/base/type_traits.h template <class A, int N> struct has_trivial_destructor<A[N]> N 66 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N), (void *) (O)) == (void *) (O)) N 83 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), (void **) (P)) N 86 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) N 88 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (N), (int32_t*) (P)) N 99 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) N 111 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P), (void *) (O), (void *) (N)) == (void *) (O) ? true : false) N 121 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volatile *) (P) = (void *) (N), true) : false) N 130 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (void *) (N), true) : false) N 76 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0938 */ _(C,x), _(C,x), _(M,T), _(M,R), _(N,x), _(A,x), _(M,R), _(M,L), N 95 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), N 114 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(x,x), _(M,R), _(M,L), N 133 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), N 152 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), N 209 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), N 489 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,T), _(M,T), N 517 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BE0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(N,x), _(M,x), N 530 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C30 */ _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(Bi,x), _(Bi,x), _(x,x), _(N,x), N 630 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9B0 */ _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,R), _(M,T), _(M,T), N 751 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110B8 */ _(M,R), _(V,B), _(N,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), N 800 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116B0 */ _(M,B), _(M,B), _(M,T), _(M,T), _(M,T), _(M,T), _(V,T), _(N,x), N 119 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h template <typename T, size_t N> N 120 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h char (&ArraySizeHelper(T (&array)[N]))[N]; N 126 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h template <typename T, size_t N> N 127 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/basictypes.h char (&ArraySizeHelper(const T (&array)[N]))[N]; N 75 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_N_ARGS_LIST(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a12, a13, a14, a15, a16, N, ...) N N 305 third_party/libwebp/dsp/dec_sse2.c #define SIGNED_SHIFT_N(a, N) { \ N 308 third_party/libwebp/dsp/dec_sse2.c t = _mm_srai_epi16(t, N); \ N 311 third_party/libwebp/dsp/dec_sse2.c a = _mm_srai_epi16(a, N + 8); \ N 114 third_party/libwebp/dsp/upsampling_neon.c #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ N 116 third_party/libwebp/dsp/upsampling_neon.c for (i = 0; i < N; i += 8) { \ N 147 third_party/libwebp/dsp/upsampling_neon.c #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ N 149 third_party/libwebp/dsp/upsampling_neon.c for (i = 0; i < N; i++) { \ N 196 third_party/libwebp/enc/token.c const int N = (p->next_ == NULL) ? b->left_ : 0; N 198 third_party/libwebp/enc/token.c while (n-- > N) { N 220 third_party/libwebp/enc/token.c const int N = (next == NULL) ? b->left_ : 0; N 222 third_party/libwebp/enc/token.c while (n-- > N) { N 245 third_party/libwebp/enc/token.c const int N = (next == NULL) ? b->left_ : 0; N 247 third_party/libwebp/enc/token.c while (n-- > N) { N 53 third_party/mt19937ar/mt19937ar.cc MersenneTwister::MersenneTwister() : mt(N), mti(N+1) { N 63 third_party/mt19937ar/mt19937ar.cc for (mti=1; mti<N; mti++) { N 84 third_party/mt19937ar/mt19937ar.cc k = (N>key_length ? N : key_length); N 90 third_party/mt19937ar/mt19937ar.cc if (i>=N) { mt[0] = mt[N-1]; i=1; } N 93 third_party/mt19937ar/mt19937ar.cc for (k=N-1; k; k--) { N 98 third_party/mt19937ar/mt19937ar.cc if (i>=N) { mt[0] = mt[N-1]; i=1; } N 111 third_party/mt19937ar/mt19937ar.cc if (mti >= N) { /* generate N words at one time */ N 114 third_party/mt19937ar/mt19937ar.cc if (mti == N+1) /* if init_genrand() has not been called, */ N 117 third_party/mt19937ar/mt19937ar.cc for (kk=0;kk<N-M;kk++) { N 121 third_party/mt19937ar/mt19937ar.cc for (;kk<N-1;kk++) { N 123 third_party/mt19937ar/mt19937ar.cc mt[kk] = mt[kk+(M-N)] ^ (y >> 1) ^ mag01[y & 0x1UL]; N 125 third_party/mt19937ar/mt19937ar.cc y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); N 126 third_party/mt19937ar/mt19937ar.cc mt[N-1] = mt[M-1] ^ (y >> 1) ^ mag01[y & 0x1UL]; N 80 third_party/npapi/npspy/common/format.cpp template <typename T, size_t N> N 81 third_party/npapi/npspy/common/format.cpp char (&ArraySizeHelper(T (&array)[N]))[N]; N 87 third_party/npapi/npspy/common/format.cpp template <typename T, size_t N> N 88 third_party/npapi/npspy/common/format.cpp char (&ArraySizeHelper(const T (&array)[N]))[N]; N 226 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class A, int N> struct has_trivial_constructor<A[N]> N 241 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class A, int N> struct has_trivial_copy<A[N]> N 254 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class A, int N> struct has_trivial_assign<A[N]> N 267 third_party/protobuf/src/google/protobuf/stubs/type_traits.h template <class A, int N> struct has_trivial_destructor<A[N]> N 716 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_compileoption_get(int N); N 2651 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_randomness(int N, void *P); N 3540 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_name(sqlite3_stmt*, int N); N 3541 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_name16(sqlite3_stmt*, int N); N 4296 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N); N 4297 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*)); N 4915 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N); N 4926 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N); N 5545 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); N 6828 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N); N 7547 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_wsd_init(int N, int J); N 8236 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeChangeToNoop(Vdbe*, int addr, int N); N 8237 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeChangeP4(Vdbe*, int addr, const char *zP4, int N); N 10940 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackAllocRaw(D,N) alloca(N) N 10941 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) N 10944 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackAllocRaw(D,N) sqlite3DbMallocRaw(D,N) N 10945 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) N 12187 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_compileoption_get(int N){ N 12188 third_party/sqlite/amalgamation/sqlite3.c if( N>=0 && N<ArraySize(azCompileOpt) ){ N 12189 third_party/sqlite/amalgamation/sqlite3.c return azCompileOpt[N]; N 12678 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3StatusAdd(int op, int N){ N 12681 third_party/sqlite/amalgamation/sqlite3.c wsdStat.nowValue[op] += N; N 12952 third_party/sqlite/amalgamation/sqlite3.c int N; N 12960 third_party/sqlite/amalgamation/sqlite3.c N = va_arg(ap, int); N 12966 third_party/sqlite/amalgamation/sqlite3.c while( N-- ){ N 17801 third_party/sqlite/amalgamation/sqlite3.c void(*xCallback)(void *pArg, sqlite3_int64 used,int N), N 17822 third_party/sqlite/amalgamation/sqlite3.c void(*xCallback)(void *pArg, sqlite3_int64 used,int N), N 18660 third_party/sqlite/amalgamation/sqlite3.c static void appendSpace(StrAccum *pAccum, int N){ N 18662 third_party/sqlite/amalgamation/sqlite3.c while( N>=(int)sizeof(zSpaces)-1 ){ N 18664 third_party/sqlite/amalgamation/sqlite3.c N -= sizeof(zSpaces)-1; N 18666 third_party/sqlite/amalgamation/sqlite3.c if( N>0 ){ N 18667 third_party/sqlite/amalgamation/sqlite3.c sqlite3StrAccumAppend(pAccum, zSpaces, N); N 19231 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3StrAccumAppend(StrAccum *p, const char *z, int N){ N 19232 third_party/sqlite/amalgamation/sqlite3.c assert( z!=0 || N==0 ); N 19238 third_party/sqlite/amalgamation/sqlite3.c if( N<0 ){ N 19239 third_party/sqlite/amalgamation/sqlite3.c N = sqlite3Strlen30(z); N 19241 third_party/sqlite/amalgamation/sqlite3.c if( N==0 || NEVER(z==0) ){ N 19244 third_party/sqlite/amalgamation/sqlite3.c if( p->nChar+N >= p->nAlloc ){ N 19248 third_party/sqlite/amalgamation/sqlite3.c N = p->nAlloc - p->nChar - 1; N 19249 third_party/sqlite/amalgamation/sqlite3.c if( N<=0 ){ N 19255 third_party/sqlite/amalgamation/sqlite3.c szNew += N + 1; N 19278 third_party/sqlite/amalgamation/sqlite3.c memcpy(&p->zText[p->nChar], z, N); N 19279 third_party/sqlite/amalgamation/sqlite3.c p->nChar += N; N 19619 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_randomness(int N, void *pBuf){ N 19625 third_party/sqlite/amalgamation/sqlite3.c while( N-- ){ N 20452 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ N 20456 third_party/sqlite/amalgamation/sqlite3.c while( N-- > 0 && *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; } N 20457 third_party/sqlite/amalgamation/sqlite3.c return N<0 ? 0 : UpperToLower[*a] - UpperToLower[*b]; N 36011 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ N 36013 third_party/sqlite/amalgamation/sqlite3.c assert( N >= ROUND8(sizeof(*p)) ); N 36021 third_party/sqlite/amalgamation/sqlite3.c p->nFresh = (u16)((N - ROUND8(sizeof(*p)))/sizeof(struct RowSetEntry)); N 36843 third_party/sqlite/amalgamation/sqlite3.c # define CODEC1(P,D,N,X,E) \ N 36844 third_party/sqlite/amalgamation/sqlite3.c if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; } N 36845 third_party/sqlite/amalgamation/sqlite3.c # define CODEC2(P,D,N,X,E,O) \ N 36847 third_party/sqlite/amalgamation/sqlite3.c if( (O=(char*)(P->xCodec(P->pCodec,D,N,X)))==0 ){ E; } N 36849 third_party/sqlite/amalgamation/sqlite3.c # define CODEC1(P,D,N,X,E) /* NO-OP */ N 36850 third_party/sqlite/amalgamation/sqlite3.c # define CODEC2(P,D,N,X,E,O) O=(char*)D N 40014 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){ N 40016 third_party/sqlite/amalgamation/sqlite3.c memset(pDest, 0, N); N 40026 third_party/sqlite/amalgamation/sqlite3.c IOTRACE(("DBHDR %p 0 %d\n", pPager, N)) N 40027 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3OsRead(pPager->fd, pDest, N, 0); N 54610 third_party/sqlite/amalgamation/sqlite3.c int N, /* Expected number of pages in the list */ N 54614 third_party/sqlite/amalgamation/sqlite3.c int expected = N; N 54616 third_party/sqlite/amalgamation/sqlite3.c while( N-- > 0 && pCheck->mxErr ){ N 54622 third_party/sqlite/amalgamation/sqlite3.c N+1, expected, iFirst); N 54641 third_party/sqlite/amalgamation/sqlite3.c N--; N 54652 third_party/sqlite/amalgamation/sqlite3.c N -= n; N 54661 third_party/sqlite/amalgamation/sqlite3.c if( pCheck->pBt->autoVacuum && N>0 ){ N 57790 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeChangeToNoop(Vdbe *p, int addr, int N){ N 57794 third_party/sqlite/amalgamation/sqlite3.c while( N-- ){ N 58179 third_party/sqlite/amalgamation/sqlite3.c static void releaseMemArray(Mem *p, int N){ N 58180 third_party/sqlite/amalgamation/sqlite3.c if( p && N ){ N 58185 third_party/sqlite/amalgamation/sqlite3.c for(pEnd=&p[N]; p<pEnd; p++){ N 58190 third_party/sqlite/amalgamation/sqlite3.c for(pEnd=&p[N]; p<pEnd; p++){ N 61179 third_party/sqlite/amalgamation/sqlite3.c int N, N 61190 third_party/sqlite/amalgamation/sqlite3.c if( N<n && N>=0 ){ N 61191 third_party/sqlite/amalgamation/sqlite3.c N += useType*n; N 61194 third_party/sqlite/amalgamation/sqlite3.c ret = xFunc(&p->aColName[N]); N 61211 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_name(sqlite3_stmt *pStmt, int N){ N 61213 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_NAME); N 61216 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_name16(sqlite3_stmt *pStmt, int N){ N 61218 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_NAME); N 61236 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_decltype(sqlite3_stmt *pStmt, int N){ N 61238 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_DECLTYPE); N 61241 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_decltype16(sqlite3_stmt *pStmt, int N){ N 61243 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_DECLTYPE); N 61254 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_database_name(sqlite3_stmt *pStmt, int N){ N 61256 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_DATABASE); N 61259 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_database_name16(sqlite3_stmt *pStmt, int N){ N 61261 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_DATABASE); N 61270 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_table_name(sqlite3_stmt *pStmt, int N){ N 61272 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_TABLE); N 61275 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_table_name16(sqlite3_stmt *pStmt, int N){ N 61277 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_TABLE); N 61286 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const char *sqlite3_column_origin_name(sqlite3_stmt *pStmt, int N){ N 61288 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_COLUMN); N 61291 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API const void *sqlite3_column_origin_name16(sqlite3_stmt *pStmt, int N){ N 61293 third_party/sqlite/amalgamation/sqlite3.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_COLUMN); N 72831 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprCachePop(Parse *pParse, int N){ N 72834 third_party/sqlite/amalgamation/sqlite3.c assert( N>0 ); N 72835 third_party/sqlite/amalgamation/sqlite3.c assert( pParse->iCacheLevel>=N ); N 72836 third_party/sqlite/amalgamation/sqlite3.c pParse->iCacheLevel -= N; N 90125 third_party/sqlite/amalgamation/sqlite3.c int N, /* Number of tables in pSrc->a[] to search */ N 90134 third_party/sqlite/amalgamation/sqlite3.c for(i=0; i<N; i++){ N 90401 third_party/sqlite/amalgamation/sqlite3.c int N, /* Number of elements */ N 90409 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N); N 90410 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_MakeRecord, iMem, N, r1); N 99207 third_party/sqlite/amalgamation/sqlite3.c static double estLog(double N){ N 99210 third_party/sqlite/amalgamation/sqlite3.c while( N>x ){ N 122200 third_party/sqlite/amalgamation/sqlite3.c int N, /* The number of integers to encode */ N 122206 third_party/sqlite/amalgamation/sqlite3.c for(i=j=0; i<N; i++){ N 122216 third_party/sqlite/amalgamation/sqlite3.c int N, /* The number of integers to decode */ N 122223 third_party/sqlite/amalgamation/sqlite3.c for(i=j=0; i<N; i++){ N 173 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const char *sqlite3_compileoption_get(int N); N 2108 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_randomness(int N, void *P); N 2997 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const char *sqlite3_column_name(sqlite3_stmt*, int N); N 2998 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API const void *sqlite3_column_name16(sqlite3_stmt*, int N); N 3753 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N); N 3754 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*)); N 4372 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API sqlite3_int64 sqlite3_soft_heap_limit64(sqlite3_int64 N); N 4383 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API SQLITE_DEPRECATED void sqlite3_soft_heap_limit(int N); N 5002 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); N 6285 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_wal_autocheckpoint(sqlite3 *db, int N); N 2294 third_party/sqlite/src/ext/fts3/fts3_write.c int N, /* The number of integers to encode */ N 2300 third_party/sqlite/src/ext/fts3/fts3_write.c for(i=j=0; i<N; i++){ N 2310 third_party/sqlite/src/ext/fts3/fts3_write.c int N, /* The number of integers to decode */ N 2317 third_party/sqlite/src/ext/fts3/fts3_write.c for(i=j=0; i<N; i++){ N 7491 third_party/sqlite/src/src/btree.c int N, /* Expected number of pages in the list */ N 7495 third_party/sqlite/src/src/btree.c int expected = N; N 7497 third_party/sqlite/src/src/btree.c while( N-- > 0 && pCheck->mxErr ){ N 7503 third_party/sqlite/src/src/btree.c N+1, expected, iFirst); N 7522 third_party/sqlite/src/src/btree.c N--; N 7533 third_party/sqlite/src/src/btree.c N -= n; N 7542 third_party/sqlite/src/src/btree.c if( pCheck->pBt->autoVacuum && N>0 ){ N 386 third_party/sqlite/src/src/ctime.c const char *sqlite3_compileoption_get(int N){ N 387 third_party/sqlite/src/src/ctime.c if( N>=0 && N<ArraySize(azCompileOpt) ){ N 388 third_party/sqlite/src/src/ctime.c return azCompileOpt[N]; N 103 third_party/sqlite/src/src/date.c int N; N 111 third_party/sqlite/src/src/date.c N = va_arg(ap, int); N 117 third_party/sqlite/src/src/date.c while( N-- ){ N 2094 third_party/sqlite/src/src/expr.c void sqlite3ExprCachePop(Parse *pParse, int N){ N 2097 third_party/sqlite/src/src/expr.c assert( N>0 ); N 2098 third_party/sqlite/src/src/expr.c assert( pParse->iCacheLevel>=N ); N 2099 third_party/sqlite/src/src/expr.c pParse->iCacheLevel -= N; N 96 third_party/sqlite/src/src/malloc.c void(*xCallback)(void *pArg, sqlite3_int64 used,int N), N 117 third_party/sqlite/src/src/malloc.c void(*xCallback)(void *pArg, sqlite3_int64 used,int N), N 413 third_party/sqlite/src/src/pager.c # define CODEC1(P,D,N,X,E) \ N 414 third_party/sqlite/src/src/pager.c if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; } N 415 third_party/sqlite/src/src/pager.c # define CODEC2(P,D,N,X,E,O) \ N 417 third_party/sqlite/src/src/pager.c if( (O=(char*)(P->xCodec(P->pCodec,D,N,X)))==0 ){ E; } N 419 third_party/sqlite/src/src/pager.c # define CODEC1(P,D,N,X,E) /* NO-OP */ N 420 third_party/sqlite/src/src/pager.c # define CODEC2(P,D,N,X,E,O) O=(char*)D N 3584 third_party/sqlite/src/src/pager.c int sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest){ N 3586 third_party/sqlite/src/src/pager.c memset(pDest, 0, N); N 3596 third_party/sqlite/src/src/pager.c IOTRACE(("DBHDR %p 0 %d\n", pPager, N)) N 3597 third_party/sqlite/src/src/pager.c rc = sqlite3OsRead(pPager->fd, pDest, N, 0); N 495 third_party/sqlite/src/src/parse.y seltablist(A) ::= stl_prefix(X) nm(Y) dbnm(D) as(Z) indexed_opt(I) on_opt(N) using_opt(U). { N 496 third_party/sqlite/src/src/parse.y A = sqlite3SrcListAppendFromTerm(pParse,X,&Y,&D,&Z,0,N,U); N 501 third_party/sqlite/src/src/parse.y as(Z) on_opt(N) using_opt(U). { N 502 third_party/sqlite/src/src/parse.y A = sqlite3SrcListAppendFromTerm(pParse,X,0,0,&Z,S,N,U); N 505 third_party/sqlite/src/src/parse.y as(Z) on_opt(N) using_opt(U). { N 506 third_party/sqlite/src/src/parse.y if( X==0 && Z.n==0 && N==0 && U==0 ){ N 512 third_party/sqlite/src/src/parse.y A = sqlite3SrcListAppendFromTerm(pParse,X,0,0,&Z,pSubquery,N,U); N 547 third_party/sqlite/src/src/parse.y on_opt(N) ::= ON expr(E). {N = E.pExpr;} N 548 third_party/sqlite/src/src/parse.y on_opt(N) ::= . {N = 0;} N 948 third_party/sqlite/src/src/parse.y expr(A) ::= expr(W) between_op(N) expr(X) AND expr(Y). [BETWEEN] { N 957 third_party/sqlite/src/src/parse.y if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0); N 965 third_party/sqlite/src/src/parse.y expr(A) ::= expr(X) in_op(N) LP exprlist(Y) RP(E). [IN] { N 975 third_party/sqlite/src/src/parse.y A.pExpr = sqlite3PExpr(pParse, TK_INTEGER, 0, 0, &sqlite3IntTokens[N]); N 985 third_party/sqlite/src/src/parse.y if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0); N 1002 third_party/sqlite/src/src/parse.y expr(A) ::= expr(X) in_op(N) LP select(Y) RP(E). [IN] { N 1011 third_party/sqlite/src/src/parse.y if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0); N 1015 third_party/sqlite/src/src/parse.y expr(A) ::= expr(X) in_op(N) nm(Y) dbnm(Z). [IN] { N 1025 third_party/sqlite/src/src/parse.y if( N ) A.pExpr = sqlite3PExpr(pParse, TK_NOT, A.pExpr, 0, 0); N 177 third_party/sqlite/src/src/printf.c static void appendSpace(StrAccum *pAccum, int N){ N 179 third_party/sqlite/src/src/printf.c while( N>=(int)sizeof(zSpaces)-1 ){ N 181 third_party/sqlite/src/src/printf.c N -= sizeof(zSpaces)-1; N 183 third_party/sqlite/src/src/printf.c if( N>0 ){ N 184 third_party/sqlite/src/src/printf.c sqlite3StrAccumAppend(pAccum, zSpaces, N); N 748 third_party/sqlite/src/src/printf.c void sqlite3StrAccumAppend(StrAccum *p, const char *z, int N){ N 749 third_party/sqlite/src/src/printf.c assert( z!=0 || N==0 ); N 755 third_party/sqlite/src/src/printf.c if( N<0 ){ N 756 third_party/sqlite/src/src/printf.c N = sqlite3Strlen30(z); N 758 third_party/sqlite/src/src/printf.c if( N==0 || NEVER(z==0) ){ N 761 third_party/sqlite/src/src/printf.c if( p->nChar+N >= p->nAlloc ){ N 765 third_party/sqlite/src/src/printf.c N = p->nAlloc - p->nChar - 1; N 766 third_party/sqlite/src/src/printf.c if( N<=0 ){ N 772 third_party/sqlite/src/src/printf.c szNew += N + 1; N 795 third_party/sqlite/src/src/printf.c memcpy(&p->zText[p->nChar], z, N); N 796 third_party/sqlite/src/src/printf.c p->nChar += N; N 105 third_party/sqlite/src/src/random.c void sqlite3_randomness(int N, void *pBuf){ N 111 third_party/sqlite/src/src/random.c while( N-- ){ N 126 third_party/sqlite/src/src/rowset.c RowSet *sqlite3RowSetInit(sqlite3 *db, void *pSpace, unsigned int N){ N 128 third_party/sqlite/src/src/rowset.c assert( N >= ROUND8(sizeof(*p)) ); N 136 third_party/sqlite/src/src/rowset.c p->nFresh = (u16)((N - ROUND8(sizeof(*p)))/sizeof(struct RowSetEntry)); N 203 third_party/sqlite/src/src/select.c int N, /* Number of tables in pSrc->a[] to search */ N 212 third_party/sqlite/src/src/select.c for(i=0; i<N; i++){ N 479 third_party/sqlite/src/src/select.c int N, /* Number of elements */ N 487 third_party/sqlite/src/src/select.c sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N); N 488 third_party/sqlite/src/src/select.c sqlite3VdbeAddOp3(v, OP_MakeRecord, iMem, N, r1); N 2326 third_party/sqlite/src/src/shell.c static int _contains_semicolon(const char *z, int N){ N 2328 third_party/sqlite/src/src/shell.c for(i=0; i<N; i++){ if( z[i]==';' ) return 1; } N 567 third_party/sqlite/src/src/sqliteInt.h int sqlite3_wsd_init(int N, int J); N 2595 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackAllocRaw(D,N) alloca(N) N 2596 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) N 2599 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackAllocRaw(D,N) sqlite3DbMallocRaw(D,N) N 2600 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) N 56 third_party/sqlite/src/src/status.c void sqlite3StatusAdd(int op, int N){ N 59 third_party/sqlite/src/src/status.c wsdStat.nowValue[op] += N; N 2415 third_party/sqlite/src/src/tclsqlite.c int N; N 2416 third_party/sqlite/src/src/tclsqlite.c if( TCL_OK!=Tcl_GetIntFromObj(interp, objv[2], &N) ){ N 2432 third_party/sqlite/src/src/tclsqlite.c sqlite3_progress_handler(pDb->db, N, DbProgressHandler, pDb); N 4479 third_party/sqlite/src/src/test1.c int N; N 4486 third_party/sqlite/src/src/test1.c if( Tcl_GetIntFromObj(interp, objv[1], &N) ) return TCL_ERROR; N 4488 third_party/sqlite/src/src/test1.c N = -1; N 4490 third_party/sqlite/src/src/test1.c amt = sqlite3_release_memory(N); N 4510 third_party/sqlite/src/src/test1.c sqlite3_int64 N = -1; N 4516 third_party/sqlite/src/src/test1.c if( Tcl_GetWideIntFromObj(interp, objv[1], &N) ) return TCL_ERROR; N 4518 third_party/sqlite/src/src/test1.c amt = sqlite3_soft_heap_limit64(N); N 32 third_party/sqlite/src/src/test_hexio.c void sqlite3TestBinToHex(unsigned char *zBuf, int N){ N 36 third_party/sqlite/src/src/test_hexio.c i = N*2; N 38 third_party/sqlite/src/src/test_hexio.c for(j=N-1; j>=0; j--){ N 52 third_party/sqlite/src/src/test_hexio.c int sqlite3TestHexToBin(const unsigned char *zIn, int N, unsigned char *aOut){ N 75 third_party/sqlite/src/src/test_hexio.c for(i=j=0; i<N; i++){ N 894 third_party/sqlite/src/src/test_malloc.c int sz, N, rc; N 902 third_party/sqlite/src/src/test_malloc.c if( Tcl_GetIntFromObj(interp, objv[2], &N) ) return TCL_ERROR; N 908 third_party/sqlite/src/src/test_malloc.c buf = malloc( sz*N + 1 ); N 909 third_party/sqlite/src/src/test_malloc.c rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, buf, sz, N); N 913 third_party/sqlite/src/src/test_malloc.c Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(N)); N 934 third_party/sqlite/src/src/test_malloc.c int sz, N, rc; N 942 third_party/sqlite/src/src/test_malloc.c if( Tcl_GetIntFromObj(interp, objv[2], &N) ) return TCL_ERROR; N 948 third_party/sqlite/src/src/test_malloc.c buf = malloc( sz*N ); N 949 third_party/sqlite/src/src/test_malloc.c rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, buf, sz, N); N 953 third_party/sqlite/src/src/test_malloc.c Tcl_ListObjAppendElement(0, pResult, Tcl_NewIntObj(N)); N 40 third_party/sqlite/src/src/test_wsd.c int sqlite3_wsd_init(int N, int J){ N 42 third_party/sqlite/src/src/test_wsd.c int nMalloc = N + sizeof(ProcessLocalStorage) + J*sizeof(ProcessLocalVar); N 232 third_party/sqlite/src/src/util.c int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ N 236 third_party/sqlite/src/src/util.c while( N-- > 0 && *a!=0 && UpperToLower[*a]==UpperToLower[*b]){ a++; b++; } N 237 third_party/sqlite/src/src/util.c return N<0 ? 0 : UpperToLower[*a] - UpperToLower[*b]; N 180 third_party/sqlite/src/src/vdbe.h void sqlite3VdbeChangeToNoop(Vdbe*, int addr, int N); N 181 third_party/sqlite/src/src/vdbe.h void sqlite3VdbeChangeP4(Vdbe*, int addr, const char *zP4, int N); N 845 third_party/sqlite/src/src/vdbeapi.c int N, N 856 third_party/sqlite/src/src/vdbeapi.c if( N<n && N>=0 ){ N 857 third_party/sqlite/src/src/vdbeapi.c N += useType*n; N 860 third_party/sqlite/src/src/vdbeapi.c ret = xFunc(&p->aColName[N]); N 877 third_party/sqlite/src/src/vdbeapi.c const char *sqlite3_column_name(sqlite3_stmt *pStmt, int N){ N 879 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_NAME); N 882 third_party/sqlite/src/src/vdbeapi.c const void *sqlite3_column_name16(sqlite3_stmt *pStmt, int N){ N 884 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_NAME); N 902 third_party/sqlite/src/src/vdbeapi.c const char *sqlite3_column_decltype(sqlite3_stmt *pStmt, int N){ N 904 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_DECLTYPE); N 907 third_party/sqlite/src/src/vdbeapi.c const void *sqlite3_column_decltype16(sqlite3_stmt *pStmt, int N){ N 909 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_DECLTYPE); N 920 third_party/sqlite/src/src/vdbeapi.c const char *sqlite3_column_database_name(sqlite3_stmt *pStmt, int N){ N 922 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_DATABASE); N 925 third_party/sqlite/src/src/vdbeapi.c const void *sqlite3_column_database_name16(sqlite3_stmt *pStmt, int N){ N 927 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_DATABASE); N 936 third_party/sqlite/src/src/vdbeapi.c const char *sqlite3_column_table_name(sqlite3_stmt *pStmt, int N){ N 938 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_TABLE); N 941 third_party/sqlite/src/src/vdbeapi.c const void *sqlite3_column_table_name16(sqlite3_stmt *pStmt, int N){ N 943 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_TABLE); N 952 third_party/sqlite/src/src/vdbeapi.c const char *sqlite3_column_origin_name(sqlite3_stmt *pStmt, int N){ N 954 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text, COLNAME_COLUMN); N 957 third_party/sqlite/src/src/vdbeapi.c const void *sqlite3_column_origin_name16(sqlite3_stmt *pStmt, int N){ N 959 third_party/sqlite/src/src/vdbeapi.c pStmt, N, (const void*(*)(Mem*))sqlite3_value_text16, COLNAME_COLUMN); N 665 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeChangeToNoop(Vdbe *p, int addr, int N){ N 669 third_party/sqlite/src/src/vdbeaux.c while( N-- ){ N 1054 third_party/sqlite/src/src/vdbeaux.c static void releaseMemArray(Mem *p, int N){ N 1055 third_party/sqlite/src/src/vdbeaux.c if( p && N ){ N 1060 third_party/sqlite/src/src/vdbeaux.c for(pEnd=&p[N]; p<pEnd; p++){ N 1065 third_party/sqlite/src/src/vdbeaux.c for(pEnd=&p[N]; p<pEnd; p++){ N 1553 third_party/sqlite/src/src/where.c static double estLog(double N){ N 1556 third_party/sqlite/src/src/where.c while( N>x ){ N 487 third_party/sqlite/src/tool/lemon.c #define acttab_yyaction(X,N) ((X)->aAction[N].action) N 490 third_party/sqlite/src/tool/lemon.c #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) N 29 third_party/sqlite/src/tool/showjournal.c static char *read_content(int N, int iOfst){ N 31 third_party/sqlite/src/tool/showjournal.c char *pBuf = malloc(N); N 34 third_party/sqlite/src/tool/showjournal.c got = fread(pBuf, 1, N, db); N 36 third_party/sqlite/src/tool/showjournal.c fprintf(stderr, "I/O error reading %d bytes from %d\n", N, iOfst); N 37 third_party/sqlite/src/tool/showjournal.c memset(pBuf, 0, N); N 38 third_party/sqlite/src/tool/showjournal.c }else if( got<N ){ N 40 third_party/sqlite/src/tool/showjournal.c got, N, iOfst); N 41 third_party/sqlite/src/tool/showjournal.c memset(&pBuf[got], 0, N-got); N 59 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc template <int N> class ElfClass { N 229 third_party/tcmalloc/chromium/src/central_freelist.cc void CentralFreeList::InsertRange(void *start, void *end, int N) { N 231 third_party/tcmalloc/chromium/src/central_freelist.cc if (N == Static::sizemap()->num_objects_to_move(size_class_) && N 244 third_party/tcmalloc/chromium/src/central_freelist.cc int CentralFreeList::RemoveRange(void **start, void **end, int N) { N 245 third_party/tcmalloc/chromium/src/central_freelist.cc ASSERT(N > 0); N 247 third_party/tcmalloc/chromium/src/central_freelist.cc if (N == Static::sizemap()->num_objects_to_move(size_class_) && N 255 third_party/tcmalloc/chromium/src/central_freelist.cc return N; N 266 third_party/tcmalloc/chromium/src/central_freelist.cc while (result < N) { N 62 third_party/tcmalloc/chromium/src/central_freelist.h void InsertRange(void *start, void *end, int N); N 65 third_party/tcmalloc/chromium/src/central_freelist.h int RemoveRange(void **start, void **end, int N); N 66 third_party/tcmalloc/chromium/src/linked_list.h inline void SLL_PopRange(void **head, int N, void **start, void **end) { N 67 third_party/tcmalloc/chromium/src/linked_list.h if (N == 0) { N 74 third_party/tcmalloc/chromium/src/linked_list.h for (int i = 1; i < N; ++i) { N 124 third_party/tcmalloc/chromium/src/packed-cache-inl.h #define N_ONES_(IntType, N) \ N 125 third_party/tcmalloc/chromium/src/packed-cache-inl.h ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \ N 126 third_party/tcmalloc/chromium/src/packed-cache-inl.h (static_cast<IntType>(1) << ((N)-1))) ) N 1013 third_party/tcmalloc/chromium/src/tcmalloc.cc static const int N = 1000; N 1014 third_party/tcmalloc/chromium/src/tcmalloc.cc char buffer[N]; N 1015 third_party/tcmalloc/chromium/src/tcmalloc.cc TCMalloc_Printer printer(buffer, N); N 43 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc DEFINE_int32(N, 100000, "Number of elements to test per iteration"); N 79 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc const int N = FLAGS_N; N 84 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 100 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 111 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size)); N 113 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 117 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; i += 2) { N 121 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(removed.first, i + N); N 125 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 1; i < N; i += 2) { N 128 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 132 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 133 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + 2*N, ptrs_and_sizes[i].size)); N 135 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 139 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; i += 2) { N 143 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + 2*N, ptrs_and_sizes[i].size)); N 145 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 148 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 154 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(check_set.size(), N); N 155 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 157 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc check_set.erase(make_pair(p, i + 2*N)); N 159 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 164 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 222 third_party/tcmalloc/chromium/src/thread_cache.cc void ThreadCache::ReleaseToCentralCache(FreeList* src, size_t cl, int N) { N 224 third_party/tcmalloc/chromium/src/thread_cache.cc if (N > src->length()) N = src->length(); N 225 third_party/tcmalloc/chromium/src/thread_cache.cc size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); N 230 third_party/tcmalloc/chromium/src/thread_cache.cc while (N > batch_size) { N 234 third_party/tcmalloc/chromium/src/thread_cache.cc N -= batch_size; N 237 third_party/tcmalloc/chromium/src/thread_cache.cc src->PopRange(N, &head, &tail); N 238 third_party/tcmalloc/chromium/src/thread_cache.cc Static::central_cache()[cl].InsertRange(head, tail, N); N 217 third_party/tcmalloc/chromium/src/thread_cache.h void PushRange(int N, void *start, void *end) { N 219 third_party/tcmalloc/chromium/src/thread_cache.h length_ += N; N 222 third_party/tcmalloc/chromium/src/thread_cache.h void PopRange(int N, void **start, void **end) { N 223 third_party/tcmalloc/chromium/src/thread_cache.h FL_PopRange(&list_, N, start, end); N 224 third_party/tcmalloc/chromium/src/thread_cache.h ASSERT(length_ >= N); N 225 third_party/tcmalloc/chromium/src/thread_cache.h length_ -= N; N 239 third_party/tcmalloc/chromium/src/thread_cache.h void ReleaseToCentralCache(FreeList* src, size_t cl, int N); N 59 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc template <int N> class ElfClass { N 230 third_party/tcmalloc/vendor/src/central_freelist.cc void CentralFreeList::InsertRange(void *start, void *end, int N) { N 232 third_party/tcmalloc/vendor/src/central_freelist.cc if (N == Static::sizemap()->num_objects_to_move(size_class_) && N 245 third_party/tcmalloc/vendor/src/central_freelist.cc int CentralFreeList::RemoveRange(void **start, void **end, int N) { N 246 third_party/tcmalloc/vendor/src/central_freelist.cc ASSERT(N > 0); N 248 third_party/tcmalloc/vendor/src/central_freelist.cc if (N == Static::sizemap()->num_objects_to_move(size_class_) && N 256 third_party/tcmalloc/vendor/src/central_freelist.cc return N; N 268 third_party/tcmalloc/vendor/src/central_freelist.cc while (result < N) { N 62 third_party/tcmalloc/vendor/src/central_freelist.h void InsertRange(void *start, void *end, int N); N 65 third_party/tcmalloc/vendor/src/central_freelist.h int RemoveRange(void **start, void **end, int N); N 66 third_party/tcmalloc/vendor/src/linked_list.h inline void SLL_PopRange(void **head, int N, void **start, void **end) { N 67 third_party/tcmalloc/vendor/src/linked_list.h if (N == 0) { N 74 third_party/tcmalloc/vendor/src/linked_list.h for (int i = 1; i < N; ++i) { N 124 third_party/tcmalloc/vendor/src/packed-cache-inl.h #define N_ONES_(IntType, N) \ N 125 third_party/tcmalloc/vendor/src/packed-cache-inl.h ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \ N 126 third_party/tcmalloc/vendor/src/packed-cache-inl.h (static_cast<IntType>(1) << ((N)-1))) ) N 1005 third_party/tcmalloc/vendor/src/tcmalloc.cc static const int N = 1000; N 1006 third_party/tcmalloc/vendor/src/tcmalloc.cc char buffer[N]; N 1007 third_party/tcmalloc/vendor/src/tcmalloc.cc TCMalloc_Printer printer(buffer, N); N 43 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc DEFINE_int32(N, 100000, "Number of elements to test per iteration"); N 79 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc const int N = FLAGS_N; N 84 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 100 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 111 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size)); N 113 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 117 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; i += 2) { N 121 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(removed.first, i + N); N 125 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 1; i < N; i += 2) { N 128 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 132 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + N); N 133 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + 2*N, ptrs_and_sizes[i].size)); N 135 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 139 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; i += 2) { N 143 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc map.Insert(p, make_pair(i + 2*N, ptrs_and_sizes[i].size)); N 145 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 148 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 154 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(check_set.size(), N); N 155 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 157 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc check_set.erase(make_pair(p, i + 2*N)); N 159 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc CHECK_EQ(result->first, i + 2*N); N 164 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int i = 0; i < N; ++i) { N 216 third_party/tcmalloc/vendor/src/thread_cache.cc void ThreadCache::ReleaseToCentralCache(FreeList* src, size_t cl, int N) { N 218 third_party/tcmalloc/vendor/src/thread_cache.cc if (N > src->length()) N = src->length(); N 219 third_party/tcmalloc/vendor/src/thread_cache.cc size_t delta_bytes = N * Static::sizemap()->ByteSizeForClass(cl); N 224 third_party/tcmalloc/vendor/src/thread_cache.cc while (N > batch_size) { N 228 third_party/tcmalloc/vendor/src/thread_cache.cc N -= batch_size; N 231 third_party/tcmalloc/vendor/src/thread_cache.cc src->PopRange(N, &head, &tail); N 232 third_party/tcmalloc/vendor/src/thread_cache.cc Static::central_cache()[cl].InsertRange(head, tail, N); N 211 third_party/tcmalloc/vendor/src/thread_cache.h void PushRange(int N, void *start, void *end) { N 213 third_party/tcmalloc/vendor/src/thread_cache.h length_ += N; N 216 third_party/tcmalloc/vendor/src/thread_cache.h void PopRange(int N, void **start, void **end) { N 217 third_party/tcmalloc/vendor/src/thread_cache.h SLL_PopRange(&list_, N, start, end); N 218 third_party/tcmalloc/vendor/src/thread_cache.h ASSERT(length_ >= N); N 219 third_party/tcmalloc/vendor/src/thread_cache.h length_ -= N; N 233 third_party/tcmalloc/vendor/src/thread_cache.h void ReleaseToCentralCache(FreeList* src, size_t cl, int N); N 417 url/url_canon_internal.h template<size_t N> N 418 url/url_canon_internal.h inline int _itoa_s(int value, char (&buffer)[N], int radix) { N 419 url/url_canon_internal.h return _itoa_s(value, buffer, N, radix); N 422 url/url_canon_internal.h template<size_t N> N 423 url/url_canon_internal.h inline int _itow_s(int value, base::char16 (&buffer)[N], int radix) { N 424 url/url_canon_internal.h return _itow_s(value, buffer, N, radix);