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:tempLen
(Results
1 - 7
of
7
) sorted by relevance
/test/xts/device_attest/services/core/utils/
H
A
D
attest_utils.c
131
uint32_t
tempLen
= 2;
in CalUnAnonyStrLen()
local
132
while ((
tempLen
* len) < strLen) {
in CalUnAnonyStrLen()
133
len = len *
tempLen
;
in CalUnAnonyStrLen()
146
uint32_t
tempLen
= 8;
in AnonymiseStr()
local
147
if (strLen <=
tempLen
) {
in AnonymiseStr()
353
int
tempLen
= 0;
in HEXStringToAscii()
local
362
output[
tempLen
++] = highNumber * HEXADECIMAL_BASE + lowNumber;
in HEXStringToAscii()
/test/xts/device_attest_lite/services/core/utils/
H
A
D
attest_utils.c
134
uint32_t
tempLen
= 2;
in CalUnAnonyStrLen()
local
135
while ((
tempLen
* len) < strLen) {
in CalUnAnonyStrLen()
136
len = len *
tempLen
;
in CalUnAnonyStrLen()
149
uint32_t
tempLen
= 8;
in AnonymiseStr()
local
150
if (strLen <=
tempLen
) {
in AnonymiseStr()
307
int
tempLen
= 0;
in HEXStringToAscii()
local
316
output[
tempLen
++] = highNumber * HEXADECIMAL_BASE + lowNumber;
in HEXStringToAscii()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H
A
D
attest_tdd_data_transfer.c
65
size_t
tempLen
= 0;
in AttestSeriaToBinary()
local
69
while ((
tempLen
<= inputLen) && (*indexInput != '\0')) {
in AttestSeriaToBinary()
79
tempLen
++;
in AttestSeriaToBinary()
/test/xts/device_attest_lite/test/tdd/gtest/src/
H
A
D
attest_tdd_data_transfer.c
66
size_t
tempLen
= 0;
in AttestSeriaToBinary()
local
70
while ((
tempLen
<= inputLen) && (*indexInput != '\0')) {
in AttestSeriaToBinary()
80
tempLen
++;
in AttestSeriaToBinary()
/test/xts/device_attest_lite/services/core/attest/
H
A
D
attest_service_device.c
215
uint32_t
tempLen
= 4;
in GetRandomUuid()
local
225
index +=
tempLen
;
in GetRandomUuid()
/test/xts/device_attest/services/core/attest/
H
A
D
attest_service_device.c
219
uint32_t
tempLen
= 4;
in GetRandomUuid()
local
229
index +=
tempLen
;
in GetRandomUuid()
/test/xts/device_attest_lite/services/core/network/
H
A
D
attest_network.c
609
uint32_t
tempLen
= pNextLen + 1;
in SplitBySymbol()
local
610
char* tempStr = (char*)ATTEST_MEM_MALLOC(
tempLen
);
in SplitBySymbol()
616
if (memcpy_s(tempStr,
tempLen
, pNext, pNextLen) != 0) {
in SplitBySymbol()
Completed in 8 milliseconds