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:u32Key
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H
A
D
hi_unf_cipher.h
145
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
171
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
184
HI_U32
u32Key
[DES_KEY_SIZE_IN_WORD]; /* Key input */
member
193
HI_U32
u32Key
[TDES_KEY_SIZE_IN_WORD]; /* Key input */
member
215
HI_U32
u32Key
[SM4_KEY_SIZE_IN_WORD]; /* Key input */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_unf_cipher.h
142
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
168
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
181
HI_U32
u32Key
[DES_KEY_SIZE_IN_WORD]; /* Key input */
member
190
HI_U32
u32Key
[TDES_KEY_SIZE_IN_WORD]; /* Key input */
member
212
HI_U32
u32Key
[SM4_KEY_SIZE_IN_WORD]; /* Key input */
member
H
A
D
hifb.h
120
HI_U32
u32Key
; /* colorkey value, maybe contains alpha */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_unf_cipher.h
142
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
168
HI_U32
u32Key
[AES_KEY_SIZE_IN_WORD]; /* Key input */
member
181
HI_U32
u32Key
[DES_KEY_SIZE_IN_WORD]; /* Key input */
member
190
HI_U32
u32Key
[TDES_KEY_SIZE_IN_WORD]; /* Key input */
member
212
HI_U32
u32Key
[SM4_KEY_SIZE_IN_WORD]; /* Key input */
member
H
A
D
hifb.h
125
HI_U32
u32Key
; /* colorkey value, maybe contains alpha */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
145
HI_U32
u32Key
; /* colorkey value, maybe contains alpha */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
2078
colorkey.
u32Key
= colorkey_ex.key;
in hifb_get_colorkey()
2111
colorkey_ex.key = colorkey.
u32Key
;
in hifb_set_colorkey()
2115
if (colorkey.
u32Key
>= (hi_u32)(2 << hifb_get_bits_per_pixel(info))) { /* 2 bit colorkey */
in hifb_set_colorkey()
2117
colorkey.
u32Key
, 2 << hifb_get_bits_per_pixel(info)); /* 2 bit colorkey */
in hifb_set_colorkey()
2120
colorkey_ex.blue_max = colorkey_ex.blue_min = info->cmap.blue[colorkey.
u32Key
];
in hifb_set_colorkey()
2121
colorkey_ex.green_max = colorkey_ex.green_min = info->cmap.green[colorkey.
u32Key
];
in hifb_set_colorkey()
2122
colorkey_ex.red_max = colorkey_ex.red_min = info->cmap.red[colorkey.
u32Key
];
in hifb_set_colorkey()
2545
colorkey_ex.key = colorkey.
u32Key
;
in hifb_set_cursor_colorkey()
2584
colorkey.
u32Key
= colorkey_ex.key;
in hifb_get_cursor_colorkey()
3031
colorkey_ex->key = surface_ex->stColorkey.
u32Key
;
in flip_surface_pan_display()
[all...]
Completed in 21 milliseconds