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:uni_pgdir
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
consolemap.c
190
u16 **
uni_pgdir
[32];
member
241
p1 = p->
uni_pgdir
[i];
in set_inverse_trans_unicode()
403
p1 = p->
uni_pgdir
[i];
in con_release_unimap()
409
p->
uni_pgdir
[i] = NULL;
in con_release_unimap()
447
p1 = p->
uni_pgdir
[j]; q1 = q->
uni_pgdir
[j];
in con_unify_unimap()
480
p1 = p->
uni_pgdir
[n = unicode >> 11];
in con_insert_unipair()
482
p1 = p->
uni_pgdir
[n] = kmalloc_array(32, sizeof(u16 *),
in con_insert_unipair()
577
*
uni_pgdir
is a 32*32*64 table with rows allocated
in con_set_unimap()
584
p1 = p->
uni_pgdir
[
in con_set_unimap()
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
consolemap.c
210
* @
uni_pgdir
: 32*32*64 table with glyphs
217
u16 **
uni_pgdir
[UNI_DIRS];
member
271
u16 **dir = dict->
uni_pgdir
[d];
in set_inverse_trans_unicode()
434
u16 **dir = dict->
uni_pgdir
[d];
in con_release_unimap()
440
dict->
uni_pgdir
[d] = NULL;
in con_release_unimap()
479
u16 **dir1 = dict1->
uni_pgdir
[d];
in con_unify_unimap()
480
u16 **dir2 = dict2->
uni_pgdir
[d];
in con_unify_unimap()
515
dir = p->
uni_pgdir
[n];
in con_insert_unipair()
517
dir = p->
uni_pgdir
[n] = kcalloc(UNI_DIR_ROWS, sizeof(*dir),
in con_insert_unipair()
596
*
uni_pgdir
i
in con_unshare_unimap()
[all...]
Completed in 3 milliseconds