| LOW | util/updatepo.sh | 1 | #!/bin/sh |
| LOW | util/ci/indent_tab_preprocess.py | 1 | #!/usr/bin/python3 |
| LOW | util/ci/indent_tab_preprocess.py | 21 | # |
| LOW | util/ci/indent_tab_preprocess.py | 41 | # <tab><spc>C |
| LOW | …roid/app/src/main/java/org/libsdl/app/SDLActivity.java | 1321 | source = device.getSources(); |
| LOW | lib/gmp/mini-gmp.c | 41 | mpn/generic/mul_basecase.c, mpn/generic/rshift.c, |
| LOW | lib/gmp/mini-gmp.c | 61 | |
| LOW | lib/jsoncpp/jsoncpp.cpp | 81 | |
| LOW | lib/jsoncpp/jsoncpp.cpp | 241 | // Distributed under MIT license, or public domain if desired and |
| LOW | lib/jsoncpp/jsoncpp.cpp | 261 | #include <utility> |
| LOW | lib/jsoncpp/jsoncpp.cpp | 2261 | |
| LOW | lib/jsoncpp/jsoncpp.cpp | 2441 | // recognized in your jurisdiction. |
| LOW | lib/jsoncpp/jsoncpp.cpp | 2501 | #if defined(__ARMEL__) |
| LOW | lib/jsoncpp/jsoncpp.cpp | 2621 | #else // !JSONCPP_USE_SECURE_MEMORY |
| LOW | lib/jsoncpp/jsoncpp.cpp | 4101 | // Beginning of content of file: src/lib_json/json_writer.cpp |
| LOW | lib/jsoncpp/jsoncpp.cpp | 4121 | #include <utility> |
| LOW | lib/jsoncpp/jsoncpp.cpp | 4141 | #include <float.h> |
| LOW | lib/jsoncpp/jsoncpp.cpp | 4161 | #endif |
| LOW | lib/jsoncpp/json/json-forwards.h | 81 | |
| LOW | lib/jsoncpp/json/json-forwards.h | 101 | #define JSONCPP_VERSION_QUALIFIER |
| LOW | lib/jsoncpp/json/json-forwards.h | 121 | |
| LOW | lib/jsoncpp/json/json-forwards.h | 241 | // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors |
| LOW | lib/jsoncpp/json/json-forwards.h | 261 | #endif |
| LOW | lib/jsoncpp/json/json-forwards.h | 281 | |
| LOW | lib/jsoncpp/json/json-forwards.h | 301 | extern JSON_API int msvc_pre1900_c99_snprintf(char* outBuf, size_t size, |
| LOW | lib/jsoncpp/json/json-forwards.h | 321 | #elif defined(__GNUC__) // not clang (gcc comes later since clang emulates gcc) |
| LOW | lib/jsoncpp/json/json-forwards.h | 401 | // ////////////////////////////////////////////////////////////////////// |
| LOW | lib/jsoncpp/json/json.h | 81 | // ////////////////////////////////////////////////////////////////////// |
| LOW | lib/jsoncpp/json/json.h | 121 | |
| LOW | lib/jsoncpp/json/json.h | 241 | // Distributed under MIT license, or public domain if desired and |
| LOW | lib/jsoncpp/json/json.h | 261 | |
| LOW | lib/jsoncpp/json/json.h | 281 | #elif defined(JSON_DLL) |
| LOW | lib/jsoncpp/json/json.h | 301 | const char* format, ...); |
| LOW | lib/jsoncpp/json/json.h | 321 | #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) |
| LOW | lib/jsoncpp/json/json.h | 401 | // Beginning of content of file: include/json/forwards.h |
| LOW | lib/jsoncpp/json/json.h | 461 | // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors |
| LOW | lib/jsoncpp/json/json.h | 521 | |
| LOW | lib/jsoncpp/json/json.h | 541 | |
| LOW | lib/jsoncpp/json/json.h | 561 | // to the c++11 standard and is rejected by clang 3.8 and Apple clang 8.2 |
| LOW | lib/jsoncpp/json/json.h | 581 | #include <memory> |
| LOW | lib/jsoncpp/json/json.h | 781 | #endif // defined(JSON_HAS_INT64) |
| LOW | lib/jsoncpp/json/json.h | 961 | /// Return !isNull() |
| LOW | lib/jsoncpp/json/json.h | 981 | /// this from the operator[] which takes a string.) |
| LOW | lib/jsoncpp/json/json.h | 1001 | /// Equivalent to jsonvalue[jsonvalue.size()] = value; |
| LOW | lib/jsoncpp/json/json.h | 1041 | /// \note key may contain embedded nulls. |
| LOW | lib/jsoncpp/json/json.h | 1321 | /// Return either the index or the member name of the referenced value as a |
| LOW | lib/jsoncpp/json/json.h | 1501 | #endif // if defined(JSONCPP_DISABLE_DLL_INTERFACE_WARNING) |
| LOW | lib/jsoncpp/json/json.h | 1521 | // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE |
| LOW | lib/jsoncpp/json/json.h | 1961 | |
| LOW | lib/jsoncpp/json/json.h | 2341 | |
| LOW | lib/lstrpack/lstrpack.c | 1 | // SPDX-License-Identifier: MIT |
| LOW | lib/lua/src/llimits.h | 61 | |
| LOW | lib/lua/src/llimits.h | 121 | */ |
| LOW | lib/lua/src/luaconf.h | 21 | |
| LOW | lib/lua/src/luaconf.h | 281 | #if defined(LUA_USE_READLINE) |
| LOW | lib/lua/src/luaconf.h | 421 | #if LUAI_BITSINT >= 32 |
| LOW | lib/lua/src/luaconf.h | 541 | #define luai_numadd(a,b) ((a)+(b)) |
| LOW | lib/lua/src/lgc.h | 21 | #define GCSfinalize 4 |
| LOW | lib/lua/src/lgc.h | 61 | #define SFIXEDBIT 6 |
| LOW | lib/lua/src/lobject.c | 1 | /* |
| 623 more matches not shown… |