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
defs:check_sum
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H
A
D
main.c
57
hi_u32
check_sum
= (uintptr_t)(&__heap_begin__) ^ (uintptr_t)(&__heap_end__);
in start_loaderboot()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H
A
D
main.c
104
hi_u32
check_sum
= ((uintptr_t)&__heap_begin__) ^ ((uintptr_t)&__heap_end__);
in start_fastboot()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H
A
D
efuse.c
45
hi_u32
check_sum
= (uintptr_t)data ^ DATA_LENGTH ^ (uintptr_t)(hi_u8 *)&tmp_data ^ DATA_LENGTH;
in efuse_start_addr_unaligned_read()
local
190
hi_u32
check_sum
= (uintptr_t)usr_err_stat ^ EFUSE_MAX_INDEX_SIZE ^ 0 ^ EFUSE_MAX_INDEX_SIZE;
in efuse_bits_write()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H
A
D
uart_auth.h
52
hi_u16
check_sum
; /* Checksum */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_upg_check.c
43
hi_u32
check_sum
= (uintptr_t)efuse_data ^ KERNEL_VER_LEN ^ 0xFF ^ KERNEL_VER_LEN;
in boot_upg_get_efuse_code_ver()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H
A
D
efuse.c
22
hi_u32
check_sum
;
in efuse_start_addr_unaligned_read()
local
280
hi_u32
check_sum
= (uintptr_t)usr_err_stat ^ EFUSE_MAX_INDEX_SIZE ^ 0 ^ EFUSE_MAX_INDEX_SIZE;
in hi_efuse_usr_write()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H
A
D
transfer.c
213
hi_u32
check_sum
= (uintptr_t)g_upload_ctx ^ (hi_u32)sizeof(upload_context) ^ 0 ^ (hi_u32)sizeof(upload_context);
in upload_malloc_init()
local
239
hi_u32
check_sum
;
in upload_send_file_info()
local
293
hi_u32
check_sum
= 0 ^ (uintptr_t)(ctx->buffer + MSG_START_LEN) ^ SOH_MSG_LEN;
in upload_send_null_info()
local
319
hi_u32
check_sum
in upload_send_data()
local
[all...]
H
A
D
cmd_loop.c
722
volatile hi_u32
check_sum
= (uintptr_t)g_cmd_ctx ^ (hi_u32)sizeof(uart_ctx) ^ 0 ^ (hi_u32)sizeof(uart_ctx);
in cmd_loop_init()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
burn_file.h
100
hi_u8
check_sum
[SHA_256_LEN]; /**< Hash value of SHA256.CNcomment:SHA256算法哈希值。CNend */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
H
A
D
hi_loaderboot_flash.c
135
hi_u32
check_sum
= (uintptr_t)(&temp_data) ^ (hi_u32)sizeof(temp_data) ^
in spi_flash_write_sr_reg()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_upg_file.h
96
hi_u8
check_sum
[SHA_256_LEN]; /**< Hash value of SHA256.CNcomment:SHA256算法哈希值。CNend */
member
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H
A
D
aw88395_lib.h
58
unsigned int
check_sum
;
member
H
A
D
aw88395_lib.c
31
unsigned int
check_sum
;
in aw_check_sum()
local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_upg_file.h
107
hi_u8
check_sum
[SHA_256_LEN]; /**< Hash value of SHA256.CNcomment:SHA256算法哈希值。CNend */
member
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_dpmaif.h
54
unsigned int
check_sum
;
member
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
goodix.c
470
u8
check_sum
= 0;
in goodix_check_cfg_8()
local
493
u8
check_sum
= 0;
in goodix_calc_cfg_checksum_8()
local
507
u16
check_sum
= 0;
goodix_check_cfg_16()
local
530
u16
check_sum
= 0;
goodix_calc_cfg_checksum_16()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_hal.h
158
__le32
check_sum
;
member
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-alps.c
169
u16
check_sum
;
in t4_read_write_register()
local
256
u8
check_sum
;
in u1_read_write_register()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
lmedm04.c
583
static u8
check_sum
(u8 *p, u8 len)
in check_sum()
function
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
lmedm04.c
587
static u8
check_sum
(u8 *p, u8 len)
in check_sum()
function
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.h
402
struct bd3_check_sum
check_sum
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_hal.h
158
__le32
check_sum
;
member
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-alps.c
169
u16
check_sum
;
in t4_read_write_register()
local
256
u8
check_sum
;
in u1_read_write_register()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
goodix.c
531
u8
check_sum
= 0;
in goodix_check_cfg_8()
local
554
u8
check_sum
= 0;
in goodix_calc_cfg_checksum_8()
local
568
u16
check_sum
= 0;
goodix_check_cfg_16()
local
591
u16
check_sum
= 0;
goodix_calc_cfg_checksum_16()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_uclo.c
983
unsigned int
check_sum
= 0;
in qat_uclo_map_suof_file_hdr()
local
Completed in 21 milliseconds
1
2
3