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:lws_xos
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libwebsockets/lib/misc/
H
A
D
prng.c
37
lws_xos
(struct
lws_xos
*xos)
in lws_xos()
function
68
lws_xos_init(struct
lws_xos
*xos, uint64_t seed)
in lws_xos_init()
77
lws_xos_percent(struct
lws_xos
*xos, int percent)
in lws_xos_percent()
79
return (int)(
lws_xos
(xos) % 100) < percent;
in lws_xos_percent()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-fault-injection.h
27
typedef struct
lws_xos
{
struct
40
lws_xos_init(struct
lws_xos
*xos, uint64_t seed);
43
*
lws_xos
() - get next xoshiro256 PRNG result and update state
52
lws_xos
(struct
lws_xos
*xos);
65
lws_xos_percent(struct
lws_xos
*xos, int percent);
89
struct
lws_xos
xos;
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H
A
D
main.c
264
budget = (unsigned int)(
lws_xos
(&xos) % 4000) + 4000;
in test5()
285
size = (size_t)((
lws_xos
(&xos) & 127) + 1);
in test5()
294
size = (size_t)((
lws_xos
(&xos) & 127) + 1);
in test5()
/third_party/libwebsockets/lib/system/fault-injection/
H
A
D
fault-injection.c
110
*result = pv->fi.pre + (
lws_xos
((lws_xos_t *)&fic->xos) % d);
in lws_fi_range()
181
lws_xos_init(&fic_dest->xos,
lws_xos
((lws_xos_t *)&fic_src->xos));
in lws_fi_import()
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams.c
974
lws_xos_init(&temp_fic.xos,
lws_xos
(&context->fic.xos));
in lws_ss_create()
1064
lws_xos_init(&h->fic.xos,
lws_xos
(&context->fic.xos));
in lws_ss_create()
H
A
D
secure-streams-client.c
643
lws_xos_init(&h->fic.xos,
lws_xos
(&context->fic.xos));
in lws_sspc_create()
/third_party/libwebsockets/lib/core-net/
H
A
D
wsi.c
329
lws_xos_init(&wsi->fic.xos,
lws_xos
(&context->fic.xos));
in __lws_wsi_create_with_role()
Completed in 7 milliseconds