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:function_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/scripts/
H
A
D
kernel-doc
175
my ($function, %
function_table
, %parametertypes, $declaration_purpose);
312
$
function_table
{$function} = 1;
318
%
function_table
= ();
321
%
function_table
= ();
508
defined($
function_table
{$name})))
1079
defined($
function_table
{$name})) ||
1081
!($functype eq "function" && defined($
function_table
{$name}))))
1298
if (defined($
function_table
{$name})) {
1305
if (!($functype eq "function" && defined($
function_table
{$name}))) {
1312
if (defined($
function_table
{
[all...]
/kernel/linux/linux-5.10/scripts/
H
A
D
kernel-doc
322
my ($function, %
function_table
, %parametertypes, $declaration_purpose);
442
$
function_table
{$function} = 1;
448
%
function_table
= ();
451
%
function_table
= ();
607
defined($
function_table
{$name})))
1165
defined($
function_table
{$name})) ||
1167
!($functype eq "function" && defined($
function_table
{$name}))))
1360
if (defined($
function_table
{$name})) {
1367
if (!($functype eq "function" && defined($
function_table
{$name}))) {
1374
if (defined($
function_table
{
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
preprocess.c
190
static const struct function
function_table
[] = {
variable
207
for (i = 0; i < ARRAY_SIZE(
function_table
); i++) {
in function_expand()
208
f = &
function_table
[i];
in function_expand()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
preprocess.c
190
static const struct function
function_table
[] = {
variable
207
for (i = 0; i < ARRAY_SIZE(
function_table
); i++) {
in function_expand()
208
f = &
function_table
[i];
in function_expand()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_sriov.c
434
struct hinic_cmd_fw_ctxt *
function_table
= buf_in;
in check_func_table()
local
437
!
function_table
->rx_buf_sz)
in check_func_table()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_sriov.c
436
struct hinic_cmd_fw_ctxt *
function_table
= buf_in;
in check_func_table()
local
439
!
function_table
->rx_buf_sz)
in check_func_table()
Completed in 9 milliseconds