Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BUG_ON
(Results
1 - 8
of
8
) sorted by relevance
/third_party/fsverity-utils/lib/
H
A
D
hash_algs.c
32
BUG_ON
(ret != 1);
in openssl_digest_init()
42
BUG_ON
(ret != 1);
in openssl_digest_update()
51
BUG_ON
(ret != 1);
in openssl_digest_final()
H
A
D
lib_private.h
81
#define
BUG_ON
(condition) \
macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
scatterlist.h
74
BUG_ON
(psg->sg_magic != COMPAT_SG_MAGIC);
in sg_mark_end()
H
A
D
kernel.h
143
#define
BUG_ON
(condition) do { \
macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_simulator_validate.h
49
#define
BUG_ON
(condition) assert(!(condition))
macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_render_cl.c
370
BUG_ON
(setup->next_offset != size);
in vc4_create_rcl_bo()
H
A
D
vc4_validate.c
779
BUG_ON
(roundup(packet_size, 16) - packet_size > nr_relocs * 4);
in validate_gl_shader_rec()
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
4672
# avoid BUG() or
BUG_ON
()
4673
if ($line =~ /\b(?:BUG|
BUG_ON
)\b/) {
4677
"Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or
BUG_ON
()\n" . $herecurr);
Completed in 11 milliseconds