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:TEST_CYCLE
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/usb/sample/host/liteos_test/src/
H
A
D
usbhost_sdkapi_speed.c
63
if (
TEST_CYCLE
<= dbn) {
in AcmDbAlloc()
72
dbn = (dbn + 1) %
TEST_CYCLE
;
in AcmDbAlloc()
73
if (++i >=
TEST_CYCLE
) {
in AcmDbAlloc()
82
n =
TEST_CYCLE
;
in AcmDbIsAvail()
83
for (i = 0; i <
TEST_CYCLE
; i++) {
in AcmDbIsAvail()
126
for (db = &acm->db[0], i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufAlloc()
148
for (db = (struct AcmDb *)&acm->db[0], i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufFree()
418
for (int32_t i = 0; i <
TEST_CYCLE
; i++) {
in UsbSpeedRequestHandle()
452
for (i = 0; i <
TEST_CYCLE
; i++) {
in UsbSpeedDdkExit()
506
for (i = 0; i <
TEST_CYCLE
;
in UsbSerialSpeed()
[all...]
H
A
D
usbhost_nosdk_speed.c
52
static struct UsbAdapterUrbs urb[
TEST_CYCLE
];
109
for (i = 0; i <
TEST_CYCLE
; i++) {
in SendProcess()
116
if (i ==
TEST_CYCLE
) {
in SendProcess()
117
i =
TEST_CYCLE
- 1;
in SendProcess()
152
for (i = 0; i <
TEST_CYCLE
; i++) {
in UrbComplete()
170
for (int32_t i = 0; i <
TEST_CYCLE
; i++) {
in BeginProcessHandleFirst()
224
for (i = 0; i <
TEST_CYCLE
; i++) {
in BeginProcess()
250
for (i = 0; i <
TEST_CYCLE
; i++) {
in BeginProcess()
H
A
D
usbhost_sdkraw_speed.c
326
for (int32_t i = 0; i <
TEST_CYCLE
; i++) {
in UsbAllocDataRequests()
356
for (i = 0; i <
TEST_CYCLE
; i++) {
in UsbFreeDataRequests()
369
for (i = 0; i <
TEST_CYCLE
; i++) {
in AcmDbAlloc()
383
int32_t n =
TEST_CYCLE
;
in AcmDbIsAvail()
385
for (i = 0; i <
TEST_CYCLE
; i++) {
in AcmDbIsAvail()
407
for (i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufAlloc()
428
for (i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufFree()
708
for (i = 0; i <
TEST_CYCLE
; i++) {
in UsbSerialSpeed()
/drivers/peripheral/usb/sample/host/include/
H
A
D
usbhost_sdkapi_speed.h
28
#define
TEST_CYCLE
30
macro
104
struct AcmDb db[
TEST_CYCLE
];
H
A
D
usbhost_sdkraw_speed.h
26
#define
TEST_CYCLE
30
macro
107
struct AcmDb db[
TEST_CYCLE
];
/drivers/peripheral/usb/sample/host/liteos_test/include/
H
A
D
usbhost_sdkapi_speed.h
28
#define
TEST_CYCLE
30
macro
101
struct AcmDb db[
TEST_CYCLE
];
H
A
D
usbhost_nosdk_speed.h
27
#define
TEST_CYCLE
30
macro
98
struct AcmDb db[
TEST_CYCLE
];
H
A
D
usbhost_sdkraw_speed.h
26
#define
TEST_CYCLE
30
macro
102
struct AcmDb db[
TEST_CYCLE
];
/drivers/peripheral/usb/sample/host/src/
H
A
D
usbhost_nosdk_speed.c
42
#define
TEST_CYCLE
30
macro
60
static struct UsbAdapterUrbs urb[
TEST_CYCLE
];
162
for (i = 0; i <
TEST_CYCLE
; i++) {
in SendProcess()
170
if (i ==
TEST_CYCLE
) {
in SendProcess()
171
i =
TEST_CYCLE
- 1;
in SendProcess()
240
for (i = 0; i <
TEST_CYCLE
; i++) {
in FillUrbData()
284
for (i = 0; i <
TEST_CYCLE
; i++) {
in BeginProcess()
305
for (i = 0; i <
TEST_CYCLE
; i++) {
in BeginProcess()
H
A
D
usbhost_sdkapi_speed.c
66
dbn = (dbn + 1) %
TEST_CYCLE
;
in AcmDbAlloc()
67
if (++i >=
TEST_CYCLE
) {
in AcmDbAlloc()
76
n =
TEST_CYCLE
;
in AcmDbIsAvail()
77
for (i = 0; i <
TEST_CYCLE
; i++)
in AcmDbIsAvail()
117
for (db = &acm->db[0], i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufAlloc()
383
for (int32_t i = 0; i <
TEST_CYCLE
; i++) {
in FillRequest()
448
for (i = 0; i <
TEST_CYCLE
; i++) {
in main()
H
A
D
usbhost_sdkraw_speed.c
314
for (int32_t i = 0; i <
TEST_CYCLE
; i++) {
in UsbAllocDataRequests()
374
for (i = 0; i <
TEST_CYCLE
; i++) {
in AcmDbAlloc()
388
int32_t n =
TEST_CYCLE
;
in AcmDbIsAvail()
390
for (i = 0; i <
TEST_CYCLE
; i++) {
in AcmDbIsAvail()
413
for (i = 0; i <
TEST_CYCLE
; i++, db++) {
in AcmDataBufAlloc()
683
for (i = 0; i <
TEST_CYCLE
; i++) {
in main()
Completed in 8 milliseconds