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:obo
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/hexagon/mm/
H
A
D
strnlen_user.S
14
#define
obo
r6 /* off-by-one */
define
68
obo
= add(start,#1);
define
85
if (!P0.new) start = add(
obo
,tmp1);
97
start = add(
obo
,tmp1);
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-cipher.c
194
unsigned int
obo
= 0; /* offset in bufo*/
in sun4i_ss_cipher_poll()
local
342
obo
= 0;
in sun4i_ss_cipher_poll()
351
mo.length - oo, obl -
obo
);
in sun4i_ss_cipher_poll()
352
memcpy(mo.addr + oo, ss->bufo +
obo
, todo);
in sun4i_ss_cipher_poll()
354
obo
+= todo;
in sun4i_ss_cipher_poll()
361
} while (
obo
< obl);
in sun4i_ss_cipher_poll()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-cipher.c
204
unsigned int
obo
= 0; /* offset in bufo*/
in sun4i_ss_cipher_poll()
local
355
obo
= 0;
in sun4i_ss_cipher_poll()
364
mo.length - oo, obl -
obo
);
in sun4i_ss_cipher_poll()
365
memcpy(mo.addr + oo, ss->bufo +
obo
, todo);
in sun4i_ss_cipher_poll()
367
obo
+= todo;
in sun4i_ss_cipher_poll()
374
} while (
obo
< obl);
in sun4i_ss_cipher_poll()
Completed in 5 milliseconds