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:ntab
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/unicode/
H
A
D
utf8-core.c
190
um->
ntab
[UTF8_NFDI] = find_table_version(um->tables->utf8nfdidata,
in utf8_load()
192
if (!um->
ntab
[UTF8_NFDI])
in utf8_load()
194
um->
ntab
[UTF8_NFDICF] = find_table_version(um->tables->utf8nfdicfdata,
in utf8_load()
196
if (!um->
ntab
[UTF8_NFDICF])
in utf8_load()
H
A
D
utf8-norm.c
306
utf8trie_t *trie = um->tables->utf8data + um->
ntab
[n]->offset;
in utf8nlookup()
398
um->
ntab
[n]->maxage)
in utf8nlen()
513
u8c->um->
ntab
[u8c->n]->maxage) {
in utf8byte()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_choke.c
372
struct sk_buff **
ntab
;
in choke_change()
local
374
ntab
= kvcalloc(mask + 1, sizeof(struct sk_buff *), GFP_KERNEL);
in choke_change()
375
if (!
ntab
)
in choke_change()
391
ntab
[tail++] = skb;
in choke_change()
405
q->tab =
ntab
;
in choke_change()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_choke.c
371
struct sk_buff **
ntab
;
in choke_change()
local
373
ntab
= kvcalloc(mask + 1, sizeof(struct sk_buff *), GFP_KERNEL);
in choke_change()
374
if (!
ntab
)
in choke_change()
390
ntab
[tail++] = skb;
in choke_change()
404
q->tab =
ntab
;
in choke_change()
/kernel/linux/linux-5.10/scripts/
H
A
D
cleanfile
31
my $
ntab
= ($npos >> 3) - ($pos >> 3);
32
$lo .= "\t" x $
ntab
;
H
A
D
cleanpatch
31
my $
ntab
= ($npos >> 3) - ($pos >> 3);
32
$lo .= "\t" x $
ntab
;
/kernel/linux/linux-6.6/scripts/
H
A
D
cleanfile
31
my $
ntab
= ($npos >> 3) - ($pos >> 3);
32
$lo .= "\t" x $
ntab
;
H
A
D
cleanpatch
31
my $
ntab
= ($npos >> 3) - ($pos >> 3);
32
$lo .= "\t" x $
ntab
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
unicode.h
52
const struct utf8data *
ntab
[UTF8_NMAX];
member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
sgiarcs.h
362
unsigned long
ntab
; /* Name table. */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
sgiarcs.h
362
unsigned long
ntab
; /* Name table. */
member
Completed in 12 milliseconds