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:XBUFSIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
tcrypt.c
83
#define
XBUFSIZE
8
macro
86
static int testmgr_alloc_buf(char *buf[
XBUFSIZE
])
in testmgr_alloc_buf()
90
for (i = 0; i <
XBUFSIZE
; i++) {
in testmgr_alloc_buf()
105
static void testmgr_free_buf(char *buf[
XBUFSIZE
])
in testmgr_free_buf()
109
for (i = 0; i <
XBUFSIZE
; i++)
in testmgr_free_buf()
113
static void sg_init_aead(struct scatterlist *sg, char *xbuf[
XBUFSIZE
],
in sg_init_aead()
120
if (np >
XBUFSIZE
) {
in sg_init_aead()
122
np =
XBUFSIZE
;
in sg_init_aead()
148
struct scatterlist sg[
XBUFSIZE
];
149
struct scatterlist sgout[
XBUFSIZE
];
[all...]
H
A
D
testmgr.c
75
#define
XBUFSIZE
8
macro
165
static int __testmgr_alloc_buf(char *buf[
XBUFSIZE
], int order)
in __testmgr_alloc_buf()
169
for (i = 0; i <
XBUFSIZE
; i++) {
in __testmgr_alloc_buf()
184
static int testmgr_alloc_buf(char *buf[
XBUFSIZE
])
in testmgr_alloc_buf()
189
static void __testmgr_free_buf(char *buf[
XBUFSIZE
], int order)
in __testmgr_free_buf()
193
for (i = 0; i <
XBUFSIZE
; i++)
in __testmgr_free_buf()
197
static void testmgr_free_buf(char *buf[
XBUFSIZE
])
in testmgr_free_buf()
287
struct test_sg_division src_divs[
XBUFSIZE
];
288
struct test_sg_division dst_divs[
XBUFSIZE
];
519
char *bufs[
XBUFSIZE
];
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
tcrypt.c
75
#define
XBUFSIZE
8
macro
78
static int testmgr_alloc_buf(char *buf[
XBUFSIZE
])
in testmgr_alloc_buf()
82
for (i = 0; i <
XBUFSIZE
; i++) {
in testmgr_alloc_buf()
97
static void testmgr_free_buf(char *buf[
XBUFSIZE
])
in testmgr_free_buf()
101
for (i = 0; i <
XBUFSIZE
; i++)
in testmgr_free_buf()
105
static void sg_init_aead(struct scatterlist *sg, char *xbuf[
XBUFSIZE
],
in sg_init_aead()
112
if (np >
XBUFSIZE
) {
in sg_init_aead()
114
np =
XBUFSIZE
;
in sg_init_aead()
140
struct scatterlist sg[
XBUFSIZE
];
141
struct scatterlist sgout[
XBUFSIZE
];
[all...]
H
A
D
testmgr.c
75
#define
XBUFSIZE
8
macro
165
static int __testmgr_alloc_buf(char *buf[
XBUFSIZE
], int order)
in __testmgr_alloc_buf()
169
for (i = 0; i <
XBUFSIZE
; i++) {
in __testmgr_alloc_buf()
184
static int testmgr_alloc_buf(char *buf[
XBUFSIZE
])
in testmgr_alloc_buf()
189
static void __testmgr_free_buf(char *buf[
XBUFSIZE
], int order)
in __testmgr_free_buf()
193
for (i = 0; i <
XBUFSIZE
; i++)
in __testmgr_free_buf()
197
static void testmgr_free_buf(char *buf[
XBUFSIZE
])
in testmgr_free_buf()
301
struct test_sg_division src_divs[
XBUFSIZE
];
302
struct test_sg_division dst_divs[
XBUFSIZE
];
546
char *bufs[
XBUFSIZE
];
[all...]
Completed in 9 milliseconds