MCPcopy Create free account

hub / github.com/0vercl0k/wtf / functions

Functions6,937 in github.com/0vercl0k/wtf

↓ 1 callersMethodbegin
src/libs/libfuzzer/FuzzerMutate.h:194
↓ 1 callersFunctionblake3_compress_subtree_wide
The wide helper function returns (writes out) an array of chaining values and returns the length of that array. The number of chaining values returned
src/libs/BLAKE3/c/blake3.c:264
↓ 1 callersFunctionblake3_compress_xof
src/libs/BLAKE3/c/blake3_dispatch.c:165
↓ 1 callersFunctionblake3_hash16_avx512
src/libs/BLAKE3/c/blake3_avx512.c:1057
↓ 1 callersFunctionblake3_hash4_avx512
src/libs/BLAKE3/c/blake3_avx512.c:491
↓ 1 callersFunctionblake3_hash4_neon
src/libs/BLAKE3/c/blake3_neon.c:231
↓ 1 callersFunctionblake3_hash4_sse2
src/libs/BLAKE3/c/blake3_sse2.c:459
↓ 1 callersFunctionblake3_hash4_sse41
src/libs/BLAKE3/c/blake3_sse41.c:453
↓ 1 callersFunctionblake3_hash8_avx2
src/libs/BLAKE3/c/blake3_avx2.c:230
↓ 1 callersFunctionblake3_hash8_avx512
src/libs/BLAKE3/c/blake3_avx512.c:745
↓ 1 callersMethodbucket_count
* Bucket interface */
src/libs/robin-map/include/tsl/robin_hash.h:1055
↓ 1 callersMethodbuild
(self)
src/libs/CLI11/conanfile.py:37
↓ 1 callersFunctionbuild_avx512_assembly
()
src/libs/BLAKE3/build.rs:188
↓ 1 callersFunctionbuild_avx512_c_intrinsics
()
src/libs/BLAKE3/build.rs:169
↓ 1 callersFunctionbuild_docs
(version='dev', **kwargs)
src/libs/fmt/doc/build.py:32
↓ 1 callersFunctionbuild_neon_c_intrinsics
()
src/libs/BLAKE3/build.rs:213
↓ 1 callersFunctionbuild_sse2_sse41_avx2_assembly
()
src/libs/BLAKE3/build.rs:142
↓ 1 callersFunctionbuild_sse2_sse41_avx2_rust_intrinsics
()
src/libs/BLAKE3/build.rs:133
↓ 1 callersFunctionc_compiler_support
()
src/libs/BLAKE3/build.rs:97
↓ 1 callersMethodc_encoding
src/libs/fmt/include/fmt/chrono.h:1160
↓ 1 callersFunctioncache_adjust_FileAlignment
(val, file_alignment)
scripts/gen_coveragefile_ida.py:630
↓ 1 callersFunctioncache_adjust_SectionAlignment
(val, section_alignment, file_alignment)
scripts/gen_coveragefile_ida.py:637
↓ 1 callersMethodcall_mlockall
(self)
linux_mode/qemu_snapshot/gdb_fuzzbkpt.py:483
↓ 1 callersMethodcend
src/libs/robin-map/include/tsl/robin_map.h:235
↓ 1 callersMethodcheck
(&self)
src/libs/BLAKE3/b3sum/src/main.rs:156
↓ 1 callersFunctioncheckParentSegments
assuming non default segments do a check on the close and open of the segments in a configItem structure
src/libs/CLI11/include/CLI/Config.hpp:122
↓ 1 callersMethodcheck_arg_id
src/libs/fmt/test/core-test.cc:592
↓ 1 callersFunctioncheck_for_invalid_characters
The `check` command is a security tool. That means it's much better for a check to fail more often than it should (a false negative), than for a check
src/libs/BLAKE3/b3sum/src/main.rs:396
↓ 1 callersFunctioncheck_format_string_regression
src/libs/fmt/test/printf-test.cc:555
↓ 1 callersFunctioncheck_one_checkfile
(path: &Path, args: &Args, some_file_failed: &mut bool)
src/libs/BLAKE3/b3sum/src/main.rs:570
↓ 1 callersFunctioncheck_one_line
Returns true for success. Having a boolean return value here, instead of passing down the some_file_failed reference, makes it less likely that we mig
src/libs/BLAKE3/b3sum/src/main.rs:525
↓ 1 callersFunctionchksum_crc32
src/libs/yas/include/yas/tools/hexdump.hpp:50
↓ 1 callersFunctionchunk_state_reset
src/libs/BLAKE3/c/blake3.c:20
↓ 1 callersMethodclean
(self, *args)
src/libs/fmt/support/manage.py:34
↓ 1 callersMethodclear
* Modifiers */
src/libs/robin-map/include/tsl/robin_map.h:248
↓ 1 callersMethodclear_aliases
clear all the aliases of the current App
src/libs/CLI11/include/CLI/App.hpp:1755
↓ 1 callersMethodclear_and_shrink
src/libs/robin-map/include/tsl/robin_hash.h:1324
↓ 1 callersFunctioncode_point_index
src/libs/fmt/include/fmt/format.h:551
↓ 1 callersMethodcommit
(self, *args)
src/libs/fmt/support/manage.py:40
↓ 1 callersFunctioncompress_chunks_parallel
Use SIMD parallelism to hash up to MAX_SIMD_DEGREE chunks at the same time on a single thread. Write out the chunk chaining values and return the numb
src/libs/BLAKE3/src/lib.rs:575
↓ 1 callersFunctioncompress_chunks_parallel
Use SIMD parallelism to hash up to MAX_SIMD_DEGREE chunks at the same time on a single thread. Write out the chunk chaining values and return the numb
src/libs/BLAKE3/c/blake3.c:168
↓ 1 callersFunctioncompress_in_place
( cv: &mut CVWords, block: &[u8; BLOCK_LEN], block_len: u8, counter: u64, flags: u8, )
src/libs/BLAKE3/src/rust_sse2.rs:336
↓ 1 callersFunctioncompress_in_place
( cv: &mut CVWords, block: &[u8; BLOCK_LEN], block_len: u8, counter: u64, flags: u8, )
src/libs/BLAKE3/src/portable.rs:77
↓ 1 callersFunctioncompress_in_place
( cv: &mut CVWords, block: &[u8; BLOCK_LEN], block_len: u8, counter: u64, flags: u8, )
src/libs/BLAKE3/src/rust_sse41.rs:327
↓ 1 callersFunctioncompress_subtree_to_parent_node
Hash a subtree with compress_subtree_wide(), and then condense the resulting list of chaining values down to a single parent node. Don't compress that
src/libs/BLAKE3/c/blake3.c:333
↓ 1 callersMethodcompress_xof
( &self, cv: &CVWords, block: &[u8; BLOCK_LEN], block_len: u8, counter
src/libs/BLAKE3/src/platform.rs:137
↓ 1 callersMethodconfigurable
Allow in a configuration file
src/libs/CLI11/include/CLI/Option.hpp:186
↓ 1 callersMethodconstruct
src/libs/yas/tests/base/externals/nlohmann_json.hpp:711
↓ 1 callersFunctioncontains
src/libs/json/include/nlohmann/json.hpp:4610
↓ 1 callersMethodcontains_offset
Check whether the section contains the file offset provided.
scripts/gen_coveragefile_ida.py:1700
↓ 1 callersMethodconvert_elf_to_raw
()
linux_mode/qemu_snapshot/gdb_fuzzbkpt.py:48
↓ 1 callersMethodconvert_raw_to_dmp
(out_filename: pathlib.Path)
linux_mode/qemu_snapshot/gdb_fuzzbkpt.py:79
↓ 1 callersMethodcopy_to
src/libs/CLI11/include/CLI/Option.hpp:80
↓ 1 callersFunctioncopy_unit
src/libs/fmt/include/fmt/chrono.h:902
↓ 1 callersFunctioncount
src/libs/json/include/nlohmann/json.hpp:4577
↓ 1 callersMethodcount
src/libs/json/include/nlohmann/ordered_map.hpp:122
↓ 1 callersFunctioncount_digits_inc
It is a separate function rather than a part of count_digits to workaround the lack of static constexpr in constexpr functions.
src/libs/fmt/include/fmt/format.h:959
↓ 1 callersFunctioncpuidex
src/libs/BLAKE3/c/blake3_dispatch.c:46
↓ 1 callersFunctioncrbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src/libs/yas/tests/base/externals/nlohmann_json.hpp:11180
↓ 1 callersFunctioncrbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src/libs/json/single_include/nlohmann/json.hpp:22396
↓ 1 callersFunctioncrbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src/libs/json/include/nlohmann/json.hpp:4895
↓ 1 callersFunctioncreate_build_env
(venv_dir='virtualenv')
src/libs/fmt/doc/build.py:20
↓ 1 callersFunctioncrend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src/libs/yas/tests/base/externals/nlohmann_json.hpp:11209
↓ 1 callersFunctioncrend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src/libs/json/single_include/nlohmann/json.hpp:22425
↓ 1 callersFunctioncrend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src/libs/json/include/nlohmann/json.hpp:4924
↓ 1 callersFunctionctz
src/libs/fmt/include/fmt/format.h:215
↓ 1 callersFunctionctzll
src/libs/fmt/include/fmt/format.h:224
↓ 1 callersFunctiond
(b)
src/libs/fmt/doc/_static/bootstrap.min.js:6
↓ 1 callersMethoddeallocate
src/libs/json/test/src/unit-allocator.cpp:92
↓ 1 callersMethoddeallocate
Deallocate memory allocated by the buffer.
src/libs/fmt/include/fmt/format.h:632
↓ 1 callersFunctiondivide_by_10_to_kappa_plus_1
Computes floor(n / 10^(kappa + 1)) (float)
src/libs/fmt/include/fmt/format-inl.h:1027
↓ 1 callersFunctiondivisible_by_power_of_2
Returns true iff x is divisible by pow(2, exp).
src/libs/fmt/include/fmt/format-inl.h:927
↓ 1 callersFunctiondo_crash_test
linux_mode/crash_test/test.c:5
↓ 1 callersFunctiondo_nothing
src/libs/CLI11/tests/link_test_1.cpp:10
↓ 1 callersFunctiondo_parse_arg_id
src/libs/fmt/include/fmt/core.h:2164
↓ 1 callersFunctiondo_write
src/libs/fmt/include/fmt/chrono.h:291
↓ 1 callersFunctiondone_with_test
linux_mode/page_fault_test/test.c:15
↓ 1 callersMethoddump
(self, f)
linux_mode/qemu_snapshot/gdb_qemu.py:34
↓ 1 callersMethoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
src/libs/yas/tests/base/externals/nlohmann_json.hpp:6495
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
src/libs/json/include/nlohmann/detail/output/serializer.hpp:768
↓ 1 callersMethoddump_guest_memory
()
linux_mode/qemu_snapshot/gdb_fuzzbkpt.py:183
↓ 1 callersFunctione
()
src/libs/fmt/doc/_static/bootstrap.min.js:6
↓ 1 callersMethodemplace
src/libs/robin-map/include/tsl/robin_map.h:321
↓ 1 callersFunctionemplace_back
src/libs/json/single_include/nlohmann/json.hpp:23145
↓ 1 callersFunctionemplace_back
src/libs/json/include/nlohmann/json.hpp:5644
↓ 1 callersMethodemplace_hint
src/libs/robin-map/include/tsl/robin_map.h:334
↓ 1 callersFunctionend_crash_test
linux_mode/crash_test/test.c:12
↓ 1 callersMethodentropy_H
Calculate the entropy of a chunk of data.
scripts/gen_coveragefile_ida.py:1782
↓ 1 callersFunctionequal2
src/libs/fmt/include/fmt/format.h:1027
↓ 1 callersFunctionerase
src/libs/json/single_include/nlohmann/json.hpp:21727
↓ 1 callersFunctionextras
(help, version, options, doc)
src/libs/fmt/support/docopt.py:476
↓ 1 callersFunctionf
src/libs/json/test/src/unit-comparison.cpp:40
↓ 1 callersMethodfailed_test_suite_count
Gets the number of failed test suites.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2450
↓ 1 callersMethodfailure_message
Provide a function to print a help message. The function gets access to the App pointer and error.
src/libs/CLI11/include/CLI/App.hpp:1304
↓ 1 callersFunctionfallback_format
src/libs/fmt/include/fmt/format-inl.h:2217
↓ 1 callersFunctionfatally_failed
Returns true if and only if the test part fatally failed.
src/libs/fmt/test/gtest/gtest/gtest.h:7923
↓ 1 callersFunctionfile
Where in the source file was the expectation spec defined?
src/libs/fmt/test/gtest/gmock/gmock.h:8931
↓ 1 callersFunctionfilepath_to_string
returns (string, did_escape)
src/libs/BLAKE3/b3sum/src/main.rs:356
↓ 1 callersMethodfinalize
Finalize the hash and write any number of output bytes.
src/libs/BLAKE3/reference_impl/reference_impl.rs:366
↓ 1 callersMethodfinalize_seek
(&self, seek: u64, output: &mut [u8])
src/libs/BLAKE3/c/blake3_c_rust_bindings/src/lib.rs:91
← previousnext →2,201–2,300 of 6,937, ranked by callers