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:MESSAGE_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H
A
D
protocol_lws_minimal_pmd_bulk.c
52
#define
MESSAGE_SIZE
(100 * REPEAT_STRING_LEN)
macro
90
uint8_t buf[LWS_PRE +
MESSAGE_SIZE
], *start = &buf[LWS_PRE], *p;
in callback_minimal_pmd_bulk()
117
if (pss->position_tx ==
MESSAGE_SIZE
)
in callback_minimal_pmd_bulk()
122
amount =
MESSAGE_SIZE
;
in callback_minimal_pmd_bulk()
130
if (n >
MESSAGE_SIZE
- pss->position_tx)
in callback_minimal_pmd_bulk()
131
n =
MESSAGE_SIZE
- pss->position_tx;
in callback_minimal_pmd_bulk()
134
pss->position_tx + n ==
MESSAGE_SIZE
);
in callback_minimal_pmd_bulk()
167
if (pss->position_tx !=
MESSAGE_SIZE
) /* if more to do... */
in callback_minimal_pmd_bulk()
204
if (pss->position_rx ==
MESSAGE_SIZE
)
in callback_minimal_pmd_bulk()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
H
A
D
protocol_lws_minimal_pmd_bulk.c
52
#define
MESSAGE_SIZE
(100 * REPEAT_STRING_LEN)
macro
159
if (pss->position_tx ==
MESSAGE_SIZE
)
in callback_minimal_pmd_bulk()
166
if (n >
MESSAGE_SIZE
- pss->position_tx)
in callback_minimal_pmd_bulk()
167
n =
MESSAGE_SIZE
- pss->position_tx;
in callback_minimal_pmd_bulk()
170
pss->position_tx + n ==
MESSAGE_SIZE
);
in callback_minimal_pmd_bulk()
202
if (pss->position_tx !=
MESSAGE_SIZE
) /* if more to do... */
in callback_minimal_pmd_bulk()
206
if (pss->position_rx ==
MESSAGE_SIZE
)
in callback_minimal_pmd_bulk()
248
if (pss->position_rx ==
MESSAGE_SIZE
&&
in callback_minimal_pmd_bulk()
249
pss->position_tx ==
MESSAGE_SIZE
)
in callback_minimal_pmd_bulk()
/third_party/skia/src/core/
H
A
D
SkPathComplexityDfx.cpp
50
constexpr size_t
MESSAGE_SIZE
= 4;
in ShowPathComplexityDfx()
local
57
std::string message = std::to_string(complexity).substr(0,
MESSAGE_SIZE
);
in ShowPathComplexityDfx()
63
canvas->drawSimpleText(message.c_str(),
MESSAGE_SIZE
, SkTextEncoding::kUTF8,
in ShowPathComplexityDfx()
Completed in 3 milliseconds