Repository Analysis

freebsd/freebsd-src

The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....

3.4 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of freebsd/freebsd-src, a C project with 9,192 GitHub stars. SynthScan v2.0 examined 25,722,896 lines of code across 64980 source files, recording 91056 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 3.4 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

3.4
Adjusted Score
3.4
Raw Score
100%
Time Factor
2026-07-14
Last Push
9.2K
Stars
C
Language
25.7M
Lines of Code
65.0K
Files
91.1K
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 35HIGH 79MEDIUM 1746LOW 89196

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 91056 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block87729 hits · 80240 pts
SeverityFileLineSnippetContext
LOWcrypto/openssh/auth2-passwd.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/sandbox-rlimit.c21COMMENT
LOWcrypto/openssh/ssh-keyscan.c21#ifdef WITH_OPENSSLCOMMENT
LOWcrypto/openssh/ssh-keyscan.c41#include "digest.h"COMMENT
LOWcrypto/openssh/auth2-hostbased.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/auth2-hostbased.c41#include "misc.h"COMMENT
LOWcrypto/openssh/log.c41#include <errno.h>COMMENT
LOWcrypto/openssh/ssh.c41 */COMMENT
LOWcrypto/openssh/ssh.c61#include <stdlib.h>COMMENT
LOWcrypto/openssh/ssh.c81#include "packet.h"COMMENT
LOWcrypto/openssh/auth2-none.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/sshbuf-misc.c21#include <sys/socket.h>COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c41COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c61#include <asm/unistd.h>COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c81COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c241COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c261#ifdef __NR_openatCOMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c281#endifCOMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c301#endifCOMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c321 SC_ALLOW(__NR_getpgid),COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c341#ifdef __NR_madviseCOMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c361 SC_MMAP(__NR_mmap),COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c381#ifdef __NR_clock_nanosleep_time64COMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c401#endifCOMMENT
LOWcrypto/openssh/sandbox-seccomp-filter.c421 SC_ALLOW(__NR_time),COMMENT
LOWcrypto/openssh/sshbuf.c21#include <signal.h>COMMENT
LOWcrypto/openssh/monitor.c21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,COMMENT
LOWcrypto/openssh/monitor.c41#include <pwd.h>COMMENT
LOWcrypto/openssh/monitor.c61#include "hostfile.h"COMMENT
LOWcrypto/openssh/monitor.c81#include "ssh-gss.h"COMMENT
LOWcrypto/openssh/session.c41#include <sys/stat.h>COMMENT
LOWcrypto/openssh/session.c61COMMENT
LOWcrypto/openssh/session.c81#include "misc.h"COMMENT
LOWcrypto/openssh/kex.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/kex.c41COMMENT
LOWcrypto/openssh/channels.h41/* Definitions for channel types. */COMMENT
LOWcrypto/openssh/channels.h61#define SSH_CHANNEL_RDYNAMIC_FINISH 22 /* reverse SOCKS, finishing connect */COMMENT
LOWcrypto/openssh/channels.h221 time_t lastused;COMMENT
LOWcrypto/openssh/channels.h241#define CHAN_INPUT_WAIT_OCLOSE 2COMMENT
LOWcrypto/openssh/ssh-keysign.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/ssh-keysign.c41#include <openssl/rsa.h>COMMENT
LOWcrypto/openssh/ssh-gss.h21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/ssh-gss.h41# elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H)COMMENT
LOWcrypto/openssh/msg.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/nchan.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/sandbox-darwin.c21#include <sys/types.h>COMMENT
LOWcrypto/openssh/kexgexs.c41#include "cipher.h"COMMENT
LOWcrypto/openssh/misc-agent.c21#include <sys/socket.h>COMMENT
LOWcrypto/openssh/auth2-pubkeyfile.c21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANYCOMMENT
LOWcrypto/openssh/auth2-pubkeyfile.c41COMMENT
LOWcrypto/openssh/ssh-sk-helper.c21 * to ssh-pkcs11-helper.c but considerably simpler as the operations forCOMMENT
LOWcrypto/openssh/ssh-agent.c41#include <sys/queue.h>COMMENT
LOWcrypto/openssh/ssh-agent.c61#include <stdarg.h>COMMENT
LOWcrypto/openssh/ssh-agent.c81#include "sk-api.h"COMMENT
LOWcrypto/openssh/auth.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
LOWcrypto/openssh/auth.c41#include <login.h>COMMENT
LOWcrypto/openssh/auth.c61#include "sshkey.h"COMMENT
LOWcrypto/openssh/readconf.c21#include <sys/un.h>COMMENT
LOWcrypto/openssh/readconf.c41#include <util.h>COMMENT
LOWcrypto/openssh/kexgen.c21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORTCOMMENT
87669 more matches not shown…
Decorative Section Separators1151 hits · 3002 pts
SeverityFileLineSnippetContext
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt9# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt584# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt666# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt673# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt904# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt911# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt992# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1032# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1039# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1514# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1521# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1860# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt1900# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt2115# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt2162# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/DerivedNormalizationProps.txt2448# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt12# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt16# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt88# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt92# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt111# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt117# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt161# ================================================COMMENT
MEDIUMcrypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt168# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt12# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt16# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt88# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt92# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt111# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt117# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt161# ================================================COMMENT
MEDIUM…to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt168# ================================================COMMENT
MEDIUMcrypto/openssl/crypto/md5/asm/md5-sparcv9.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/md5/asm/md5-sparcv9.pl17# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-586.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-586.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-parisc.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-parisc.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-s390x.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-s390x.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-c64xplus.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-c64xplus.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-x86_64.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-x86_64.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/des/asm/dest4-sparcv9.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/des/asm/dest4-sparcv9.pl14# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-alpha.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-alpha.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-ia64.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-ia64.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-parisc.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-parisc.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghashp8-ppc.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghashp8-ppc.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghashv8-armx.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghashv8-armx.pl15# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-c64xplus.pl10# ====================================================================COMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-c64xplus.pl15# ====================================================================COMMENT
1091 more matches not shown…
Self-Referential Comments296 hits · 788 pts
SeverityFileLineSnippetContext
MEDIUMcrypto/openssh/regress/principals-command.sh20# Create a CA key and a user certificate.COMMENT
MEDIUMcrypto/openssh/regress/cert-hostkey.sh55# Create a CA key and add it to known hosts. Ed25519 chosen for speed.COMMENT
MEDIUMcrypto/openssh/regress/cert-hostkey.sh219# Create a CA key and add it to known hostsCOMMENT
MEDIUMcrypto/openssh/regress/multipubkey.sh12# Create a CA keyCOMMENT
MEDIUMcrypto/openssh/regress/cert-userkey.sh49# Create a CA keyCOMMENT
MEDIUMcrypto/openssh/regress/limit-keytype.sh25# Create a CA keyCOMMENT
MEDIUMcrypto/openssh/regress/cert-file.sh9# Create a CA keyCOMMENT
MEDIUMcrypto/openssh/contrib/findssl.sh10# This file is placed in the public domain.COMMENT
MEDIUMcrypto/openssh/contrib/aix/buildbff.sh6# This file is placed in the public domain and comes with absolutelyCOMMENT
MEDIUMcrypto/openssh/contrib/aix/inventory.sh6# This file is placed into the public domain.COMMENT
MEDIUMcrypto/heimdal/ltmain.sh1228# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh1239# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh1262# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh1271# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh1296# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh1432# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUMcrypto/heimdal/ltmain.sh6015 # Create the object directory.COMMENT
MEDIUMcrypto/heimdal/ltmain.sh8634 # Create the old-style object.COMMENT
MEDIUMcrypto/heimdal/ltmain.sh8654 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMcrypto/krb5/src/clients/ksu/t_ksu.py58# Create a ksutest account and return its home directory.COMMENT
MEDIUMcrypto/krb5/src/util/k5test.py1322 # Create the realms.COMMENT
MEDIUMcrypto/krb5/src/lib/krb5/krb/t_expire_warn.py25# Create a bare-bones KDC.COMMENT
MEDIUMcrypto/krb5/src/lib/krb5/krb/t_in_ccache_patypes.py25# Create a bare-bones KDC.COMMENT
MEDIUMcrypto/krb5/src/lib/krb5/krb/t_vfy_increds.py64# Create an empty keytab file and verify again. This simulates aCOMMENT
MEDIUMcrypto/libecc/scripts/expand_libecc.py1889 # Create a new file with the parametersCOMMENT
MEDIUMcrypto/libecc/scripts/crossbuild.sh56 # Create a temporary workspace and copy the files to compileCOMMENT
MEDIUM…ecc/src/arithmetic_tests/arithmetic_tests_generator.py1964 # Create a pair of sockets for us and the child we'll spawnCOMMENT
MEDIUMcrypto/openssl/crypto/perlasm/riscv.pm2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-riscv64-zvkg.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…to/openssl/crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-riscv64.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…ypto/openssl/crypto/chacha/asm/chacha-riscv64-v-zbb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/ec/asm/x25519-x86_64.pl20# This module implements radix 2^51 multiplication and squaring, andCOMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-ppc.pl17# This module implements Poly1305 hash for PowerPC.COMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-armv8.pl17# This module implements Poly1305 hash for ARMv8.COMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-sparcv9.pl17# This module implements Poly1305 hash for SPARCv9, vanilla, as wellCOMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-ppcfp.pl17# This module implements Poly1305 hash for PowerPC FPU.COMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-x86_64.pl17# This module implements Poly1305 hash for x86_64.COMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-s390x.pl17# This module implements Poly1305 hash for s390x.COMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-x86.pl17# This module implements Poly1305 hash for x86.COMMENT
MEDIUMcrypto/openssl/crypto/sm3/asm/sm3-armv8.pl9# This module implements support for Armv8 SM3 instructionsCOMMENT
MEDIUMcrypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/sm4/asm/vpsm4-armv8.pl10# This module implements SM4 with ASIMD on aarch64COMMENT
MEDIUMcrypto/openssl/crypto/sm4/asm/sm4-riscv64-zvksed.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/sm4/asm/vpsm4_ex-armv8.pl10# This module implements SM4 with ASIMD and AESE on AARCH64COMMENT
MEDIUMcrypto/openssl/crypto/sm4/asm/sm4-armv8.pl10# This module implements support for SM4 hw support on aarch64COMMENT
MEDIUM…crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv32-zkn.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesv8-armx.pl17# This module implements support for ARMv8 AES instructions. TheCOMMENT
MEDIUM…openssl/crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesni-x86_64.pl17# This module implements support for Intel AES-NI extension. InCOMMENT
MEDIUM…ypto/openssl/crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv64-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv64-zkn.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesni-x86.pl17# This module implements support for Intel AES-NI extension. InCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesp8-ppc.pl17# This module implements support for AES instructions as per PowerISACOMMENT
MEDIUMcrypto/openssl/test/certs/mkcert.sh12# This file is dual-licensed and is also available under other terms.COMMENT
MEDIUM…est/recipes/95-test_external_pyca_data/cryptography.sh38# Create a python virtual env and activateCOMMENT
236 more matches not shown…
AI Slop Vocabulary252 hits · 705 pts
SeverityFileLineSnippetContext
MEDIUMcrypto/openssh/regress/channel-timeout.sh6# XXX not comprehensive. Still need -R -L agent X11 forwarding + interactiveCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh401# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh3849# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcrypto/heimdal/ltmain.sh7660 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
MEDIUMcrypto/openssl/crypto/x86cpuid.pl235# Essentially there is only one use for this function. Under DJGPP:COMMENT
MEDIUMcrypto/openssl/crypto/perlasm/x86_64-xlate.pl1666# To facilitate composing of .pdata structures, auto-generated "gear"COMMENT
MEDIUMcrypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl22# below theoretical maximum, interleaving them would allow to utilizeCOMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/aes-gcm-avx512.pl164# ; helps to facilitate SEH handlers writing.COMMENT
LOW…l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl441 # Note: The actual vl should be `FULL_BLOCK_LEN32/4 * 2`, but we just useCOMMENT
MEDIUMcrypto/openssl/crypto/chacha/asm/chacha-s390x.pl36# But to harness overheads revert to transliteration of VSX code pathCOMMENT
MEDIUMcrypto/openssl/crypto/chacha/asm/chacha-s390x.pl436# On the other hand minimum amount of data it takes to fully utilizeCOMMENT
MEDIUMcrypto/openssl/crypto/poly1305/asm/poly1305-mips.pl38# The return value is placed in $a0. Following coding rules facilitateCOMMENT
MEDIUMcrypto/openssl/crypto/bn/asm/mips-mont.pl40# The return value is placed in $a0. Following coding rules facilitateCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/sha512-mips.pl42# The return value is placed in $a0. Following coding rules facilitateCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/keccak1600-armv8.pl35# instructions effectively facilitate parallel hashing, which we don'tCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/sha1-armv4-large.pl731 # this fix-up provides Thumb encoding in conjunction with INSTCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/sha1-x86_64.pl25# capacity to fully utilize SHA-1 parallelism. Therefore this freshCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/sha1-mips.pl40# The return value is placed in $a0. Following coding rules facilitateCOMMENT
MEDIUMcrypto/openssl/crypto/sha/asm/keccak1600-avx2.pl26# It makes other steps more intricate, but overall, is it a win? To beCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesv8-armx.pl4104 // After specially processing, utilize the five blocks processing again.COMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl23# utilize processor resources better and achieve better performance.COMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl65# fully utilize parallelism, so stitching would not give any gainCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl23# utilize processor resources better and achieve better performance.COMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-mips.pl53# The return value is placed in $a0. Following coding rules facilitateCOMMENT
MEDIUMcrypto/openssl/test/run_tests.pl364# If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness,COMMENT
MEDIUM…cipes/95-test_external_oqsprovider_data/oqsprovider.sh75# Be verbose if harness is verbose:COMMENT
LOWcrypto/openssl/util/shlib_wrap.sh4# shared libraries, simply setCOMMENT
MEDIUMcrypto/openssl/util/perl/OpenSSL/Util.pm197 # Prefix to be applied as needed. Essentially, we need to determineCOMMENT
LOWcrypto/openssl/util/perl/TLSProxy/NextProto.pm49# For now though since we don't support parsing we just create an empty NextProtoCOMMENT
MEDIUMcrypto/openssl/engines/asm/e_padlock-x86.pl619# Essentially this variable belongs in thread local storage.COMMENT
MEDIUMtools/tools/mctest/mctest_run.sh3# A program to act as a test harness for the mctest programCOMMENT
LOWtools/boot/boot-test.sh1534# per-arch OUTDIR/LOGDIR/TIMEOUT that setup_arch_env just set, so backgroundedCOMMENT
MEDIUMtools/boot/rootgen.sh726# It's not clear that the nested looping paradigm is best for powerpcCOMMENT
LOWtools/regression/iscsi/iscsi-test.sh294 # just use the first target, and thus first two LUNs.COMMENT
MEDIUMlibexec/rc/debug.sh21# debug.sh provides the following functions to facilitateCOMMENT
LOWtests/sys/netpfil/common/dummynet.sh317 # TCP should still just passCOMMENT
LOWtests/sys/netpfil/common/dummynet.sh426 # TCP should still just passCOMMENT
LOWtests/sys/netpfil/pf/limiters.sh170 # However, if we set no-match and exceed the limit we just passCOMMENT
MEDIUMtests/sys/netpfil/pf/pfsync_defer.py124 # Expect at least a second of delay, to be somewhat robust againstCOMMENT
LOWusr.sbin/freebsd-update/freebsd-update.sh1159# If no records, give up -- we'll just use the server name we were given.COMMENT
LOWusr.sbin/freebsd-update/freebsd-update.sh2607 # then just use the version in the new release.COMMENT
LOWusr.sbin/adduser/adduser.sh387# If an invalid shell is entered it will simply use the default shell.COMMENT
MEDIUMcontrib/file/ltmain.sh348# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/file/ltmain.sh5486# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/file/ltmain.sh9460 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
LOWcontrib/bc/configure.sh1654# to just use an implicit target, but that was found to be inadequate when ICOMMENT
MEDIUMcontrib/bc/include/lang.h122 /// a pop from the results stack, and a free. Definitely worth it to detect.COMMENT
MEDIUMcontrib/bc/project/github_issues.json1042 "body": "Greetings,\r\n\r\nI am going to start with some pleasantries and BS and work from there.\r\n\r\nHello. I alCODE
MEDIUMcontrib/bc/src/main.c70 // Sometimes, argv[0] can be NULL. Better make sure to be robust against it.COMMENT
MEDIUMcontrib/bmake/machine.sh22# leverage os.shCOMMENT
MEDIUMcontrib/bmake/os.sh63 # in conjunction with the for loop.COMMENT
MEDIUMcontrib/ldns/ltmain.sh345# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/ldns/ltmain.sh5475# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/ldns/ltmain.sh9453 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
LOWcontrib/ntp/include/parse.h338#define PARSE_INP_SYNTH 0x08 /* just pass up synthesized time */COMMENT
MEDIUMcontrib/ntp/sntp/libevent/ltmain.sh331# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/ntp/sntp/libevent/ltmain.sh5227# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/ntp/sntp/libevent/ltmain.sh9167 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
MEDIUMcontrib/ntp/sntp/libevent/build-aux/ltmain.sh331# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMcontrib/ntp/sntp/libevent/build-aux/ltmain.sh5227# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
192 more matches not shown…
Hallucination Indicators35 hits · 558 pts
SeverityFileLineSnippetContext
CRITICAL…-project/clang/lib/Headers/__clang_cuda_builtin_vars.h26// %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3COMMENT
CRITICAL…/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp129// %input1.gen = call ptr @llvm.nvvm.ptr.param.to.gen.p0.p101(ptr addrspace(101) %input1)COMMENT
CRITICAL…ect/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp3051 // llvm.spv.flattened.thread.id.in.group() intrinsic in LLVM IR for SPIR-VCOMMENT
CRITICAL…t/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp90 // %34 = tail call i32 @llvm.hexagon.A2.addh.l16.sat.ll(i32 %x, i32 %y)COMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp168 // %117 = call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 xCOMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp1076// %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %42)COMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp1109 // %8 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %7)COMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp1132// %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65)COMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp1182 // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector(x86_amx %42)COMMENT
CRITICAL…b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp1205 // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp42// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp43// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 1, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp44// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 2, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp45// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 3, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp47// call <4 x float> @llvm.amdgcn.image.msaa.load.2dmsaa.v4f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0,COMMENT
CRITICAL…lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp213// %a = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8) %x.rsrc, i32COMMENT
CRITICAL…lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp215// %b = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8)COMMENT
CRITICAL…oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp79/// %ld2 = { <4 x i32>, <4 x i32> } call llvm.riscv.seg2.load.v4i32.p0.i64(COMMENT
CRITICAL…oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp158/// call void llvm.riscv.seg3.store.v4i32.p0.i64(%sub.v0, %sub.v1, %sub.v2,COMMENT
CRITICAL…oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp407/// @llvm.riscv.vlseg2.mask.nxv32i8.i64(<vscale x 32 x i8> undef,COMMENT
CRITICAL…oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp525/// call void @llvm.riscv.vsseg2.mask.nxv32i8.i64(COMMENT
CRITICAL…m-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp86/// %2 = <vscale x 16 x i1> call @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> %1)COMMENT
CRITICAL…m-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp87/// %3 = <vscale x 8 x i1> call @llvm.aarch64.sve.convert.from.svbool.nxv8i1(<vscale x 16 x i1> %2)COMMENT
CRITICAL…roject/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp521 // Remove calls to @llvm.objc.clang.arc.noop.use(...).COMMENT
CRITICAL…rib/llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp2951 // Match: 0 == llvm.nvvm.read.ptx.sreg.tid.x()COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp2696 /// e.g., <2 x i32> @llvm.aarch64.neon.saddlp.v2i32.v4i16(<4 x i16>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3371 /// e.g., <4 x i32> @llvm.aarch64.neon.fcvtpu.v4i32.v4f32(<4 x float>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3372 /// i32 @llvm.aarch64.neon.fcvtms.i32.f64(double)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3394 /// e.g., <16 x i8> @llvm.x86.avx512.mask.pmov.qb.512(<8 x i64>, ...)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3880 // e.g., declare i32 @llvm.aarch64.neon.uaddv.i32.v16i8(<16 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3895 // e.g., call float @llvm.vector.reduce.fadd.f32.v2f32(float %a0, <2 x float>COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4188 // e.g., void @llvm.x86.avx.maskstore.ps.256(ptr, <8 x i32>, <8 x float>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4252 // e.g., <8 x float> @llvm.x86.avx.maskload.ps.256(ptr, <8 x i32>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4783 // call {<8 x i8>, <8 x i8>} @llvm.aarch64.neon.ld2.v8i8.p0(ptr %A)COMMENT
CRITICALcontrib/libxo/xohtml/external/jquery.qtip.js2388 method = api.options.position.adjust.method.split(' '),CODE
Synthetic Comment Markers43 hits · 356 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md54* Changes generated by AI tools without substantial human review and validation.COMMENT
HIGHcrypto/openssh/libcrux_internal.h619 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h4003 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h8546 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h9020 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h15746 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h15873 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h20517 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h20690 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h20878 * This code was generated with the following revisions:COMMENT
HIGHcrypto/openssh/libcrux_internal.h21051 * This code was generated with the following revisions:COMMENT
HIGHcontrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp561// Initialize as requested from some part of ASan runtime library (interceptors,COMMENT
HIGHcontrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp674// Initialize as requested from instrumented application code.COMMENT
HIGH…b/llvm-project/compiler-rt/lib/memprof/memprof_rtl.cpp240// Initialize as requested from some part of MemProf runtime libraryCOMMENT
HIGH…b/llvm-project/compiler-rt/lib/memprof/memprof_rtl.cpp261// Initialize as requested from instrumented application code.COMMENT
HIGH…vm-project/compiler-rt/lib/scudo/standalone/combined.h1064 // Return the size of a chunk as requested during its allocation.COMMENT
HIGH…llvm-project/compiler-rt/lib/scudo/standalone/common.h183// as many bytes as requested, and avoid interruptions (on Linux).COMMENT
HIGHcontrib/llvm-project/clang/lib/Sema/SemaOverload.cpp16677 // diagnostic, as requested.COMMENT
HIGH…db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp8706 // enumeration string value, else just display it as requested.COMMENT
HIGH…rib/llvm-project/lldb/source/Target/StackFrameList.cpp629 // GetFramesUpTo will fill m_frames with as many frames as you asked for, ifCOMMENT
HIGHcontrib/llvm-project/lldb/source/Target/Target.cpp2032 // If we read from the file cache but can't get as many bytes as requested,COMMENT
HIGH…ct/llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp389// c) set as requested.COMMENT
HIGH…ib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.cpp212 // Otherwise preserve TBB, FBB and Cond as requestedCOMMENT
HIGH…vm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp4145 // ByVal parameters are aligned as requested.COMMENT
HIGH…ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp114// Forward declare these because the auto-generated code will reference them.COMMENT
HIGH…vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp205 // We are properly aligned, so write NOPs as requested.COMMENT
HIGH…/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp517 // We are properly aligned, so write NOPs as requested.COMMENT
HIGHcontrib/llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp1365/// On-demand populate types as requested from abstract memberCOMMENT
HIGH…m-project/llvm/lib/CodeGen/ExpandVectorPredication.cpp201 /// Expand llvm.vp.* intrinsics as requested by \p TTI.COMMENT
HIGH…ib/llvm-project/llvm/lib/Transforms/IPO/Attributor.cpp2594 // Rewrite the functions as requested during manifest.COMMENT
HIGHcontrib/lutok/state_test.cpp177/// the repetition of 'A' as many times as requested.COMMENT
HIGHcontrib/libpcap/pcap-common.c618 * FlexRay automotive bus - http://www.flexray.com/ - as requestedCOMMENT
HIGHcontrib/libpcap/pcap-common.c625 * transport - https://www.mostcooperation.com/ - as requestedCOMMENT
HIGHcontrib/libpcap/pcap-common.c632 * http://www.lin-subbus.org/ - as requested by Hannes KaelberCOMMENT
HIGHcontrib/libpcap/pcap/dlt.h957 * FlexRay automotive bus - http://www.flexray.com/ - as requestedCOMMENT
HIGHcontrib/libpcap/pcap/dlt.h964 * transport - https://www.mostcooperation.com/ - as requestedCOMMENT
HIGHcontrib/libpcap/pcap/dlt.h971 * http://www.lin-subbus.org/ - as requested by Hannes KaelberCOMMENT
HIGHsys/net/dlt.h957 * FlexRay automotive bus - http://www.flexray.com/ - as requestedCOMMENT
HIGHsys/net/dlt.h964 * transport - https://www.mostcooperation.com/ - as requestedCOMMENT
HIGHsys/net/dlt.h971 * http://www.lin-subbus.org/ - as requested by Hannes KaelberCOMMENT
HIGHsys/netlink/netlink.h113#define NLM_F_DUMP_FILTERED 0x20 /* Dump was filtered as requested */COMMENT
HIGHsys/contrib/edk2/Include/Protocol/MpService.h639/// whenever the APs are disabled or the APs are not executing code as requestedCOMMENT
HIGHsys/sys/mman.h79#define MAP_FIXED 0x0010 /* map addr must be exactly as requested */COMMENT
Unused Imports320 hits · 297 pts
SeverityFileLineSnippetContext
LOWcrypto/heimdal/lib/wind/rfc3454.py38CODE
LOWcrypto/heimdal/lib/wind/rfc4518.py37CODE
LOWcrypto/heimdal/lib/wind/rfc4518.py38CODE
LOWcrypto/heimdal/lib/wind/stringprep.py37CODE
LOWcrypto/krb5/src/clients/kvno/t_kvno.py1CODE
LOWcrypto/krb5/src/clients/ksu/t_ksu.py1CODE
LOWcrypto/krb5/src/clients/ksu/t_ksu.py3CODE
LOWcrypto/krb5/src/util/testrealm.py29CODE
LOWcrypto/krb5/src/util/krb5-check-copyright.py27CODE
LOWcrypto/krb5/src/util/k5test.py394CODE
LOWcrypto/krb5/src/util/krb5-mark-cstyle.py4CODE
LOWcrypto/krb5/src/appl/user_user/t_user2user.py1CODE
LOWcrypto/krb5/src/appl/simple/t_simple.py1CODE
LOWcrypto/krb5/src/appl/sample/t_sample.py1CODE
LOWcrypto/krb5/src/appl/gss-sample/t_gss_sample.py23CODE
LOWcrypto/krb5/src/kdc/t_sockact.py1CODE
LOWcrypto/krb5/src/kdc/t_workers.py1CODE
LOWcrypto/krb5/src/kdc/t_emptytgt.py1CODE
LOWcrypto/krb5/src/kdc/t_bigreply.py1CODE
LOWcrypto/krb5/src/lib/kadm5/t_kadm5.py1CODE
LOWcrypto/krb5/src/lib/kdb/t_stringattr.py1CODE
LOWcrypto/krb5/src/lib/krad/t_daemon.py27CODE
LOWcrypto/krb5/src/lib/krad/t_daemon.py29CODE
LOWcrypto/krb5/src/lib/krb5/ccache/t_cccol.py1CODE
LOWcrypto/krb5/src/lib/krb5/os/t_ctxprf.py1CODE
LOWcrypto/krb5/src/lib/krb5/os/t_discover_uri.py1CODE
LOWcrypto/krb5/src/lib/krb5/krb/t_expire_warn.py23CODE
LOWcrypto/krb5/src/lib/krb5/krb/t_in_ccache_patypes.py23CODE
LOWcrypto/krb5/src/lib/krb5/krb/t_get_etype_info.py1CODE
LOWcrypto/krb5/src/lib/krb5/krb/t_vfy_increds.py23CODE
LOWcrypto/krb5/src/lib/rpc/unit-test/t_rpc.py3CODE
LOWcrypto/krb5/src/kadmin/dbutil/t_tdumputil.py1CODE
LOWcrypto/krb5/src/kadmin/dbutil/t_tdumputil.py2CODE
LOWcrypto/openssl/test/slhdsa_parse.py26CODE
LOWcrypto/openssl/test/mldsa_wycheproof_parse.py26CODE
LOWcrypto/openssl/test/cms-msg/make_missing_kdf_der.py16CODE
LOWtools/tools/notescheck/notescheck.py9CODE
LOWtools/tools/shlib-compat/shlib-compat.py28CODE
LOWtools/sched/schedgraph.py28CODE
LOWtools/sched/schedgraph.py34CODE
LOWtools/regression/netinet/ip_id_period/ip_id_period.py29CODE
LOWtools/bus_space/examples/am79c900_diag.py49CODE
LOWusr.bin/fortune/tools/do_uniq.py5CODE
LOWsbin/ping/tests/injection.py4CODE
LOWsbin/ping/tests/injection.py12CODE
LOWsbin/ping/tests/injection.py13CODE
LOWsbin/ipfw/tests/test_add_rule.py1CODE
LOWsbin/ipfw/tests/test_add_rule.py2CODE
LOWsbin/ipfw/tests/test_add_rule.py3CODE
LOWsbin/ipfw/tests/test_add_rule.py4CODE
LOWsbin/ipfw/tests/test_add_rule.py5CODE
LOWsbin/ipfw/tests/test_add_rule.py6CODE
LOWsbin/ipfw/tests/test_add_rule.py7CODE
LOWsbin/ipfw/tests/test_add_rule.py8CODE
LOWsbin/ipfw/tests/test_add_rule.py9CODE
LOWsbin/ipfw/tests/test_add_rule.py10CODE
LOWsbin/ipfw/tests/test_add_rule.py11CODE
LOWsbin/ipfw/tests/test_add_rule.py12CODE
LOWsbin/ipfw/tests/test_add_rule.py13CODE
LOWsbin/ipfw/tests/test_add_rule.py14CODE
260 more matches not shown…
Verbosity Indicators178 hits · 286 pts
SeverityFileLineSnippetContext
LOW…ypto/krb5/src/lib/gssapi/krb5/set_allowable_enctypes.c44 * The purpose of this function is to limit the keys that mayCOMMENT
LOWcrypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.h218 * The purpose of this function is to limit the keys that mayCOMMENT
LOWcrypto/openssl/crypto/LPdir_unix.c68 * small value (HP-UX offers 14), so we need to check if we got a result, andCOMMENT
LOWcontrib/elftoolchain/libelf/elf_begin.c67 * using a valid file descriptor, we need to check ifCOMMENT
LOWcontrib/bmake/meta.c1147 * We need to check if the target is out-of-date. This includesCOMMENT
LOWcontrib/ofed/opensm/opensm/osm_link_mgr.c145 we need to check if this is enhanced or base port 0.CODE
LOWcontrib/ntp/sntp/libopts/makeshell.c239 * The purpose of this function is to assign "long usage", short usageCOMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp172 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp179 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp241 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp423 // Step 5: Print the decimal representation.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp668 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp198 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp206 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp265 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp358 // Step 5: Print the decimal representation.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp707 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOW…roject/libc/include/llvm-libc-macros/inttypes-macros.h118// only recent clang provides these macros, so we need to check if they areCOMMENT
LOWcontrib/llvm-project/libc/shared/rpc.h534 // Once we acquire the index we need to check if we are in a valid sendingCOMMENT
LOW…/llvm-project/libc/src/__support/OSUtil/linux/vdso.cpp115 // now we need to check if it has the right versionCOMMENT
LOW…ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOW…ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOWcontrib/llvm-project/clang/lib/Lex/PPDirectives.cpp307 // We need to check if `Candidates` has the exact case-insensitive stringCOMMENT
LOW…trib/llvm-project/clang/lib/Sema/HeuristicResolver.cpp406 // The purpose of this function is to handle the dependent (Kind ==COMMENT
LOW…ct/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp1242 // so we need to check if it is in range [0, 255].COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp271 // Step 2: generate node with bound return value: CEBNode -> BindedRetNode.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp343 // Step 3: BindedRetNode -> CleanedNodesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp378 // Step 4: Generate the CallExit and leave the callee's context.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp389 // Step 5: Perform the post-condition check of the CallExpr and enqueue theCOMMENT
LOW…rib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp7392 // We need to check if we will be encountering any MEs. If we do notCOMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp38 // Step 1: Set ISR calling convention.COMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp41 // Step 2: Add attributes goodness.COMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp44 // Step 3: Emit ISR vector alias.COMMENT
LOW…trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp86 // Step 1: Set ISR calling convention.COMMENT
LOW…trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp89 // Step 2: Add attributes goodness.COMMENT
LOWcontrib/llvm-project/clang/lib/AST/ASTImporter.cpp2404 // If we have a field that is an ArrayType we need to check if the arrayCOMMENT
LOW…ject/lldb/include/lldb/Breakpoint/BreakpointResolver.h104 /// This section handles serializing and deserializing from StructuredDataCOMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp147 // Step 1:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp160 // Step 2:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp171 // Step 3:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp189 // Step 4:COMMENT
LOW…db/source/Plugins/Architecture/Arm/ArchitectureArm.cpp39 // We need to check if we are stopped in Thumb mode in a IT instruction andCOMMENT
LOWcontrib/llvm-project/lldb/source/Symbol/Variable.cpp242 // We need to check if the address is valid for both scope range and valueCOMMENT
LOWcontrib/llvm-project/lldb/source/Expression/REPL.cpp273 // We typed "quit" or an alias to quit so we need to check if theCOMMENT
LOWcontrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp42 // Step 1: Randomize the order of the optimizer passes.COMMENT
LOWcontrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp47 // Step 2: Run optimizer passes on the program and check for success.COMMENT
LOWcontrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp63 // Step 3: Compile the optimized code.COMMENT
LOWcontrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp74 // Step 4: Run the program and compare its output to the referenceCOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h611 // Step 1: Word[0] >>= 4 ; 0x0ABBCCDDCOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h612 // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDDCOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h613 // Step 3: Word[1] >>= 4 ; 0x0EEFF001COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h614 // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h615 // Step 5: Word[2] >>= 4 ; 0x02334455COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h661 // Step 1: Word[2] <<= 4 ; 0x23344550COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h662 // Step 2: Word[2] |= 0x0000000E ; 0x2334455ECOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h663 // Step 3: Word[1] <<= 4 ; 0xEFF00110COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h664 // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011ACOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/BitVector.h665 // Step 5: Word[0] <<= 4 ; 0xABBCCDD0COMMENT
LOW…llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h1298 // TODO: Do we need to check if the resulting extract is supported?COMMENT
LOW…oject/llvm/utils/TableGen/Common/GlobalISel/Patterns.h504 /// Step 1: Check each pattern one by one. All patterns that pass through hereCOMMENT
118 more matches not shown…
Structural Annotation Overuse148 hits · 246 pts
SeverityFileLineSnippetContext
LOWcrypto/openssl/crypto/bn/asm/ppc.pl268# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl406# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl834# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl988# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1527# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1578# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1624# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1740# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1782# NOTE: The following label name should be changed toCOMMENT
LOWcrypto/openssl/crypto/bn/asm/ppc.pl1888# NOTE: The following label name should be changed toCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh129 # Step 0 - verify that sensor is registeredCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh133 # Step 1 - update the refresh-timeout and verifyCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh140 # Step 2 - verify that we can read sensor's valueCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh145 # Step 3 - verify that changes in sensor value are seenCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh151 # Step 4 - if sensor provides hw limit, make sure we can read itCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh158 # Step 5 - if sensor provides hw limit, make sure it worksCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh175 # Step 6 - verify that we return to normal stateCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh192 # Step 7 - verify that we can set our own limitCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh201 # Step 8 - make sure user-set limit worksCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh218 # Step 9 - verify that we return to normal stateCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh235 # Step 10 - reset to defaultsCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh246 # Step 11 - see if more events occurCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh263 # Step 12 - make sure we can set new limits once moreCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh274 # Step 13 - confirm registration (or lack thereof) with rndctlCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh291 # Step 14 - make sure entropy collected when device is being polledCOMMENT
LOWcontrib/netbsd-tests/dev/sysmon/t_swsensor.sh310 # Step 15 - make sure entropy collected when device is interrogatedCOMMENT
LOWcontrib/xz/src/liblzma/common/stream_decoder_mt.c1811 // NOTE: This function gets/sets memlimit_stop. For now,COMMENT
LOWcontrib/xz/src/liblzma/common/index_hash.c182 // NOTE: This function has many similarities to index_encode() andCOMMENT
LOWcontrib/xz/src/liblzma/common/block_util.c50 // NOTE: This function is used for validation too, so it isCOMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp172 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp179 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp241 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp423 // Step 5: Print the decimal representation.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/f2s.cpp668 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp198 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp206 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp265 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp358 // Step 5: Print the decimal representation.COMMENT
LOWcontrib/llvm-project/libcxx/src/ryu/d2s.cpp707 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOW…-project/compiler-rt/include/xray/xray_log_interface.h205/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOW…-project/compiler-rt/include/xray/xray_log_interface.h255/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOW…llvm-project/compiler-rt/lib/scudo/standalone/vector.h23// NOTE: This class is not meant to be used directly, use Vector<T> instead.COMMENT
LOW…ntrib/llvm-project/libc/src/__support/threads/thread.h220 // NOTE: This function is to be used for testing only. There is no standardCOMMENT
LOW…ang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h401 /// NOTE: This method relies on heuristics; extend it if you need to handle aCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h250 /// NOTE: This function is NOT self-inverse for truncations, because ofCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h274 /// NOTE: This function relies on the fact that all values in theCOMMENT
LOW…ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOW…ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOW…lang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp237// NOTE: This function is the "heart" of this checker. It simplifiesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp271 // Step 2: generate node with bound return value: CEBNode -> BindedRetNode.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp343 // Step 3: BindedRetNode -> CleanedNodesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp378 // Step 4: Generate the CallExit and leave the callee's context.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp389 // Step 5: Perform the post-condition check of the CallExpr and enqueue theCOMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp38 // Step 1: Set ISR calling convention.COMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp41 // Step 2: Add attributes goodness.COMMENT
LOWcontrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp44 // Step 3: Emit ISR vector alias.COMMENT
LOW…trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp86 // Step 1: Set ISR calling convention.COMMENT
LOW…trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp89 // Step 2: Add attributes goodness.COMMENT
LOWcontrib/llvm-project/lldb/include/lldb/Host/File.h79 /// NOTE: This function is NOT thread safe. Use the read functionCOMMENT
LOWcontrib/llvm-project/lldb/include/lldb/Host/File.h94 /// NOTE: This function is NOT thread safe. Use the write functionCOMMENT
88 more matches not shown…
Hyper-Verbose Identifiers264 hits · 202 pts
SeverityFileLineSnippetContext
LOWcrypto/openssh/regress/unittests/sshsig/webauthn.html745function toggleNamespaceVisibility() {CODE
LOWcrypto/krb5/src/util/cstyle-file.py108def check_trailing_whitespace(line, ln):CODE
LOWcrypto/krb5/src/util/cstyle-file.py164def check_parenthesized_return(line, ln):CODE
LOWcrypto/krb5/src/util/cstyle-file.py203def check_assignment_in_conditional(line, ln):CODE
LOW…ecc/src/arithmetic_tests/arithmetic_tests_generator.py1213def get_random_prime_sieve_candidate(wlen, maxwlensize):CODE
LOWtools/tools/shlib-compat/shlib-compat.py597 def build_unspecified_parameters(self, raw):CODE
LOWsbin/ipfw/tests/test_add_rule.py683 def test_add_single_instruction(self, insn):CODE
LOWtests/conftest.py102def pytest_pycollect_makeitem(collector, name, obj):CODE
LOWtests/conftest.py108def pytest_collection_modifyitems(session, config, items):CODE
LOWtests/sys/net/routing/test_rtsock_multipath.py144 def _test_rtm_multipath_add_same_eexist(self, gws):CODE
LOWtests/sys/net/routing/test_rtsock_multipath.py168 def _test_rtm_multipath_del_unknown_esrch(self, gws, target_gw):CODE
LOWtests/sys/net/routing/test_rtsock_multipath.py193 def _test_rtm_multipath_change_unknown_esrch(self, gws, target_gw):CODE
LOWtests/sys/net/routing/test_rtsock_multipath.py234 def _test_rtm_multipath_getroute(self, gws):CODE
LOWtests/sys/net/routing/test_routing_l3.py58 def test_change_prefix_route_same_iface(self, family):CODE
LOWtests/sys/netlink/test_rtnl_iface.py48 def test_get_iface_byname_error(self):CODE
LOWtests/sys/netlink/test_rtnl_iface.py60 def test_get_iface_byindex_error(self):CODE
LOWtests/sys/netlink/test_rtnl_iface.py97 def test_create_iface_plain_retvals(self):CODE
LOWtests/sys/netlink/test_netlink_message_writer.py31 def test_nlbuf_writer_allocation(self, sz, malloc_flags):CODE
LOWtests/sys/common/sender.py61def check_forwarded_ip_packet(orig_pkt, fwd_pkt):CODE
LOWtests/sys/common/divert.py49def ipdivert_ip_output_remote_success(args):CODE
LOWtests/sys/common/divert.py63def ipdivert_ip_input_local_success(args):CODE
LOWtests/sys/netpfil/pf/sctp.py373 def test_permutation_if_bound(self):CODE
LOWtests/sys/netpfil/pf/sctp.py408 def test_permutation_floating(self):CODE
LOWtests/sys/netpfil/pf/sctp.py805 def test_permutation_floating(self):CODE
LOWtests/sys/netpfil/pf/icmp.py159 def test_fragmentation_needed(self):CODE
LOWtests/examples/test_examples.py92 def cleanup_test_with_cleanup(self, test_id):CODE
LOWcontrib/file/python/tests.py20 def test_detect_from_filename(self):CODE
LOWcontrib/jemalloc/scripts/gen_travis.py210def generate_unusual_combinations(unusuals, max_unusual_opts):STRING
LOWcontrib/ntp/ntpd/refclock_ripencc.c3186 * T_REPORT.C consists of a primary function TranslateTSIPReportToText()COMMENT
LOWcontrib/ntp/sntp/unity/auto/generate_test_runner.rb246 def create_suite_setup_and_teardown(output)CODE
LOW…s/ScriptInterpreter/Python/ScriptInterpreterPython.cpp3151 PyRun_SimpleString("def lldb_setup_sigint_handler():\n"CODE
LOW…b/llvm-project/llvm/include/llvm/PassAnalysisSupport.h37class PMDataManager;CODE
LOWcontrib/llvm-project/llvm/include/llvm/Pass.h45class PMDataManager;CODE
LOW…llvm-project/llvm/include/llvm/IR/LegacyPassManagers.h50// [o] class PMDataManager;COMMENT
LOW…llvm-project/llvm/include/llvm/IR/LegacyPassManagers.h94class PMDataManager;CODE
LOW…llvm-project/llvm/include/llvm/Debuginfod/HTTPClient.h43class HTTPResponseHandler {CODE
LOWcontrib/llvm-project/llvm/lib/Debuginfod/Debuginfod.cpp181class StreamedHTTPResponseHandler : public HTTPResponseHandler {CODE
LOWcontrib/wpa/tests/hwsim/test_dpp3.py9def test_dpp_network_intro_version(dev, apdev):CODE
LOWcontrib/wpa/tests/hwsim/test_dpp3.py20def test_dpp_network_intro_version_change(dev, apdev):CODE
LOWcontrib/wpa/tests/hwsim/test_dpp3.py33def test_dpp_network_intro_version_missing_req(dev, apdev):CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-nfc.py578 def process_handover_request_message(self, records):CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py99def wpas_get_handover_req_wps():CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py122def wpas_get_handover_sel_wps():CODE
LOWcontrib/googletest/googletest/test/gtest_help_test.py130 def test_prints_help_with_full_flag(self):CODE
LOWcontrib/googletest/googletest/test/gtest_help_test.py157 def test_runs_tests_without_help_flag(self):CODE
LOWcontrib/googletest/googletest/test/gtest_help_test.py168 def test_runs_tests_with_gtest_internal_flag(self):CODE
LOWcontrib/libxo/xohtml/external/jquery.js6950function addToPrefiltersOrTransports( structure ) {CODE
LOWcontrib/libxo/xohtml/external/jquery.js6986function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py52def lzc_create_translate_error(ret, name, ds_type, props):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py69def lzc_clone_translate_error(ret, name, origin, props):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py87def lzc_rollback_translate_error(ret, name):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py103def lzc_rollback_to_translate_error(ret, name, snap):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py110def lzc_snapshot_translate_errors(ret, errlist, snaps, props):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py140def lzc_destroy_snaps_translate_errors(ret, errlist, snaps, defer):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py157def lzc_bookmark_translate_errors(ret, errlist, bookmarks):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py208def lzc_get_bookmarks_translate_error(ret, fsname, props):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py216def lzc_destroy_bookmarks_translate_errors(ret, errlist, bookmarks):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py229def lzc_snaprange_space_translate_error(ret, firstsnap, lastsnap):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py256def lzc_hold_translate_errors(ret, errlist, holds, fd):CODE
LOW…penzfs/contrib/pyzfs/libzfs_core/_error_translation.py299def lzc_release_translate_errors(ret, errlist, holds):CODE
204 more matches not shown…
Redundant / Tautological Comments145 hits · 180 pts
SeverityFileLineSnippetContext
LOWcrypto/heimdal/ltmain.sh2592 # Check if any of the arguments is a wrapper script.COMMENT
LOWcrypto/heimdal/ltmain.sh8360 # Loop over the list of objects to be linked.COMMENT
LOWcrypto/krb5/src/util/cstyle-file.py253 # Check if this file allows tabs.COMMENT
LOWcrypto/libecc/scripts/expand_libecc.py1827 # Open the fileCOMMENT
LOWcrypto/libecc/scripts/expand_libecc.py1833 # Check if we have a PEM or a DER fileCOMMENT
LOWcrypto/libecc/scripts/expand_libecc.py1882 # Check if there is a name collision somewhereCOMMENT
LOWcrypto/libecc/scripts/expand_libecc.py379 # Check if truncation is neededCOMMENT
LOWcrypto/libecc/scripts/crossbuild.sh18# Check if a file $1 exists. Copy it in $2 ifCOMMENT
LOWcrypto/libecc/scripts/crossbuild.sh303# Check if we had an error, and if yes exit with errorCOMMENT
LOWcrypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl216 bnez $NUM, L_sm3_loop # Check if there are any more block to processCODE
LOW…crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl152 # Decrement length by 1COMMENT
LOW…o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl114 # Decrement length by 1COMMENT
LOWcrypto/openssl/test/slhdsa_parse.py60 # Check if there is a similar test already and skip if soCOMMENT
LOW…/external/perl/Text-Template-1.56/lib/Text/Template.pm655 # Print result text instead of returning itCOMMENT
LOWtools/tools/locale/tools/utf8-rollup.pl192 # Check if it's a start or end of rangeCOMMENT
LOWtools/tools/locale/tools/utf8-rollup.pl199 # Check if there's upper/lower mappingCOMMENT
LOWtools/tools/nanobsd/defaults.sh162# Set NANO_LABEL to non-blank to form the basis for using /dev/ufs/labelCOMMENT
LOWtools/tools/kerninclude/kerninclude.sh177 # Check if we can compile without this #include line.COMMENT
LOWtools/tools/kerninclude/kerninclude.sh206 # Check if this is because it is a nested #includeCOMMENT
LOWtools/tools/kerninclude/kerninclude.sh238 # Check if this is because it is #ifdef'ed outCOMMENT
LOWtools/tools/kerninclude/kerninclude.sh261 # Check if the warnings changed.COMMENT
LOWtools/tools/cd2dvd/cd2dvd.sh178# Check if zeroCOMMENT
LOWtools/tools/cd2dvd/cd2dvd.sh184# Check if already existsCOMMENT
LOWtools/tools/cd2dvd/cd2dvd.sh225# Check if we have at the least two CD imagesCOMMENT
LOWtools/tools/vop_table/vop_table.pl165 # Open the file containing the vop_vector decl.COMMENT
LOWtools/boot/install-boot.sh123 # Check if /EFI/BOOT/BOOTxx.EFI is the FreeBSD boot1.efiCOMMENT
LOWtools/boot/install-boot.sh430# Check if we've been given arguments. If not, this script is probably beingCOMMENT
LOWtools/test/netfibs/initiator.sh36# Set IFACE to the real interface you want to run the test on.COMMENT
LOWtools/test/netfibs/reflector.sh36# Set IFACE to the real interface you want to run the test on.COMMENT
LOWtools/test/netfibs/forwarding.sh44# Set IFACE to the real interface you want to run the test on.COMMENT
LOWtools/test/stress2/misc/select3.sh29# Check if M_SELECT leaks: nselect > threadsCOMMENT
LOWusr.bin/man/man.sh556 # Check if there is a MACHINE specific manpath.COMMENT
LOWusr.bin/man/man.sh569 # Check if there is a MACHINE_ARCHCOMMENT
LOWusr.bin/bmake/tests/common.sh362# Check if the test result is the same as the expected result.COMMENT
LOWusr.bin/bmake/tests/common.sh408# Check if the test result is the same as the expected result.COMMENT
LOWlibexec/rc/debug.sh188# Check if $DEBUG_SH contains $match:debug_add:* and call _debugAddCOMMENT
LOWlibexec/rc/debug.sh260# Output message if we are debuggingCOMMENT
LOWtests/atf_python/atf_pytest.py66 # Check if the framework requires rootCOMMENT
LOWtests/atf_python/atf_pytest.py131 # Check if we need to manually drop the privilegesCOMMENT
LOWtests/sys/kern/jailmeta.sh12 # Check if we have enough buffer space for testingCOMMENT
LOWtests/sys/mac/ipacl/ipacl_test.sh80 # Verify if it allows jail to set only certain IPv4 address.COMMENT
LOWtests/sys/mac/ipacl/ipacl_test.sh90 # Verify if the module allow jail to set any address in subnet.COMMENT
LOWtests/sys/mac/ipacl/ipacl_test.sh195 # Verify if it allows jail to set only certain IPv6 address.COMMENT
LOWtests/sys/mac/ipacl/ipacl_test.sh205 # Verify if the module allow jail set any address in subnet.COMMENT
LOWtests/sys/mac/portacl/nobody_test.sh40# Verify if security.mac.portacl.port_high works.COMMENT
LOWtests/sys/mac/portacl/nobody_test.sh54# Verify if mac_portacl rules work.COMMENT
LOWtests/sys/mac/portacl/root_test.sh8# Verify if security.mac.portacl.suser_exempt=1 really exempts super-user.COMMENT
LOWtests/sys/mac/portacl/root_test.sh25# Verify if security.mac.portacl.suser_exempt=0 really doesn't exempt super-user.COMMENT
LOWtests/sys/mac/portacl/root_test.sh39# Verify if security.mac.portacl.port_high works for super-user.COMMENT
LOWtests/sys/netpfil/common/tos.sh57 # Check if the firewall is able to set the ToS bitsCOMMENT
LOWtests/sys/netpfil/common/tos.sh72 # Check if the firewall is able to set the ToS bitsCOMMENT
LOWtests/sys/netpfil/common/tos.sh87 # Check if the firewall is able to filter theCOMMENT
LOWtests/sys/netpfil/pf/src_track.sh251 # Check if limit counters have been properly set.COMMENT
LOWtests/sys/netpfil/pf/mld.py88 # Check if we logged dropping the MLD paacketCOMMENT
LOWtests/sys/netpfil/ipfw/ipv6-flow-id.sh47 # Check if the firewall is able to match exact IPv6 flow labelCOMMENT
LOWtests/sys/netinet6/ndp.sh406 # Check if current mac is receivedCOMMENT
LOWtests/sys/netinet6/ndp.sh418 # Check if mac address automatically updatedCOMMENT
LOWrelease/packages/create-sets.sh61 # Check if we should process this package.COMMENT
LOWusr.sbin/freebsd-update/freebsd-update.sh659# Check if there are any kernel modules installed from ports.COMMENT
LOWusr.sbin/freebsd-update/freebsd-update.sh887 # Set EDITOR to /usr/bin/vi if it isn't already setCOMMENT
85 more matches not shown…
Slop Phrases80 hits · 174 pts
SeverityFileLineSnippetContext
MEDIUMcrypto/openssh/pkcs11.h25 for you (if useful, some are missing, let me know if you needCODE
MEDIUMcrypto/heimdal/lib/hx509/ref/pkcs11.h24 for you (if useful, some are missing, let me know if you needCODE
MEDIUMcrypto/krb5/src/plugins/preauth/pkinit/pkcs11.h24 for you (if useful, some are missing, let me know if you needCODE
MEDIUMcrypto/openssl/crypto/perlasm/riscv.pm2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
LOWcrypto/openssl/crypto/md5/asm/md5-586.pl115 # make sure to do 'D' first, not 'B', else we clash withCOMMENT
LOWcrypto/openssl/crypto/md5/asm/md5-586.pl133 # make sure to do 'D' first, not 'B', else we clash withCOMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-riscv64-zvkg.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…to/openssl/crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/modes/asm/ghash-riscv64.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…ypto/openssl/crypto/chacha/asm/chacha-riscv64-v-zbb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/sm4/asm/sm4-riscv64-zvksed.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv32-zkn.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…openssl/crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…ypto/openssl/crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv64-zvkned.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUMcrypto/openssl/crypto/aes/asm/aes-riscv64-zkn.pl2# This file is dual-licensed, meaning that you can use it under yourCOMMENT
MEDIUM…/test/quic-openssl-docker/hq-interop/quic-hq-interop.c26 * @note This client is intended for demonstration purposes and may requireCOMMENT
LOW…es/95-test_external_oqsprovider_data/oqsprovider-ca.sh56# Don't forget to use provider(s) when not activated via config fileCOMMENT
LOWcrypto/openssl/util/perl/OpenSSL/Util.pm221 # It seems to be an executable, so we make sure to prefix itCOMMENT
MEDIUMcrypto/openssl/demos/guide/quic-client-block.c115 * is for demonstration purposes only.COMMENT
MEDIUMcrypto/openssl/demos/guide/quic-client-non-block.c222 * is for demonstration purposes only.COMMENT
MEDIUMcrypto/openssl/demos/signature/rsa_pss_direct.c22 * Here we sign an all-zeroes digest for demonstration purposes.COMMENT
MEDIUMcrypto/openssl/demos/digest/EVP_MD_xof.c54 /* Allow digest length to be changed for demonstration purposes. */COMMENT
MEDIUMcrypto/openssl/demos/cipher/aesgcm.c102 * For demonstration purposes the IV is being set here. In a compliantCOMMENT
MEDIUMcrypto/openssl/demos/encode/rsa_encode.c17 * output for demonstration purposes. Both public and private keys are accepted.COMMENT
MEDIUMcrypto/openssl/demos/encode/ec_encode.c17 * output for demonstration purposes. Both public and private keys are accepted.COMMENT
MEDIUMcrypto/openssl/demos/mac/poly1305.c60 * purely for demonstration purposes. Please note that Poly1305 exhibitsCOMMENT
LOWbin/date/tests/format_string_test.sh13# To create a new one, make sure you are using the UTC timezone!COMMENT
MEDIUMlibexec/rc/debug.sh420# Note: you can use $DEBUG_SKIP DebugShell ... to skip unless debugOnCOMMENT
LOWusr.sbin/ypserv/ypinit.sh255 echo "Don't forget to update map ypservers on ${MASTER}."CODE
LOWusr.sbin/rwhod/rwhod.c88 * Sleep interval. Don't forget to change the down time check in ruptimeCOMMENT
LOWcontrib/ncurses/ncurses/tinfo/comp_scan.c226 * succeed, don't forget to hack push_back() correspondingly.COMMENT
LOWcontrib/libbegemot/rpoll.c208 * Don't forget to call poll_unblock before return from the calling function.COMMENT
LOWcontrib/bc/scripts/karatsuba.py235 # want to report the best run, so we make sure to grab the times here beforeCOMMENT
LOWcontrib/ldns/host2wire.c445 /* don't forget to add the edns rdata (if any) */COMMENT
LOWcontrib/ldns/ldns/net.h189 * socket. Allocates the data (of size size) itself, so don't forget to freeCOMMENT
LOWcontrib/ldns/ldns/net.h201 * socket. Allocates the data (of size size) itself, so don't forget to freeCOMMENT
LOWcontrib/ldns/ldns/net.h211 * socket. Allocates the data (of size size) itself, so don't forget to freeCOMMENT
MEDIUM…trib/arm-optimized-routines/math/test/rtest/wrappers.h58/* Real result. ieee contains size+1 words, as discussed above. */COMMENT
LOWcontrib/ntp/html/quick.html41<p>The best way to confirm NTP is working is using the <a href="ntpq.html"><tt>ntpq</tt></a> utility, although the <a hrCODE
MEDIUMcontrib/ntp/html/debug.html86 <li>If both the sent and received counters do increment, but the <tt>reach</tt> values in the <tt>pe</tt> billboard wiCODE
LOW…ct/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp303 // Don't forget to update __gwp_asan_get_internal_crash_address.COMMENT
LOW…/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp263 // When adding a new architecture, don't forget to also updateCOMMENT
LOW…ct/compiler-rt/lib/sanitizer_common/sanitizer_common.h788// When adding a new architecture, don't forget to also updateCOMMENT
LOW…trib/llvm-project/clang/include/clang/ExtractAPI/API.h183// When adding a new kind of record don't forget to update APIRecords.inc!COMMENT
LOW…/llvm-project/clang/include/clang/AST/DeclObjCCommon.h43 // Also, don't forget to update the Clang C API at CXObjCPropertyAttrKind andCOMMENT
LOW…b/llvm-project/clang/lib/Frontend/HeaderIncludeGen.cpp259 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOW…b/llvm-project/clang/lib/Frontend/HeaderIncludeGen.cpp356 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOW…project/clang/lib/Frontend/PrintPreprocessedOutput.cpp348 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOW…lvm-project/clang/lib/Frontend/Rewrite/RewriteObjC.cpp3198 // Don't forget to add a ';'!!COMMENT
MEDIUMcontrib/llvm-project/clang/lib/Lex/HeaderSearch.cpp1498 // As discussed above, record that this file was ever `#import`ed, and treatCOMMENT
MEDIUMcontrib/llvm-project/clang/lib/Sema/SemaCast.cpp2239 // Feel free to modify them if you've reason/evidence for an alternative.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp226 // Don't forget to negate the adjustment if it's being subtracted.COMMENT
MEDIUM…rib/llvm-project/clang/lib/AST/RecordLayoutBuilder.cpp3779 // the data structures directly --- so feel free to adjust this asCOMMENT
MEDIUM…lvm-project/llvm/include/llvm/ADT/EquivalenceClasses.h40/// Here is a simple example using integers:COMMENT
MEDIUM…ect/llvm/include/llvm/Analysis/BranchProbabilityInfo.h82/// Here is a simple example demonstrating how the described algorithm works.COMMENT
20 more matches not shown…
Fake / Example Data106 hits · 128 pts
SeverityFileLineSnippetContext
LOWcrypto/heimdal/lib/kadm5/ipropd_slave.c389 krb5_data fake_data;CODE
LOWcrypto/heimdal/lib/kadm5/ipropd_slave.c394 fake_data.data = (char *)data.data + 4;CODE
LOWcrypto/heimdal/lib/kadm5/ipropd_slave.c395 fake_data.length = data.length - 4;CODE
LOWcrypto/heimdal/lib/kadm5/ipropd_slave.c399 ret = hdb_value2entry (context, &fake_data, &entry.entry);CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c268 char* dummy_value = NULL;CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c277 retval = profile_iterator (&iterator, &realm_name, &dummy_value);CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c303 if (dummy_value != NULL) {CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c304 profile_release_string (dummy_value);CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c305 dummy_value = NULL;CODE
LOWcrypto/krb5/src/lib/krb5/krb/conv_princ.c359 if (dummy_value) profile_release_string (dummy_value);CODE
LOWcrypto/openssl/test/quic_fifd_test.c97static const unsigned char placeholder_data[] = "placeholder";CODE
LOWcrypto/openssl/test/certs/setup.sh428NC="excluded;otherName:SRVName;UTF8STRING:foo@example.org" ./mkcert.sh genca \CODE
LOWcrypto/openssl/test/certs/setup.sh435 "otherName.1 = SRVName;UTF8STRING:foo@example.org"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt411Output = "lorem ipsum dolor sit amet"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt411Output = "lorem ipsum dolor sit amet"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt444Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt449Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt454Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt459Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt464Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt469Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt474Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt624Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt629Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt634Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt639Output = "lorem ipsum"CODE
LOW…l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt644Output = "lorem ipsum"CODE
LOWcontrib/jemalloc/src/prof_recent.c85 * "placeholder"; the real recording of the allocation requires a lockCOMMENT
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c457 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c462 if (ppath_push_key(p2, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c469 if (ppath_push_key(p3, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c596 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c601 if (ppath_push_key(p2, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c608 if (ppath_push_key(p3, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c480 ATF_CHECK_STREQ(s, "Jane Doe");CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c619 ATF_CHECK_STREQ(s, "Jane Doe");CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c725 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c819 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c902 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c952 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1002 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1051 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1100 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1150 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1189 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1230 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1271 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1311 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1358 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1405 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1452 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/netbsd-tests/lib/libppath/t_ppath.c1499 if (ppath_push_key(p, "John Doe") == NULL)CODE
LOWcontrib/bearssl/test/test_x509.c1803 0, 1, "foo@bar.com"CODE
LOW…ct/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c193static int dummy_data[0] COMPILER_RT_SECTION(CODE
LOW…ct/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c215 (void *)&dummy_cnts, (void *)&dummy_bits, (void *)&dummy_data,CODE
LOWcontrib/llvm-project/clang/include/clang-c/Index.h5174 * the template, or whether it is a "placeholder" that the user should replaceCOMMENT
LOWcontrib/llvm-project/clang/include/clang-c/Index.h5267 * A "placeholder" chunk marks a place where the user should insert textCOMMENT
LOW…/llvm-project/clang/lib/Analysis/UnsafeBufferUsage.cpp2828getUserFillPlaceHolder(StringRef HintTextToUser = "placeholder") {CODE
LOW…Plugins/ObjectFile/Placeholder/ObjectFilePlaceholder.h30 static llvm::StringRef GetPluginNameStatic() { return "placeholder"; }CODE
LOW…m-project/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp31/// Expands "placeholder" instructions marked as pseudo intoCOMMENT
46 more matches not shown…
Deep Nesting116 hits · 110 pts
SeverityFileLineSnippetContext
LOWcrypto/krb5/src/util/cstyle-file.py66CODE
LOWcrypto/krb5/src/util/cstyle-file.py148CODE
LOWcrypto/krb5/src/util/cstyle-file.py189CODE
LOWcrypto/krb5/src/util/krb5-check-copyright.py39CODE
LOWcrypto/krb5/src/util/krb5-check-copyright.py57CODE
LOWcrypto/krb5/src/util/k5test.py596CODE
LOWcrypto/krb5/src/util/k5test.py679CODE
LOWcrypto/krb5/src/util/k5test.py1278CODE
LOWcrypto/krb5/src/util/k5test.py997CODE
LOWcrypto/krb5/src/util/cstyle.py110CODE
LOWcrypto/libecc/scripts/expand_libecc.py123CODE
LOWcrypto/libecc/scripts/expand_libecc.py1680CODE
LOWcrypto/openssl/test/mlkem_parse.py45CODE
LOWcrypto/openssl/test/mldsa_wycheproof_parse.py34CODE
LOWcrypto/openssl/test/mldsa_wycheproof_parse.py71CODE
LOWtools/tools/shlib-compat/shlib-compat.py1002CODE
LOWtools/tools/shlib-compat/shlib-compat.py346CODE
LOWtools/tools/shlib-compat/shlib-compat.py636CODE
LOWtools/tools/shlib-compat/shlib-compat.py668CODE
LOWtools/tools/shlib-compat/shlib-compat.py874CODE
LOWtools/tools/shlib-compat/shlib-compat.py670CODE
LOWtools/test/hwpmc/pmctest.py42CODE
LOWusr.bin/fortune/tools/do_uniq.py32CODE
LOWsbin/ping/tests/test_ping.py95CODE
LOWtests/atf_python/atf_pytest.py205CODE
LOWtests/atf_python/sys/netlink/netlink.py304CODE
LOWtests/atf_python/sys/netlink/message.py92CODE
LOWtests/atf_python/sys/netlink/message.py218CODE
LOWtests/atf_python/sys/netpfil/ipfw/insns.py420CODE
LOWtests/atf_python/sys/netpfil/ipfw/insns.py476CODE
LOWtests/atf_python/sys/netpfil/ipfw/insns.py493CODE
LOWtests/sys/kern/sonewconn_overflow.py92CODE
LOWtests/sys/netlink/test_rtnl_route.py92CODE
LOWtests/sys/netlink/test_rtnl_iface.py30CODE
LOWtests/sys/netinet/igmp.py43CODE
LOWtests/sys/netpfil/common/pft_ping.py352CODE
LOWtests/sys/netpfil/common/pft_ping.py577CODE
LOWtests/sys/netpfil/pf/nat64.py50CODE
LOWtests/sys/netpfil/pf/tcp.py85CODE
LOWtests/sys/netpfil/pf/pft_read_ipfix.py34CODE
LOWtests/sys/netinet6/exthdr.py167CODE
LOWtests/sys/opencrypto/cryptotest.py55CODE
LOWtests/sys/opencrypto/cryptotest.py106CODE
LOWtests/sys/opencrypto/cryptotest.py202CODE
LOWtests/sys/opencrypto/cryptotest.py342CODE
LOWtests/sys/opencrypto/cryptotest.py393CODE
LOWtests/sys/opencrypto/cryptodev.py374CODE
LOWtests/sys/opencrypto/cryptodev.py405CODE
LOWrelease/scripts/list-new-changesets.py73CODE
LOWcontrib/bmake/mk/meta2deps.py724CODE
LOWcontrib/bmake/mk/meta2deps.py212CODE
LOWcontrib/bmake/mk/meta2deps.py384CODE
LOWcontrib/bmake/mk/meta2deps.py427CODE
LOWcontrib/bmake/mk/meta2deps.py634CODE
LOWcontrib/ntp/sntp/unity/auto/unity_test_summary.py85CODE
LOWcontrib/ntp/sntp/libevent/event_rpcgen.py1476CODE
LOWcontrib/ntp/sntp/libevent/event_rpcgen.py1613CODE
LOW…roject/lldb/source/Interpreter/embedded_interpreter.py72CODE
LOWcontrib/pkgconf/doc/extract.py44CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py267CODE
56 more matches not shown…
Excessive Try-Catch Wrapping67 hits · 97 pts
SeverityFileLineSnippetContext
MEDIUMcrypto/libecc/scripts/expand_libecc.py1812 print("Error: provided generator g is not conforming!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1821 print("Error: option ECfile incompatible with explicit (prime, a, b, gx, gy, order, cofactor) options!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1825 print("Error: option ECfile needs a curve name!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1831 print("Error: cannot open ECfile file "+ECfile)CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1838 print("Error: error when decoding ECfile file "+ECfile+" (seems to be PEM, but failed to decode)")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1843 print("Error: error when parsing ECfile file "+ECfile+" (malformed or unsupported ASN.1)")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1849 print("Error: missing "+err_string+" in explicit curve definition (name, prime, a, b, gx, gy, order, cofactoCODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1856 print("Error: given prime is *NOT* prime!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1859 print("Error: given order is *NOT* prime!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1863 print("Error: "+err_string+"is > prime")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1867 print("Error: the given parameters (prime, a, b, gx, gy) do not verify the elliptic curve equation!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1872 print("Error: alpha_montgomery and gamma_montgomery must be both defined if used!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1876 print("Error: alpha_edwards needs alpha_montgomery and gamma_montgomery to be both defined if used!")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1884 print("Error: file %s already exists!" % (ec_params_path + "ec_params_"+name+".h"))CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1887 print("Error: name %s already exists in files" % ("ec_params_"+name))CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1763 print("Error: you must provide a curve name with --remove")CODE
MEDIUMcrypto/libecc/scripts/expand_libecc.py1775 print("Error: curve name "+name+" does not seem to be present in the sources!")CODE
LOW…ecc/src/arithmetic_tests/arithmetic_tests_generator.py1669 except Exception:CODE
MEDIUMtools/tools/net80211/wesside/wesside/wesside.c508 time_print("Error Wrote %d out of %d\n", rc,CODE
LOWtests/atf_python/sys/netlink/netlink.py279 except Exception as e:CODE
LOWtests/atf_python/sys/netlink/attrs.py288 except Exception as e:CODE
LOWtests/atf_python/sys/netlink/attrs.py318 except Exception as e:CODE
LOWtests/sys/common/sender.py106 except Exception as e:CODE
LOWtests/sys/common/sender.py185 except Exception as e:CODE
LOWcontrib/ntp/sntp/unity/auto/unity_test_summary.py134 except Exception as e:CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py57 except Exception as e:CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py137 except Exception as e:CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py164 except Exception as e:CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py239 except Exception as e:CODE
LOWcontrib/wpa/hostapd/wps-ap-nfc.py327 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-nfc.py89 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-nfc.py378 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-nfc.py407 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-nfc.py1167 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py72 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py172 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py184 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py197 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py223 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py230 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py289 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py305 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py335 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py358 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py446 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py462 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/p2p-nfc.py639 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/dpp-qrcode.py39 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py61 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py167 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py194 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py220 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py233 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py259 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py266 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py379 except Exception as e:CODE
LOWcontrib/wpa/wpa_supplicant/examples/wps-nfc.py510 except Exception as e:CODE
LOWcontrib/unbound/contrib/unbound-querycachedb.py75 except Exception as e:CODE
LOW…stream/test-stream-creation-scripts/make-dump-files.py56 except Exception as e:CODE
MEDIUM…zfs/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py285def setUpClass(cls):CODE
7 more matches not shown…
TODO Padding49 hits · 74 pts
SeverityFileLineSnippetContext
LOW…project/libcxx/include/experimental/__simd/simd_mask.h27// TODO: implement simd_mask classCOMMENT
LOW…llvm-project/libcxx/include/experimental/__simd/simd.h43// TODO: implement simd classCOMMENT
LOW…/llvm-project/compiler-rt/lib/hwasan/hwasan_thread.cpp222 // TODO: implement.COMMENT
LOW…/llvm-project/compiler-rt/lib/hwasan/hwasan_thread.cpp225 // TODO: implement.COMMENT
LOW…compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp448 // TODO: implement.COMMENT
LOW…ect/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp989 // TODO: implement.COMMENT
LOW…ib/llvm-project/libc/include/llvm-libc-types/jmp_buf.h12// TODO: implement sigjmp_buf related functions for other architecturesCOMMENT
LOW…ject/libc/src/__support/FPUtil/ManipulationFunctions.h204 // TODO: Add tests for exceptions.COMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1346 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1401 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1451 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1643 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1774 // TODO: implement CFG comparisonsCOMMENT
LOW…vm-project/clang/include/clang/Driver/OffloadBundler.h60 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOW…ntrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp345 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOW…ntrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp573 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOW…llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp3008 // TODO: implement merge for other necessary decls.COMMENT
LOWcontrib/llvm-project/clang/lib/Sema/SemaDeclCXX.cpp4060 // TODO: implement -Wuninitialized and fold this into that framework.COMMENT
LOW…/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp2058 // TODO: implement aupport for user-defined allocators.COMMENT
LOW…ct/clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp268 // TODO: implement clipTailPadding once bitfields are implementedCOMMENT
LOW…ct/clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp648 // TODO: implement verificationCOMMENT
LOWcontrib/llvm-project/lld/COFF/DebugTypes.cpp256 // TODO: Handle errors similar to symbols.COMMENT
LOWcontrib/llvm-project/lld/MachO/Dwarf.h27 // TODO: implement thisCOMMENT
LOW…llvm-project/lldb/source/Host/common/SocketAddress.cpp39// TODO: implement shortened form "::" for runs of zerosCOMMENT
LOW…ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp1547 // TODO: implement DW_TAG_inheritance type parsing.COMMENT
LOW…geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp314 // TODO: implement HashTableSignature...COMMENT
LOW…/llvm-project/llvm/tools/llvm-objdump/llvm-objdump.cpp1389// TODO: implement for other file formats.COMMENT
LOW…/llvm-project/llvm/include/llvm/CodeGen/BasicTTIImpl.h1550 // TODO: implement more precise cost estimation for these intrinsics.COMMENT
LOW…/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h734 /// TODO: implement dynamically sized inline memcpy,COMMENT
LOW…ib/llvm-project/llvm/include/llvm/SandboxIR/Constant.h1005 // TODO: implement get/setComdat(), etc. once we have a sandboxir::Comdat.COMMENT
LOW…/llvm-project/llvm/include/llvm/Support/ScaledNumber.h659 // TODO: implement directly, rather than relying on inverse. Inverse isCOMMENT
LOWcontrib/llvm-project/llvm/include/llvm/XRay/Graph.h333 // TODO: implement constructor to enable Graph Initialisation.\COMMENT
LOW…trib/llvm-project/llvm/lib/Analysis/MemoryBuiltins.cpp1307 // TODO: implement evaluation of strdup/strndupCOMMENT
LOW…llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp83 // TODO: Add tests for `cfi_*` directivesCOMMENT
LOW…ib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.h108 // TODO: implement command line args or other ways to determine this.COMMENT
LOW…m-project/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp381 // TODO: implement legalization for other opcodes.COMMENT
LOW…lvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp293 // TODO: implement special printing for OpenCLExtInst::vstor*.COMMENT
LOW…b/llvm-project/llvm/lib/Target/Mips/MipsAsmPrinter.cpp1246 // TODO: implementCOMMENT
LOW…m-project/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp2269 // TODO: implement flag for frontend to give us a hint not to insert waits.COMMENT
LOW…b/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp3854 // TODO: implement the "local dynamic" modelCOMMENT
LOW…vm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp778 // TODO: implement this case.COMMENT
LOW…roject/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp4333 // TODO: implement simple scalarization.COMMENT
LOW…llvm-project/llvm/lib/Transforms/IPO/FunctionAttrs.cpp424 // TODO: implement addNoAliasAttrs onceCOMMENT
LOW…oject/llvm/lib/Transforms/IPO/AttributorAttributes.cpp13355 // TODO: implement case for malloc like instructionsCOMMENT
LOW…oject/llvm/lib/Transforms/IPO/AttributorAttributes.cpp13403 // TODO: implement for multiple binsCOMMENT
LOW…ct/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp2532 // TODO: implement tryToMergeParialOverlappingStores using MemorySSA.COMMENT
LOW…ntrib/llvm-project/openmp/runtime/src/kmp_dispatch.cpp2141// TODO: implement countCOMMENT
LOWlib/libifconfig/libifconfig.c596 // TODO: Add proper error tracking hereCOMMENT
LOWlib/libifconfig/libifconfig.c607 // TODO: Add proper error tracking hereCOMMENT
AI Response Leakage9 hits · 65 pts
SeverityFileLineSnippetContext
HIGHcontrib/bc/project/github_issues.json429 "body": "> You are correct that my `dc` clears the stack. When I was implementing `bc` and `dc`, I wanted to minCODE
HIGH…/llvm-project/llvm/include/llvm/CodeGen/LiveInterval.h13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGH…ib/llvm-project/llvm/include/llvm/Support/SuffixTree.h20// In this implementation, a "string" is a vector of unsigned integers.COMMENT
HIGHcontrib/llvm-project/llvm/lib/CodeGen/StackColoring.cpp189// In this implementation, we successively merge pairs of slots that areCOMMENT
HIGHcontrib/llvm-project/llvm/lib/CodeGen/LiveInterval.cpp13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGH…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp75/// In this implementation, every atomically accessed location in the programCOMMENT
HIGHcontrib/llvm-project/libunwind/src/Unwind-EHABI.cpp469 // In this implementation, the phases don't share the VRS backing store.COMMENT
HIGHsys/dev/qlnx/qlnxe/eth_common.h39#define ETH_HSI_VER_NO_PKT_LEN_TUNN 5 /* Alias for 8.7.x.x/8.8.x.x ETH FP HSI MINOR version. In this version drCOMMENT
HIGHshare/examples/ipfilter/examples.txt429# for each new user. In this example, ed1 is the external interface.COMMENT
Cross-Language Confusion15 hits · 65 pts
SeverityFileLineSnippetContext
HIGHcontrib/jemalloc/scripts/gen_run_tests.py111 \$@ >> run_test.log 2>&1 || abortCODE
HIGHcontrib/jemalloc/scripts/gen_run_tests.py119%(config_line)s >> run_test.log 2>&1 || abortCODE
HIGHcontrib/jemalloc/scripts/gen_travis.py44 scripts/gen_travis.py > travis_script && diff .travis.yml travis_scriptCODE
HIGHcontrib/ntp/sntp/libevent/event_rpcgen.py390 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)STRING
HIGHcontrib/ntp/sntp/libevent/event_rpcgen.py1247 if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length)CODE
HIGHcontrib/ntp/sntp/libevent/event_rpcgen.py1264 " if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length)",STRING
HIGHcontrib/libevent/event_rpcgen.py390 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)STRING
HIGHcontrib/libevent/event_rpcgen.py1247 if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length)CODE
HIGHcontrib/libevent/event_rpcgen.py1264 " if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length)",STRING
HIGHcontrib/libpcap/testprogs/visopts.py65 var leftsvg = null;CODE
HIGHcontrib/libpcap/testprogs/visopts.py66 var rightsvg = null;CODE
HIGHcontrib/libpcap/testprogs/visopts.py121 if (doc == null) {CODE
HIGHcontrib/libpcap/testprogs/visopts.py134 if (doc == null) {CODE
HIGHcontrib/libpcap/testprogs/visopts.py150 leftsvg = null;CODE
HIGHcontrib/libpcap/testprogs/visopts.py159 rightsvg = null;CODE
Cross-File Repetition10 hits · 50 pts
SeverityFileLineSnippetContext
HIGH…etest/test/googletest-param-test-invalid-name1-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…etest/test/googletest-param-test-invalid-name2-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…etest/googletest/test/googletest-uninitialized-test.py0verifies that google test warns the user when not initialized properly.STRING
HIGH…etest/test/googletest-param-test-invalid-name1-test.py0runs the given command and verifies its exit code and output.STRING
HIGH…etest/test/googletest-param-test-invalid-name2-test.py0runs the given command and verifies its exit code and output.STRING
HIGH…etest/googletest/test/googletest-uninitialized-test.py0runs the given command and verifies its exit code and output.STRING
HIGH…/googletest/googletest/test/googletest-env-var-test.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGH…ib/googletest/googletest/test/googletest-color-test.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGH…ogletest/googletest/test/googletest-filter-unittest.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
HIGH…letest/googletest/test/googletest-failfast-unittest.py0sets the env variable to 'value'; unsets it when 'value' is none.STRING
Example Usage Blocks22 hits · 32 pts
SeverityFileLineSnippetContext
LOWtools/tools/nanobsd/defaults.sh837# Usage:COMMENT
LOWtools/tools/nanobsd/fill_pkg.sh29# Usage:COMMENT
LOWtools/boot/boot-test.sh16# Usage:COMMENT
LOWrelease/powerpc/mkisoimages.sh14# Usage:COMMENT
LOWrelease/i386/mkisoimages.sh14# Usage:COMMENT
LOWrelease/amd64/mkisoimages.sh14# Usage:COMMENT
LOWrelease/riscv/mkisoimages.sh10# Usage:COMMENT
LOWrelease/arm64/mkisoimages.sh10# Usage:COMMENT
LOWcontrib/ntp/scripts/monitoring/timelocal.pl3;# Usage:CODE
LOW…mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h25// Usage example:COMMENT
LOW…project/libc/src/__support/FPUtil/except_value_utils.h29// Example usage:COMMENT
LOW…ntrib/llvm-project/clang/include/clang/Sema/SemaCUDA.h95 /// Example usage:COMMENT
LOW…ntrib/llvm-project/clang/include/clang/Sema/SemaBase.h145 /// Example usage:COMMENT
LOW…ntrib/llvm-project/clang/include/clang/Sema/SemaSYCL.h42 /// Example usage:COMMENT
LOW…rib/llvm-project/clang/include/clang/Sema/SemaOpenMP.h67 /// Example usage:COMMENT
LOW…rib/llvm-project/clang/include/clang/Sema/SemaOpenMP.h84 /// Example usage:COMMENT
LOWcontrib/llvm-project/clang/lib/Analysis/CFG.cpp498/// Example usage:COMMENT
LOWcontrib/llvm-project/llvm/include/llvm/ADT/Bitfields.h24/// Usage exampleCOMMENT
LOW…project/llvm/include/llvm/Support/ExponentialBackoff.h25/// Example usage:COMMENT
LOW…-project/llvm/include/llvm/Support/raw_socket_stream.h47/// Usage example:COMMENT
LOW…ct/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h149 /// Usage example:COMMENT
LOW…b/openzfs/.github/workflows/scripts/qemu-4-build-vm.sh6# Usage:COMMENT
Modern AI Meta-Vocabulary8 hits · 23 pts
SeverityFileLineSnippetContext
MEDIUMcontrib/pkgconf/codecov.yml22 # the fuzzing harnesses and their corpus-replay driver are test scaffoldingCOMMENT
MEDIUMcontrib/pkgconf/CONTRIBUTING.md96## Instructions for agentic systemsCOMMENT
MEDIUMcontrib/tcp_wrappers/scaffold.c10static char sccs_id[] = "@(#) scaffold.c 1.6 97/03/21 19:27:24";CODE
MEDIUMcontrib/tcp_wrappers/scaffold.c35#include "scaffold.h"COMMENT
MEDIUMcontrib/tcp_wrappers/inetcf.c22#include "scaffold.h"COMMENT
MEDIUMcontrib/tcp_wrappers/tcpdchk.c53#include "scaffold.h"COMMENT
MEDIUMcontrib/tcp_wrappers/tcpdmatch.c49#include "scaffold.h"COMMENT
MEDIUMcontrib/tcp_wrappers/scaffold.h2 * @(#) scaffold.h 1.3 94/12/31 18:19:19COMMENT
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHcontrib/pkgconf/doc/extract.py45Extracts a list of comments from the given C family source file. Comments are represented with the Comment class fouSTRING
HIGHcontrib/googletest/googletest/test/gtest_test_utils.py200Changes into a specified directory, if provided, and executes a command. Restores the old directory afterwards. STRING
AI Structural Patterns8 hits · 8 pts
SeverityFileLineSnippetContext
LOWcrypto/krb5/src/util/k5test.py919CODE
LOWsbin/ping/tests/test_ping.py149CODE
LOWcontrib/ntp/sntp/libevent/event_rpcgen.py1678CODE
LOW…b/googletest/googletest/test/googletest-output-test.py215CODE
LOWcontrib/googletest/googlemock/test/gmock_output_test.py72CODE
LOWcontrib/libevent/event_rpcgen.py1678CODE
LOW…trib/openzfs/contrib/pyzfs/libzfs_core/_libzfs_core.py1266CODE
LOW…trib/openzfs/contrib/pyzfs/libzfs_core/_libzfs_core.py1386CODE
Modern Structural Boilerplate3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtests/sys/opencrypto/cryptodev.py50__all__ = [ 'Crypto', 'MismatchError', ]CODE
LOWcontrib/lib9p/pytest/pfod.py5__all__ = ['pfod', 'OrderedDict']CODE
LOW…/contrib/openzfs/contrib/pyzfs/libzfs_core/__init__.py96__all__ = [CODE