| LOW | capture/src/capture.cpp | 1 | #ifdef _WIN32 |
| LOW | capture/src/CaptureOutput.hpp | 1 | #ifndef __CAPTUREOUTPUT_HPP__ |
| LOW | capture/src/capturedaemon.cpp | 1 | #ifdef _WIN32 |
| LOW | capture/src/CaptureOutput.cpp | 1 | #ifdef _WIN32 |
| LOW | monitor/src/monitor.cpp | 1 | #include <errno.h> |
| LOW | test/test.cpp | 1 | #include <atomic> |
| LOW | test/stb_image.h | 121 | |
| LOW | test/stb_image.h | 141 | // // ... x = width, y = height, n = # 8-bit components per pixel ... |
| LOW | test/stb_image.h | 161 | // output otherwise. E.g. if you set desired_channels to 4, you will always |
| LOW | test/stb_image.h | 181 | // Paletted PNG, BMP, GIF, and PIC images are automatically depalettized. |
| LOW | test/stb_image.h | 201 | // which defaults to 2**24 = 16777216 pixels. Due to the above memory limit, |
| LOW | test/stb_image.h | 221 | // Philosophy |
| LOW | test/stb_image.h | 241 | // |
| LOW | test/stb_image.h | 261 | // |
| LOW | test/stb_image.h | 281 | // interface; if you attempt to load an HDR file, it will be automatically remapped |
| LOW | test/stb_image.h | 301 | // stbi_ldr_to_hdr_gamma(2.2f); |
| LOW | test/stb_image.h | 321 | // says there's premultiplied data (currently only happens in iPhone images, |
| LOW | test/stb_image.h | 341 | // |
| LOW | test/stb_image.h | 381 | STBI_rgb_alpha = 4 |
| LOW | test/stb_image.h | 541 | // |
| LOW | test/stb_image.h | 561 | #define STBI_NO_PSD |
| LOW | test/stb_image.h | 581 | #define STBI_NO_ZLIB |
| LOW | test/stb_image.h | 601 | #define STBI_ASSERT(x) assert(x) |
| LOW | test/stb_image.h | 621 | #ifndef STBI_NO_THREAD_LOCALS |
| LOW | test/stb_image.h | 661 | #ifdef _MSC_VER |
| LOW | test/stb_image.h | 681 | #define STBI_REALLOC(p,newsz) realloc(p,newsz) |
| LOW | test/stb_image.h | 701 | // exposed in GCC/Clang is, sadly, not really suited for one-file libs. |
| LOW | test/stb_image.h | 761 | |
| LOW | test/stb_image.h | 781 | #include <arm_neon.h> |
| LOW | test/stb_image.h | 981 | #endif |
| LOW | test/stb_image.h | 1081 | return a >= SHRT_MIN / b; |
| LOW | test/stb_image.h | 1141 | |
| LOW | test/stb_image.h | 1161 | |
| LOW | test/stb_image.h | 1721 | { |
| LOW | test/stb_image.h | 1901 | if (z > 255) z = 255; |
| LOW | test/stb_image.h | 1921 | // - non-interleaved case requires this anyway |
| LOW | test/stb_image.h | 2901 | |
| LOW | test/stb_image.h | 4081 | // - all input must be provided in an upfront buffer |
| LOW | test/stb_image.h | 6161 | return stbi__errpuc("unsupported bit depth", "PSD bit depth is not 8 or 16 bit"); |
| LOW | update/src/OfflineSymbolResolverDbgHelper.cpp | 1 | #ifdef _WIN32 |
| LOW | update/src/update.cpp | 1 | #ifdef _WIN32 |
| LOW | python/bindings/NameBuffer.hpp | 1 | #pragma once |
| LOW | python/bindings/ServerModule.cpp | 1 | #include <pybind11/pybind11.h> |
| LOW | python/bindings/ServerModule.cpp | 1081 | } ); |
| LOW | merge/src/merge.cpp | 1 | #include "TracyFileRead.hpp" |
| LOW | server/TracyFileRead.hpp | 1 | #ifndef __TRACYFILEREAD_HPP__ |
| LOW | server/TracyWorker.cpp | 1 | #ifdef _MSC_VER |
| LOW | server/TracyWorker.cpp | 21 | #include <inttypes.h> |
| LOW | server/TracyFileWrite.hpp | 1 | #ifndef __TRACYFILEWRITE_HPP__ |
| LOW | server/TracyVector.hpp | 1 | #ifndef __TRACYVECTOR_HPP__ |
| LOW | server/TracySort.hpp | 1 | #ifndef __TRACYSORT_HPP__ |
| LOW | server/TracyMmap.hpp | 1 | #ifndef __TRACYMMAP_HPP__ |
| LOW | server/TracyEvent.hpp | 1 | #ifndef __TRACYEVENT_HPP__ |
| LOW | server/tracy_pdqsort.h | 21 | |
| LOW | server/tracy_xxhash.h | 281 | * avoiding naming collision with previous inclusions. |
| LOW | server/tracy_xxhash.h | 301 | # undef XXH64_freeState |
| LOW | server/tracy_xxhash.h | 321 | # undef XXH3_generateSecret |
| LOW | server/tracy_xxhash.h | 341 | # define XXH_NAMESPACE XXH_INLINE_ |
| LOW | server/tracy_xxhash.h | 361 | # define XXH3_state_t XXH_IPREF(XXH3_state_t) |
| LOW | server/tracy_xxhash.h | 381 | # endif |
| 370 more matches not shown… |