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:missing
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H
A
D
spidev.c
155
unsigned long
missing
;
in spidev_read()
local
157
missing
= copy_to_user(buf, spidev->rx_buffer, status);
in spidev_read()
158
if (
missing
== status) {
in spidev_read()
161
status = status -
missing
;
in spidev_read()
174
unsigned long
missing
;
in spidev_write()
local
184
missing
= copy_from_user(spidev->tx_buffer, buf, count);
in spidev_write()
185
if (
missing
== 0) {
in spidev_write()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
1042
test_cmd $objcc -Werror=
missing
-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
4401
# simple replacement for
missing
mktemp
5952
enabled altivec || warn "Altivec disabled, possibly
missing
--cpu flag"
6976
check_cflags -Werror=
missing
-prototypes
7017
check_cflags -Werror=
missing
-prototypes
7020
add_cflags -Wno-
missing
-variable-declarations
Completed in 8 milliseconds