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:pc1
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
report.c
88
void *
pc1
= NULL, *pc2 = NULL;
in kmsan_print_origin()
local
103
pc1
= (void *)entries[2];
in kmsan_print_origin()
107
if (
pc1
)
in kmsan_print_origin()
108
pr_err(" %pSb\n",
pc1
);
in kmsan_print_origin()
/kernel/linux/linux-5.10/lib/crypto/
H
A
D
des.c
30
static const u8
pc1
[256] = {
variable
629
d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d =
pc1
[d];
in des_ekey()
630
c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c =
pc1
[c];
in des_ekey()
631
b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b =
pc1
[b];
in des_ekey()
632
a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a =
pc1
[a];
in des_ekey()
657
d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d =
pc1
[d + 1];
in des_ekey()
658
c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c =
pc1
[c + 1];
in des_ekey()
659
b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b =
pc1
[b + 1];
in des_ekey()
660
a = k[3]; a &= 0xe0; a >>= 4; a |= k[7] & 0xf0; a =
pc1
[a + 1];
in des_ekey()
720
d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d =
pc1
[
in dkey()
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H
A
D
des.c
30
static const u8
pc1
[256] = {
variable
629
d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d =
pc1
[d];
in des_ekey()
630
c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c =
pc1
[c];
in des_ekey()
631
b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b =
pc1
[b];
in des_ekey()
632
a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a =
pc1
[a];
in des_ekey()
657
d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d =
pc1
[d + 1];
in des_ekey()
658
c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c =
pc1
[c + 1];
in des_ekey()
659
b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b =
pc1
[b + 1];
in des_ekey()
660
a = k[3]; a &= 0xe0; a >>= 4; a |= k[7] & 0xf0; a =
pc1
[a + 1];
in des_ekey()
720
d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d =
pc1
[
in dkey()
[all...]
Completed in 3 milliseconds